Information about plays

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

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

{
    "id": 3577787,
    "uri": "https://api.kexp.org/v2/plays/3577787/?format=api",
    "airdate": "2025-11-13T20:23:03-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GREENROOM <3",
    "track_id": null,
    "recording_id": null,
    "artist": "molar system",
    "artist_ids": [],
    "album": "시스템 오작동",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "poclanos"
    ],
    "label_ids": [],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "molar system is an independent band from South Korea messing with the boundaries of structure and sound.\n\n\"We create songs like awkward diary entries — a little unstable, a little too honest, but always searching for something real. We write music for the romantics who overthink, the rebels who overfeel, and everyone stuck in between.\"\n\n@mymolarsystem",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}