Information about plays

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

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

{
    "id": 3548950,
    "uri": "https://api.kexp.org/v2/plays/3548950/?format=api",
    "airdate": "2025-09-04T19:27:25-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Coconut",
    "track_id": null,
    "recording_id": null,
    "artist": "Naja Naja",
    "artist_ids": [],
    "album": "Sheep Out of the Box",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "bié Records"
    ],
    "label_ids": [
        "a63d100e-862e-4cd5-9fdb-85ac704be0a1"
    ],
    "release_date": "2025-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Naja Naja’s new album, Sheep Out of the Box, is a modern urban fairy tale for grown-ups.\n\nIn their signature easygoing tone, Naja Naja narrates the uncanny in everyday life—when the sheep leaps out of the box, reality sprouts a pair of horns: a giant computer flickers softly on the ocean floor, and the ultimate answer might be hidden somewhere in the Pacific fog; inside the box, on a New Wave set they're shooting a fantasy that puzzles both actors and director; in a speculative future, machines and feelings wake to a repeating pulse as androids brew tea and imagine a wondrous nature they’ve never seen; that stomach ache, perhaps, is only the result of a spoiled slice of summer cake… When the city’s neon and mist thin out in the wind and the dancers drift home with the sunrise, you’ll glimpse the fabled mountain beneath a blue-violet sky.\n\n--\n\nhttps://bierecords.bandcamp.com/album/sheep-out-of-the-box",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}