Information about plays

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

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

{
    "id": 3575917,
    "uri": "https://api.kexp.org/v2/plays/3575917/?format=api",
    "airdate": "2025-11-09T07:02:54-08:00",
    "show": 65063,
    "show_uri": "https://api.kexp.org/v2/shows/65063/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Awaiting for the Path to Appear",
    "track_id": null,
    "recording_id": null,
    "artist": "Cicada",
    "artist_ids": [],
    "album": "Gazing the Shades of White",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "FLAU"
    ],
    "label_ids": [
        "e1de8423-e6af-4227-bda0-286b34ea8647"
    ],
    "release_date": "2025-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest album from Taiwanese ensemble Cicada ~ https://flau.bandcamp.com/album/gazing-the-shades-of-white",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}