track_release_origin
Locate the first release that contains a track by scanning an artist's discography chronologically, then see later re-appearances across albums, singles, and compilations.
Instructions
Find where a track first appeared: walks an artist's releases chronologically and reports the earliest album/single/compilation containing the track, plus later re-appearances. Quota: 🔴 paginated walk + batched /albums lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| track_name | Yes | Track title to locate (case-insensitive) | |
| max_releases | No | Releases to scan. Default: 60 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |