Information about plays

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

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

{
    "id": 3580145,
    "uri": "https://api.kexp.org/v2/plays/3580145/?format=api",
    "airdate": "2025-11-19T07:35:16-08:00",
    "show": 65152,
    "show_uri": "https://api.kexp.org/v2/shows/65152/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star",
    "track_id": "0973a1c3-2fe3-49cd-b8f0-a36969c691e6",
    "recording_id": "ff8c1d4b-d70e-433d-9149-2f6fcfe95bfb",
    "artist": "Bliss Abyss",
    "artist_ids": [
        "1e310ae5-cca4-4f1a-9b74-e85cddc3e803"
    ],
    "album": "Star",
    "release_id": "b8b51fdc-31c2-46ec-967b-a59ceb119c16",
    "release_group_id": "b794effe-f847-4217-8608-b3bfcbf06bf8",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First song from new, independent band Bliss Abyss out of Oakland, led by Peter Wallner of Wax Idols fame. They write about \"Star\":\n\nThe song started as a kind of spell, a vision of manifesting a life worth living. It’s meant to spark hope in anyone who’s lost. Picture the life you want, the person you actually are, and don’t let anyone’s B.S. block your light. You’re a star, perfect as you are, made from stardust, burning through the same abyss as everyone else.\n\nhttps://blissabyss.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}