Information about plays

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

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

{
    "id": 3640148,
    "uri": "https://api.kexp.org/v2/plays/3640148/?format=api",
    "airdate": "2026-04-10T03:52:16-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/20ee5285-bb0f-41e8-9da1-b226389f109b/41887585445-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20ee5285-bb0f-41e8-9da1-b226389f109b/41887585445-250.jpg",
    "song": "Forgot About Dre",
    "track_id": null,
    "recording_id": "d4211cfb-7c0a-4522-851a-f8188ac39c70",
    "artist": "Unwrapped",
    "artist_ids": [
        "64e6f07c-3cdf-47e1-a534-562fe62efc1c"
    ],
    "album": "Unwrapped: The Ultimate Box Set",
    "release_id": null,
    "release_group_id": "ed375961-5fcf-4541-9e30-dc4b7743fd6c",
    "labels": [
        "Hidden Beach Recordings"
    ],
    "label_ids": [
        "6cdeb6a0-f918-4f60-ba43-a85d0bb6a563"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}