Information about plays

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

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

{
    "id": 3577803,
    "uri": "https://api.kexp.org/v2/plays/3577803/?format=api",
    "airdate": "2025-11-13T21:22:09-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Secret Police",
    "track_id": null,
    "recording_id": null,
    "artist": "SE SO NEON",
    "artist_ids": [
        "717d466b-36b8-4a43-86e9-e8b8c4a658d7"
    ],
    "album": "NOW",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Se So Neon is a South Korean indie rock band. The band currently consists of lead vocalist and guitarist Hwang So-yoon. Check out their KEXP Live session here:\n\nhttps://www.youtube.com/watch?v=LWUXL_P8Ukc\n\n\n--\nhttps://sesoneon.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}