Information about plays

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

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

{
    "id": 3596981,
    "uri": "https://api.kexp.org/v2/plays/3596981/?format=api",
    "airdate": "2025-12-28T00:25:21-08:00",
    "show": 65494,
    "show_uri": "https://api.kexp.org/v2/shows/65494/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3fcab28-de11-4501-8ef8-131620b62bc7/9561609511-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3fcab28-de11-4501-8ef8-131620b62bc7/9561609511-250.jpg",
    "song": "A Horse Called Golgotha",
    "track_id": null,
    "recording_id": "9d4a4bed-6fb7-4432-a16e-cdc79c3ed497",
    "artist": "Baroness",
    "artist_ids": [
        "eeb41a1e-4326-4d04-8c47-0f564ceecd68"
    ],
    "album": "Blue Record",
    "release_id": null,
    "release_group_id": "d9a01dd4-31d2-43c5-bdf5-1666cf0d54ea",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2009-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Allen Blickle, founding drummer of the band and total badass guy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}