Information about plays

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

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

{
    "id": 3573209,
    "uri": "https://api.kexp.org/v2/plays/3573209/?format=api",
    "airdate": "2025-11-02T18:44:04-08:00",
    "show": 65006,
    "show_uri": "https://api.kexp.org/v2/shows/65006/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hold On (Dixon edit)",
    "track_id": null,
    "recording_id": "724b8d2d-ec4b-4857-8659-0ffd7b0cd7f0",
    "artist": "Norman Weeks & The Revelations",
    "artist_ids": [
        "afb51a9d-8dfb-4bda-aad9-2459cf8e77b9"
    ],
    "album": "Hold On",
    "release_id": null,
    "release_group_id": "d39771ec-addc-38e2-b913-7b87855a2dd9",
    "labels": [
        "Rent Productions, Inc."
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norman Weeks & The Revelations members included: Allen (Apple Jack) Fedd, Barry Woodley, Deborah Taylor, Lloyd Dorsey, Matthew Staton, Michael Blue, Norman Weeks, Octavia Williams, Patricia Thompson, and Walter Collins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}