Information about plays

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

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

{
    "id": 3597171,
    "uri": "https://api.kexp.org/v2/plays/3597171/?format=api",
    "airdate": "2025-12-28T12:28:09-08:00",
    "show": 65498,
    "show_uri": "https://api.kexp.org/v2/shows/65498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funky President (People It's Bad)",
    "track_id": "873e6fd1-9b68-3a6b-9887-cdb142e54434",
    "recording_id": "2518a2a5-35b6-4432-bd4b-57e3a8e58310",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "The 50th Anniversary Collection",
    "release_id": "ff3481be-cbc2-421d-8c4d-f96a4276e34c",
    "release_group_id": "c8867722-c584-34cc-a567-6d25ebf232e4",
    "labels": [
        "UTV Records"
    ],
    "label_ids": [
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2003-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that \"Funky President\" has been sampled almost 1000 times?\n\nThat's Allan Schwartzberg on drums. Born on this day in 1942, he turns 83 today. Schwartzberg is a prolific session drummer and is on countless albums from the 1970s on.\n\nhttps://jamesbrown.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}