Information about plays

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

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

{
    "id": 3590161,
    "uri": "https://api.kexp.org/v2/plays/3590161/?format=api",
    "airdate": "2025-12-12T13:24:30-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bogota Affair",
    "track_id": null,
    "recording_id": "69020c76-227e-410c-bf42-52cfe9b77d37",
    "artist": "Kid Creole and the Coconuts",
    "artist_ids": [
        "72b867e3-139a-44a4-b1ee-a311d648c4e6"
    ],
    "album": "Off the Coast of Me",
    "release_id": null,
    "release_group_id": "4ceeb044-7d70-33b9-a206-7c0f0aea1668",
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kid Creole and the Coconuts is an American musical group created by August Darnell with Andy Hernandez and Adriana Kaegi. Its music incorporates a variety of styles and influences, in particular a mix of disco and Latin American, Caribbean, and Calloway styles conceptually inspired by the big band era.\n---\nhttps://kidcreoleandthecoconuts.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}