Information about plays

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

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

{
    "id": 3636264,
    "uri": "https://api.kexp.org/v2/plays/3636264/?format=api",
    "airdate": "2026-04-01T02:52:38-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-3771bef7-c5f6-3169-a5b1-110dcdcd9f5d/mbid-3771bef7-c5f6-3169-a5b1-110dcdcd9f5d-2076804818_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-3771bef7-c5f6-3169-a5b1-110dcdcd9f5d/mbid-3771bef7-c5f6-3169-a5b1-110dcdcd9f5d-2076804818_thumb250.jpg",
    "song": "Soap Commercial",
    "track_id": "ee082139-3ad7-3b77-88d3-d3710343d6e9",
    "recording_id": "ad4d41aa-718a-4be9-aef1-05fc38eb3fd8",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Original Album Classics",
    "release_id": "3771bef7-c5f6-3169-a5b1-110dcdcd9f5d",
    "release_group_id": "35977df8-c46f-46b1-937e-917f56af0dae",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2008-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}