Information about plays

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

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

{
    "id": 3582377,
    "uri": "https://api.kexp.org/v2/plays/3582377/?format=api",
    "airdate": "2025-11-24T13:11:40-08:00",
    "show": 65200,
    "show_uri": "https://api.kexp.org/v2/shows/65200/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19-35371220173_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19/mbid-dd15903e-0ee7-45ec-aba1-2fc7b3a44e19-35371220173_thumb250.jpg",
    "song": "If I Didn’t Have Your Love",
    "track_id": "bc3b658f-4d22-4a08-a0d3-019d9711d528",
    "recording_id": "3ac46cb2-1d02-410a-80a8-a55925b915e3",
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "You Want It Darker",
    "release_id": "dd15903e-0ee7-45ec-aba1-2fc7b3a44e19",
    "release_group_id": "99599db8-0e36-4a93-b0e8-350e9d7502a9",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If I Didn’t Have Your Love\" was one of the last new songs released during Leonard Cohen's lifetime, appearing on his final album, You Want It Darker, released in October 2016, just a few weeks before his death in November 2016.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}