Information about plays

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

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

{
    "id": 3604479,
    "uri": "https://api.kexp.org/v2/plays/3604479/?format=api",
    "airdate": "2026-01-15T01:27:23-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Ready",
    "track_id": null,
    "recording_id": "222ed03f-3ae6-4990-91ce-6029c08e15c9",
    "artist": "Kano",
    "artist_ids": [
        "1163c626-b960-4ccf-a63f-3820e53cf987"
    ],
    "album": "Kano",
    "release_id": null,
    "release_group_id": "6a789b48-85a2-308c-819a-a07c6052617b",
    "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. -- Speaking 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"
}