Information about plays

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

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

{
    "id": 3551737,
    "uri": "https://api.kexp.org/v2/plays/3551737/?format=api",
    "airdate": "2025-09-11T14:45:45-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9e1e9f1-5f8c-4f03-b6de-a692b1caa580/19825725237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9e1e9f1-5f8c-4f03-b6de-a692b1caa580/19825725237-250.jpg",
    "song": "The Fuz and da Boog",
    "track_id": null,
    "recording_id": "9c3c69fc-1e9a-465d-b87f-24139969f3f1",
    "artist": "Fuzzy Haskins",
    "artist_ids": [
        "273dd186-e8cf-4786-b2d0-2800a8928268"
    ],
    "album": "A Whole Nother Thang",
    "release_id": null,
    "release_group_id": "9d0e47a4-c3b1-4fb0-bd90-085627812d0c",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dlarence \"Fuzzy\" Haskins was a member and first tenor of The Parliaments. In addition to writing, playing drums and guitar, Haskins is known for his \"gospel\" singing style. He left P-Funk in 1977. In the 1990s, he formed Original P with the other Parliaments (Davis, Thomas and Simon), and retired in 2011. He died in 2023: https://www.npr.org/2023/03/18/1164572532/parliament-funkadelic-singer-clarence-fuzzy-haskins-obituary-dead",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}