Information about plays

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

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

{
    "id": 3545829,
    "uri": "https://api.kexp.org/v2/plays/3545829/?format=api",
    "airdate": "2025-08-28T09:43:49-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://ia801808.us.archive.org/35/items/mbid-5d346d92-b036-4637-8c83-5fd28c3f2196/mbid-5d346d92-b036-4637-8c83-5fd28c3f2196-7849059682_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-5d346d92-b036-4637-8c83-5fd28c3f2196/mbid-5d346d92-b036-4637-8c83-5fd28c3f2196-7849059682_thumb250.jpg",
    "song": "N.I.B.",
    "track_id": "d708d4b8-892a-4200-8820-980701710ba0",
    "recording_id": "368e29e3-13f4-4dd1-a056-930efe7d16ae",
    "artist": "Brown Sabbath feat. Alex Marrero",
    "artist_ids": [
        "9f028b95-9326-4f82-933d-39d67fa3cd69",
        "4451bb2f-4542-4774-a698-aa30ba976e79"
    ],
    "album": "Brownout presents Brown Sabbath",
    "release_id": "5d346d92-b036-4637-8c83-5fd28c3f2196",
    "release_group_id": "b26ed08d-c72e-41a0-850f-605b36069db8",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2014-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brown Sabbath is the alter ego of Austin-based Brownout, delving into the catalog of the Hard Rock and Heavy Metal godfathers themselves Black Sabbath.\n\nhttps://brownout.bandcamp.com/track/n-i-b",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}