Information about plays

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

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

{
    "id": 3572139,
    "uri": "https://api.kexp.org/v2/plays/3572139/?format=api",
    "airdate": "2025-10-31T08:04:04-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia903408.us.archive.org/19/items/mbid-57e6b04e-7baf-4820-9e41-06a30c7f4cdc/mbid-57e6b04e-7baf-4820-9e41-06a30c7f4cdc-1474011692_thumb500.jpg",
    "thumbnail_uri": "https://ia803408.us.archive.org/19/items/mbid-57e6b04e-7baf-4820-9e41-06a30c7f4cdc/mbid-57e6b04e-7baf-4820-9e41-06a30c7f4cdc-1474011692_thumb250.jpg",
    "song": "Dancing on My Grave",
    "track_id": "7be3e944-0b26-305f-88b6-2abf9db3b60a",
    "recording_id": "733fb008-535a-4990-835b-1ce187bd5cac",
    "artist": "Ghostland Observatory",
    "artist_ids": [
        "b0fa8b31-87cb-43ad-9f15-179725c1e3b6"
    ],
    "album": "Robotique Majestique",
    "release_id": "57e6b04e-7baf-4820-9e41-06a30c7f4cdc",
    "release_group_id": "0c9b95ad-c67c-35dd-b64a-845ae54f0181",
    "labels": [
        "Trashy Moped"
    ],
    "label_ids": [
        "b7ec35bd-04d6-4927-abb3-8a15cf4f55b2"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch stolen footage from the Dead Man's Bones dance video to the tune of \"Dancing on My Grave: https://www.youtube.com/watch?v=PcQiJxW_53k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}