Information about plays

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

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

{
    "id": 3586785,
    "uri": "https://api.kexp.org/v2/plays/3586785/?format=api",
    "airdate": "2025-12-04T16:14:16-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Passing Through",
    "track_id": "4575c4bb-0f29-4295-adb1-e52cec24e157",
    "recording_id": "c5903dbe-a4b4-423a-8bcd-3ae563157332",
    "artist": "Flying Mojito Bros feat. Desert Oracle",
    "artist_ids": [
        "e5b534dc-da42-491c-80b5-376e6fa821f7",
        "569d571e-8660-4354-91a2-dd87a693c126"
    ],
    "album": "Just Passing Through",
    "release_id": "16e900f3-8b64-4851-9522-b2f5ae9a942c",
    "release_group_id": "12814551-08ff-41c5-8f7b-b479d80b3c2f",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flying Mojito Bros. album Just Passing Through showcases FMB’s evolution, combining their signature re-edits and remixes with live band recordings. It’s a bold step in their journey, blending 1970s-inspired rock and electronic rhythms with collaborations from top musicians like Shawn Lee (Young Gun Silver Fox), Joe Harvey-Whyte (The Hanging Stars), and Joe Stoddart (ABBA Voyage). \n\nhttps://flyingmojitobros.bandcamp.com\nhttps://flyingmojitobros.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}