Information about plays

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

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

{
    "id": 3621940,
    "uri": "https://api.kexp.org/v2/plays/3621940/?format=api",
    "airdate": "2026-02-25T02:48:40-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "https://ia903204.us.archive.org/15/items/mbid-cd297b59-fd00-4c18-b03a-f130d2d64dff/mbid-cd297b59-fd00-4c18-b03a-f130d2d64dff-18507685272_thumb500.jpg",
    "thumbnail_uri": "https://ia803204.us.archive.org/15/items/mbid-cd297b59-fd00-4c18-b03a-f130d2d64dff/mbid-cd297b59-fd00-4c18-b03a-f130d2d64dff-18507685272_thumb250.jpg",
    "song": "Publish My Love",
    "track_id": "218255da-850b-35f8-8fc3-5320d5abe124",
    "recording_id": "e1b1a7c7-8e31-4790-8688-f75677306a05",
    "artist": "Rogue Wave",
    "artist_ids": [
        "6aa55ee1-4c46-4f7c-9a6d-5051dfe2c06d"
    ],
    "album": "Descended Like Vultures",
    "release_id": "cd297b59-fd00-4c18-b03a-f130d2d64dff",
    "release_group_id": "ff425888-b69b-3510-a58f-36d840f3a7d7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rogue Wave LIVE on KEXP at Noise Pop / 25th Street Recording on Thursday, February 26 at 11AM! \n\nThe album title \"Descended Like Vultures\" is an allusion to the sophomore slump.\n\n“That’s the whole thing with the title,” singer Zach Rogue said. “It’s like waiting for the other shoe to drop… this perception that everyone around you is going to turn their back.”\nhttps://www.subpop.com/releases/rogue_wave/descended_like_vultures",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}