Information about plays

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

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

{
    "id": 3587782,
    "uri": "https://api.kexp.org/v2/plays/3587782/?format=api",
    "airdate": "2025-12-06T21:25:50-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Escaper",
    "track_id": null,
    "recording_id": null,
    "artist": "Primitive Heads",
    "artist_ids": [],
    "album": "Beak Wyatt!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Primitive Tones"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Beak Wyatt\" is the debut album from Primitive Heads, a supergroup comprised of seasoned musicians from the Bay Area punk scene, including John Bonnel  and Luke Ray from the Swingin' Utters, and members of Dead To Me and toyGuitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}