Information about plays

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

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

{
    "id": 3568732,
    "uri": "https://api.kexp.org/v2/plays/3568732/?format=api",
    "airdate": "2025-10-23T01:24:13-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Music",
    "track_id": null,
    "recording_id": "477b8653-a9ed-4e29-a1b9-fcb1333910cb",
    "artist": "Soho",
    "artist_ids": [
        "39a31b51-6516-46ef-b18a-c3335bb85023"
    ],
    "album": "Give It Up / Hot Music",
    "release_id": null,
    "release_group_id": "056e60ab-5f87-47cf-9150-3b1da272edee",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This classic breakbeat house single sampled Aretha Franklin's \"Jump to It (12\" Mix)\".  It also sampled Wynton Marsalis's 1986 \"Skain's Domain.\"\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}