Information about plays

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

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

{
    "id": 3595073,
    "uri": "https://api.kexp.org/v2/plays/3595073/?format=api",
    "airdate": "2025-12-23T21:22:38-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Christmas, Mr. Lawrence",
    "track_id": "f5cf1d0e-e7b5-4bf1-89a0-e9eb2e6a2586",
    "recording_id": "ab4cccc7-770d-45a3-b9fc-d3e23006c0e7",
    "artist": "坂本龍一",
    "artist_ids": [
        "a7f7df4a-77d8-4f12-8acd-5c60c93f4de8"
    ],
    "album": "Listen To The Planet (A Musical Journey Around The World)",
    "release_id": "bc3c49ac-7ae1-4227-86fc-3bf699905e48",
    "release_group_id": "2c231e00-f908-44ec-8497-ebaff6ff420d",
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "RIP to Ryuichi Sakamoto, a Japanese composer and producer who was one of the first musicians to incorporate electronic production into popular songcraft, has died at the age of 71. As a member of Japan's hugely influential band Yellow Magic Orchestra and as a solo artist, he was a grandfather of electronic pop music, making songs that influenced early hip-hop and techno. Over his decades long career he scored films including “Merry Christmas Mr. Lawrence,” starring David Bowie, and The Covenant starring Leonardo DeCaprio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}