artist_latest_releases
Fetch an artist's recently released albums and singles, showing how many days ago each was released. Quickly see what's new in an artist's catalog.
Instructions
Fetch the most recent N releases from an artist's catalog with age in days — a quick "what's new here" read. Quota: 🟡 one paginated /artists/{id}/albums walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many recent releases to show. Default: 5 | |
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| include_groups | No | Comma-separated album groups: album,single,appears_on,compilation. Default: album,single | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |