Information about plays

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

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

{
    "id": 3554732,
    "uri": "https://api.kexp.org/v2/plays/3554732/?format=api",
    "airdate": "2025-09-18T20:20:49-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "https://coverartarchive.org/release/92bca800-83af-4c63-985b-7d7000e21726/34619562810-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92bca800-83af-4c63-985b-7d7000e21726/34619562810-250.jpg",
    "song": "Soran Bushi",
    "track_id": null,
    "recording_id": "344add4f-05f1-4af7-8e45-6efdf589a640",
    "artist": "Tadaaki Misago & Tokyo Cuban Boys",
    "artist_ids": [
        "66ba1c6c-8362-48b0-898f-2ba78dfd905e",
        "c7fd0aac-6d3a-4502-82ba-2acef850a635"
    ],
    "album": "Diggers Dozen",
    "release_id": null,
    "release_group_id": "06e62f78-a280-4d45-b963-0332b460231a",
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2023-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary Japanese/Latin big band formed in 1949 by Tadaaki Misago. The band introduced Latin music such as Mambo widely to Japan. They perform not only Latin music and Latin arrangements of pop music, but also movie soundtracks and Japanese folk songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}