Logo

Docs

Stations

Get Station Tracks

Fetch tracks for artist, genre, or popular stations.

Stations expose three track endpoints.

Endpoint references:

Relationship Endpoints

Station TypeEndpointResponse
ArtistGET /stations/artist/{id}/rel/tracksSongListResponse
GenreGET /stations/genre/{genre}/rel/tracksSongListResponse
PopularGET /stations/popular/rel/tracksSongListResponse

Query Parameters

Scoped parameters like view[...] and limit[...] can shape included relationships.

All station track endpoints support:

NameValuesRequired
langlocale stringfalse
includealbums, artistsfalse
viewminimalfalse
view[songs]minimalfalse
view[albums]minimalfalse
view[artists]minimalfalse
limit1-25false
offset0+false
sortname, -name, date_released, -date_released, date_added, -date_addedfalse
limit[albums]1-25false
limit[artists]1-25false

Responses

On this page