Information about plays

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

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

{
    "id": 3596840,
    "uri": "https://api.kexp.org/v2/plays/3596840/?format=api",
    "airdate": "2025-12-27T19:15:52-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BOOK AND A COLD",
    "track_id": "c820a1a4-5b12-4c0b-a315-e7eaed0d2e81",
    "recording_id": "5a1a9fca-8b38-4ca5-8298-9354180422dc",
    "artist": "foamboy",
    "artist_ids": [
        "22c93a3d-e9c2-455b-bf7f-24a0f6e4d048"
    ],
    "album": "BOOK AND A COLD",
    "release_id": "efbd6dd9-c850-424a-b0f8-6f6b707375f9",
    "release_group_id": "1c2c18fc-12ad-461d-b3f0-76643156d1e8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-19",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest from Portland, OR based duo foamboy!\n\nFrom the band: \"This song about an anticlimactic love affair was revived from the archives. I originally produced it as a slow/sleepy beat with just the chorus lyrics \"all I got from you was a book and a cold/I'm tired of maybes to soften the blow.\" Five years later, Wil turned it into a big glittery disco song, which was great, but it meant I had to go back and write some verses. As someone who normally starts and finishes the lyrics of a song within a few days, it was an interesting challenge to complete something I had started so long ago.\"\n\nhttps://foamboy.bandcamp.com/track/book-and-a-cold",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}