Information about plays

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

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

{
    "id": 3543932,
    "uri": "https://api.kexp.org/v2/plays/3543932/?format=api",
    "airdate": "2025-08-23T21:20:03-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://ia601903.us.archive.org/9/items/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de-30662858952_thumb500.jpg",
    "thumbnail_uri": "https://ia601903.us.archive.org/9/items/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de/mbid-f47199f1-a6fb-45fb-97fd-cee5472ef9de-30662858952_thumb250.jpg",
    "song": "Pretty on the Inside / Clouds",
    "track_id": "0f3cd248-f223-399b-b1df-35243a366e15",
    "recording_id": "6a84535d-e944-4a47-a56b-fbb647366dd1",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}