Information about plays

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

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

{
    "id": 3613662,
    "uri": "https://api.kexp.org/v2/plays/3613662/?format=api",
    "airdate": "2026-02-05T20:02:31-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": "TOO GOOD TOO BAD",
    "track_id": null,
    "recording_id": "03ff42ad-c29e-4327-adca-3ce6b68eac01",
    "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": "Cowboy Bebop musical legend Yoko Kanno to perform with Seatbelts in the U.S. for the first time ever!!\n\nApril 10 at Kings Theatre in Brooklyn, NY\nApril 11 at The Town Hall in Manhattan, NY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}