Information about plays

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

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

{
    "id": 3622309,
    "uri": "https://api.kexp.org/v2/plays/3622309/?format=api",
    "airdate": "2026-02-25T22:16:42-08:00",
    "show": 66031,
    "show_uri": "https://api.kexp.org/v2/shows/66031/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b83e64e-cea0-4281-acfe-84f8dd13768f/5229632309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b83e64e-cea0-4281-acfe-84f8dd13768f/5229632309-250.jpg",
    "song": "Khala My Friend",
    "track_id": null,
    "recording_id": "fe914ca3-4665-4174-869e-ff4dae33ce3d",
    "artist": "Amanaz",
    "artist_ids": [
        "2c2f217c-83f9-4ebb-8ab9-dd5c612ecd65"
    ],
    "album": "Africa",
    "release_id": null,
    "release_group_id": "8b4ce67f-72c0-4bef-93fc-c0cde5edb785",
    "labels": [
        "Zambia Music Parlour"
    ],
    "label_ids": [
        "7d439964-e096-4904-b485-8d5d5f681b66"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Issued in 1975, this is the articulation of Zambia’s “Zamrock” ethos, covers each major quadrant of the Zamrock whole: it came from the mines; its musicians were anti-colonial freedom fighters, it envelops Zambian folk music traditions.\n\nhttps://amanaz.bandcamp.com/album/africa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}