get_artist_genres
Get genre classifications for a Spotify artist by supplying the artist ID. Choose concise, detailed, or JSON response format.
Instructions
Get genres for an artist (focused view of GET /artists/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |