Information about plays

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

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

{
    "id": 3583871,
    "uri": "https://api.kexp.org/v2/plays/3583871/?format=api",
    "airdate": "2025-11-28T01:32:38-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://ia600104.us.archive.org/8/items/mbid-2cc9aa2c-ae40-4787-9192-aa283509f476/mbid-2cc9aa2c-ae40-4787-9192-aa283509f476-16075384190_thumb500.jpg",
    "thumbnail_uri": "https://ia600104.us.archive.org/8/items/mbid-2cc9aa2c-ae40-4787-9192-aa283509f476/mbid-2cc9aa2c-ae40-4787-9192-aa283509f476-16075384190_thumb250.jpg",
    "song": "Dinner With Delores",
    "track_id": "92cafb87-e8d2-3489-90f5-657b63aa432d",
    "recording_id": "77ea5dac-de7f-4d80-911c-a452a1a521e6",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Chaos and Disorder",
    "release_id": "2cc9aa2c-ae40-4787-9192-aa283509f476",
    "release_group_id": "5b9f97df-03e1-3bb2-9c65-90e9129df23e",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}