Information about plays

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

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

{
    "id": 3599043,
    "uri": "https://api.kexp.org/v2/plays/3599043/?format=api",
    "airdate": "2026-01-02T02:14:08-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f6d2692-84c8-4244-99d4-f861d0e0918b/21934657634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f6d2692-84c8-4244-99d4-f861d0e0918b/21934657634-250.jpg",
    "song": "Vans",
    "track_id": null,
    "recording_id": "5a9ad9b9-7631-41e7-9110-60b1e30eb91c",
    "artist": "The Pack",
    "artist_ids": [
        "88d9c2fc-607e-4df8-bd57-6dfce91dfe26"
    ],
    "album": "Vans",
    "release_id": null,
    "release_group_id": "965f49ee-65b4-35ca-9382-a49d1bd49cdc",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Got my Vans on, but they look like sneakers...\"\n\nThe Pack, out of Berkeley, CA was a quartet comprised of consisted of Lil B (The BasedGod), Young L (producer), Stunnaman, and Lil Uno.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}