Information about plays

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

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

{
    "id": 3597610,
    "uri": "https://api.kexp.org/v2/plays/3597610/?format=api",
    "airdate": "2025-12-29T12:34:05-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peaches",
    "track_id": null,
    "recording_id": "c8716482-ab0c-4e9d-9c23-f6a1d0df6b2a",
    "artist": "The Presidents of the United States of America",
    "artist_ids": [
        "7509421d-1074-442f-be8f-b526167afcb3"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Peaches\" by The Presidents of the United States of America (PUSA) is a whimsical 90s alt-rock hit from their 1995 self-titled album, inspired by lead singer Chris Ballew's surreal experience waiting for a crush under a peach tree while high on LSD, leading to its iconic lyrics about eating peaches from a can, symbolizing simple, fuzzy joys. The song became a surprise smash, showcasing the band's unique sound and earning them a Grammy nomination, cementing its status as a 90s cultural touchstone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}