Information about plays

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

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

{
    "id": 3659577,
    "uri": "https://api.kexp.org/v2/plays/3659577/?format=api",
    "airdate": "2026-05-25T23:04:24-07:00",
    "show": 66816,
    "show_uri": "https://api.kexp.org/v2/shows/66816/?format=api",
    "image_uri": "https://coverartarchive.org/release/478094cc-4e09-323d-a1bc-e486f065c65d/16010421403-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/478094cc-4e09-323d-a1bc-e486f065c65d/16010421403-250.jpg",
    "song": "The Belldog",
    "track_id": null,
    "recording_id": "d2e271aa-9888-4231-89d1-d38522463110",
    "artist": "Eno, Moebius & Roedelius",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872",
        "5fb5b6a9-add2-4e2e-812e-ff3712dbdb26",
        "57cf7d67-5372-420a-9c89-77c7513d6506"
    ],
    "album": "After the Heat",
    "release_id": null,
    "release_group_id": "66160657-0c19-3139-8742-6726fa484f93",
    "labels": [
        "Sky Records"
    ],
    "label_ids": [
        "b40d4fac-2d90-4a24-9c24-649cd12acade"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "c o s m i c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}