Information about plays

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

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

{
    "id": 3667265,
    "uri": "https://api.kexp.org/v2/plays/3667265/?format=api",
    "airdate": "2026-06-13T08:09:43-07:00",
    "show": 66976,
    "show_uri": "https://api.kexp.org/v2/shows/66976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama",
    "track_id": null,
    "recording_id": null,
    "artist": "Lov",
    "artist_ids": [
        "93877585-409a-41a4-8ee0-97577d2ac523"
    ],
    "album": "Iskwêw",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-06-12",
    "rotation_status": null,
    "is_local": true,
    "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"
}