Information about plays

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

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

{
    "id": 3616470,
    "uri": "https://api.kexp.org/v2/plays/3616470/?format=api",
    "airdate": "2026-02-12T06:36:24-08:00",
    "show": 65911,
    "show_uri": "https://api.kexp.org/v2/shows/65911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break On Through (to the Other Side)",
    "track_id": "d85b0546-aa87-3253-a8e9-1c99c3202c7c",
    "recording_id": "e6d65731-b96d-41f5-9f52-753168b9b025",
    "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": "Happy Birthday to Ray Manzarek (1939-2013), keyboardist of The Doors. \n\nManzarek produced the first four X records and Echo & the Bunnymen’s cover version of \"People Are Strange\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}