Information about plays

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

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

{
    "id": 3545723,
    "uri": "https://api.kexp.org/v2/plays/3545723/?format=api",
    "airdate": "2025-08-28T03:23:29-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King of the Beats",
    "track_id": null,
    "recording_id": "d4fa9b47-d255-4568-9484-cb7fa3666126",
    "artist": "Mantronix",
    "artist_ids": [
        "2d09279c-a477-4c45-8df7-fe91dd7a59f8"
    ],
    "album": "Join Me Please... (Home Boys - Make Some Noise)",
    "release_id": null,
    "release_group_id": "14406907-bb3d-451a-9cc6-d8aaaff28add",
    "labels": [],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mantronix was an influential 1980s hip hop and electro funk music group from New York City. The band was formed by DJ Kurtis Mantronik (Kurtis el Khaleel) and rapper MC Tee (Touré Embden). The group is primarily remembered for its pioneering blend of old school hip hop, electronic, and club music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}