Information about plays

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

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

{
    "id": 3578867,
    "uri": "https://api.kexp.org/v2/plays/3578867/?format=api",
    "airdate": "2025-11-16T06:19:50-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lot 32",
    "track_id": null,
    "recording_id": null,
    "artist": "Concave Reflection",
    "artist_ids": [],
    "album": "Lot 32",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This week's epic blissout track comes from Chicago-based electronic producer and Purelink member Concave Reflection that's a piece \"inspired by a camping trip with friends in West Virginia, May 2024\" ~ https://concavereflection.bandcamp.com/album/lot-32",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}