Information about plays

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

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

{
    "id": 3637949,
    "uri": "https://api.kexp.org/v2/plays/3637949/?format=api",
    "airdate": "2026-04-04T22:39:12-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/b31b2a6e-e7b4-4ae8-808d-92086e77bdb3/32529917212-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b31b2a6e-e7b4-4ae8-808d-92086e77bdb3/32529917212-250.jpg",
    "song": "Legend of George Brett",
    "track_id": null,
    "recording_id": "bf54c79a-500f-4a34-8d61-44bd090d45a5",
    "artist": "Isotopes",
    "artist_ids": [
        "7ca14d3a-527d-4bfb-915b-47acc4bb9700"
    ],
    "album": "1994 World Series Champions",
    "release_id": null,
    "release_group_id": "658ff9ec-5f37-4c8a-bc0d-6c678adf8cc2",
    "labels": [
        "Stomp Records"
    ],
    "label_ids": [
        "1b5ffc62-d375-47af-94eb-bbc397735ae6"
    ],
    "release_date": "2017-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1994 World Series Champions is the second full-length album by Vancouver-based baseball-worshiping punk band The Isotopes, released in April 2017 via Stomp Records and Destiny Records. The title is a satirical reference to the 1994 MLB strike, which resulted in no World Series being played that year.\n\nhttps://isotopes.bandcamp.com/album/1994-world-series-champions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}