Information about plays

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

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

{
    "id": 3667137,
    "uri": "https://api.kexp.org/v2/plays/3667137/?format=api",
    "airdate": "2026-06-13T00:52:04-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/6737d9c1-58cd-4bb2-9987-ac4949b1be26/9617048631-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6737d9c1-58cd-4bb2-9987-ac4949b1be26/9617048631-250.jpg",
    "song": "X Gon’ Give It to Ya",
    "track_id": null,
    "recording_id": "e6dfd07a-923a-4728-94b5-767ec22a541e",
    "artist": "DMX",
    "artist_ids": [
        "f3bf61f8-97d4-4e52-a73d-2ddbbe8196c8"
    ],
    "album": "Cradle 2 the Grave",
    "release_id": null,
    "release_group_id": "31b89f2c-f364-3544-a28f-0d6fcc3d086d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}