Information about plays

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

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

{
    "id": 3553898,
    "uri": "https://api.kexp.org/v2/plays/3553898/?format=api",
    "airdate": "2025-09-16T20:32:34-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Islandman - Eros (Radio Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "islandman",
    "artist_ids": [
        "dfa9708f-d04e-4570-bd88-efff20b0da29"
    ],
    "album": "ISLAND5",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Islandman are a live electro-acoustic trio from Turkey, comprised of Tolga Böyük, Eralp Güven and Erdem Başer.\n\nTheir performances are a cross-cultural collection of shamanic rhythms, mellow electronic structures, dance beats and psychedelic guitar riffs, combining Turkish psychedelia and African roots music with the electric universe.\n\nhttps://islandman.bandcamp.com/album/eros",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}