Information about plays

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

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

{
    "id": 3556405,
    "uri": "https://api.kexp.org/v2/plays/3556405/?format=api",
    "airdate": "2025-09-22T17:41:03-07:00",
    "show": 64635,
    "show_uri": "https://api.kexp.org/v2/shows/64635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ocean",
    "track_id": null,
    "recording_id": null,
    "artist": "Tomo Nakayama",
    "artist_ids": [
        "2cef242c-86e3-4631-9669-7d96aca66b09"
    ],
    "album": "Ocean",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Porchlight Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Ocean was recorded in Spring 2025 in Nakayama’s studio apartment in West Seattle. The album brings Nakayama’s band and guests together to explore and improvise with acoustic instruments in real time. The songs collected here grew out of deep collaborations and conversations with artists and friends.\n\nhttps://tomomusic.bandcamp.com/album/ocean",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}