Stations
Get an Artist Station
Fetch the dynamic station seeded by a specific artist.
Endpoint
GET /stations/artist/{id}
Endpoint reference: getArtistStation
Artist stations are dynamic playlists seeded from an artist.
Path Parameters
| Name | Description | Type | Example |
|---|---|---|---|
id | Artist id | string | artist_123 |
Query Parameters
Scoped parameters like view[...] and limit[...] can shape included relationships.
| Name | Values | Required |
|---|---|---|
lang | locale string | false |
include | tracks | false |
view | minimal | false |
view[stations] | minimal | false |
view[songs] | minimal | false |
limit[tracks] | 1-25 | false |
Responses
| Status | Content Type | Response |
|---|---|---|
200 OK | application/json | StationResponse |
404 Not Found | application/json | ErrorResponse |