Information about plays

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

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

{
    "id": 3525881,
    "uri": "https://api.kexp.org/v2/plays/3525881/?format=api",
    "airdate": "2025-07-12T08:47:34-07:00",
    "show": 63992,
    "show_uri": "https://api.kexp.org/v2/shows/63992/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Father-Son Bonding via Pink Floyd",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ending on a personal note, I (Roddy) want to revisit this personal essay about how Pink Floyd brought me closer to my dad (aka Baba). This week, we went to see a Pink Floyd tribute band together. Being a new dad myself, it was a bit of a full-circle moment.\n\nThis story is from 2022, when KEXP was celebrating our 50th anniversary on the air: https://kexp.org/read/2022/4/20/50-years-music-1973-pink-floyd-time/",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}