Information about plays

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

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

{
    "id": 3657324,
    "uri": "https://api.kexp.org/v2/plays/3657324/?format=api",
    "airdate": "2026-05-20T17:35:35-07:00",
    "show": 66769,
    "show_uri": "https://api.kexp.org/v2/shows/66769/?format=api",
    "image_uri": "https://dn711006.ca.archive.org/0/items/mbid-5921d6cd-d098-46f4-a69e-7205ac29bbfe/mbid-5921d6cd-d098-46f4-a69e-7205ac29bbfe-32847991681_thumb500.jpg",
    "thumbnail_uri": "https://dn711006.ca.archive.org/0/items/mbid-5921d6cd-d098-46f4-a69e-7205ac29bbfe/mbid-5921d6cd-d098-46f4-a69e-7205ac29bbfe-32847991681_thumb250.jpg",
    "song": "Heaven",
    "track_id": "e22d7a8f-6800-3c17-8515-0446ee1a95ff",
    "recording_id": "e0d9aca5-76ae-4ca1-ac8b-a97becc8b98d",
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "Heaven",
    "release_id": "d56a0aa5-2504-4913-bee7-2202eee644c6",
    "release_group_id": "a84fb679-0ade-4117-aa1b-064f1305d339",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2012-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Heaven' is the band's sixth studio album released in 2012 on Fat Possum Records and Bella Union. The title track brings a deeper meaning to the Talking Heads lyrics \"It's hard to imagine how nothing at all/ Could be so exciting/ Could be so much fun\" as frontman Hamilton Leithauser sings of how he plans to fight to \"keep it that way\". \nhttps://bit.ly/3bi9HoC\n\nhttps://www.thewalkmen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}