Information about plays

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

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

{
    "id": 3633563,
    "uri": "https://api.kexp.org/v2/plays/3633563/?format=api",
    "airdate": "2026-03-25T17:00:51-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc-3202019918_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc-3202019918_thumb250.jpg",
    "song": "Caffeinated Consciousness",
    "track_id": "b60a1fca-4da4-35ab-a5c0-3ccc1a3db345",
    "recording_id": "dfca3c97-fbd4-49f3-9ffb-8614504da0f0",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Nine Types of Light",
    "release_id": "47f13ded-3dc3-456f-ba4f-39bce30da7bc",
    "release_group_id": "f9fd1c99-a2e5-49c0-ad01-ce37bc23f94d",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2011-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Sitek, producer and guitarist for TV on the Radio.\n\nThe band's 4th LP, made available for free on the band's website in February 2011 - accompanied by an hourlong film, described as a \"visual re-imagining of the record\" and directed by Tunde Adebimpe -- check it out later: https://youtu.be/8B5GP0AiQMc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}