Information about plays

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

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

{
    "id": 3581704,
    "uri": "https://api.kexp.org/v2/plays/3581704/?format=api",
    "airdate": "2025-11-23T00:01:00-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?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": "7bf32984-a9b4-4be2-a16d-2873eec9d4b9",
    "labels": [
        "King Volume Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Castle Rat will be playing a sold out show at Substation in Seattle on January 17th as part of the Holy Mountain Brewing 11th anniversary with Witch Ripper and Old Iron.\n\nhttps://www.eventbrite.com/e/castle-rat-holy-mountain-brewing-11-year-anniversary-tickets-1968890677016",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}