Information about plays

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

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

{
    "id": 3635097,
    "uri": "https://api.kexp.org/v2/plays/3635097/?format=api",
    "airdate": "2026-03-29T11:19:21-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca71d113-dc11-40d0-97fb-2eecfd61396a/12933390354-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca71d113-dc11-40d0-97fb-2eecfd61396a/12933390354-250.jpg",
    "song": "Never Been a Captain",
    "track_id": null,
    "recording_id": "9c883078-a24a-4cbb-a2a3-d16c7278b914",
    "artist": "The Barr Brothers",
    "artist_ids": [
        "e8c28ca7-c14d-4dff-86d6-06bfac138422"
    ],
    "album": "Alta Falls",
    "release_id": null,
    "release_group_id": "2ab5e985-18b2-4528-8af4-7a348d4b62d1",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2015-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Montreal band released this EP of their favorite misfit tracks from the Sleeping Operator session, which was partially recorded in Iceland.\nhttps://thebarrbrothers.bandcamp.com/album/alta-falls",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}