Information about plays

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

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

{
    "id": 3633868,
    "uri": "https://api.kexp.org/v2/plays/3633868/?format=api",
    "airdate": "2026-03-26T11:34:52-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gimme Gimme Shock Treatment",
    "track_id": null,
    "recording_id": null,
    "artist": "The Return of Jackie & Judy",
    "artist_ids": [],
    "album": "Gimme Gimme Shock Treatment",
    "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": "The Return of Jackie & Judy is Ramones tribute band formed by Fred Armisen, Corin Tucker, Carrie Brownstein.\n\nThey band is hitting the road soon! Read more about it here: \nhttps://www.brooklynvegan.com/sleater-kinney-fred-armisen-formed-ramones-tribute-band-called-the-return-of-jackie-and-judy-playing-shows/\n\nConfirmed dates include May 20 at Mississippi Studios in Portland, Neumos in Seattle on May 21, BottleRock Napa Valley on May 23, and Zebulon in LA on July 16.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}