Information about plays

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

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

{
    "id": 3545905,
    "uri": "https://api.kexp.org/v2/plays/3545905/?format=api",
    "airdate": "2025-08-28T14:08:20-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/7987637b-dcaa-443e-84c4-b77a010a7d25/6348162669-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7987637b-dcaa-443e-84c4-b77a010a7d25/6348162669-250.jpg",
    "song": "Nappy Dugout",
    "track_id": null,
    "recording_id": "068f703d-dba6-42fb-936a-14009051e027",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Cosmic Slop",
    "release_id": null,
    "release_group_id": "3337c981-c416-3513-a02b-6d6065b9316b",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1973-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "George Clinton described this song as \"a vicious, low groove that [bassist] Boogie [Mosson] brought us wedded to a lyrical idea I got from something a girl said to me about pu**sy: ‘You're just trying to get some nappy dugout.' Lots of ideas arrive along that route, from what you hear somebody say or what you think you hear them say.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}