Information about plays

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

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

{
    "id": 3583151,
    "uri": "https://api.kexp.org/v2/plays/3583151/?format=api",
    "airdate": "2025-11-26T08:07:56-08:00",
    "show": 65214,
    "show_uri": "https://api.kexp.org/v2/shows/65214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hounds of Love",
    "track_id": "4877ac49-7c28-3e9e-b7de-b19489d3b765",
    "recording_id": "ffe2102d-4a5e-48b7-977a-0c28e2af119e",
    "artist": "The Futureheads",
    "artist_ids": [
        "0cf9d983-aecf-4d57-9e94-fde2beac014f"
    ],
    "album": "The Futureheads",
    "release_id": "8799f737-ef82-3736-ad52-43cdc1f82c92",
    "release_group_id": "b300f38d-667a-30e4-8fb8-fd3f419e949e",
    "labels": [
        "679 Recordings"
    ],
    "label_ids": [
        "990c290b-6b7d-4ca4-a5c8-cc61587db153"
    ],
    "release_date": "2004-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kate Bush cover \"Hounds of Love\" was one of 15 tracks in the band's eponymous debut album.\n\nLast year, The Futureheads looked back at twenty years since their debut: https://www.bbc.com/news/articles/cx2lrk3y887o\n\nThe Futureheads are \"in the trees\" (with some hounds on their speakers) in their video for this song: https://www.youtube.com/watch?v=awjE92YZeEQ\n\nhttps://thefutureheads.bandcamp.com\nhttps://www.thefutureheads.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}