Information about plays

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

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

{
    "id": 3640026,
    "uri": "https://api.kexp.org/v2/plays/3640026/?format=api",
    "airdate": "2026-04-09T20:26:22-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Faure",
    "track_id": null,
    "recording_id": "7147d44f-3af3-4db8-8113-a8a7f7de07c0",
    "artist": "Haruka Nakamura",
    "artist_ids": [
        "ffcb192d-4dd8-4c92-b387-f1e711a8ffb8"
    ],
    "album": "夜空に煌く星のように",
    "release_id": null,
    "release_group_id": "1ab63343-dfb3-488b-b905-1b57079df46f",
    "labels": [
        "Neo Future"
    ],
    "label_ids": [
        "628ac3c7-002c-497d-8441-6f384bc9246f"
    ],
    "release_date": "2010-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Haruka Nakamura is a composer, producer and multi-instrumentalist based in Tokyo, Japan. While growing up in the snowy hills of Aomori, haruka learned to play piano and guitar on his own. Across his music career, Nakamura has worked with the likes of Nujabes, Aimer, and Ichiko Aoba, among others.\n--\nhttps://harukanakamuraofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}