Information about plays

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

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

{
    "id": 3542553,
    "uri": "https://api.kexp.org/v2/plays/3542553/?format=api",
    "airdate": "2025-08-20T17:05:07-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-37cfdc1a-2a7a-4e5c-b8e3-83e2b0e8093b/mbid-37cfdc1a-2a7a-4e5c-b8e3-83e2b0e8093b-40091714027_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-37cfdc1a-2a7a-4e5c-b8e3-83e2b0e8093b/mbid-37cfdc1a-2a7a-4e5c-b8e3-83e2b0e8093b-40091714027_thumb250.jpg",
    "song": "Wild",
    "track_id": "23407970-3054-36e4-a047-4a0f2ec9f314",
    "recording_id": "74553607-fac3-401b-9858-0fd9b3c8fa41",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "ab0e2ea5-6a44-49e1-a6af-18ac6a11542d",
    "release_group_id": "f1390eec-a192-4d96-9943-bbc42a819588",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Bloom' was written over two years of touring and was recorded at Sonic Ranch in Tornillo, Texas. In 2013, the band produced a short film titled \"Forever Still,\" of which included \"Wild,\" \"The Hours,\" \"Wishes,\" and \"Irene.\" \n\nHere is the full video titled \"Forever Still\": https://youtu.be/lgD8vWIB8hs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}