Information about plays

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

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

{
    "id": 3600407,
    "uri": "https://api.kexp.org/v2/plays/3600407/?format=api",
    "airdate": "2026-01-05T02:02:25-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Five Spot After Dark",
    "track_id": null,
    "recording_id": "b95a64eb-ad55-4fb2-99a9-a68adb6d3f2a",
    "artist": "Stanley Turrentine & Shirley Scott",
    "artist_ids": [
        "51e0df97-1fe2-401c-ba92-9f854b7831c3",
        "f80398eb-64c2-4abb-8572-cd8ab96f6522"
    ],
    "album": "Blue Flames",
    "release_id": null,
    "release_group_id": "6fcdd41c-c08c-33f9-99d4-01e9657d3c7b",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Philly based organist Shirley Scott with Stanley Turrentine sultry tenor  laying down some late night soul with Otis Finch on Drums and Bob Cranshaw on Bass rounding out the rhythm section",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}