Information about plays

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

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

{
    "id": 3605776,
    "uri": "https://api.kexp.org/v2/plays/3605776/?format=api",
    "airdate": "2026-01-18T00:17:41-08:00",
    "show": 65680,
    "show_uri": "https://api.kexp.org/v2/shows/65680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wizard",
    "track_id": null,
    "recording_id": null,
    "artist": "Castle Rat",
    "artist_ids": [
        "f3bfdd64-13d5-4e39-a2ca-792b81f96dea"
    ],
    "album": "The Bestiary",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "King Volume Records"
    ],
    "label_ids": [
        "2adcd520-488d-4fad-b42b-99c95a5992b2"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bestiary was on our Top 10 albums of 2025!  Castle Rat stopped by our studios yesterday before playing a SOLD OUT show at Substation tonight.  You'll be hearing more from us about when the in studio will air on our YouTube channel.\n\nThey have also announced a US tour with Amon Amarth this spring.\n\nhttps://www.facebook.com/castleratband\nhttps://castlerat.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}