Information about plays

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

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

{
    "id": 3632433,
    "uri": "https://api.kexp.org/v2/plays/3632433/?format=api",
    "airdate": "2026-03-22T16:47:11-07:00",
    "show": 66252,
    "show_uri": "https://api.kexp.org/v2/shows/66252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Hanging Garden",
    "track_id": null,
    "recording_id": null,
    "artist": "JoyCut",
    "artist_ids": [],
    "album": null,
    "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": "Six Degrees of Robert Smith/The Cure!\n\nThis cover of The Cure's \"The Hanging Garden\" can be found in the docufilm \"JOYCUT |Robert Smith's Meltdown [OneStepCloserToTheMoon]\".  The film is a narrative account of the experience lived on June 15, 2018 in London at the Southbank Centre, in the prestigious Purcell Room, for the 25th anniversary of the Meltdown Festival, curated by Robert Smith.\n\nCatch video of this stunning performance here: https://tinyurl.com/5xwct5k6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}