Information about plays

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

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

{
    "id": 3604886,
    "uri": "https://api.kexp.org/v2/plays/3604886/?format=api",
    "airdate": "2026-01-16T01:03:36-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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"
}