Information about plays

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

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

{
    "id": 3622576,
    "uri": "https://api.kexp.org/v2/plays/3622576/?format=api",
    "airdate": "2026-02-26T14:24:57-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://ia800401.us.archive.org/0/items/mbid-732d8ecd-64ea-4e00-9ef9-a0cfcf76b079/mbid-732d8ecd-64ea-4e00-9ef9-a0cfcf76b079-17189823851_thumb500.jpg",
    "thumbnail_uri": "https://ia800401.us.archive.org/0/items/mbid-732d8ecd-64ea-4e00-9ef9-a0cfcf76b079/mbid-732d8ecd-64ea-4e00-9ef9-a0cfcf76b079-17189823851_thumb250.jpg",
    "song": "Only a Shadow",
    "track_id": "2167df39-ba6e-4531-b8ca-86b4eec4301d",
    "recording_id": "b5d2aebe-c394-4d88-816a-4f04d3362752",
    "artist": "Cleaners From Venus",
    "artist_ids": [
        "1cf5f079-706d-4b1f-9de9-0bf8e298cc97"
    ],
    "album": "Midnight Cleaners",
    "release_id": "7ce86dc6-0a58-4e24-90e6-d5102a5676ca",
    "release_group_id": "5635fc93-dd42-4b77-95e0-a6b892dbd116",
    "labels": [
        "Calypso Now",
        "Man At The Off Licence"
    ],
    "label_ids": [
        "33fc747f-8cb5-4a12-b1cd-cfbfdc88199b",
        "34ecf7cf-1c44-414f-8095-e2a1a0d589ee"
    ],
    "release_date": "1982-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Cleaners from Venus, began in Wivenhoe, Essex,  in November of 1980.  They recorded their music on minimal equipment, using cheap or sometimes home-made instruments. Lol Elliott and Martin Newell, both in their 20s at that time, didn’t expect much to come of their chaotic endeavors and weren't particularly concerned about the matter. \"\nHere's a biography: https://www.cleanersfromvenus.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}