Information about plays

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

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

{
    "id": 3548545,
    "uri": "https://api.kexp.org/v2/plays/3548545/?format=api",
    "airdate": "2025-09-03T19:08:38-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rolling Greed",
    "track_id": null,
    "recording_id": null,
    "artist": "Primitive Ring",
    "artist_ids": [
        "f3fd8639-01bb-498e-b4bb-0a66d895dbb4"
    ],
    "album": "Rolling Greed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fuzz Club Records"
    ],
    "label_ids": [
        "dae6d83b-79b4-43d8-a517-bddbe9650d3b"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Newest single from the supergroup of of Bert Hoover (Hoover III, Groop), Jon Modaff(JModaff, Hooveriii, Groop), and Charles Moothart (Fuzz, GØGGS)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}