Information about plays

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

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

{
    "id": 3635613,
    "uri": "https://api.kexp.org/v2/plays/3635613/?format=api",
    "airdate": "2026-03-30T14:05:39-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-396cd5db-a240-4111-bd64-140064a4a0e9/mbid-396cd5db-a240-4111-bd64-140064a4a0e9-35842767491_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-396cd5db-a240-4111-bd64-140064a4a0e9/mbid-396cd5db-a240-4111-bd64-140064a4a0e9-35842767491_thumb250.jpg",
    "song": "Retreat",
    "track_id": "354e50d7-b774-37fd-9e0b-c8e2c8eb6be5",
    "recording_id": "e777a571-c19a-4b81-b671-903561f6e1e9",
    "artist": "Minutemen",
    "artist_ids": [
        "d4ad0149-d8ae-4105-8009-0221fce9ff35"
    ],
    "album": "Double Nickels on the Dime",
    "release_id": "396cd5db-a240-4111-bd64-140064a4a0e9",
    "release_group_id": "0bcb9f3e-e341-3ed5-ac5b-8ed5e17f9a7e",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Brian in memory of D. Boon who passed 40 year ago this Wednesday. \n\n\"Double Nickels\" is trucker slang for 55 mph.\n\"on the Dime\" Refers to Interstate 10 (I-10), which is called \"the dime\" in trucker slang.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}