Information about plays

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

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

{
    "id": 3621939,
    "uri": "https://api.kexp.org/v2/plays/3621939/?format=api",
    "airdate": "2026-02-25T02:43:44-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Up",
    "track_id": "d1474f02-d058-4a9b-813d-2a70523d56b3",
    "recording_id": "5d47f483-a458-4bd8-a367-7258830dae36",
    "artist": "Ratboys",
    "artist_ids": [
        "423a85de-66ba-4113-abdc-ba2678ee89ba"
    ],
    "album": "Singin' to an Empty Chair",
    "release_id": "f183b31e-edfb-47b0-bd51-ba36e5d2cf3d",
    "release_group_id": "362e059b-f4d8-4031-87d6-9118fdb5867f",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Ratboys!\n\n\"Despite its title, Ratboys’ new album Singin’ to an Empty Chair is not defined by what’s missing. Rather, it’s the beginning of an important dialogue with a close loved one vocalist Julia Steiner finds herself estranged from. The music on the band’s sixth studio album – its first for New West Records – fills the space that person left behind with 11 songs showcasing Ratboys at the peak of their powers — twangy, effervescent, as confident as they’ve ever been, and perhaps more emotionally interrogative than ever before.\"\nhttps://ratboys.bandcamp.com/album/singin-to-an-empty-chair",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}