Information about plays

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

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

{
    "id": 3629012,
    "uri": "https://api.kexp.org/v2/plays/3629012/?format=api",
    "airdate": "2026-03-14T22:36:11-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supermercato",
    "track_id": null,
    "recording_id": null,
    "artist": "Double Life",
    "artist_ids": [
        "613d5d8b-e1f8-4890-870b-77c8624dffc9"
    ],
    "album": "Please Delete This",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Thirty Something Records"
    ],
    "label_ids": [
        "b1bb8ff9-413b-44bd-bb6d-12fc53b13ee4"
    ],
    "release_date": "2026-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Berlin, Germany in 2021 and featuring members of Drink Deep and the late Schwach.\n\nhttps://doublelifehc.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}