Information about plays

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

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

{
    "id": 3550006,
    "uri": "https://api.kexp.org/v2/plays/3550006/?format=api",
    "airdate": "2025-09-07T10:52:22-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/f17855ba-2027-44c0-8a7d-bcdea711d716/8252926144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f17855ba-2027-44c0-8a7d-bcdea711d716/8252926144-250.jpg",
    "song": "Back in Our Minds",
    "track_id": null,
    "recording_id": "f958dea6-61cb-45d1-8cea-6e8623383bfc",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain",
    "release_id": null,
    "release_group_id": "a334e612-e736-3b4f-82b4-c4dfb774983c",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1971-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring George Clinton and Tawl Ross on lead vocals. The bandleader George Clinton produced this album in Detroit, MI, and opens the album referring to, “the maggots in the mind of the universe.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}