Information about plays

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

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

{
    "id": 3629021,
    "uri": "https://api.kexp.org/v2/plays/3629021/?format=api",
    "airdate": "2026-03-14T22:58:52-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Espiritu de Fuego + El Desastre",
    "track_id": null,
    "recording_id": null,
    "artist": "Annapura",
    "artist_ids": [
        "c4542340-1b73-4cd7-a999-73d8fe74c83c"
    ],
    "album": "V",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vitriol"
    ],
    "label_ids": [],
    "release_date": "2025-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Mexico City in 2013, Annapura performed at NWTF in Seattle a few years ago and their set was a highlight of the festival.\n\nhttps://annapura.bandcamp.com/album/v\nhttps://www.facebook.com/annapuramx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}