Information about plays

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

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

{
    "id": 3640502,
    "uri": "https://api.kexp.org/v2/plays/3640502/?format=api",
    "airdate": "2026-04-11T00:27:06-07:00",
    "show": 66419,
    "show_uri": "https://api.kexp.org/v2/shows/66419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Best Friend Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Saweetie ft Doja Cat & Stefflon Don",
    "artist_ids": [],
    "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": "‘Best Friend (Remix),’ a global spin on one of the biggest feel-good records of 2021. The original track, produced by Dr. Luke, Rocco Valdes, and Ava1anche, became a major hit, charting on the Billboard Hot 100 and celebrating female friendship, confidence, and success.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}