Get Live Station Stream Context
Header Parameters
Authorizationstring Required
Access token issued by Tuned Global for authorization using oAuth 2.0.
StoreIdstring Required
API Key provided by Tuned Global for accessing the service.
Path Parameters
idstring Required
The live station's playlist identifier. It must belong to the store on the caller's token.
Response
200
Object
Aggregate stream statistics for the station across every listener in the store, where GlobalTotal is all-time plays and GlobalRecent and DistinctGlobalRecent both cover the rolling seven-day window.
Response Attributes
StationIdnumber
the station identifier
GlobalTotalnumber
all-time plays
GlobalRecentnumber
cover the rolling seven-day window.
DistinctGlobalRecentnumber
cover the rolling seven-day window.
404
Object
No live station with that ID in this store. A station that exists but has never been played returns 200 with zeroed counts, so a 404 here always means the station is genuinely unknown.
Was this section helpful?
Response
Was this section helpful?