Information about plays

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

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

{
    "id": 3572244,
    "uri": "https://api.kexp.org/v2/plays/3572244/?format=api",
    "airdate": "2025-10-31T14:35:37-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-ac033665-4637-4729-9385-8eb9fb68fbd6/mbid-ac033665-4637-4729-9385-8eb9fb68fbd6-26310472584_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-ac033665-4637-4729-9385-8eb9fb68fbd6/mbid-ac033665-4637-4729-9385-8eb9fb68fbd6-26310472584_thumb250.jpg",
    "song": "Dark Entries",
    "track_id": "e37914ef-8092-392c-a1ce-c3353f79fc08",
    "recording_id": "01790e26-94bb-4333-84b5-65dd2ab8d7be",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Lilliput",
    "release_id": "ac033665-4637-4729-9385-8eb9fb68fbd6",
    "release_group_id": "b1451a81-435b-3c5f-a14b-ddf8e8060240",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to DJ Sharlese!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}