Information about plays

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

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

{
    "id": 3545902,
    "uri": "https://api.kexp.org/v2/plays/3545902/?format=api",
    "airdate": "2025-08-28T14:02:49-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?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": "You and Your Folks, Me and My Folks",
    "track_id": "b508494f-8301-32a2-81dc-9e944f0d03af",
    "recording_id": "f7afef43-8db1-4d3b-b44b-2bfafaa4017d",
    "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": "That's Bill \"Bass\" Nelson on lead vocals on this song. He was  the original bassist for Funkadelic. Nelson was originally going to be the group’s guitarist, but opted for the bass post instead when his pal the amazing Eddie Hazel came aboard the Mothership.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}