Information about plays

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

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

{
    "id": 3634889,
    "uri": "https://api.kexp.org/v2/plays/3634889/?format=api",
    "airdate": "2026-03-28T22:52:01-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd65f175-2cea-45d5-8641-107a34e4f577/25711813870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd65f175-2cea-45d5-8641-107a34e4f577/25711813870-250.jpg",
    "song": "Don't Show Me That",
    "track_id": null,
    "recording_id": "054c6f6d-aa3b-4b23-a7e8-0f72ca9865a3",
    "artist": "The Beautys",
    "artist_ids": [
        "4c6d2e3e-84f3-4a5e-bd72-3b554db386cc"
    ],
    "album": "Thing of Beauty",
    "release_id": null,
    "release_group_id": "2e4095c2-98aa-4bc5-ab4c-2e84580303b4",
    "labels": [
        "Cheetah Records"
    ],
    "label_ids": [
        "f15f355f-2392-4f8d-9f63-b4e05714b4e0"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Punk rock band from Fort Wayne, Indiana and led by guitarist/vocalist Kathleen Gregg, aka, Chica Baby. Active from the mid 1990s into the early 2000s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}