Information about plays

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

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

{
    "id": 3639599,
    "uri": "https://api.kexp.org/v2/plays/3639599/?format=api",
    "airdate": "2026-04-08T21:08:40-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "https://coverartarchive.org/release/85ee751f-39e4-4f3d-afa7-fbf992a42be9/44521511608-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85ee751f-39e4-4f3d-afa7-fbf992a42be9/44521511608-250.jpg",
    "song": "Cara Maluco",
    "track_id": null,
    "recording_id": "e1e55b88-4a1f-4655-9adc-57f76a500a40",
    "artist": "Osees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Cara Maluco",
    "release_id": null,
    "release_group_id": "6435607f-b2b1-44a4-811b-ed71d780b3a8",
    "labels": [
        "DEATHGOD CORP"
    ],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Osees tour 2026!\n\nWed. August 26 through 29 – San Francisco, CA @ The Chapel \nMon. August 31 – Portland, OR @ Crystal Ballroom \nWed. September 2 – Seattle, WA @ Neumos \nThu. September 3 – Seattle, WA @ Neumos \n\nhttps://www.theeohsees.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}