Information about plays

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

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

{
    "id": 3573946,
    "uri": "https://api.kexp.org/v2/plays/3573946/?format=api",
    "airdate": "2025-11-04T14:52:01-08:00",
    "show": 65022,
    "show_uri": "https://api.kexp.org/v2/shows/65022/?format=api",
    "image_uri": "https://ia800208.us.archive.org/29/items/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe-1399203463_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/29/items/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe/mbid-54ce5abd-a4e7-32b0-b749-219f83d552fe-1399203463_thumb250.jpg",
    "song": "Super Stupid",
    "track_id": "999d016f-6ac4-326b-84f2-e37bcd8bce56",
    "recording_id": "2c6a9f38-f1db-44d6-803d-e4be4a452519",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain",
    "release_id": "54ce5abd-a4e7-32b0-b749-219f83d552fe",
    "release_group_id": "a334e612-e736-3b4f-82b4-c4dfb774983c",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1994-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funkadelic is one-half of the Parliament-Funkadelic (P-Funk!) collective of rotating musicians led by band leader and hair goals wizard, George Clinton, since the 1960s.\n\nFrom 1976 to 1995, disc jockey Bill \"B.L.F. Bash\" Freeman started a tradition of playing the original full version of this song on 100.7 WMMS/Cleveland every Sunday morning at 1:30 (around \"last call\"). The tradition was picked up in 1987 and is still carried on to this day, by Mr. Classic host of \"The Saturday Night Live House Party\" featured on 98.5 WNCX/Cleveland at 11:50pm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}