Information about plays

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

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

{
    "id": 3529812,
    "uri": "https://api.kexp.org/v2/plays/3529812/?format=api",
    "airdate": "2025-07-21T06:40:48-07:00",
    "show": 64073,
    "show_uri": "https://api.kexp.org/v2/shows/64073/?format=api",
    "image_uri": "https://ia800208.us.archive.org/3/items/mbid-e7745234-bbd5-4498-808c-216b803629f0/mbid-e7745234-bbd5-4498-808c-216b803629f0-15213153600_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/3/items/mbid-e7745234-bbd5-4498-808c-216b803629f0/mbid-e7745234-bbd5-4498-808c-216b803629f0-15213153600_thumb250.jpg",
    "song": "Last Dance",
    "track_id": "7b0efa6f-2d0e-3bf3-ac0a-aa44418f3793",
    "recording_id": "d96af651-95f2-4b01-a886-2c38aeb12955",
    "artist": "Donna Summer",
    "artist_ids": [
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "Last Dance",
    "release_id": "e7745234-bbd5-4498-808c-216b803629f0",
    "release_group_id": "d530f6b9-6ab7-4e67-833a-5bd029af478a",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Brian Eno heard her, he declared, “I have heard the sound of the future.” He was right.  \n\nRead the essay about the Queen of Disco in the Rock Hall of Fame, and watch her induction, here: https://www.rockhall.com/inductees/donna-summer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}