Information about plays

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

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

{
    "id": 3666746,
    "uri": "https://api.kexp.org/v2/plays/3666746/?format=api",
    "airdate": "2026-06-11T21:19:30-07:00",
    "show": 66963,
    "show_uri": "https://api.kexp.org/v2/shows/66963/?format=api",
    "image_uri": "https://coverartarchive.org/release/a435d6bc-23a6-4c2b-a6b3-8726e9ea094a/1233213554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a435d6bc-23a6-4c2b-a6b3-8726e9ea094a/1233213554-250.jpg",
    "song": "Eclipse",
    "track_id": null,
    "recording_id": "b436d831-94ce-491d-9daa-0736e9c07e30",
    "artist": "Kyoto Jazz Massive",
    "artist_ids": [
        "26824a9b-fb6c-4b77-8cef-bf90177ac22c"
    ],
    "album": "Spirit of the Sun",
    "release_id": null,
    "release_group_id": "b5b51dee-5801-301e-bef1-99561b2d2113",
    "labels": [
        "Sony Music Associated Records"
    ],
    "label_ids": [
        "d766cf2e-d31e-4fad-9511-b27013594d7e"
    ],
    "release_date": "2002-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kyoto Jazz Massive is a Japanese musical project featuring crossover jazz and electronic styles. The original group consists of brothers Shuya and Yoshihiro Okino.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}