Information about plays

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

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

{
    "id": 3616279,
    "uri": "https://api.kexp.org/v2/plays/3616279/?format=api",
    "airdate": "2026-02-11T19:24:13-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Five to One",
    "track_id": "4373fc64-c72f-35f0-bc92-7ef9bc2914dd",
    "recording_id": "b192de82-d849-4d57-b505-9ebddc66f5cf",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "Waiting for the Sun",
    "release_id": "24d5a2fd-2a00-4df9-bcc0-7c0ee2e6f20d",
    "release_group_id": "fcd64234-7729-3697-b5db-e172b739ef40",
    "labels": [
        "Rhino",
        "Doors Music Company",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "ed1a0520-a1d0-4ec9-9a37-cdb01eed186e",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2007-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Part of the song (\"Your ballroom days are over, baby/ Night is drawing near/ Shadows of the evening/ crawl across the years\"), was seemingly lifted from the 19th-century hymnal and bedtime rhyme \"Now the Day Is Over\" (\"Now the day is over/ Night is drawing nigh/ Shadows of the evening/ Steal across the sky\") by Doors frontman Jim Morrison",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}