Information about plays

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

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

{
    "id": 3570586,
    "uri": "https://api.kexp.org/v2/plays/3570586/?format=api",
    "airdate": "2025-10-27T10:43:29-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://ia801605.us.archive.org/16/items/mbid-63973c1a-34cc-3389-94c1-632f2a99f68d/mbid-63973c1a-34cc-3389-94c1-632f2a99f68d-9295912986_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/16/items/mbid-63973c1a-34cc-3389-94c1-632f2a99f68d/mbid-63973c1a-34cc-3389-94c1-632f2a99f68d-9295912986_thumb250.jpg",
    "song": "Low Tide",
    "track_id": "782efc78-2272-3bdc-bef7-52fe63c35e43",
    "recording_id": "c30b22cf-a67f-45c1-8204-28aca67e5049",
    "artist": "Isis + Aereogramme",
    "artist_ids": [
        "765e3c07-026f-46ad-9cbc-e06b6a2383f7",
        "5e521e8c-0ab2-44c4-8fd8-14d8d3321265"
    ],
    "album": "In the Fishtank, Volume 14",
    "release_id": "63973c1a-34cc-3389-94c1-632f2a99f68d",
    "release_group_id": "1baa79e0-d8c8-3efb-b974-cd3dc530b6ef",
    "labels": [
        "In the Fishtank"
    ],
    "label_ids": [
        "35b2fdb3-da5e-444b-b576-cf3a585fef6c"
    ],
    "release_date": "2005-09-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "'In the Fishtank 14' is a collaborative EP from Boston band Isis and Scottish band Aereogramme.\n\n\"In the Fishtank was a series of EPs released by Konkurrent, an independent music distributor in the Netherlands.\"\n\nhttps://en.wikipedia.org/wiki/In_the_Fishtank",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}