Information about plays

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

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

{
    "id": 3645301,
    "uri": "https://api.kexp.org/v2/plays/3645301/?format=api",
    "airdate": "2026-04-22T10:14:40-07:00",
    "show": 66522,
    "show_uri": "https://api.kexp.org/v2/shows/66522/?format=api",
    "image_uri": "https://dn710805.ca.archive.org/0/items/mbid-e2e8b6fc-1bd9-4d51-abf3-53c7e3118463/mbid-e2e8b6fc-1bd9-4d51-abf3-53c7e3118463-26761142817_thumb500.jpg",
    "thumbnail_uri": "https://dn710805.ca.archive.org/0/items/mbid-e2e8b6fc-1bd9-4d51-abf3-53c7e3118463/mbid-e2e8b6fc-1bd9-4d51-abf3-53c7e3118463-26761142817_thumb250.jpg",
    "song": "Let It Go",
    "track_id": "75ebcd2e-c8bd-3d43-a512-1b87b8631012",
    "recording_id": "8da6262e-a5a0-4eef-8291-cc96351bdf5c",
    "artist": "The Asteroid No. 4",
    "artist_ids": [
        "32ce90ae-a757-4016-964c-1ecfc6c49279"
    ],
    "album": "These Flowers of Ours",
    "release_id": "e2e8b6fc-1bd9-4d51-abf3-53c7e3118463",
    "release_group_id": "f3ae19bd-67f7-308b-9d09-acca2471c212",
    "labels": [
        "Committee to Keep Music Evil"
    ],
    "label_ids": [
        "79d68f6c-d06f-43ca-8033-1ddaf456efe1"
    ],
    "release_date": "2008-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco based band, The Asteroid No. 4 is on tour!\n\nMay 28th at August Hall in San Francisco.\n\nhttps://theasteroidno4.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}