Information about plays

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

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

{
    "id": 3613663,
    "uri": "https://api.kexp.org/v2/plays/3613663/?format=api",
    "airdate": "2026-02-05T20:04:37-08:00",
    "show": 65849,
    "show_uri": "https://api.kexp.org/v2/shows/65849/?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. An international ensemble comprising both a stable lineup of musicians and various collaborators, the band was assembled by Kanno in 1998 to perform the soundtrack music for the Cowboy Bebop anime series.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}