Information about plays

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

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

{
    "id": 3667109,
    "uri": "https://api.kexp.org/v2/plays/3667109/?format=api",
    "airdate": "2026-06-12T23:13:37-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/024eb32e-5dcf-4314-8cd9-c2410c785f01/18876424624-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/024eb32e-5dcf-4314-8cd9-c2410c785f01/18876424624-250.jpg",
    "song": "Hot",
    "track_id": null,
    "recording_id": "89ffb734-f10a-4ee0-811e-73e73087ccb4",
    "artist": "The Beatnuts feat. Greg Nice",
    "artist_ids": [
        "d833b812-02c3-45e7-997f-5058dca1801b",
        "6ed059c4-8472-4771-99ac-25725e55710b"
    ],
    "album": "Milk Me",
    "release_id": null,
    "release_group_id": "54d6e92b-f72b-3c5a-addc-7c14923ae817",
    "labels": [
        "Penalty Recordings"
    ],
    "label_ids": [
        "1fc0c3c5-4d9c-48c3-a1b9-629186b8ef8b"
    ],
    "release_date": "2004-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}