Information about plays

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

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

{
    "id": 3587339,
    "uri": "https://api.kexp.org/v2/plays/3587339/?format=api",
    "airdate": "2025-12-05T23:38:42-08:00",
    "show": 65298,
    "show_uri": "https://api.kexp.org/v2/shows/65298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty Girls Walk",
    "track_id": null,
    "recording_id": "5bf24511-af7f-443b-aeb1-f35367a2a3ae",
    "artist": "Big Boss Vette",
    "artist_ids": [
        "cee88460-5daa-40d8-9b0e-241753978994"
    ],
    "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": "Some Cut dj blend Remix. Big Boss Vette said pretty girls do what they want! The Memphis rapper been making waves with her confident energy and unapologetic bars. This remix adds extra sauce to the original banger. She's part of that new wave of female MCs holding it down for the South",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}