Information about plays

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

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

{
    "id": 3608398,
    "uri": "https://api.kexp.org/v2/plays/3608398/?format=api",
    "airdate": "2026-01-24T07:53:29-08:00",
    "show": 65741,
    "show_uri": "https://api.kexp.org/v2/shows/65741/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "G.O.S.",
    "track_id": null,
    "recording_id": null,
    "artist": "Lov",
    "artist_ids": [],
    "album": "G.O.S.",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cree\n--\nLOV is a force of resilience, rhythm, and reinvention. Hailing from Treaty 6 Territory, this rising artist transforms personal trials into soulful affirmations of strength and independence. \nhttps://lovxofficial.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}