Information about plays

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

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

{
    "id": 3656756,
    "uri": "https://api.kexp.org/v2/plays/3656756/?format=api",
    "airdate": "2026-05-19T08:35:20-07:00",
    "show": 66758,
    "show_uri": "https://api.kexp.org/v2/shows/66758/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0e1924d-3160-478e-aa93-dbf5fedfd012/7235800459-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0e1924d-3160-478e-aa93-dbf5fedfd012/7235800459-250.jpg",
    "song": "Pinhead",
    "track_id": null,
    "recording_id": "d33157d4-344c-4002-9ce3-00aead497e56",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Leave Home",
    "release_id": null,
    "release_group_id": "bc3b5116-300a-3696-919d-bca466a3f143",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1977-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joey initially served as the group's drummer while Dee Dee Ramone was the original vocalist. However, when Dee Dee's vocal cords proved unable to sustain the demands of consistent live performance, Ramones manager Thomas Erdelyi suggested Joey switch to vocals.\nJoey died in 2001 after a 7-year battle with lymphoma. He was reportedly listening to the song \"In a Little While\" by U2 when he died. This was during U2's Elevation Tour, and from that point on during shows Bono would introduce the song as a tune that was originally about a lovestruck hangover but that Joey turned it into a gospel song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}