Information about plays

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

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

{
    "id": 3626620,
    "uri": "https://api.kexp.org/v2/plays/3626620/?format=api",
    "airdate": "2026-03-08T01:52:16-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/387ac5e9-2c9b-411a-b0ad-2c2e87262b4f/41165851002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/387ac5e9-2c9b-411a-b0ad-2c2e87262b4f/41165851002-250.jpg",
    "song": "Rainbow in the Dark",
    "track_id": null,
    "recording_id": "391f3ec2-c84c-4871-81c1-d52796a9e5c1",
    "artist": "Dio",
    "artist_ids": [
        "c55193fb-f5d2-4839-a263-4c044fca1456"
    ],
    "album": "Holy Diver",
    "release_id": null,
    "release_group_id": "4e7b34de-0d87-356a-a3da-b21f769b7d4d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1983-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ronnie James Dio succeeded Ozzy as the frontman for Black Sabbath.\n\nHoly Diver is the debut studio album by the American heavy metal band Dio, released in 1983. Vocalist Ronnie James Dio had just finished his first tenure in Black Sabbath, whose drummer, Vinny Appice, he took with him to put together his own band.\n\nRIP 1942-2010\n\nhttps://ronniejamesdio.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}