Information about plays

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

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

{
    "id": 3564572,
    "uri": "https://api.kexp.org/v2/plays/3564572/?format=api",
    "airdate": "2025-10-13T13:14:22-07:00",
    "show": 64826,
    "show_uri": "https://api.kexp.org/v2/shows/64826/?format=api",
    "image_uri": "https://coverartarchive.org/release/5295a110-309b-44bc-944a-58b3893c51df/15875529968-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5295a110-309b-44bc-944a-58b3893c51df/15875529968-250.jpg",
    "song": "Topitari",
    "track_id": null,
    "recording_id": "22cb9bf6-efda-4ac6-8402-72f34950ae4b",
    "artist": "Oki Dub Ainu Band",
    "artist_ids": [
        "ff5b1b9a-fb72-4544-a5d0-cc9db83d8f4f"
    ],
    "album": "Sakhalin Rock",
    "release_id": null,
    "release_group_id": "dfa966e7-ecef-48dd-9718-5dae934927df",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"OKI DUB AINU BAND features Tonkori,the traditional stringed instrument of the Karafuto Ainu in a band setting with drums, bass, keyboard and heavy dub sound.\n\nThe band consists of OKI (tonkori/vo)\nFutoshi Ikabe\n(tonkori/vo),\nTakashi\nNumazawa(Dr)\nTakashi Nakajo(ba),\nHAKASE-SUN(key)\nNaoyuki Uchida\n(dub mix).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}