Information about plays

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

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

{
    "id": 3552804,
    "uri": "https://api.kexp.org/v2/plays/3552804/?format=api",
    "airdate": "2025-09-14T03:03:51-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia601300.us.archive.org/34/items/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee-10665883562_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/34/items/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee-10665883562_thumb250.jpg",
    "song": "Breathe",
    "track_id": "19398e6a-ddb7-348d-9edb-49cf5da2c4cb",
    "recording_id": "27555dbf-a415-4e1e-bcf5-3477e2fad33b",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "The Mind Is a Terrible Thing to Taste",
    "release_id": "8435354a-da22-4af1-bfcf-724bde78e0bc",
    "release_group_id": "f9ae3b6b-ee68-358f-9e75-d13b59cdbb11",
    "labels": [
        "Warner Bros. Records",
        "Sire Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}