Information about plays

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

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

{
    "id": 3636979,
    "uri": "https://api.kexp.org/v2/plays/3636979/?format=api",
    "airdate": "2026-04-02T19:19:21-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/c29183ac-c30e-4c43-a0b5-59cb00811467/19922151298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c29183ac-c30e-4c43-a0b5-59cb00811467/19922151298-250.jpg",
    "song": "BABY BLUE",
    "track_id": null,
    "recording_id": "78356dff-2f99-4bf1-ac8c-ce2ad8c0e640",
    "artist": "フィッシュマンズ",
    "artist_ids": [
        "d0f25f16-7782-42e8-8047-c16a1cb2b450"
    ],
    "album": "空中キャンプ",
    "release_id": null,
    "release_group_id": "4babbe1a-f3d0-3611-a2ec-798a36c1c9a3",
    "labels": [
        "UNIVERSAL MUSIC LLC"
    ],
    "label_ids": [
        "bd86569c-ba94-4e5e-a3c7-9ebd16b59709"
    ],
    "release_date": "1996-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP SHINJI SATO\n\nhttps://www.youtube.com/watch?v=5RXib7hZGxI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}