Information about plays

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

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

{
    "id": 3548601,
    "uri": "https://api.kexp.org/v2/plays/3548601/?format=api",
    "airdate": "2025-09-03T22:44:30-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sore in Your Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Ethel Lindsey",
    "artist_ids": [
        "ddb34bf6-b8fb-46b0-ae57-9e71326fdd65"
    ],
    "album": "Pretty Close",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Favourite Records"
    ],
    "label_ids": [
        "3c028812-6902-4fd4-966c-e051d4ebd222"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut record from French artist Ethel Lindsey.\n\nAs Ethel himself puts it:\n\"The songs on this album offer but a fleeting glimpse into the whimsical, melodic reveries that may have danced through the mind of a young boy growing up in the northeastern suburbs of Paris, France during the early to mid-1980s. They are, perhaps, the earliest echoes of a fraternal musical upbringing—an inheritance both consciously absorbed and unconsciously imprinted—shaped by shared moments, half-remembered sounds, and the mysterious alchemy of childhood imagination. This collection is, in essence, a first distillation of that early inner world: playful, imperfect, sincere.\" \n\nhttps://favoriterecordings.bandcamp.com/album/pretty-close",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}