Information about plays

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

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

{
    "id": 3635077,
    "uri": "https://api.kexp.org/v2/plays/3635077/?format=api",
    "airdate": "2026-03-29T10:10:40-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Australia Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Austin Leonard Jones",
    "artist_ids": [
        "503039d9-7054-42ef-9822-b5f81ffed73a"
    ],
    "album": "Dead Calm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Perpetual Doom"
    ],
    "label_ids": [
        "42b5e16d-629e-4d06-939e-ba4fc21cc50d"
    ],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Driftwood, TX by the native Texan who now lives in Ojai, CA.\nhttps://perpetualdoom.bandcamp.com/album/dead-calm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}