Information about plays

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

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

{
    "id": 3579702,
    "uri": "https://api.kexp.org/v2/plays/3579702/?format=api",
    "airdate": "2025-11-18T05:01:03-08:00",
    "show": 65143,
    "show_uri": "https://api.kexp.org/v2/shows/65143/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-853c637c-ee5f-4fa8-b030-b9ec6880a20d/mbid-853c637c-ee5f-4fa8-b030-b9ec6880a20d-26881773198_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-853c637c-ee5f-4fa8-b030-b9ec6880a20d/mbid-853c637c-ee5f-4fa8-b030-b9ec6880a20d-26881773198_thumb250.jpg",
    "song": "A Poem on the Underground Wall",
    "track_id": "f8d0ec8f-7355-4cac-85f5-bd92a024ae8c",
    "recording_id": "bd23871a-16ca-44a3-9872-50d94da66178",
    "artist": "Simon & Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Parsley, Sage, Rosemary and Thyme",
    "release_id": "853c637c-ee5f-4fa8-b030-b9ec6880a20d",
    "release_group_id": "1e9428ef-9c74-3bb8-8b14-e53defab3b48",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Poem on the Underground Wall\" is a short, narrative folk piece that tells the story of a man who waits in a deserted subway station for the last train to pass so that he can anonymously scrawl a single-word, four-letter \"poem\" (widely interpreted as a profanity or an expression of art and self-expression) onto an advertising poster with a crayon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}