Information about plays

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

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

{
    "id": 3636391,
    "uri": "https://api.kexp.org/v2/plays/3636391/?format=api",
    "airdate": "2026-04-01T09:44:55-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://ia801302.us.archive.org/5/items/mbid-6216c379-47f0-4ddf-a9f3-9c462577e2f1/mbid-6216c379-47f0-4ddf-a9f3-9c462577e2f1-26401085200_thumb500.jpg",
    "thumbnail_uri": "https://dn710807.ca.archive.org/0/items/mbid-6216c379-47f0-4ddf-a9f3-9c462577e2f1/mbid-6216c379-47f0-4ddf-a9f3-9c462577e2f1-26401085200_thumb250.jpg",
    "song": "Mothers of the Sun",
    "track_id": "972c6614-4f0b-4938-b820-71f4e4f94c59",
    "recording_id": "d7334ebd-6e40-4250-ac2a-654185ed5357",
    "artist": "Black Mountain",
    "artist_ids": [
        "4898b9ad-f564-4ff1-9046-b1a16dfd5200"
    ],
    "album": "IV",
    "release_id": "6216c379-47f0-4ddf-a9f3-9c462577e2f1",
    "release_group_id": "6ed676b4-0f70-4b01-a0f2-fab6b96cb2d1",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "10 years ago today (2016), Black Mountain released the amazing 'IV', featuring \"Mothers of the Sun\", \"Florian Saucer Attack\", \"Space to Bakersfield\", and \"You Can Dream\".\n\nWatch the psychedelic rock band from Vancouver, BC perform this track live during their KEXP 2019 in studio session here: https://youtu.be/CMQvkYIupRw\n\nhttps://blackmountain.bandcamp.com\nhttps://www.blackmountainarmy.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}