Information about plays

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

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

{
    "id": 3628139,
    "uri": "https://api.kexp.org/v2/plays/3628139/?format=api",
    "airdate": "2026-03-12T15:32:00-07:00",
    "show": 66162,
    "show_uri": "https://api.kexp.org/v2/shows/66162/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d143b1f-9091-40be-bb5e-6413b6555fea/37506704036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d143b1f-9091-40be-bb5e-6413b6555fea/37506704036-250.jpg",
    "song": "Liquid Swords (clean)",
    "track_id": null,
    "recording_id": "516055fa-d459-4661-aa4d-8b4ab5ee5463",
    "artist": "GZA/Genius",
    "artist_ids": [
        "550cb78b-4995-4873-baea-76ef265531f5"
    ],
    "album": "Liquid Swords",
    "release_id": null,
    "release_group_id": "6075a004-e983-3a00-8a13-50af32f0e200",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Felix Cavaliere and Eddie Brigati (along with GZA and RZA) shared songwriting credits for this song. \n--\nThis title track of GZA's second solo album sampled the previous cover of \"Groovin'\" by Willie Mitchell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}