Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3579044/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3579044,
    "uri": "https://api.kexp.org/v2/plays/3579044/?format=api",
    "airdate": "2025-11-16T16:33:03-08:00",
    "show": 65128,
    "show_uri": "https://api.kexp.org/v2/shows/65128/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're Getting Married",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [],
    "album": "Let It Be",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live at City Garden 10\"\n\n4LP or 3CD versions of Let It Be (Deluxe Edition), plus a bonus 10-inch vinyl Live at City Garden, will be available exclusively at Rhino.com.  Rhino.com exclusive merch bundles include the 3CD alongside a T-Shirt, as well as the 4LP with a 10-inch and T-Shirt.\n\nThe six-song soundboard recording was made February 11 at one of the band’s favorite punk clubs in Trenton, NJ. One highlight is a rare performance of the ballad \"You’re Getting Married,\" a birthday request from the band’s original manager and Twin/Tone co-founder Peter Jesperson, who co-produced the 1984 album, as well as this Deluxe Edition with Rhino's Jason Jones.\n\nWesterberg altered the lyrics mid-song, delivering them to a punk crowd Jesperson feared \"might eat him alive\"—but didn’t.\n\n\"In all of The Replacements’ lore,\" he says, \"I think this is one of the greatest moments ever.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}