Information about plays

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

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

{
    "id": 3612792,
    "uri": "https://api.kexp.org/v2/plays/3612792/?format=api",
    "airdate": "2026-02-03T17:50:22-08:00",
    "show": 65832,
    "show_uri": "https://api.kexp.org/v2/shows/65832/?format=api",
    "image_uri": "https://dn720701.ca.archive.org/0/items/mbid-98063a3f-563e-3b9e-be19-af33da0fef52/mbid-98063a3f-563e-3b9e-be19-af33da0fef52-8211603614_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-98063a3f-563e-3b9e-be19-af33da0fef52/mbid-98063a3f-563e-3b9e-be19-af33da0fef52-8211603614_thumb250.jpg",
    "song": "Smooth Operator",
    "track_id": "502f4360-1333-3624-a57e-7e51151aec14",
    "recording_id": "f1acf846-f323-4882-9ed7-7b9535a05310",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Diamond Life",
    "release_id": "98063a3f-563e-3b9e-be19-af33da0fef52",
    "release_group_id": "af2a0c41-e612-3232-949d-bdca340c407c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Smooth Operator\" dates back to 1982, when Sade Adu was a backup singer in the English band Pride. There was a section of their stage show when she would come to the front and sing some songs she wrote, including this one. That early arrangement was very different, with more of a rock vibe. Sade, who never intended to be a singer (she studied fashion) gradually built her confidence and formed her own band in 1983, which quickly earned a record deal. Their debut album, \"Diamond Life,\"was issued in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}