Information about plays

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

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

{
    "id": 3581226,
    "uri": "https://api.kexp.org/v2/plays/3581226/?format=api",
    "airdate": "2025-11-21T23:18:15-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "YAYA",
    "track_id": null,
    "recording_id": null,
    "artist": "Compton AV ft. Steelz",
    "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": "Straight out of Compton, Compton AV delivers a West Coast banger with ‘YAYA,’ featuring Steelz. Released on May 9, 2025 by Cook Gods / Rich Off Rap, the track carries that classic LA bounce with AV’s signature street delivery. AV continues to stay active in the Southern California scene with shows and community-focused events. Check out more of his catalog on Spotify and Apple Music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}