Information about plays

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

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

{
    "id": 3546835,
    "uri": "https://api.kexp.org/v2/plays/3546835/?format=api",
    "airdate": "2025-08-30T19:28:59-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://ia902907.us.archive.org/20/items/mbid-ae824175-20ac-4516-b127-38ec0e4d8d17/mbid-ae824175-20ac-4516-b127-38ec0e4d8d17-15412900933_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/20/items/mbid-ae824175-20ac-4516-b127-38ec0e4d8d17/mbid-ae824175-20ac-4516-b127-38ec0e4d8d17-15412900933_thumb250.jpg",
    "song": "Flown Away",
    "track_id": "d1baa29f-5086-42ae-80f7-578894eefb88",
    "recording_id": "28e118a0-438e-4727-b018-84de6717a506",
    "artist": "Kingdom of The Holy Sun",
    "artist_ids": [
        "774d1cb3-7354-4d5e-8e11-84f799cdc817"
    ],
    "album": "At the Gates of Dawn",
    "release_id": "ae824175-20ac-4516-b127-38ec0e4d8d17",
    "release_group_id": "561594e3-2cbb-4004-b8c4-f65c2cd51f9a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-07-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This track is from the Seattle group is off their third record released in 2016. \n\nhttps://kingdomoftheholysun.bandcamp.com/album/at-the-gates-of-dawn\n--\nhttps://www.kexp.org/read/2016/12/02/song-of-the-day-kingdom-of-the-holy-sun-flown-away/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}