Information about plays

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

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

{
    "id": 3640483,
    "uri": "https://api.kexp.org/v2/plays/3640483/?format=api",
    "airdate": "2026-04-10T23:19:55-07:00",
    "show": 66419,
    "show_uri": "https://api.kexp.org/v2/shows/66419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go DJ",
    "track_id": null,
    "recording_id": null,
    "artist": "Lil Wayne",
    "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": "‘Go DJ,’ a key record from 2004 that really marked Wayne's transition into a solo force. It comes off Tha Carter album, the project that began redefining Wayne’s career and setting up his legendary run. Produced by Mannie Fresh.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}