Information about plays

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

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

{
    "id": 3598695,
    "uri": "https://api.kexp.org/v2/plays/3598695/?format=api",
    "airdate": "2026-01-01T05:02:30-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satellite (intro)",
    "track_id": "be157fc7-7627-40e5-bb12-88f375036e40",
    "recording_id": "538311cf-d85f-4166-a114-2d80a3bcc7c2",
    "artist": "HAAi feat. Jon Hopkins, Obi Franky, ILĀ & Trans Voices",
    "artist_ids": [
        "4f20e83a-ed80-4287-8040-963bd5c241a9",
        "c4dff60e-6cf9-4308-8bef-7d88bc0a6a27",
        "d1c993e4-1b72-4256-9874-c891b188debd",
        "50810179-271c-4816-8234-6b8e0c86a391",
        "0b0c25f4-f31c-46a5-a4fb-ccbf53d663bd"
    ],
    "album": "HUMANiSE",
    "release_id": "b9dc2f59-29b8-4082-9aa9-33d805b3c26a",
    "release_group_id": "96ce8859-5a8f-4057-99f8-9b21f1738b0f",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}