Information about plays

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

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

{
    "id": 3647624,
    "uri": "https://api.kexp.org/v2/plays/3647624/?format=api",
    "airdate": "2026-04-27T23:53:55-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0817208-3a6a-44ed-a5f2-ea9553b19d00/44649102481-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0817208-3a6a-44ed-a5f2-ea9553b19d00/44649102481-250.jpg",
    "song": "Golden Gate, Silver City",
    "track_id": null,
    "recording_id": "4593ea9d-ddfb-471f-9980-fc7e98a97498",
    "artist": "Pan•American",
    "artist_ids": [
        "eeef9e6a-460b-49ca-840f-b55481b47297"
    ],
    "album": "Fly the Ocean in a Silver Plane",
    "release_id": null,
    "release_group_id": "90fe8d8d-1535-49a0-b68c-a1068019d42d",
    "labels": [
        "Kranky"
    ],
    "label_ids": [],
    "release_date": "2026-03-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(I'd bet anything DJ Alex already played this on Pacifc Notions) - https://panamerican.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}