Information about plays

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

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

{
    "id": 3586778,
    "uri": "https://api.kexp.org/v2/plays/3586778/?format=api",
    "airdate": "2025-12-04T15:46:02-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Sittin’ on) The Dock of the Bay",
    "track_id": null,
    "recording_id": "01a99371-8e31-4380-924b-142146219676",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "(Sittin' on) The Dock of the Bay",
    "release_id": null,
    "release_group_id": "b9023e0d-10e7-4f17-b416-f7ee5156ceb8",
    "labels": [
        "Volt"
    ],
    "label_ids": [
        "f9407faa-066d-4242-89e5-2a5d5686a2ef"
    ],
    "release_date": "1968-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve Cropper said that Otis called the studio. He said, “I’m on my way right now. You gotta hear this.”\n\nHe showed up 15 minutes later and and he said, “Get your guitar. Let’s go back in the back.” So we went in the studio and he played me this little bit of thing that he had. I, of course, just flipped out. I thought it was great. All he had was the intro and about half the first verse. I wrote just about all the rest of it, but he certainly got it kick-started!\n--\nHere's the story behind this song in Steve Cropper's words: https://performingsongwriter.com/steve-cropper-sittin-dock-bay/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}