Information about plays

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

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

{
    "id": 3622105,
    "uri": "https://api.kexp.org/v2/plays/3622105/?format=api",
    "airdate": "2026-02-25T13:07:38-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Piano Tuner (Keep Strumming Those Guitars)",
    "track_id": "b614f993-77d6-3584-b11f-4dc8ee068de8",
    "recording_id": "f33d777a-c819-47f5-aa63-4a87479262f8",
    "artist": "Wire",
    "artist_ids": [
        "7f2a8098-50e3-451c-8696-c5d9f64f4762"
    ],
    "album": "Document and Eyewitness",
    "release_id": "4ac0b11f-7dee-4874-9767-eed06e608ec2",
    "release_group_id": "adccf271-0015-3f70-a621-00265b4b4ff4",
    "labels": [
        "Mute",
        "The Grey Area"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8",
        "1f21034b-fea3-406c-ab59-e122e66a0e04"
    ],
    "release_date": "1991-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wire's \"Document and Eyewitness' record centered around an infamous concert in February of 1980 at London’s Electric Ballroom. The concert’s infamy stems from the fact that, at that point in their evolution, Wire had pushed their art-student tendencies to the breaking point, turning what was expected to be a pogo-fueled punk show into a Dadaist, performance-art spectacle complete with Morris-dancing bells and a live goose.\n\nLearn more about that concert and this album: https://pitchfork.com/reviews/albums/19571-wire-document-and-eyewitness/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}