Information about plays

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

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

{
    "id": 3621809,
    "uri": "https://api.kexp.org/v2/plays/3621809/?format=api",
    "airdate": "2026-02-24T18:49:57-08:00",
    "show": 66021,
    "show_uri": "https://api.kexp.org/v2/shows/66021/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy Fog",
    "track_id": "60e5fd79-c1ea-4f63-b581-5593c906354c",
    "recording_id": "c00144fb-ae64-4cf6-9611-48e68fac11d7",
    "artist": "Spirit Award",
    "artist_ids": [
        "72042f4e-7652-4bf4-8846-d4981b760f67"
    ],
    "album": "Neverending",
    "release_id": "137090ad-4aa3-4107-85fa-862662c86fb7",
    "release_group_id": "dbe6e23e-b710-4815-89e8-43825be3f9d2",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2017 album on Union Zero from Seattle psych-pop group Spirit Award -- Sean Nelson hosted them Live in the KEXP Studio back in 2018: https://youtu.be/QRz4bG7sQHQ\n\nThis album was on Evie's Top 10 Albums of 2017!  https://kexp.org/read/2017/12/24/2017-top-ten-list-spotlight-evie/\n\nhttps://spiritaward.bandcamp.com/track/heavy-fog",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}