Information about plays

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

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

{
    "id": 3555055,
    "uri": "https://api.kexp.org/v2/plays/3555055/?format=api",
    "airdate": "2025-09-19T15:05:30-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "https://coverartarchive.org/release/22638e35-336a-448c-9232-fc7670263687/1375051300-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22638e35-336a-448c-9232-fc7670263687/1375051300-250.jpg",
    "song": "Tank!",
    "track_id": null,
    "recording_id": "7b42397a-d885-43d8-9e4f-de1421cad3fe",
    "artist": "シートベルツ",
    "artist_ids": [
        "b5fb0f1a-2cd4-4759-9d80-648643f70c43"
    ],
    "album": "COWBOY BEBOP",
    "release_id": null,
    "release_group_id": "2fd0a042-8c07-3c57-9189-d158e0c1cde1",
    "labels": [
        "Victor"
    ],
    "label_ids": [
        "f31e1603-a456-4397-950e-e1a051487f75"
    ],
    "release_date": "1998-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "シートベルツ (Seatbelts) is a Japanese band led by composer and instrumentalist Yoko Kanno. \"Tank!\" was composed for the iconic Japanese anime television series “Cowboy Bebop\" which premiered in 1997.\n\nContrary to popular belief, it is not a bebop jazz piece, but rather it is actually a big band jazz piece meant to evoke the sound of old 60's spy themes. A 12 bar blues track, it goes by a Latin-infused hard bop style, with a rhythm section that mixes a double bass and bongo drums.\n\nhttps://seatbelts.live/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}