track_enrichment_batch
Enrich up to 50 Spotify track IDs with album release date, record label, and artist genres via one batch operation.
Instructions
Up to 50 track IDs → enriched rows: album release date, label and artist genres joined back onto each track via chunked several-tracks + several-albums + several-artists fan-in. Quota: 🟡 ~3 chunked API calls (one per several-* endpoint, more when chunking splits).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Projection of enrichment columns. Default: all four | |
| track_ids | Yes | Up to 50 Spotify track IDs | |
| max_results | No | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |