Get playlist placements of an artist, including playlist type such as editorial or curator
Name
get_artist_playlist_positions
Schema
Properties
| Name |
Description |
Example |
|
artistId
|
Unique identifier of the artist
|
11e81bcc-9c1c-ce38-b96b-a0369fe50396
|
|
platform
|
Platform used to filter playlist data. Use the list_playlist_platforms tool to retrieve supported platforms.
|
spotify
|
|
country
|
Filter by country code
|
US
|
|
type
|
Start date (inclusive) in ISO format YYYY-MM-DD
|
all
|
|
limit
|
Maximum number of songs to return (default 10)
|
|
|
offset
|
Number of items to skip before starting to return results. Used for offset-based pagination.
|
|
Required