Information about plays

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

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

{
    "id": 3522789,
    "uri": "https://api.kexp.org/v2/plays/3522789/?format=api",
    "airdate": "2025-07-05T01:25:07-07:00",
    "show": 63922,
    "show_uri": "https://api.kexp.org/v2/shows/63922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover/Lover",
    "track_id": null,
    "recording_id": null,
    "artist": "Chinas Comidas",
    "artist_ids": [
        "6434d0de-a3ac-45a4-8026-a1cf6e3e3893"
    ],
    "album": "CHINAS COMIDAS",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Exquisite Corpse Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chinas Comidas was a Seattle punk band active around 1980–1982. The group included female members and was part of Seattle’s early underground punk scene. In 2006 they released a 19 song retrospective \nhttps://www.discogs.com/release/3150864-Chinas-Comidas-Chinas-Comidas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}