Information about plays

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

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

{
    "id": 3636532,
    "uri": "https://api.kexp.org/v2/plays/3636532/?format=api",
    "airdate": "2026-04-01T17:43:18-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Earth People",
    "track_id": "efdb816e-c095-311f-8ced-e26b7f8d1bd6",
    "recording_id": "7767baa3-f6f4-41a1-9e93-d2239aff5d89",
    "artist": "Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd"
    ],
    "album": "Dr. Octagonecologyst",
    "release_id": "cddbf21f-9cd8-4665-a015-3cdc50cdcc72",
    "release_group_id": "b38e21f6-8f76-3f87-a021-e91afad9e7e5",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1997-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Brian!\n\nDr. Octagon, the unhinged alter-ego of Kool Keith, is actually a time-traveling, extraterrestrial gynecologist from Jupiter with some very interesting features. As Keith vividly describes, Dr. Octagon has yellow eyes, green and silver skin that changes to blue and brown, a pink-and-white afro, and a brain that glows different colors. He also wears X ray sunglasses, hard shoes with razor blades, and says that he can change his face with the press of a button and disappear.\n--\n\"Earth People\" was one of the songs Kool Keith performed in this SF concert in 2017: https://www.youtube.com/watch?v=1QesLjS_KQU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}