Information about plays

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

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

{
    "id": 3597608,
    "uri": "https://api.kexp.org/v2/plays/3597608/?format=api",
    "airdate": "2025-12-29T12:26:19-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "https://coverartarchive.org/release/682221f1-375c-49e8-a4db-2232075d32dd/9608577297-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/682221f1-375c-49e8-a4db-2232075d32dd/9608577297-250.jpg",
    "song": "Loser",
    "track_id": null,
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Beck",
    "release_id": null,
    "release_group_id": "bfa13581-b62e-4b81-863d-01ebc64a990d",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck Hansen's \"Loser,\" a slacker-rap/folk hit from 1994's Mellow Gold, was born from his struggles as a poor, homeless, anti-folk musician in NYC and LA, blending Delta blues slide guitar with hip-hop beats and nonsensical, self-deprecating lyrics (\"Soy un perdedor\") to create a Gen X anthem, a surreal, accidental success that launched his genre-bending career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}