Information about plays

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

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

{
    "id": 3641400,
    "uri": "https://api.kexp.org/v2/plays/3641400/?format=api",
    "airdate": "2026-04-13T02:38:46-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6d2e8ff-b1ca-44db-ae30-e7a989aecf74/25315798957-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6d2e8ff-b1ca-44db-ae30-e7a989aecf74/25315798957-250.jpg",
    "song": "本陣殺人事件",
    "track_id": null,
    "recording_id": "d3bb110f-fc64-4a71-824c-691978484012",
    "artist": "ミステリー金田一バンド",
    "artist_ids": [
        "7c22ba37-a333-4c33-8cfc-28eb5e29a734"
    ],
    "album": "金田一 耕助の冒険",
    "release_id": null,
    "release_group_id": "b1ebadad-e098-4b73-b431-62e1f13c851f",
    "labels": [
        "Wewantsounds"
    ],
    "label_ids": [
        "e894b558-46c8-46e2-8442-b64a90f552ce"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'The Mystery Kindaichi Band\" The Adventures of Kindaichi Kosuke",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}