Information about plays

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

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

{
    "id": 3545922,
    "uri": "https://api.kexp.org/v2/plays/3545922/?format=api",
    "airdate": "2025-08-28T15:15:53-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia800206.us.archive.org/32/items/mbid-c48d5749-7e5c-37a3-a796-4d29bb747f00/mbid-c48d5749-7e5c-37a3-a796-4d29bb747f00-7118310968_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/32/items/mbid-c48d5749-7e5c-37a3-a796-4d29bb747f00/mbid-c48d5749-7e5c-37a3-a796-4d29bb747f00-7118310968_thumb250.jpg",
    "song": "Get Off Your Ass and Jam",
    "track_id": "da8c0181-83c7-34b5-bbc3-031f0ba13463",
    "recording_id": "1219c6f8-a843-43f9-ac85-355dde308678",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Let's Take It to the Stage",
    "release_id": "c48d5749-7e5c-37a3-a796-4d29bb747f00",
    "release_group_id": "d01f4922-40d0-3452-8c8d-f84bea2cc857",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1994-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As George Clinton recalled in his autobiography, the incredible guitar track wasn't contributed by Funkadelic guitarists Eddie Hazel, Michael Hampton or Garry Shider; in fact, he has no idea what the player's name was. \"We finished one take, took a smoke break or something, and noticed that a white kid had wandered into the studio, a smack addict,\" writes Clinton. \"We didn't know him at all, but he said he played a little guitar, and he wanted to know if he could play with us and pick up a little cash in the process.\" Read the story behind this blistering guitar solo: https://ultimateclassicrock.com/funkadelic-get-off-your-ass-and-jam-solo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}