Information about plays

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

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

{
    "id": 3545342,
    "uri": "https://api.kexp.org/v2/plays/3545342/?format=api",
    "airdate": "2025-08-27T03:39:06-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia601901.us.archive.org/3/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/3/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb250.jpg",
    "song": "Suzanne",
    "track_id": "fe429cd5-fd99-3566-95e1-6c4b4ba9e4d1",
    "recording_id": "dabf85e1-ce84-467b-a267-1e6a36b600ed",
    "artist": "Leonard Cohen",
    "artist_ids": [
        "65314b12-0e08-43fa-ba33-baaa7b874c15"
    ],
    "album": "The Essential Leonard Cohen",
    "release_id": "ffcf8508-1589-4f4f-ad6e-a55d530730be",
    "release_group_id": "27f69d27-d77f-3418-9422-20ca6bd1a795",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#357 on the countdown of greatest album opening tracks as voted on by you.\n===\nLeonard Cohen is a poet, novelist, and musician from Montreal, Quebec, Canada.\nhttps://www.leonardcohen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}