Information about plays

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

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

{
    "id": 3545088,
    "uri": "https://api.kexp.org/v2/plays/3545088/?format=api",
    "airdate": "2025-08-26T14:18:10-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "https://ia801304.us.archive.org/22/items/mbid-b5a169e1-d414-3cd9-8916-0b7ea4d6f49d/mbid-b5a169e1-d414-3cd9-8916-0b7ea4d6f49d-13307535704_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/22/items/mbid-b5a169e1-d414-3cd9-8916-0b7ea4d6f49d/mbid-b5a169e1-d414-3cd9-8916-0b7ea4d6f49d-13307535704_thumb250.jpg",
    "song": "Down in the Park",
    "track_id": "f537aac4-56c2-3bad-a748-a73a7d95388f",
    "recording_id": "e2993d04-ec96-4d6c-8044-09c7cc491152",
    "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": "Post punk / synth pop band founded by Gary Numan in 1977, with Jess Lidyard (drums) and Paul Gardiner (electric bass). After the albums “Tubeway Army” and “Replicas”, Numan decided to release records under his own name, but with the same musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}