Information about plays

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

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

{
    "id": 3592691,
    "uri": "https://api.kexp.org/v2/plays/3592691/?format=api",
    "airdate": "2025-12-18T13:27:30-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "https://coverartarchive.org/release/15f6c61b-d09a-4e2d-935b-94725967c117/16042610826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15f6c61b-d09a-4e2d-935b-94725967c117/16042610826-250.jpg",
    "song": "Picture 3",
    "track_id": null,
    "recording_id": "0038f4d0-4ff8-497c-ac0c-19fa123aef68",
    "artist": "Jack DeJohnette",
    "artist_ids": [
        "f2d13d28-6f74-4dd5-b596-8bd0b6f67615"
    ],
    "album": "Pictures",
    "release_id": null,
    "release_group_id": "883fe241-042a-417c-8396-61c50cf1e52b",
    "labels": [
        "ECM Records"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Revered jazz drummer, pianist, and composer Jack DeJohnette died in October t age 83. He is renowned, among other things, for his work on Miles Davis's \"Bitches Brew.\"\n--\nHere's a guide  to 7 essential recordings: https://www.nytimes.com/2025/10/27/arts/music/jack-dejohnette-songs-albums.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}