Information about plays

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

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

{
    "id": 3667104,
    "uri": "https://api.kexp.org/v2/plays/3667104/?format=api",
    "airdate": "2026-06-12T23:00:16-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LIVEGOOD",
    "track_id": null,
    "recording_id": "9e4be502-4243-417a-940a-404304682d59",
    "artist": "The Neighborhood Kids, Rocky G",
    "artist_ids": [
        "369e3ee5-19f2-4d49-aedd-629eb40dde27",
        "6e618771-f110-4681-a6c9-8ff6fedff116"
    ],
    "album": "VOICE OF THE REVOLUTION",
    "release_id": null,
    "release_group_id": "555a9114-6e89-47d8-a237-7c8c82cd245b",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://theneighborhoodkids.bandcamp.com/album/voice-of-the-revolution",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}