Information about plays

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

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

{
    "id": 3649581,
    "uri": "https://api.kexp.org/v2/plays/3649581/?format=api",
    "airdate": "2026-05-02T15:05:31-07:00",
    "show": 66611,
    "show_uri": "https://api.kexp.org/v2/shows/66611/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Great Wall of America",
    "track_id": null,
    "recording_id": null,
    "artist": "Bohan Phoenix",
    "artist_ids": [
        "ca7e5904-bcef-48bf-8aa8-6063f1b639ea"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leng Bohan (born 1991 or 1992), better known by his stage name Bohan Phoenix, is a Chinese-American rapper.\n\nhttps://www.instagram.com/bohanphoenix/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}