Information about plays

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

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

{
    "id": 3594177,
    "uri": "https://api.kexp.org/v2/plays/3594177/?format=api",
    "airdate": "2025-12-21T19:10:35-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "https://coverartarchive.org/release/5dd3a8e7-4673-4eaf-a55f-5d2e0fd1a628/4233869308-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5dd3a8e7-4673-4eaf-a55f-5d2e0fd1a628/4233869308-250.jpg",
    "song": "Aqua Boogie (A Psychoalphadiscobetabioaquadoloop)",
    "track_id": null,
    "recording_id": "de6d6dc7-ce69-4ef4-b68a-c4f16d9b9af7",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Motor Booty Affair",
    "release_id": null,
    "release_group_id": "386db929-dd7a-36f1-97aa-673848c97f09",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1978-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Aqua Boogie (A Psychoalphadiscobetabioaquadoloop)\" by funk band Parliament was released from their 1978 album, Motor Booty Affair. The song describes being compelled to learn to swim despite the persistent fear of water and drowning, comparing it to the reluctance to dance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}