Information about plays

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

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

{
    "id": 3546237,
    "uri": "https://api.kexp.org/v2/plays/3546237/?format=api",
    "airdate": "2025-08-29T09:05:55-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://ia601304.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": "Me! I Disconnect From You",
    "track_id": "16faa270-5384-3232-9678-a169dc9a223a",
    "recording_id": "9841cd54-f7da-4903-8d78-74c58ea43d0a",
    "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": "Tubeway Army was a post punk / synth pop band founded by Gary Numan in 1977, with Jess Lidyard (drums) and Paul Gardiner (electric bass). \"Replicas\" was the second and final album from Tubeway Army before Gary Numan began to release records under his own name.\n---\nYou can see a live performance of this song from 1979 here: https://www.reddit.com/r/videos/comments/rslowy/gary_numan_live_in_london_1979_me_i_disconnect/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}