Information about plays

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

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

{
    "id": 3573950,
    "uri": "https://api.kexp.org/v2/plays/3573950/?format=api",
    "airdate": "2025-11-04T15:03:22-08:00",
    "show": 65022,
    "show_uri": "https://api.kexp.org/v2/shows/65022/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-a7c604ba-dcc8-44bd-a7b0-93240b365f87/mbid-a7c604ba-dcc8-44bd-a7b0-93240b365f87-27988022567_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-a7c604ba-dcc8-44bd-a7b0-93240b365f87/mbid-a7c604ba-dcc8-44bd-a7b0-93240b365f87-27988022567_thumb250.jpg",
    "song": "Armagideon Time",
    "track_id": "1538eb48-9919-4b0a-a143-1a730b8fd4d2",
    "recording_id": "e9c6acf7-5547-4003-a2d7-5d8746417392",
    "artist": "Willi Williams",
    "artist_ids": [
        "14f03e90-a90c-4579-8faf-5296d716c3a7"
    ],
    "album": "The Story Of Jamaican Music (Tougher Than Tough)",
    "release_id": "a7c604ba-dcc8-44bd-a7b0-93240b365f87",
    "release_group_id": "7196ccd1-00be-329e-9e41-ee3257105574",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song by the Jamaican reggae musician Willie Williams, which was famously covered by the Clash and sampled by Fugees on the track \"Zealots\" from their 1996 album The Score. Listen to his version here: https://youtu.be/jmjx1r1omgY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}