Information about plays

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

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

{
    "id": 3641264,
    "uri": "https://api.kexp.org/v2/plays/3641264/?format=api",
    "airdate": "2026-04-12T17:00:49-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-87eb5d15-88b1-4522-baef-1de5975b9796/mbid-87eb5d15-88b1-4522-baef-1de5975b9796-14902707153_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-87eb5d15-88b1-4522-baef-1de5975b9796/mbid-87eb5d15-88b1-4522-baef-1de5975b9796-14902707153_thumb250.jpg",
    "song": "Sensoria",
    "track_id": "67d83baf-9f98-30ec-9d6e-9585428a33cf",
    "recording_id": "89c5dcf6-6cfa-41fd-939c-d91f40808b38",
    "artist": "Cabaret Voltaire",
    "artist_ids": [
        "439a29ad-f4ef-4857-a7cd-3d4a551056c8"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 12",
    "release_id": "87eb5d15-88b1-4522-baef-1de5975b9796",
    "release_group_id": "9931185c-7f68-3cfb-a090-33ce41d1fc0f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request for Michael!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}