Information about plays

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

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

{
    "id": 3634749,
    "uri": "https://api.kexp.org/v2/plays/3634749/?format=api",
    "airdate": "2026-03-28T18:12:07-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1139aa4-492e-4383-84a5-e4add067bce4/37080441792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1139aa4-492e-4383-84a5-e4add067bce4/37080441792-250.jpg",
    "song": "Atrophy",
    "track_id": null,
    "recording_id": "d30c6c9e-9fc9-4cf4-ab5d-7b8a1ebc8c8a",
    "artist": "Dead Energy",
    "artist_ids": [
        "fa7b7af3-d7b4-4aa3-bc27-d3a93b28fe7e"
    ],
    "album": "Headcase",
    "release_id": null,
    "release_group_id": "e89055c3-28d3-4532-b8ca-09e40b408086",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2023-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://deadenergy666.bandcamp.com/album/headcase\n\nPlaying the Fund-Rager for Delta Garage April 17th with the Black Tones at King's Hall in Everett\nhttps://givebutter.com/c/DGFR26",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}