Information about plays

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

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

{
    "id": 3623229,
    "uri": "https://api.kexp.org/v2/plays/3623229/?format=api",
    "airdate": "2026-02-27T23:59:30-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Started From the Bottom",
    "track_id": null,
    "recording_id": "c4765713-adac-466f-b56f-2f8ddb086ea8",
    "artist": "Drake",
    "artist_ids": [
        "9fff2f8a-21e6-47de-a2b8-7f449929d43f"
    ],
    "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": "Drake released “Started From the Bottom” in 2013 as the lead single from Nothing Was the Same. The track emphasizes Drake’s signature minimalist production and autobiographical lyricism, chronicling his rise in the hip-hop industry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}