Information about plays

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

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

{
    "id": 3633802,
    "uri": "https://api.kexp.org/v2/plays/3633802/?format=api",
    "airdate": "2026-03-26T07:51:50-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-8ca08e6e-5746-4e93-bb2a-92e00389b84e/mbid-8ca08e6e-5746-4e93-bb2a-92e00389b84e-27251501086_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-8ca08e6e-5746-4e93-bb2a-92e00389b84e/mbid-8ca08e6e-5746-4e93-bb2a-92e00389b84e-27251501086_thumb250.jpg",
    "song": "Election Day",
    "track_id": "aa8d2500-f048-4c45-90e6-2255be822a73",
    "recording_id": "e9ed533b-ff04-402c-b052-9bc32caed728",
    "artist": "Arcadia",
    "artist_ids": [
        "0f4e6cc8-8a38-4741-b344-9d388def0060"
    ],
    "album": "Election Day",
    "release_id": "78bb7a23-f8e0-49df-8b94-a83f6e41c83d",
    "release_group_id": "dd7a89d7-a3b6-48c4-a2a7-496f08de3bd3",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arcadia was formed in 1985 by Simon Le Bon, Nick Rhodes, and Roger Taylor of Duran Duran as a side project during a break in the band's schedule.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}