Information about plays

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

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

{
    "id": 3580762,
    "uri": "https://api.kexp.org/v2/plays/3580762/?format=api",
    "airdate": "2025-11-20T20:16:28-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "https://coverartarchive.org/release/631337ba-775f-4f23-a891-7489344307d9/40450015202-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/631337ba-775f-4f23-a891-7489344307d9/40450015202-250.jpg",
    "song": "TANK!",
    "track_id": null,
    "recording_id": "946d1c8c-3aca-4cda-abfd-0cad9334ebfc",
    "artist": "Seatbelts",
    "artist_ids": [
        "b5fb0f1a-2cd4-4759-9d80-648643f70c43"
    ],
    "album": "COWBOY BEBOP Soundtrack From The Netflix Series",
    "release_id": null,
    "release_group_id": "5e8aba3f-4fd4-4171-beef-55ee91bb9c51",
    "labels": [
        "flying DOG"
    ],
    "label_ids": [
        "6574b05f-4825-435f-89f6-bb205da16f3a"
    ],
    "release_date": "2022-09-16",
    "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.\n\nTheir repertoire covered and blended many different genres, mainly jazz, but also a wide variety of rock, electronic, funk, blues, orchestral pop and other styles of genres.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}