Information about plays

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

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

{
    "id": 3566948,
    "uri": "https://api.kexp.org/v2/plays/3566948/?format=api",
    "airdate": "2025-10-18T21:22:55-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lahan Pani",
    "track_id": null,
    "recording_id": null,
    "artist": "Shakti",
    "artist_ids": [],
    "album": "Shakti",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Barcelona, but with the relentless weight of India’s history, Shakti’s debut is a declaration and a provocation.\n\nhttps://lavidaesunmus.bandcamp.com/album/s-t-33",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}