Information about plays

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

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

{
    "id": 3646768,
    "uri": "https://api.kexp.org/v2/plays/3646768/?format=api",
    "airdate": "2026-04-25T22:50:52-07:00",
    "show": 66552,
    "show_uri": "https://api.kexp.org/v2/shows/66552/?format=api",
    "image_uri": "https://dn721707.ca.archive.org/0/items/mbid-b679b1bf-2f5d-441c-bcdc-a9064c2595a9/mbid-b679b1bf-2f5d-441c-bcdc-a9064c2595a9-10641026398_thumb500.jpg",
    "thumbnail_uri": "https://dn721707.ca.archive.org/0/items/mbid-b679b1bf-2f5d-441c-bcdc-a9064c2595a9/mbid-b679b1bf-2f5d-441c-bcdc-a9064c2595a9-10641026398_thumb250.jpg",
    "song": "Another World",
    "track_id": "48414827-08b5-4d03-8f73-e240dd6420f9",
    "recording_id": "d19a729b-fc6e-4841-a2cb-5aef3aefb53e",
    "artist": "Royal Headache",
    "artist_ids": [
        "edc2d08b-6232-4d93-a127-3dacdc293738"
    ],
    "album": "High",
    "release_id": "99f40654-86ef-4775-8cee-6155103c8c5f",
    "release_group_id": "378f3df6-f7e5-4fb5-b313-2ca370ea216b",
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frontman, Shogun formed Shogun & The Sheets after Royal Headache disbanded in 2018.\n\nhttps://royalheadache.bandcamp.com/\nhttps://shogunandthesheets.bandcamp.com/album/hold-on-kid-b-w-pissing-blood",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}