Information about plays

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

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

{
    "id": 3598755,
    "uri": "https://api.kexp.org/v2/plays/3598755/?format=api",
    "airdate": "2026-01-01T08:58:59-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Burn (edit)",
    "track_id": "1403bd02-471b-4625-8dae-1d85cf96ddce",
    "recording_id": "074d8565-9845-4662-9f5d-e5197ef9fbcc",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Headsoup",
    "release_id": "8297858b-eed6-43bd-b429-79b2f8a8625c",
    "release_group_id": "7ca1bdcd-12f6-46ae-ad8d-51d93a52921b",
    "labels": [
        "Rocket Recordings"
    ],
    "label_ids": [
        "d681d3ce-6af2-4661-8b49-fc3d20f390a5"
    ],
    "release_date": "2021-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goat coined this track as the best song they've ever written!\n \nThis song was created specifically for a climatic scene in the film Killing Gävle, a film about the famous Gävle Goat in Sweden. The lore is that every year, custodians of Gävle try to protect a giant straw goat built as a Christmas celebration from being burnt down by\nmischievous pagans. Typical Swedish Christmas traditions?\n-\nhttps://goat.bandcamp.com/album/let-it-burn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}