Information about plays

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

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

{
    "id": 3561349,
    "uri": "https://api.kexp.org/v2/plays/3561349/?format=api",
    "airdate": "2025-10-04T20:04:42-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia801506.us.archive.org/4/items/mbid-ebfc2d55-d9cb-4b90-8b16-5f1cffe8cfa5/mbid-ebfc2d55-d9cb-4b90-8b16-5f1cffe8cfa5-34295142728_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/4/items/mbid-ebfc2d55-d9cb-4b90-8b16-5f1cffe8cfa5/mbid-ebfc2d55-d9cb-4b90-8b16-5f1cffe8cfa5-34295142728_thumb250.jpg",
    "song": "My Blood Runs Through This Land",
    "track_id": "b5dcbf5f-aa6e-46d5-833e-699c3055ddb1",
    "recording_id": "24f8f1cb-2f65-4852-8880-767b7d855b43",
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "The Land, The Water, The Sky",
    "release_id": "ebfc2d55-d9cb-4b90-8b16-5f1cffe8cfa5",
    "release_group_id": "2c95b991-6a13-4a01-8013-b62e132da4fc",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2023-02-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Katherine Paul (KP) of BBES talks about her connection to nature and her homeland in her album, \"The Land, The Water, The Sky\" on Sound and Vision podcast on KEXP: \n\nhttps://www.kexp.org/podcasts/sound-vision/2023/2/16/black-belt-eagle-scout-comes-home\n\nhttps://blackbelteaglescout.bandcamp.com/album/the-land-the-water-the-sky",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}