Information about plays

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

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

{
    "id": 3635072,
    "uri": "https://api.kexp.org/v2/plays/3635072/?format=api",
    "airdate": "2026-03-29T09:48:58-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/09b2228d-76bb-47a7-b73a-9dbfdffd3d8e/24407484848-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09b2228d-76bb-47a7-b73a-9dbfdffd3d8e/24407484848-250.jpg",
    "song": "All Cried Out",
    "track_id": null,
    "recording_id": "a443762b-2ba6-4bee-aaae-1f26f2e0c898",
    "artist": "White Cloud",
    "artist_ids": [
        "d6d768ca-b1c3-435f-85c3-79fa270c99ec"
    ],
    "album": "Wayfaring Strangers: Cosmic American Music",
    "release_id": null,
    "release_group_id": "949fba53-4995-459d-b60d-4f3739a29d4d",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2016-03-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1972, it was included on a compilation of what many call ‘country-rock’ a genre pioneered but later detested by Gram Parsons who preferred ‘Cosmic American Music’\nhttps://wayfaringstrangers.bandcamp.com/album/wayfaring-strangers-cosmic-american-music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}