Information about plays

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

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

{
    "id": 3629225,
    "uri": "https://api.kexp.org/v2/plays/3629225/?format=api",
    "airdate": "2026-03-15T10:17:27-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-7212899d-e111-43fb-a655-8bdb7121642b/mbid-7212899d-e111-43fb-a655-8bdb7121642b-43138649089_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-7212899d-e111-43fb-a655-8bdb7121642b/mbid-7212899d-e111-43fb-a655-8bdb7121642b-43138649089_thumb250.jpg",
    "song": "Back to the Heart",
    "track_id": "3af1be82-9351-479e-a647-6887d9704bc8",
    "recording_id": "5fde29af-ef59-4d40-819a-d9786d16ba8f",
    "artist": "Strange Pilgrim",
    "artist_ids": [
        "517bcd17-c4d4-40cb-bcb7-63fb7b6dd0fd"
    ],
    "album": "Too Bright Planet",
    "release_id": "7212899d-e111-43fb-a655-8bdb7121642b",
    "release_group_id": "f05c64d9-8629-45a0-a5f2-ea876a75f262",
    "labels": [
        "Royal Oakie Records"
    ],
    "label_ids": [
        "2ffb3834-9834-499d-9b1c-f2f9d15bd840"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second album from the Portland, OR artist is inspired by the poetry of Robert Hass, the films of Sara Dosa, Akira Kurosawa, and Wim Wenders, and the art of Gerhard Richter.  https://strangepilgrim.bandcamp.com/album/too-bright-planet",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}