Information about plays

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

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

{
    "id": 3569963,
    "uri": "https://api.kexp.org/v2/plays/3569963/?format=api",
    "airdate": "2025-10-25T21:23:54-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coolest Little Monster",
    "track_id": null,
    "recording_id": "2b74366a-8423-49a1-9ec2-ca9de18e4f5a",
    "artist": "Electric Frankenstein",
    "artist_ids": [
        "f160ef28-881d-41fb-a3df-7b0df24267a0"
    ],
    "album": "Electric Frankenstein Conquers the World!",
    "release_id": null,
    "release_group_id": "3e010c7a-b718-3963-b827-2f376c31e3e2",
    "labels": [
        "Onefoot Records"
    ],
    "label_ids": [
        "0f4c4595-10f5-4594-8314-0bb3b07f136f"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Zacherley cover\n\nhttps://electricfrankenstein1.bandcamp.com/track/coolest-little-monster-zacherly-cover\n\nYou can listen to the original here:\n\nhttps://youtu.be/Rko4ywDj03Q?si=DaPS1RRzUSIgYIEl\n\nJohn Zacherle was a TV host, radio personality, singer, and voice actor. He was best known for his long career as a television horror host, often broadcasting horror films in Philadelphia and New York City in the 1950s and 1960s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}