Information about plays

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

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

{
    "id": 3633863,
    "uri": "https://api.kexp.org/v2/plays/3633863/?format=api",
    "airdate": "2026-03-26T11:19:29-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://dn711106.ca.archive.org/0/items/mbid-6f86fc35-2b17-4956-934e-a760099357f3/mbid-6f86fc35-2b17-4956-934e-a760099357f3-37813152305_thumb500.jpg",
    "thumbnail_uri": "https://dn711106.ca.archive.org/0/items/mbid-6f86fc35-2b17-4956-934e-a760099357f3/mbid-6f86fc35-2b17-4956-934e-a760099357f3-37813152305_thumb250.jpg",
    "song": "Hurry On Home",
    "track_id": "c0c7f134-9423-411a-a8a4-421bf0a29130",
    "recording_id": "0b7f5b8f-a228-47e3-a119-dd56988f8ab6",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Center Won’t Hold",
    "release_id": "6f86fc35-2b17-4956-934e-a760099357f3",
    "release_group_id": "474906cf-88cc-414e-9b50-e8112dd44431",
    "labels": [
        "Milk! Records"
    ],
    "label_ids": [
        "6f3fd8dd-28ab-41d7-b1c9-0691499bf1c6"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "‘The Center Won’t Hold” is Sleater-Kinney’s 9th studio album and was produced by St. Vincent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}