Information about plays

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

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

{
    "id": 3593574,
    "uri": "https://api.kexp.org/v2/plays/3593574/?format=api",
    "airdate": "2025-12-20T18:13:54-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Chanukah Party",
    "track_id": null,
    "recording_id": null,
    "artist": "Hotels",
    "artist_ids": [
        "c88932ce-a122-483e-8df2-793e3cb1a6c1"
    ],
    "album": "The Chanukah Party",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hotels is a band from Seattle, WA. Check out their performance live on KEXP:\nhttps://www.youtube.com/watch?v=PgV8cPR4ZVA&list=RDPgV8cPR4ZVA&start_radio=1\n\nhttps://hotels.bandcamp.com/track/the-chanukah-party",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}