Information about plays

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

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

{
    "id": 3607711,
    "uri": "https://api.kexp.org/v2/plays/3607711/?format=api",
    "airdate": "2026-01-22T16:35:56-08:00",
    "show": 65725,
    "show_uri": "https://api.kexp.org/v2/shows/65725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anywhere",
    "track_id": null,
    "recording_id": null,
    "artist": "Ratboys",
    "artist_ids": [
        "423a85de-66ba-4113-abdc-ba2678ee89ba"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen to this week's In Our Headphones w/ KEXP's Music Director, Chris Sanley! Chris talks about the band Ratboys.\nFind the episode wherever you get your podcasts.\n\nRatboys are an American indie rock band from Chicago, Illinois, formed in 2010 by Julia Steiner and Dave Sagan.\n\nRatboys will be on tour!\n- April 4th @ SF's August Hall\n- April 6th @ Vancouver, BC's Biltmore Cabaret\n- April 7th @ Seattle's Neumos\n- April 8th @ Portland, OR's Aladdin Theater\n\nMore dates and locales here: https://www.ratboysband.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}