Information about plays

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

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

{
    "id": 3556204,
    "uri": "https://api.kexp.org/v2/plays/3556204/?format=api",
    "airdate": "2025-09-22T05:46:37-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://ia903207.us.archive.org/24/items/mbid-1929b614-e42d-4123-ad09-00df00232261/mbid-1929b614-e42d-4123-ad09-00df00232261-7041445028_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/24/items/mbid-1929b614-e42d-4123-ad09-00df00232261/mbid-1929b614-e42d-4123-ad09-00df00232261-7041445028_thumb250.jpg",
    "song": "Get the Balance Right!",
    "track_id": "03508c50-3fad-4865-8300-81be4616ee6d",
    "recording_id": "c7a68816-89fb-4ab7-bc9d-16a23e7019c4",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Singles 7–12",
    "release_id": "9aa0ef08-e0c2-44e0-b66e-5d1496319b5a",
    "release_group_id": "dfb3a7b2-535e-474e-98cb-3779eafd8bb5",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Rob in Tacoma!\n\n\"Get the Balance Right!\" is the seventh single by British band Depeche Mode, released in 1983. The B-side is \"The Great Outdoors!\", an instrumental written by Martin Gore and Alan Wilder.\n\nIn the music video, Wilder lip-syncs the first lines of the song, even though Dave Gahan is the lead singer. The director Kevin Hewitt made the assumption that Wilder was the singer and they were too embarrassed to point out his mistake.\n\nCheck out that video here:\nhttps://youtu.be/zfiISFiozg8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}