Information about plays

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

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

{
    "id": 3633015,
    "uri": "https://api.kexp.org/v2/plays/3633015/?format=api",
    "airdate": "2026-03-24T06:17:27-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "https://ia601903.us.archive.org/35/items/mbid-a35d4f4f-28b7-4d41-b7c4-0d482cc45794/mbid-a35d4f4f-28b7-4d41-b7c4-0d482cc45794-31759972548_thumb500.jpg",
    "thumbnail_uri": "https://dn710802.ca.archive.org/0/items/mbid-a35d4f4f-28b7-4d41-b7c4-0d482cc45794/mbid-a35d4f4f-28b7-4d41-b7c4-0d482cc45794-31759972548_thumb250.jpg",
    "song": "Time Is Tight",
    "track_id": "4d1c960b-a308-3f37-b22d-76126523593c",
    "recording_id": "54563fdb-9d77-435e-bb3a-c70f714c9a34",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Super Black Market Clash",
    "release_id": "5c167d96-a361-437a-ac18-c8eb2ca50b1b",
    "release_group_id": "94977130-5a02-30bb-b567-510a9545a234",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Clash’s cover of \"Time Is Tight\" is a rare, high-energy instrumental that bridges the gap between 1960s Memphis Soul and 1970s London Punk.\n\nThe Clash recorded the track during the legendary Marquee Studio sessions in 1978. It was a favorite \"warm-up\" song for the band, who were massive fans of Booker T. & the M.G.'s and the Stax Records sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}