Information about plays

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

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

{
    "id": 3547436,
    "uri": "https://api.kexp.org/v2/plays/3547436/?format=api",
    "airdate": "2025-09-01T05:04:12-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://ia902904.us.archive.org/26/items/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd-2987647368_thumb500.jpg",
    "thumbnail_uri": "https://ia802904.us.archive.org/26/items/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd/mbid-6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd-2987647368_thumb250.jpg",
    "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": "This 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.\"\nhttps://www.songfacts.com/facts/the-doors/soul-kitchen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}