Information about plays

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

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

{
    "id": 3637060,
    "uri": "https://api.kexp.org/v2/plays/3637060/?format=api",
    "airdate": "2026-04-02T23:57:24-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/0afa453c-557f-4ada-8c5f-138149f85fe7/23228713390-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0afa453c-557f-4ada-8c5f-138149f85fe7/23228713390-250.jpg",
    "song": "Servitude",
    "track_id": null,
    "recording_id": "1a1069ce-226b-48cb-b49a-2efe8c00f132",
    "artist": "Fishbone",
    "artist_ids": [
        "9f3764c0-c9f4-4e20-b7a8-9993124fb1b2"
    ],
    "album": "Give a Monkey a Brain... And He’ll Swear He’s the Center of the Universe",
    "release_id": null,
    "release_group_id": "24b80317-358d-36be-867f-c8d68c606743",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1993-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}