Information about plays

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

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

{
    "id": 3672738,
    "uri": "https://api.kexp.org/v2/plays/3672738/?format=api",
    "airdate": "2026-06-26T08:40:14-07:00",
    "show": 67090,
    "show_uri": "https://api.kexp.org/v2/shows/67090/?format=api",
    "image_uri": "https://dn711107.ca.archive.org/0/items/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee-10665883562_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee/mbid-944e06cd-e697-3056-889a-a0df5c3f9fee-10665883562_thumb250.jpg",
    "song": "Thieves",
    "track_id": "f3a7620e-f46a-3c53-bfcc-7fb5bfb53e57",
    "recording_id": "728929e8-6aea-4bc6-b34f-f72b8b8ca678",
    "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": true,
    "is_live": false,
    "comment": "For John",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}