Information about plays

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

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

{
    "id": 3573479,
    "uri": "https://api.kexp.org/v2/plays/3573479/?format=api",
    "airdate": "2025-11-03T11:54:42-08:00",
    "show": 65013,
    "show_uri": "https://api.kexp.org/v2/shows/65013/?format=api",
    "image_uri": "https://ia904501.us.archive.org/31/items/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9-29880007592_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9/mbid-ffee52e9-b1eb-4a2c-b594-9a75063e19f9-29880007592_thumb250.jpg",
    "song": "Jackie",
    "track_id": "96e28604-21cc-4953-9306-35b34fd00ac4",
    "recording_id": "ae76fb77-9b8e-4ec8-b315-870701562902",
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "The Asymptotical World EP",
    "release_id": "ffee52e9-b1eb-4a2c-b594-9a75063e19f9",
    "release_group_id": "6522d96c-91b4-4620-96df-2612dad0e22b",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2021-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Seattle's Crocodile on Thursday, December 18th. \n\n\"Jackie\" was included on Yves Tumor's 2021 The Asymptotical World EP. https://yves-tumor.bandcamp.com/\n\nThis song, produced and co-written by Chris Greatti, was selected as a KEXP Song of the Day. You can download it for free here: https://www.kexp.org/podcasts/song-of-the-day/2021/7/22/yves-tumor-jackie/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}