Information about plays

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

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

{
    "id": 3571067,
    "uri": "https://api.kexp.org/v2/plays/3571067/?format=api",
    "airdate": "2025-10-28T15:57:30-07:00",
    "show": 64958,
    "show_uri": "https://api.kexp.org/v2/shows/64958/?format=api",
    "image_uri": "https://ia601001.us.archive.org/20/items/mbid-eafe6434-35ba-49a0-9f96-350cdb8b3a65/mbid-eafe6434-35ba-49a0-9f96-350cdb8b3a65-38826433435_thumb500.jpg",
    "thumbnail_uri": "https://dn710001.ca.archive.org/0/items/mbid-eafe6434-35ba-49a0-9f96-350cdb8b3a65/mbid-eafe6434-35ba-49a0-9f96-350cdb8b3a65-38826433435_thumb250.jpg",
    "song": "It's a Packed House",
    "track_id": "b7d7bc2b-40fc-3a3f-a8f1-f0f2ee407a70",
    "recording_id": "54742a0c-af55-4d9c-9f38-e75fab288acd",
    "artist": "P.E.A.C.E.",
    "artist_ids": [
        "87bb0540-12e8-4318-a622-b30fb78baf50"
    ],
    "album": "Cater to the DJ",
    "release_id": "9eddbca8-3804-4395-8b9e-5396baf118ea",
    "release_group_id": "ee830118-6bc0-34c7-87dd-303e3abcb6cb",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP P.E.A.C.E.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}