Information about plays

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

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

{
    "id": 3548833,
    "uri": "https://api.kexp.org/v2/plays/3548833/?format=api",
    "airdate": "2025-09-04T12:37:19-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia801707.us.archive.org/3/items/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60-16637994690_thumb500.jpg",
    "thumbnail_uri": "https://ia801707.us.archive.org/3/items/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60/mbid-ab9aa125-6f26-4145-879c-f0c05ff6ac60-16637994690_thumb250.jpg",
    "song": "1999",
    "track_id": "8c581577-dbfd-3d1b-ae63-dec2d843707e",
    "recording_id": "d2c83920-6066-48f4-88d6-2ad6f469ecf4",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": "ab9aa125-6f26-4145-879c-f0c05ff6ac60",
    "release_group_id": "561be5b7-a39c-3866-859d-d86f30816ae7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-10-27",
    "rotation_status": "Library",
    "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"
}