artist_genres_compact
Fetches up to 50 Spotify artist IDs and returns a compact list pairing each artist name with its genres in a single API call.
Instructions
Up to 50 artist IDs → name·genres two-column projection (compact roster view over several-artists). Quota: 🟢 one GET /artists?ids= call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_ids | Yes | Up to 50 Spotify artist IDs | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |