Information about plays

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

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

{
    "id": 3554880,
    "uri": "https://api.kexp.org/v2/plays/3554880/?format=api",
    "airdate": "2025-09-19T05:21:21-07:00",
    "show": 64600,
    "show_uri": "https://api.kexp.org/v2/shows/64600/?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": "Praying to the Aliens",
    "track_id": "13f7624d-cbc1-3e27-9703-0d3ae3859129",
    "recording_id": "8762f70e-cddf-4ace-99ca-23d1a93cb86a",
    "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": "This atmospheric track explores themes of alienation and the search for connection. Released in 1979, “Praying to the Aliens” offers a glimpse into Gary Newman and Tubeway Army’s unique blend of punk sensibilities and electronic experimentation.\nhttps://oldtimemusic.com/most-popular-tubeway-army-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}