Information about plays

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

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

{
    "id": 3522795,
    "uri": "https://api.kexp.org/v2/plays/3522795/?format=api",
    "airdate": "2025-07-05T01:44:45-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life in the Twilite Zone",
    "track_id": null,
    "recording_id": "9d42b5b3-71ef-4ea8-b180-ba88794341c5",
    "artist": "Visible Targets",
    "artist_ids": [
        "6c0c009c-b916-44d7-848e-6d23757166e7"
    ],
    "album": "Autistic Savant",
    "release_id": null,
    "release_group_id": "44738bbc-5210-42db-8d59-d0d3e26ba566",
    "labels": [
        "Park Avenue"
    ],
    "label_ids": [
        "72928d00-97be-4e46-801a-42d01a8e32a7"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Visible Targets were a Seattle new wave band active from 1979 to 1984, featuring sisters Pamela Golden, Laura Keane and Rebecca Hamilton. Their song “Life In The Twilite Zone” first appeared on their 1982 self-titled EP and later on the Sub Pop 5 – U.S. Underground compilation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}