Information about plays

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

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

{
    "id": 3540578,
    "uri": "https://api.kexp.org/v2/plays/3540578/?format=api",
    "airdate": "2025-08-16T00:22:22-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/c34ee50f-1129-3f9a-b6b3-96d3aae76422/9742783400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c34ee50f-1129-3f9a-b6b3-96d3aae76422/9742783400-250.jpg",
    "song": "Homey Don't Play Dat",
    "track_id": null,
    "recording_id": "86985ab2-1be6-4f1b-8b80-c962f482feb9",
    "artist": "Terminator X feat. Bonnie 'n' Clyde",
    "artist_ids": [
        "eb7728f6-d303-4bce-a6f8-e291c3b392dc",
        "6c738312-81e7-4b18-8635-701f718a951d"
    ],
    "album": "The Valley of the Jeep Beets",
    "release_id": null,
    "release_group_id": "ae14c8bf-4b1e-3124-a668-0f315375aa7a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norman Rogers (known by his stage name Terminator X) is best known as the producer DJ of the rap group Public Enemy, which he left in 1999. He has also produced two solo albums, Terminator X & The Valley of Jeep Beats (1991) and Super Bad (1994).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}