artist_latest_releases
Retrieve an artist's recent releases with age in days to identify new albums and singles. Provide an artist ID and optional limit to get a concise summary.
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 |