Information about plays

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

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

{
    "id": 3592809,
    "uri": "https://api.kexp.org/v2/plays/3592809/?format=api",
    "airdate": "2025-12-18T20:47:44-08:00",
    "show": 65413,
    "show_uri": "https://api.kexp.org/v2/shows/65413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BIG VOID",
    "track_id": null,
    "recording_id": null,
    "artist": "Silica Gel",
    "artist_ids": [
        "2c8b5bb2-6110-488d-bc15-abb08379d3c6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CAM"
    ],
    "label_ids": [],
    "release_date": "2025-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Korean alternative innovators Silica Gel have released their new single BIG VOID, marking another major milestone in what has become a breakthrough year for the fast-rising band. The release arrives hot on the heels of the group’s high-profile collaboration with Japanese Breakfast on July’s 南宮FEFERE, a moment that significantly expanded Silica Gel’s international reach.\n\nCurrently comprises Kim Han-joo, Kim Geon-jay, Kim \"Chunchu\" Min-su, and Choi Woong-hee.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}