Information about plays

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

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

{
    "id": 3606365,
    "uri": "https://api.kexp.org/v2/plays/3606365/?format=api",
    "airdate": "2026-01-19T11:46:43-08:00",
    "show": 65699,
    "show_uri": "https://api.kexp.org/v2/shows/65699/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pacifics",
    "track_id": null,
    "recording_id": "7ef87e0b-cfc2-4d0f-b712-1f4ee9270aaf",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin’ (A New Refutation of Time and Space)",
    "release_id": null,
    "release_group_id": "2836fcb0-2fd3-3de8-b7cc-53141d666894",
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1993-03-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Liam in Beacon, NY!\n\nThis amazing song featuring Seattle's Ishmael Butler samples Lonnie Liston Smith & The Cosmic Echoes track \"Devika (Goddess)\" from Liston Smith's 1975 album 'Visions of a New World'.\n\nWatch the trio - Seattle's Ishmael \"Butterfly\" Butler, Mary Ann \"Ladybug Mecca\" Vieira (from Silver Spring, Maryland), and Craig \"Doodlebug\" Irving (from Philadelphia) - perform live for KEXP in 2016 from the Kex Hostel in Iceland: \nhttps://youtu.be/YTOkwV_iNEE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}