Information about plays

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

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

{
    "id": 3599225,
    "uri": "https://api.kexp.org/v2/plays/3599225/?format=api",
    "airdate": "2026-01-02T12:45:19-08:00",
    "show": 65540,
    "show_uri": "https://api.kexp.org/v2/shows/65540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keleya",
    "track_id": null,
    "recording_id": "36f7ce9e-845a-4741-bf22-793939e8f528",
    "artist": "Moussa Doumbia",
    "artist_ids": [
        "42b8a64e-9c1d-44e8-a74a-bc278059fd4f"
    ],
    "album": "Keleya",
    "release_id": null,
    "release_group_id": "209e87ec-2698-4cf6-bf93-5efd1c2945a8",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Moussa Doumbia is a renowned musician from Mali, West Africa, whose rich artistic journey spans several decades and had a profound impact on the world music scene. Born into a family deeply rooted in the musical traditions of the Mandé people, Moussa's... music is a harmonious blend, reflecting his commitment to preserving and evolving his musical heritage.\"\n\nhttps://www.rovr.live/artists/moussa%20doumbia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}