Stations
Get Station Tracks
Fetch tracks for artist, genre, or popular stations.
Stations expose three track endpoints.
Endpoint references:
Relationship Endpoints
| Station Type | Endpoint | Response |
|---|---|---|
| Artist | GET /stations/artist/{id}/rel/tracks | SongListResponse |
| Genre | GET /stations/genre/{genre}/rel/tracks | SongListResponse |
| Popular | GET /stations/popular/rel/tracks | SongListResponse |
Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
All station track endpoints support:
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | albums, artists | false |
view | minimal | false |
view[songs] | minimal | false |
view[albums] | minimal | false |
view[artists] | minimal | false |
limit | 1-25 | false |
offset | 0+ | false |
sort | name, -name, date_released, -date_released, date_added, -date_added | false |
limit[albums] | 1-25 | false |
limit[artists] | 1-25 | false |
Responses
- Artist station tracks:
SongListResponse - Genre station tracks:
SongListResponse - Popular station tracks:
SongListResponse - Errors:
ErrorResponse