Information about plays

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

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

{
    "id": 3572592,
    "uri": "https://api.kexp.org/v2/plays/3572592/?format=api",
    "airdate": "2025-11-01T12:47:02-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Found Love in a Graveyard",
    "track_id": "52cb882c-7f69-34b1-8c49-ad1b1a2bff98",
    "recording_id": "749b4c34-5336-4161-bd1c-91196ec65d6e",
    "artist": "Veronica Falls",
    "artist_ids": [
        "5c9fefe7-7bbb-47f8-b54e-9b5361beed5c"
    ],
    "album": "Veronica Falls",
    "release_id": "3c12bb55-45d9-4ffd-aba3-72ebb7f62181",
    "release_group_id": "1bdf0c54-c3f8-4908-8f77-4caac2291833",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2011-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy late Halloween! \n\nVeronica Falls were a British indie pop band that formed in London in 2009. The band consisted of Roxanne Clifford and James Hoare, both on vocals and guitar, Marion Herbain on bass guitar and Patrick Doyle on drums and backing vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}