Information about plays

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

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

{
    "id": 3573947,
    "uri": "https://api.kexp.org/v2/plays/3573947/?format=api",
    "airdate": "2025-11-04T14:55:13-08:00",
    "show": 65022,
    "show_uri": "https://api.kexp.org/v2/shows/65022/?format=api",
    "image_uri": "https://ia600501.us.archive.org/24/items/mbid-e9a58849-fec6-493f-b664-b2f57c450687/mbid-e9a58849-fec6-493f-b664-b2f57c450687-13889169524_thumb500.jpg",
    "thumbnail_uri": "https://ia800501.us.archive.org/24/items/mbid-e9a58849-fec6-493f-b664-b2f57c450687/mbid-e9a58849-fec6-493f-b664-b2f57c450687-13889169524_thumb250.jpg",
    "song": "You're a Prisoner",
    "track_id": "2ef37d30-2242-39df-b74e-a9d917174c86",
    "recording_id": "a2e66ce9-f33f-47f3-9061-ce8753bb9b6b",
    "artist": "Death",
    "artist_ids": [
        "5bddb294-e04c-4d8f-b9bb-e3b551802ae4"
    ],
    "album": "...for the Whole World to See",
    "release_id": "e9a58849-fec6-493f-b664-b2f57c450687",
    "release_group_id": "8cd7285a-7bea-3119-9083-c777f6063462",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2009-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a tribute to this Detroit power trio, formed in 1971 by brothers Bobby, David, and Dannis Hackney. The NY Times says that \"Death was punk before punk was punk.\": https://www.nytimes.com/2009/03/15/arts/music/15rubi.html\n---\nhttps://deathfromdetroit.bandcamp.com/album/for-the-whole-world-to-see",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}