Information about plays

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

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

{
    "id": 3598967,
    "uri": "https://api.kexp.org/v2/plays/3598967/?format=api",
    "airdate": "2026-01-01T21:10:40-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Canoe Boy",
    "track_id": null,
    "recording_id": "e09dfe5e-9c3d-408d-aefc-355252577124",
    "artist": "Tokyo Riddim Band",
    "artist_ids": [
        "a1d28254-14c9-497d-8048-e8f174bc1f75"
    ],
    "album": "Canoe Boy",
    "release_id": null,
    "release_group_id": "8da3aaab-7b5c-4609-80af-edb232e47469",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tokyo Riddim Band is a UK-based Japanese Reggae-pop band. Their music is fusion of past and present, East and West.\n\nThree generations of female musicians from Japan come together, blending reggae drums, funky bass, and the smooth City Pop guitar, all magically dubbed-out live on stage. Tokyo Riddim Band is a culture clash phenomenon unlike anything else.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}