Information about plays

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

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

{
    "id": 3639809,
    "uri": "https://api.kexp.org/v2/plays/3639809/?format=api",
    "airdate": "2026-04-09T08:33:00-07:00",
    "show": 66406,
    "show_uri": "https://api.kexp.org/v2/shows/66406/?format=api",
    "image_uri": "https://coverartarchive.org/release/b684e32e-28ff-4647-9124-970a832cbec6/44302729724-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b684e32e-28ff-4647-9124-970a832cbec6/44302729724-250.jpg",
    "song": "Sherpa",
    "track_id": null,
    "recording_id": "bd953e77-f7df-467b-b1cf-e42d3eec5968",
    "artist": "Angine de Poitrine",
    "artist_ids": [
        "5fd29907-c3c5-4b1d-a799-7cf9bbd288fc"
    ],
    "album": "Sherpa",
    "release_id": null,
    "release_group_id": "fc32bea3-f83e-413e-8df3-f31d8e290f9d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Angine de Poitrine live on KEXP from December 2025:\nhttps://www.youtube.com/watch?v=0Ssi-9wS1so\n\nhttps://anginedepoitrine.bandcamp.com/track/sherpa-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}