song_live_releases
Find official live releases that captured a specific song, grouped by line-up era. Matches recording dates to setlist performance dates; run cache refreshes first.
Instructions
Find official live releases that captured a given song, grouped by incarnation (line-up era).
How it works: the song's performance dates come from the setlist cache; live releases carry a recording date parsed from their title. Where a release's recording date matches a date the song was played, that release is taken to contain the song. This is authoritative for single-show live albums; excerpt compilations are an edge case.
Requires both caches: run refresh_setlist_cache and refresh_live_releases_cache first.
Args: song: Song title (e.g. "Red"). artist_mbid: MusicBrainz artist MBID. Defaults to King Crimson. match: "exact" (case-insensitive full title) or "contains" (substring).
Returns: by_incarnation groupings of matched live releases, plus a coverage note stating how many live releases could not be matched by date (box sets, compilations, undated titles) so the caller can decide to search further.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| song | Yes | ||
| match | No | exact | |
| artist_mbid | No | b38225b8-8e5f-42aa-bcdc-7bae5b5bdab3 |