Information about plays

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

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

{
    "id": 3622721,
    "uri": "https://api.kexp.org/v2/plays/3622721/?format=api",
    "airdate": "2026-02-26T20:45:31-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "bye hoe",
    "track_id": null,
    "recording_id": null,
    "artist": "sooyeon",
    "artist_ids": [
        "018e1b63-5359-40e7-a077-e05b3399e50c"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Future Bounce LTD."
    ],
    "label_ids": [],
    "release_date": "2024-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fixture of London's underground, Korean DJ sooyeon is known for high-energy, techno-focused sets that balance precision with a clear sonic identity. Defined by driving rhythms, deep sub-bass and rolling percussion, her selections are built for late-night intensity.\n--\nhttps://sooyeon.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}