Information about plays

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

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

{
    "id": 3609902,
    "uri": "https://api.kexp.org/v2/plays/3609902/?format=api",
    "airdate": "2026-01-27T19:09:33-08:00",
    "show": 65772,
    "show_uri": "https://api.kexp.org/v2/shows/65772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "L'Algerie: Gnawa loops",
    "track_id": null,
    "recording_id": null,
    "artist": "Either/Orchestra",
    "artist_ids": [
        "d5f17400-d4b8-4dc7-bec0-55ec4069c109"
    ],
    "album": "L'Algerie",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed by Russ Gershon in Cambridge, Massachusetts, the Either/Orchestra has been playing its own original take on Ethiopian music since the 90's\n\nhttps://www.either-orchestra.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}