Information about plays

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

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

{
    "id": 3579071,
    "uri": "https://api.kexp.org/v2/plays/3579071/?format=api",
    "airdate": "2025-11-16T17:31:50-08:00",
    "show": 65128,
    "show_uri": "https://api.kexp.org/v2/shows/65128/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Androgynous [Alternate Version]",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be Boxed Set",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This upcoming new boxed set gathers a wide range of unreleased material from the Let It Be sessions, including alternate versions of \"Gary’s Got A Boner\" and \"Favorite Thing,\" as well as previously unreleased outtakes \"Who’s Gonna Take Us Alive\" and \"Street Girl.\" The alternate version of \"Androgynous\" features a different vocal take and the full piano intro, restored for the first time. All five bonus tracks from 2008’s Let It Be (Expanded Edition) are included here, newly remastered for this set. \n\nMusic journalist and singer/songwriter from the critically acclaimed DC-based pub-rock band the Paranoid Style, Elizabeth Nelson writes in the liner notes, \"In form and function, The Replacements were the ultimate rebuke to masculine punk, and Let It Be, at its core, is a record for girls.\"\n\nIt’s also a record for the terminally shy, and for anyone who ever felt like a freak in their own skin. It is, in short, the blueprint for what so many of us wanted and needed rock and roll to be: a refuge, a provocation, and in the end, a way out.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}