Information about plays

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

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

{
    "id": 3609488,
    "uri": "https://api.kexp.org/v2/plays/3609488/?format=api",
    "airdate": "2026-01-26T19:41:31-08:00",
    "show": 65764,
    "show_uri": "https://api.kexp.org/v2/shows/65764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Hora Loca Vol.1",
    "track_id": null,
    "recording_id": null,
    "artist": "PETERBLUE",
    "artist_ids": [],
    "album": "Bouncy Beeper (by Oro Solido)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It’s the ‘I Drink My Horchata Warm Because I Don’t Like Ice’ edition of El Sonido. Let's melt it all.\nPeterBlue is touring: https://peterblu3.bandcamp.com/album/la-hora-loca-vol-1\nFrom BTA, Colombia!\n***\nEs la edición “I Drink My Horchata Warm Because I Don’t Like Ice” de El Sonido. Vamos a derretirlo todo.\nPeterBlue está de gira: https://peterblu3.bandcamp.com/album/la-hora-loca-vol-1\n¡De BTA Colombia!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}