Information about plays

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

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

{
    "id": 3607564,
    "uri": "https://api.kexp.org/v2/plays/3607564/?format=api",
    "airdate": "2026-01-22T07:48:19-08:00",
    "show": 65722,
    "show_uri": "https://api.kexp.org/v2/shows/65722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Candy",
    "track_id": "8fd49cf8-e8b2-41e1-8e75-d5aa518eaf80",
    "recording_id": "75196c45-f441-4f99-a5d0-cc1815367ae3",
    "artist": "Euphoria Again & Dogwood Tales",
    "artist_ids": [
        "43487876-52e7-4bbd-aa12-15ad185a7946",
        "a67cfd12-4129-4fb6-8772-24ef77a3798f"
    ],
    "album": "Destination Heaven",
    "release_id": "fa3d058d-ee8a-47e1-811c-dd7a7bea9bb8",
    "release_group_id": "100eaeed-3514-491b-a9a9-d724e0de81db",
    "labels": [
        "Born Losers Records"
    ],
    "label_ids": [
        "d7fa0dd1-27a9-4252-b07e-56df1300ca99"
    ],
    "release_date": "2026-01-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Philly and Harrisonburg, VA bands teaming up for this LP  through Born Losers Records.\n\nhttps://bornlosersrecords.com/products/euphoria-again-dogwood-tales-destination-heaven-black-vinyl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}