Information about plays

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

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

{
    "id": 3591487,
    "uri": "https://api.kexp.org/v2/plays/3591487/?format=api",
    "airdate": "2025-12-15T15:54:10-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Master of Eyes (The Deepness of Your Eyes)",
    "track_id": null,
    "recording_id": "c783dcbc-cb6f-4e38-9e72-d30f699738ba",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Hey Now Hey (The Other Side of the Sky)",
    "release_id": null,
    "release_group_id": "a8cb39e9-da59-3c89-904a-3b8443ed3424",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://365daysofaretha.com/2022/08/25/master-of-eyes-the-deepness-of-your-eyes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}