Information about plays

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

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

{
    "id": 3634028,
    "uri": "https://api.kexp.org/v2/plays/3634028/?format=api",
    "airdate": "2026-03-26T21:02:39-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4b2333e-898e-448a-ae90-312082516089/43850595400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b4b2333e-898e-448a-ae90-312082516089/43850595400-250.jpg",
    "song": "Heads Will Roll",
    "track_id": null,
    "recording_id": "493b4b13-f3a3-4ba6-8ae1-7667035dcc16",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "It’s Blitz!",
    "release_id": null,
    "release_group_id": "08e1a593-cbce-3943-8a90-79c4d8c2b693",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2009-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nick Zinner, along with his Yeah Yeah Yeah bandmates, wrote this song. \"Heads Will Roll\" sampled multiple elements of Mellotron's 1964 song \"Roxy SFX 2.\"\n--\nDon't miss the werewolf in the video for \"Heads Will Roll\": https://www.youtube.com/watch?v=zsAFsO69ke8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}