Information about plays

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

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

{
    "id": 3587323,
    "uri": "https://api.kexp.org/v2/plays/3587323/?format=api",
    "airdate": "2025-12-05T22:44:18-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Knuck If You Buck",
    "track_id": null,
    "recording_id": "02308a3d-15f7-4e1e-81b6-d8d6c43a9947",
    "artist": "Crime Mob",
    "artist_ids": [
        "df1f766d-798c-480c-8409-708ffa1320c5"
    ],
    "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": "Crime Mob's legendary debut single dropped June 29, 2004 off their self-titled album Crime Mob and became an INSTANT crunk classic! This joint was written by the entire crew M.I.G., Killa C, Lil' Jay, Princess, Diamond, and BangtheBeatz with production handled by Lil' Jay himself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}