Information about plays

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

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

{
    "id": 3640429,
    "uri": "https://api.kexp.org/v2/plays/3640429/?format=api",
    "airdate": "2026-04-10T20:22:02-07:00",
    "show": 66418,
    "show_uri": "https://api.kexp.org/v2/shows/66418/?format=api",
    "image_uri": "https://coverartarchive.org/release/dac30d88-2e9c-4185-aab4-5471f67cf6ec/42066679762-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dac30d88-2e9c-4185-aab4-5471f67cf6ec/42066679762-250.jpg",
    "song": "ZAAZAA",
    "track_id": null,
    "recording_id": "6693e65a-89a0-4f07-9a75-239ff8c3e9a5",
    "artist": "Frenna & Shallipopi",
    "artist_ids": [
        "8fc81e3d-bc5d-48cf-a871-ef6dcd5908e5",
        "faea091e-7b38-471f-b5a2-68ba6929cdaa"
    ],
    "album": "ZAAZAA",
    "release_id": null,
    "release_group_id": "a0d2eb22-8c6d-4bb5-9b47-3844dc447698",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Major Tune!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}