Get playlist placements of an artist, including playlist type such as editorial or curator
Name
get_artist_playlist_placements
Schema
Properties
| Name |
Description |
Example |
| artistId |
Unique identifier of the artist |
11e81bd3-4a1f-de5c-8a88-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 |
Filter playlists by category. Choose which types of playlists to include in the search results |
all |
| currentOnly |
Get only the current playlist placements. Set to false to also retrieve past placements. |
1 |
| limit |
Maximum number of playlists to return |
|
| offset |
Number of items to skip before starting to return results. Used for offset-based pagination. |
|
Required