Information about plays

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

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

{
    "id": 3596213,
    "uri": "https://api.kexp.org/v2/plays/3596213/?format=api",
    "airdate": "2025-12-26T09:26:32-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bound",
    "track_id": "bd5ad9c7-8ade-46f6-81fa-da8ef2951a1c",
    "recording_id": "dd614732-36fa-41ab-a1d1-83f6dcde2b5f",
    "artist": "Ponderosa Twins Plus One",
    "artist_ids": [
        "df0066eb-bfff-46f9-b484-3b23f4d5a0e0"
    ],
    "album": "2+2+1 = Ponderosa Twins Plus One",
    "release_id": "b3392b31-487b-46ea-9e20-2de633f58309",
    "release_group_id": "13d774fb-6f38-458b-a6a8-44f626b645b3",
    "labels": [
        "Essential Media Group LLC"
    ],
    "label_ids": [
        "3a3b414a-bb55-4066-80d6-1d0015e18cb7"
    ],
    "release_date": "2013-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This five-member vocal group consisted of two sets of identical twins (Alfred and Alvin Pelham, Keith and Kirk Gardner), and the \"plus one,\" (Ricky Spicer).\n\nhttps://www.allmusic.com/artist/the-ponderosa-twins-plus-one-mn0001450774",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}