Information about plays

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

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

{
    "id": 3596976,
    "uri": "https://api.kexp.org/v2/plays/3596976/?format=api",
    "airdate": "2025-12-28T00:01:45-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "https://coverartarchive.org/release/9904c03d-3cc2-4269-a1b1-ad13a6c375a9/1075051477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9904c03d-3cc2-4269-a1b1-ad13a6c375a9/1075051477-250.jpg",
    "song": "Reach for the Sky",
    "track_id": null,
    "recording_id": "29e01201-044b-4751-b899-68cde5274b57",
    "artist": "Cloven Hoof",
    "artist_ids": [
        "dfc69b1e-94b8-4b45-8cf2-04d388c74677"
    ],
    "album": "Dominator",
    "release_id": null,
    "release_group_id": "e1df4834-a372-317e-bedf-83955389730b",
    "labels": [
        "Heavy Metal Records"
    ],
    "label_ids": [
        "8f4a1cf0-89b5-4fd0-bcd1-b5e77d522e19"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Russ North, longtime vocalist on all of the classic releases after their first LP.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}