Information about plays

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

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

{
    "id": 3623315,
    "uri": "https://api.kexp.org/v2/plays/3623315/?format=api",
    "airdate": "2026-02-28T04:59:28-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://dn710004.ca.archive.org/0/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb250.jpg",
    "song": "Anthem",
    "track_id": "e8220ce7-41de-3bdc-b9b6-d60c88444bb4",
    "recording_id": "e12c5766-b9e7-4565-bb3a-d3a6011930bc",
    "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": "There is a crack in everything, thats how light gets through",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}