Information about plays

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

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

{
    "id": 3667566,
    "uri": "https://api.kexp.org/v2/plays/3667566/?format=api",
    "airdate": "2026-06-13T22:06:53-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de-30662858952_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de-30662858952_thumb250.jpg",
    "song": "Teenage Whore",
    "track_id": "73ce20c1-0794-315e-984a-6da8f5b06dc7",
    "recording_id": "a9bf0ca9-102d-4bc3-b16f-bae009e76e8e",
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Pretty on the Inside",
    "release_id": "f47199f1-a6fb-45fb-97fd-cee5472ef9de",
    "release_group_id": "3cfb69f7-13e3-306b-b564-a1f1b1260b98",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1991-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pretty on the Inside was produced by non other than Kim Gordon of Sonic Youth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}