Information about plays

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

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

{
    "id": 3521965,
    "uri": "https://api.kexp.org/v2/plays/3521965/?format=api",
    "airdate": "2025-07-03T05:24:12-07:00",
    "show": 63905,
    "show_uri": "https://api.kexp.org/v2/shows/63905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down in the Park",
    "track_id": "3eec7473-6857-32a9-a858-5987dfc09de7",
    "recording_id": "71da5c6c-90f0-4200-b0a4-6519384e0a4a",
    "artist": "Tubeway Army",
    "artist_ids": [
        "fc0bd304-cfd4-4478-9224-3446134d57fe"
    ],
    "album": "Replicas Redux",
    "release_id": "b5a169e1-d414-3cd9-8916-0b7ea4d6f49d",
    "release_group_id": "c1fa1051-0993-397d-be13-2daec83eb841",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2008-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Down in the Park\" is a 1979 song by the English new wave band Tubeway Army, featuring lead vocals by Gary Numan. It was released as the first single from the band's second album Replicas, though was not a hit. The song was written and produced by the band's frontman Gary Numan, and despite its lack of commercial success, has been performed by Numan regularly in his live shows throughout the years.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}