Information about plays

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

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

{
    "id": 3588395,
    "uri": "https://api.kexp.org/v2/plays/3588395/?format=api",
    "airdate": "2025-12-08T07:00:05-08:00",
    "show": 65321,
    "show_uri": "https://api.kexp.org/v2/shows/65321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Kitchen",
    "track_id": "1b8f9352-2c77-34f0-85de-7fe753891536",
    "recording_id": "7a8dee53-c863-4a4b-9724-96bbee8cf073",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "The Doors",
    "release_id": "6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd",
    "release_group_id": "8ebffd15-06c3-3b88-a761-ec18c5513287",
    "labels": [
        "Rhino",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2007-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating the birthday of Jim Morrison, born on this day in 1943 (d. July 3, 1971 at age 27).\n\nThis is a tribute to a soul food restaurant Jim Morrison ate at on Venice Beach called Olivia's, located on 2618 Main Street, Santa Monica, California. Morrison often stayed too late at Olivia's, where he liked the food because it reminded him of home and warmed his \"soul.\" They often kicked him out so they can close, thus lines like: \"let me sleep all night, in your soul kitchen.\"\n\nhttps://www.songfacts.com/facts/the-doors/soul-kitchen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}