Information about plays

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

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

{
    "id": 3598732,
    "uri": "https://api.kexp.org/v2/plays/3598732/?format=api",
    "airdate": "2026-01-01T07:25:59-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "https://ia600408.us.archive.org/26/items/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd-6596312654_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/26/items/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd-6596312654_thumb250.jpg",
    "song": "Sleep",
    "track_id": "a5397ea8-af2b-4005-9344-263dd9f41363",
    "recording_id": "223f9324-3546-446b-96a2-5f663192dd42",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Thirteen Tales From Urban Bohemia",
    "release_id": "0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd",
    "release_group_id": "86870fef-fddd-390c-a639-85720706e0d8",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "request from Lance!\n\nHear this one live:\nhttps://thedandywarholsofficial.bandcamp.com/track/sleep-live \n\nAnd watch The Dandy Warhols live on KEXP in 2013!:\nhttps://youtu.be/8hb43K7p-_s?si=NDu2QqDXu6dlG9qI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}