Information about plays

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

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

{
    "id": 3667581,
    "uri": "https://api.kexp.org/v2/plays/3667581/?format=api",
    "airdate": "2026-06-13T22:43:36-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/fab477d5-5e72-433e-b7e8-f6bce209e97a/3352592358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fab477d5-5e72-433e-b7e8-f6bce209e97a/3352592358-250.jpg",
    "song": "Teenage Tiger",
    "track_id": null,
    "recording_id": "2be6605a-855f-4ce0-9919-83650423fb9a",
    "artist": "Randy",
    "artist_ids": [
        "19e3200a-3292-4926-9546-6419bcf67896"
    ],
    "album": "Randy the Band",
    "release_id": null,
    "release_group_id": "db11a122-9e44-3094-aa06-0e47afeeba2d",
    "labels": [
        "Burning Heart Records"
    ],
    "label_ids": [
        "cd84bba3-342f-4b3d-93cd-a2b2e79465fe"
    ],
    "release_date": "2005-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "While never achieving mainstream success, Randy have developed a cult following in the punk community over the years and were particularly successful in their homeland of Sweden. They were particularly well-known for writing catchy songs with politically conscious messages, often broaching topics like income inequality, socialism, working-class revolutions throughout European history, and Karl Marx and Marxism.\n\nhttps://www.facebook.com/RANDYROCKDNK/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}