Information about plays

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

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

{
    "id": 3597654,
    "uri": "https://api.kexp.org/v2/plays/3597654/?format=api",
    "airdate": "2025-12-29T15:51:04-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1999",
    "track_id": null,
    "recording_id": "d2c83920-6066-48f4-88d6-2ad6f469ecf4",
    "artist": "Prince`",
    "artist_ids": [],
    "album": "1999",
    "release_id": null,
    "release_group_id": "561be5b7-a39c-3866-859d-d86f30816ae7",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1982-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We were sitting around watching a special about 1999, and a lot of people were talking about the year and speculating on what was going to happen. And I just found it real ironic how everyone that was around me whom I thought to be very optimistic people were dreading those days, and I always knew I'd be cool. I never felt like this was going to be a rough time for me.\n\n\"I knew that there were going to be rough times for the Earth because of this system is based in entropy, and it's pretty much headed in a certain direction. So I just wanted to write something that gave hope, and what I find is people listen to it. And no matter where we are in the world, I always get the same type of response from them.\" -- Prince speaking to Larry King on CNN in 1999",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}