Information about plays

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

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

{
    "id": 3572310,
    "uri": "https://api.kexp.org/v2/plays/3572310/?format=api",
    "airdate": "2025-10-31T18:33:47-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Witch",
    "track_id": null,
    "recording_id": "16b35792-939e-47cc-9823-11be08626617",
    "artist": "Helen",
    "artist_ids": [
        "3b9455f8-950a-4996-9fd1-829496d86dbe"
    ],
    "album": "Witch / Zanzibar",
    "release_id": null,
    "release_group_id": "19d0841f-af67-4ab2-9484-05d38999bfe2",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helen was an Italo disco studio project that consisted of various producers, songwriters, and vocalists from Italy in the 1980s. The first line-up included popular Italo producers Piero Cairo and Massimo Noe, known for their work with Joe Yellow, Den Harrow, Pink Project, and Dharma to name a few.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}