Information about plays

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

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

{
    "id": 3652175,
    "uri": "https://api.kexp.org/v2/plays/3652175/?format=api",
    "airdate": "2026-05-08T15:19:37-07:00",
    "show": 66662,
    "show_uri": "https://api.kexp.org/v2/shows/66662/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2172422-9325-4b24-a697-92ea5756ec9b/44643355550-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2172422-9325-4b24-a697-92ea5756ec9b/44643355550-250.jpg",
    "song": "I'm Ready",
    "track_id": null,
    "recording_id": "0e4308d6-9d40-456e-b288-d6c20aba36d2",
    "artist": "Kano",
    "artist_ids": [
        "1163c626-b960-4ccf-a63f-3820e53cf987"
    ],
    "album": "I'm Ready",
    "release_id": null,
    "release_group_id": "1bff098d-345b-34b7-9ca6-a5e9fcfa182b",
    "labels": [
        "Emergency Records"
    ],
    "label_ids": [
        "696ae56a-d9ea-4963-89fd-e4c570e138b8"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm Ready\"'s famous bass-line has been sampled tons of times. That's a Moog Multimoog providing the line.\n--\nSpeaking of bass, the 808 is noted for its powerful bass drum sound, built from a sine oscillator, low-pass filter and voltage-controlled amplifier. The bass drum decay control allows users to lengthen the sound, creating uniquely low frequencies that flatten slightly over time, possibly not by design.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}