Information about plays

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

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

{
    "id": 3640023,
    "uri": "https://api.kexp.org/v2/plays/3640023/?format=api",
    "airdate": "2026-04-09T20:10:42-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "https://coverartarchive.org/release/d647eee0-1fbb-43be-aa25-f5068870428e/19922703720-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d647eee0-1fbb-43be-aa25-f5068870428e/19922703720-250.jpg",
    "song": "DAYDREAM",
    "track_id": null,
    "recording_id": "543d4b5d-4a54-4a5e-ac34-9e4b16417bdc",
    "artist": "フィッシュマンズ",
    "artist_ids": [
        "d0f25f16-7782-42e8-8047-c16a1cb2b450"
    ],
    "album": "宇宙 日本 世田谷",
    "release_id": null,
    "release_group_id": "a695e424-ab39-33e6-9fb9-8a5ef8282cb1",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "adde0cb6-4535-47b8-9b10-f18cc0b466ae"
    ],
    "release_date": "1997-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fishmans - Uchu Nippon Setagaya - Daydream\n\nFishmans are a Japanese band formed in Minato, Tokyo in 1987. They were founded by vocalist Shinji Sato, guitarist Kensuke Ojima, and drummer Kin-Ichi Motegi. Bassist Yuzuru Kashiwabara joined the band in 1988, followed by keyboardist Hakase-Sun in 1990.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}