Information about plays

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

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

{
    "id": 3549993,
    "uri": "https://api.kexp.org/v2/plays/3549993/?format=api",
    "airdate": "2025-09-07T10:00:35-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?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": "Sleep a Million Years",
    "track_id": null,
    "recording_id": "f5dd5a64-4187-4dba-b635-84202625d55a",
    "artist": "Kathy Heideman",
    "artist_ids": [
        "1bee2847-1af7-4cdb-b2e1-f3f62417c892"
    ],
    "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": "Heidiman recorded these Dia Joyce penned songs in the 1970s and the album lived in obscurity until Vetiver frontman found a copy in a San Francisco record bin and covered the song for a 2008 album.\nhttps://numerogroup.com/blogs/stories/kathy-heideman-the-earth-wont-hold-me\n\nFrom 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"
}