Information about plays

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

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

{
    "id": 3654804,
    "uri": "https://api.kexp.org/v2/plays/3654804/?format=api",
    "airdate": "2026-05-14T22:10:25-07:00",
    "show": 66719,
    "show_uri": "https://api.kexp.org/v2/shows/66719/?format=api",
    "image_uri": "https://coverartarchive.org/release/50126a95-24ee-4562-85a0-776bbf7b21c4/11680487184-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50126a95-24ee-4562-85a0-776bbf7b21c4/11680487184-250.jpg",
    "song": "Eminence Front",
    "track_id": null,
    "recording_id": "0106db56-f0b2-4327-b2bb-1450bb423b67",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "It's Hard",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "UMC"
    ],
    "label_ids": [
        "b8c6b988-f0da-4813-89f2-5774fb7a2eee"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Eminence Front\" is written and sung by The Who's lead guitarist, Pete Townshend.  \n\nTownshend said in a Rolling Stone interview, \"I hesitate to try to explain what it was about. It's clearly about the absurdity of drug-fueled grandiosity, but whether I was pointing the finger at myself or at the cocaine dealers of Miami Beach is hard to recall.\"\n\nRead more about the song here: \n\nhttps://web.archive.org/web/20200807032654/https://www.rollingstone.com/music/music-lists/the-whos-50-greatest-songs-81794/eminence-front-its-hard-1982-24906/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}