Information about plays

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

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

{
    "id": 3547896,
    "uri": "https://api.kexp.org/v2/plays/3547896/?format=api",
    "airdate": "2025-09-02T07:25:10-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia801901.us.archive.org/3/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/3/items/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be/mbid-ffcf8508-1589-4f4f-ad6e-a55d530730be-15523642169_thumb250.jpg",
    "song": "Hallelujah",
    "track_id": "00996185-950c-3219-b8e0-7608143800fa",
    "recording_id": "0ef6d5e2-78e3-43e8-a32c-36e28fed4834",
    "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": "Hallelujah was first released in 1984 on Leonard Cohen's album, Various Positions · \n--\nCohen told Bob Dylan it took him 2 years to write the song.\nhttps://www.telegraph.co.uk/music/artists/20-facts-about-leonard-cohens-hallelujah/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}