Information about plays

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

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

{
    "id": 3590305,
    "uri": "https://api.kexp.org/v2/plays/3590305/?format=api",
    "airdate": "2025-12-12T21:44:23-08:00",
    "show": 65359,
    "show_uri": "https://api.kexp.org/v2/shows/65359/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4098c1d-d049-435c-b1df-0c6e38491d01/30991500554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4098c1d-d049-435c-b1df-0c6e38491d01/30991500554-250.jpg",
    "song": "I Don’t Know",
    "track_id": null,
    "recording_id": "6d688bc0-18ab-4d15-9e03-c82679cc59cb",
    "artist": "Born Free",
    "artist_ids": [
        "6ce7b1cf-63c7-4974-b4b8-2e25056ec0ea"
    ],
    "album": "Welcome To Zamrock! Vol. 1",
    "release_id": null,
    "release_group_id": "ccdf87c6-8111-4a20-abac-3ca13a3756d3",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born Free was a pioneering Zambian Zamrock band, founded in 1972 by Nicky Mwanza, but gained prominence with singer/guitarist Mike Nyoni taking over, known for funky, psychedelic rock with politically charged lyrics on albums like Kawalala and I Can't Understand You, bringing Zambian music to Europe and solidifying their place in the iconic Zamrock scene alongside artists like Paul Ngozi and Rikki Ililonga.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}