Information about plays

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

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

{
    "id": 3640723,
    "uri": "https://api.kexp.org/v2/plays/3640723/?format=api",
    "airdate": "2026-04-11T12:07:27-07:00",
    "show": 66425,
    "show_uri": "https://api.kexp.org/v2/shows/66425/?format=api",
    "image_uri": "https://dn711307.ca.archive.org/0/items/mbid-10e44a3d-fa3f-41bf-91b6-0049b227d119/mbid-10e44a3d-fa3f-41bf-91b6-0049b227d119-17577590143_thumb500.jpg",
    "thumbnail_uri": "https://dn711307.ca.archive.org/0/items/mbid-10e44a3d-fa3f-41bf-91b6-0049b227d119/mbid-10e44a3d-fa3f-41bf-91b6-0049b227d119-17577590143_thumb250.jpg",
    "song": "Rolling Stoned",
    "track_id": "8784f34b-031f-42ed-b4b8-3760f3b6a56b",
    "recording_id": "15c4603b-9874-4fda-bdc0-21ab6c5cab06",
    "artist": "King Gizzard & The Lizard Wizard with Mild High Club",
    "artist_ids": [
        "5e9adbe9-5721-4d66-88e4-0e3ff7129f1c",
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Sketches of Brunswick East",
    "release_id": "10e44a3d-fa3f-41bf-91b6-0049b227d119",
    "release_group_id": "e21e9e38-9cbe-49aa-b008-2944a4e89275",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2017-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A snippet of this groove first appeared as a bonus track at the end of Mild High Club's \"Timeline\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}