Information about plays

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

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

{
    "id": 3546019,
    "uri": "https://api.kexp.org/v2/plays/3546019/?format=api",
    "airdate": "2025-08-28T21:08:03-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3d81058-cbe3-4ebd-85a7-ab49216a7688/39941501674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3d81058-cbe3-4ebd-85a7-ab49216a7688/39941501674-250.jpg",
    "song": "最終列車は25時",
    "track_id": null,
    "recording_id": "c7a3e8dc-6e29-4471-8009-a6d9702b4f2a",
    "artist": "Lamp",
    "artist_ids": [
        "8bff8d1d-2e87-4b97-9909-2bd3404e92b9"
    ],
    "album": "恋人へ",
    "release_id": null,
    "release_group_id": "9e7a4cb0-cb33-431a-ae7f-4ff969388fb7",
    "labels": [
        "Botanical House"
    ],
    "label_ids": [
        "e8ec8721-b293-4963-8c5c-a9492d401817"
    ],
    "release_date": "2004-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lamp was formed in 2000 by Nagai Yusuke (vocals), Sakakibara Kaori (vocals), and Someya Taiyo (guitar). Drawing influence from Brazilian music and Western pop of the 60's and 70's, it can be difficult to categorize Lamp under any one genre. Their music could be described as sounding dreamy and ethereal; experimental yet refined; soaked in melancholy and nostalgia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}