Information about plays

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

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

{
    "id": 3599412,
    "uri": "https://api.kexp.org/v2/plays/3599412/?format=api",
    "airdate": "2026-01-02T21:22:26-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DURO",
    "track_id": null,
    "recording_id": "97caa7c4-4960-4c90-b782-e79b84a040f0",
    "artist": "Tekno",
    "artist_ids": [
        "69589622-f38a-442f-bd97-57d733b2b201"
    ],
    "album": null,
    "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": "In 2015, Tekno released his first hit single “DURO” which was recognized both home and abroad and was produced by DJ Coublon.\nDuro is a classic love song which portrays how love should truly be and we must say, the release of Duro gave Tekno mad recognition in the music industry. The song sees the singer beg his love to stay. The song was released after Tekno got credited to have produced Ice Prince‘s hit single “Boss”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}