Information about plays

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

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

{
    "id": 3599584,
    "uri": "https://api.kexp.org/v2/plays/3599584/?format=api",
    "airdate": "2026-01-03T08:22:16-08:00",
    "show": 65551,
    "show_uri": "https://api.kexp.org/v2/shows/65551/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kadhja Bonet",
    "track_id": null,
    "recording_id": null,
    "artist": "",
    "artist_ids": [],
    "album": "",
    "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": "The Toronto-based singer, songwriter, and producer Kadhja Bonet recently released a short but punchy, politically charged EP called Battlewear, that criticizes tech giants. She spoke with Isabel Khalili about her decision to leave Spotify, AI in music, the continual ego death of parenting, and what it might look like to build a better ecosystem for artists.",
    "location": 1,
    "location_name": "Default",
    "play_type": "nontrackplay"
}