Information about plays

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

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

{
    "id": 3548152,
    "uri": "https://api.kexp.org/v2/plays/3548152/?format=api",
    "airdate": "2025-09-02T22:02:00-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Raat Ki Rani (Sylvan Esso Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Arooj Aftab",
    "artist_ids": [
        "12d0b276-b102-4779-ac35-6939c584d9da"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "2025-06-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Starting the sets off tonight with this Sylvan Esso remix of Arooj Aftab. Arooj playing Oct 24 in Seattle for Earshot Jazz. And in San Francisco January 23, 2026, at the Palace of Fine Arts. https://www.aroojaftab.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}