Information about plays

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

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

{
    "id": 3560396,
    "uri": "https://api.kexp.org/v2/plays/3560396/?format=api",
    "airdate": "2025-10-02T08:23:23-07:00",
    "show": 64724,
    "show_uri": "https://api.kexp.org/v2/shows/64724/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-ce5fc601-bfaf-46db-a26a-603d136557ac/mbid-ce5fc601-bfaf-46db-a26a-603d136557ac-27168871985_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-ce5fc601-bfaf-46db-a26a-603d136557ac/mbid-ce5fc601-bfaf-46db-a26a-603d136557ac-27168871985_thumb250.jpg",
    "song": "Little Round Mirrors",
    "track_id": "f4a251e3-317e-3b46-ba97-7aa41e135c6a",
    "recording_id": "78e767cb-35ed-4b3a-aac8-67ce2287177f",
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Little by Little...",
    "release_id": "9349afd9-1515-49e8-bd5f-74026ae1b157",
    "release_group_id": "481d6fc5-a022-3188-b529-297aaf2b14fe",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Harvey Danger!\n\nHarvey Danger was formed in 1992, by journalism students Aaron Huffman and Jeff J. Lin.\n\nRIP Aaron Huffman, co-founder and bassist of Harvey Danger, who passed away in 2016 at the age of 43.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}