Information about plays

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

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

{
    "id": 3576975,
    "uri": "https://api.kexp.org/v2/plays/3576975/?format=api",
    "airdate": "2025-11-11T21:40:33-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tende II - Dauwd & Maryisonacid Mix",
    "track_id": null,
    "recording_id": null,
    "artist": "Les Filles de Illighadad, Dauwd, Maryisonacid",
    "artist_ids": [],
    "album": "African Acid Is the Future - Ambiance II",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Vinyl Factory"
    ],
    "label_ids": [],
    "release_date": "2019-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Les Filles de Illighadad come from a secluded commune in central Niger, far off in the scrubland deserts at the edge of the Sahara. Best known for their guitar performances, this recording from AAITF finds them at their percussive best on the simply titled ‘Tende I’ and ‘Tende II’. \n\nhttps://africanacidisthefuture.bandcamp.com/album/ambiance-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}