Information about plays

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

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

{
    "id": 3623902,
    "uri": "https://api.kexp.org/v2/plays/3623902/?format=api",
    "airdate": "2026-03-01T09:47:20-08:00",
    "show": 66062,
    "show_uri": "https://api.kexp.org/v2/shows/66062/?format=api",
    "image_uri": "https://coverartarchive.org/release/a64d764d-deca-4231-bffe-bcaf40fb1943/34229330075-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a64d764d-deca-4231-bffe-bcaf40fb1943/34229330075-250.jpg",
    "song": "Red Moon",
    "track_id": null,
    "recording_id": "177232cb-708a-4785-843a-830e2958e7e2",
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Dragon New Warm Mountain I Believe in You",
    "release_id": null,
    "release_group_id": "d705a3ed-be7a-459c-ac74-58cddaf98576",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2022-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their double LP written and recorded during the pandemic.\nThey were last in for a KEXP session in 2019 https://www.youtube.com/watch?v=5oODr-7y3M0\nhttps://bigthief.bandcamp.com/album/dragon-new-warm-mountain-i-believe-in-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}