Information about plays

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

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

{
    "id": 3545921,
    "uri": "https://api.kexp.org/v2/plays/3545921/?format=api",
    "airdate": "2025-08-28T15:08:21-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/d007c4c6-6211-4be2-9ba0-87758e6df136/6348130529-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d007c4c6-6211-4be2-9ba0-87758e6df136/6348130529-250.jpg",
    "song": "Cosmic Slop",
    "track_id": null,
    "recording_id": "4eb9742e-af11-4c5a-88c6-bfde2ee9faed",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Hardcore Jollies",
    "release_id": null,
    "release_group_id": "022fea45-7d3e-3555-8f1d-6c81cfd6936c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1976-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Clinton wrote this song with Bernie Worrell, the Funkadelic keyboard player who was a huge part of their success. Michael Hampton and Eddie Hazel are playing the screaming guitars here. \n--\nClinton said it was inspired by \"women that have to prostitute themselves to take care of their kids, and feel ashamed of themselves, or feel like they're not doing God's work by having to do that.\"\n\nHe continued: \"The instinct of having to take care of your kids is a strong instinct, so that's what that whole mental thing is. You think you're dancing with the Devil, and you have to do something like that to support your family. That's what that 'Cosmic Slop' is.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}