Information about plays

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

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

{
    "id": 3575961,
    "uri": "https://api.kexp.org/v2/plays/3575961/?format=api",
    "airdate": "2025-11-09T09:58:59-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/2fc159df-d05b-44f6-9659-51136c3ba66b/2144230905-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2fc159df-d05b-44f6-9659-51136c3ba66b/2144230905-250.jpg",
    "song": "Hey, That’s No Way to Say Goodbye",
    "track_id": null,
    "recording_id": "f01d27f7-5080-48fe-877a-0176e217cce7",
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "Songs of Leonard Cohen",
    "release_id": null,
    "release_group_id": "34291a49-8df9-304e-bd39-16b11d829d5f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1967-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album from the Canadian singer/songwriter, who passed away on November 7, 2016 at the age of 82",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}