Information about plays

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

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

{
    "id": 3634009,
    "uri": "https://api.kexp.org/v2/plays/3634009/?format=api",
    "airdate": "2026-03-26T19:54:37-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "未来の人へ",
    "track_id": null,
    "recording_id": "0302d095-92e6-43a0-8155-aef69c5551bf",
    "artist": "Cornelius",
    "artist_ids": [
        "df765d93-621c-437f-99fe-fda9e135f89a"
    ],
    "album": "Mellow Waves",
    "release_id": null,
    "release_group_id": "22a606b5-96e5-4890-8f88-6d90e028aacd",
    "labels": [
        "Warner Music Japan"
    ],
    "label_ids": [
        "26ea8229-7cf7-4482-8dae-15589ceb5398"
    ],
    "release_date": "2017-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keigo Oyamada, also known by his stage name Cornelius, is a Japanese musician and producer who co-founded Flipper's Guitar, an influential Shibuya-kei band, and subsequently embarked on a solo career.\n--\nhttps://corneliusofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}