Information about plays

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

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

{
    "id": 3624831,
    "uri": "https://api.kexp.org/v2/plays/3624831/?format=api",
    "airdate": "2026-03-03T14:11:45-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf160398-94bd-3235-9223-dfbb6eb5a534/25130998952-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf160398-94bd-3235-9223-dfbb6eb5a534/25130998952-250.jpg",
    "song": "What About It?",
    "track_id": null,
    "recording_id": "b3ce7417-352e-4419-ae9a-3dea5a5d916f",
    "artist": "Eddie Hazel",
    "artist_ids": [
        "98f3e150-95c3-4fa3-8f76-0f6cba4431aa"
    ],
    "album": "Game, Dames and Guitar Thangs",
    "release_id": null,
    "release_group_id": "047b462b-674f-362c-92ff-077bba71f5b2",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Game, Dames and Guitar Thangs is the only solo album released during Eddie Hazel's lifetime, featuring heavy collaboration from P-Funk members like George Clinton and Bootsy Collins. The album was quickly cut out after release, making original copies highly coveted collector's items, even featuring in a Homicide: Life on the Street episode.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}