Information about plays

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

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

{
    "id": 3597488,
    "uri": "https://api.kexp.org/v2/plays/3597488/?format=api",
    "airdate": "2025-12-29T05:56:26-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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 the 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": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}