Information about plays

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

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

{
    "id": 3545911,
    "uri": "https://api.kexp.org/v2/plays/3545911/?format=api",
    "airdate": "2025-08-28T14:31:05-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/63e9dae2-7f43-400d-b1a9-96639392475f/6305179369-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63e9dae2-7f43-400d-b1a9-96639392475f/6305179369-250.jpg",
    "song": "Standing on the Verge of Getting It On",
    "track_id": null,
    "recording_id": "855c4b19-7212-4b12-b9a3-e3cf0d25db10",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Standing on the Verge of Getting It On",
    "release_id": null,
    "release_group_id": "2aca4ebe-fd78-3222-930d-b521a82e3e51",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1974-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's 51 years old this year!  Here's a retrospective on Funkadelic's sixth album: https://albumism.com/features/funkadelic-standing-on-the-verge-of-getting-it-on-album-anniversary\n--\nDid you know that Eddie Hazel's mother, Grace Cook, is credited instead of him on half this album's tracks? Hazel may have done this to avoid any royalty complications due to his impending incarceration stemming from charges of drug possession and assault of an airline stewardess and sky marshal during a flight.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}