Information about plays

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

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

{
    "id": 3598473,
    "uri": "https://api.kexp.org/v2/plays/3598473/?format=api",
    "airdate": "2025-12-31T14:19:33-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ivy League Circus",
    "track_id": null,
    "recording_id": "e2ce186d-6ab5-465f-ae1c-3fb3e981ccd2",
    "artist": "Gordon Voidwell",
    "artist_ids": [
        "652f8c53-44af-49b7-8e86-8a66f9d56c4d"
    ],
    "album": "Ivy League Circus",
    "release_id": null,
    "release_group_id": "ae836b71-eb8d-42fb-bd38-fd0d6d23c0e7",
    "labels": [
        "Cantora Records"
    ],
    "label_ids": [
        "ffe8dffb-b9ab-4d4a-9741-65099fab883b"
    ],
    "release_date": "2010-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Will Johnson created a funkdafied, black-masculinity-tweaking performance art persona named Gordon Voidwell.  He now records as WILLS.: https://www.npr.org/2019/05/02/718790522/wills-gordon-voidwell-the-new-old-arts-funding",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}