Information about plays

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

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

{
    "id": 3639088,
    "uri": "https://api.kexp.org/v2/plays/3639088/?format=api",
    "airdate": "2026-04-07T14:48:06-07:00",
    "show": 66392,
    "show_uri": "https://api.kexp.org/v2/shows/66392/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-efc61929-387e-42a9-8194-caccdca7012e/mbid-efc61929-387e-42a9-8194-caccdca7012e-1978576697_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-efc61929-387e-42a9-8194-caccdca7012e/mbid-efc61929-387e-42a9-8194-caccdca7012e-1978576697_thumb250.jpg",
    "song": "Armagideon Time",
    "track_id": "5b4a5937-f049-3cc4-b31c-0ed824449a00",
    "recording_id": "2de7a49e-0db8-4183-a18c-0759df8130f1",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "London Calling",
    "release_id": "985bd7aa-d0df-46b8-9582-4bdeb3b768b8",
    "release_group_id": "68cd609c-112c-3240-b6e4-9daa51e1f0a7",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1979-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Armigedeon Time\" is a song by Jamaican reggae musician Willie Williams. The song was covered by The Clash in 1979 and released as a B-side to their single \"London Calling.\" \n--\n Check out this live performance of 'Armagideon Time' in 1983: https://www.youtube.com/watch?v=S7SmqtM30OI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}