Information about plays

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

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

{
    "id": 3634940,
    "uri": "https://api.kexp.org/v2/plays/3634940/?format=api",
    "airdate": "2026-03-29T01:38:45-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "https://coverartarchive.org/release/c045ef33-2ec3-4f28-beed-83436955a1b3/44322233594-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c045ef33-2ec3-4f28-beed-83436955a1b3/44322233594-250.jpg",
    "song": "Warriors of Greyhawk",
    "track_id": null,
    "recording_id": "e9d90b16-d7cd-45d3-8472-a0e7b30e8e6b",
    "artist": "Greyhawk",
    "artist_ids": [
        "8ce933fe-f64d-4693-ba2b-1349225f01c3"
    ],
    "album": "Warriors of Greyhawk",
    "release_id": null,
    "release_group_id": "1e9adf27-e8e8-4d75-81df-3e2ddf0a5bfb",
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [],
    "release_date": "2026-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Seattle band delivers a triumphant blend of traditional heavy metal and high-fantasy power metal. Their latest work features a shift toward soaring, melodic vocals and twin-guitar harmonies that pay homage to 80s legends while keeping a modern, energetic edge. It’s an anthemic sound built for the stage, rooted in the Pacific Northwest's diverse underground scene. https://greyhawkmetal.bandcamp.com/album/warriors-of-greyhawk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}