Information about plays

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

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

{
    "id": 3623220,
    "uri": "https://api.kexp.org/v2/plays/3623220/?format=api",
    "airdate": "2026-02-27T23:26:06-08:00",
    "show": 66047,
    "show_uri": "https://api.kexp.org/v2/shows/66047/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damn!",
    "track_id": null,
    "recording_id": "5a88234b-3601-446e-82ec-f344e0663a01",
    "artist": "Youngbloodz ft. Lil Jon",
    "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": "Produced by Lil Jon himself, \"Damn!\" peaked at number four on the Billboard Hot 100, becoming the duo's biggest hit. The track perfectly captured the raw energy of Atlanta's crunk movement, with Lil Jon's signature production style, heavy 808s, crowd chants, and minimalist but hard-hitting beats.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}