Information about plays

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

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

{
    "id": 3602801,
    "uri": "https://api.kexp.org/v2/plays/3602801/?format=api",
    "airdate": "2026-01-10T21:26:26-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Broken Mold",
    "track_id": null,
    "recording_id": null,
    "artist": "Spares",
    "artist_ids": [
        "8cbddb6c-baad-45e4-a6d6-8e34a099b863"
    ],
    "album": "EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Better Days Will Haunt You"
    ],
    "label_ids": [],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SPARES was formed in 2022 in a Portland, Oregon basement by current and former members of North Lincoln, Youth League, Lock and Key, Shores, FeverSleep and others.\n\nhttps://sparestheband.bandcamp.com/album/spares",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}