Information about plays

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

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

{
    "id": 3545987,
    "uri": "https://api.kexp.org/v2/plays/3545987/?format=api",
    "airdate": "2025-08-28T18:52:48-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "https://ia801503.us.archive.org/28/items/mbid-44e75731-45bf-4924-99e2-49521e0e2d8c/mbid-44e75731-45bf-4924-99e2-49521e0e2d8c-16190743883_thumb500.jpg",
    "thumbnail_uri": "https://ia601503.us.archive.org/28/items/mbid-44e75731-45bf-4924-99e2-49521e0e2d8c/mbid-44e75731-45bf-4924-99e2-49521e0e2d8c-16190743883_thumb250.jpg",
    "song": "The Rhythm Changes",
    "track_id": "84c5a138-273d-4cc8-8664-4e459a18bc38",
    "recording_id": "a48e4265-4758-4219-8a3a-fd831f2a7a47",
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "The Epic",
    "release_id": "44e75731-45bf-4924-99e2-49521e0e2d8c",
    "release_group_id": "fffaa737-94cb-42b9-b1f1-44698110ea8a",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2015-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rhythm changes\" is a well-known jazz term that refers to the chord progression from the classic jazz tune, \"I've Got Rhythm,\" off of which countless jazz tunes, including this one, are based.\n\nThat's vocalist Patrice Quinn singing here.\n--\nDon't miss this live KEXP performance by Kamasi Washington and his musicians that included The Rhythm Changes\":  https://www.youtube.com/watch?v=sqzFm3erSJc&t=34s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}