Information about plays

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

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

{
    "id": 3601259,
    "uri": "https://api.kexp.org/v2/plays/3601259/?format=api",
    "airdate": "2026-01-07T03:30:07-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 Wicky",
    "track_id": "640ce4a8-3ba5-338d-a4b1-ff3fe6856d54",
    "recording_id": "3581f2df-f99f-4b1f-860c-01a3985600b9",
    "artist": "Hooverphonic",
    "artist_ids": [
        "62dc94cc-f611-4345-87cb-b914796a4a45"
    ],
    "album": "Stealing Beauty",
    "release_id": "23eb5007-24e4-4055-9ca0-201ce9b6474f",
    "release_group_id": "e55d1b1d-3c5b-3e58-9bcf-834e2e7648bd",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of course, this song by Belgian band Hooverphonic directly samples Isaac Hayes' 1969 classic version of \"Walk On By.\" The composers of the original, Hal David and Burt Bacharach, get writing credit for this song.\n\nhttps://hooverphonic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}