Information about plays

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

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

{
    "id": 3550511,
    "uri": "https://api.kexp.org/v2/plays/3550511/?format=api",
    "airdate": "2025-09-08T16:22:12-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dakchi Hani",
    "track_id": null,
    "recording_id": null,
    "artist": "Sami Galbi",
    "artist_ids": [
        "27fd963d-97aa-49f9-ba8c-d418264a44b3"
    ],
    "album": "Dakchi Hani / Rruina",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-03-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"First single, \"Dakchi Hani,\" which translates to \"It's not serious\" in Moroccan Darija, is a post-breakup love song, a sort of reconciliation with the past, a celebration of a encounter that lingers nonetheless.\" - https://samigalbi.bandcamp.com/album/dakchi-hani-rruina",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}