Information about plays

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

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

{
    "id": 3539265,
    "uri": "https://api.kexp.org/v2/plays/3539265/?format=api",
    "airdate": "2025-08-12T17:51:00-07:00",
    "show": 64272,
    "show_uri": "https://api.kexp.org/v2/shows/64272/?format=api",
    "image_uri": "https://ia803206.us.archive.org/20/items/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc/mbid-47f13ded-3dc3-456f-ba4f-39bce30da7bc-3202019918_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/20/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": "TV On The Radio is touring with LCD Soundsystem. Upcoming shows include:\n- Saturday, Oct. 11 at The Warfield in San Francisco\n- Sunday, Oct. 12 at the Fox Theater in Oakland\n___\nTVOTR's 4th LP, was 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\" -- check it out later: https://youtu.be/8B5GP0AiQMc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}