Information about plays

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

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

{
    "id": 3601112,
    "uri": "https://api.kexp.org/v2/plays/3601112/?format=api",
    "airdate": "2026-01-06T18:39:35-08:00",
    "show": 65581,
    "show_uri": "https://api.kexp.org/v2/shows/65581/?format=api",
    "image_uri": "https://ia600101.us.archive.org/24/items/mbid-c869b7c8-34d3-4a4e-82e2-050a323b63a2/mbid-c869b7c8-34d3-4a4e-82e2-050a323b63a2-19566674625_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/24/items/mbid-c869b7c8-34d3-4a4e-82e2-050a323b63a2/mbid-c869b7c8-34d3-4a4e-82e2-050a323b63a2-19566674625_thumb250.jpg",
    "song": "Evan Finds the Third Room",
    "track_id": "6109c3bb-ffdc-491d-99e8-9bc0bfedf297",
    "recording_id": "0a9e2f18-ab39-4cec-a674-4e9898669fea",
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Con Todo El Mundo",
    "release_id": "c869b7c8-34d3-4a4e-82e2-050a323b63a2",
    "release_group_id": "62074290-985b-4220-a796-b752112e73c7",
    "labels": [
        "Night Time Stories"
    ],
    "label_ids": [
        "8e3b743b-3db1-48da-98fc-dce8d648b161"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song’s title comes from philosopher Homi K. Bhabha’s theory of the “third space,” a place in which different cultures coexist and meld into hybrids. Khruangbin performed this track live in the KEXP studio in April 2018. Watch the full session here: https://youtu.be/DyWhFB9ijzA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}