Information about plays

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

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

{
    "id": 3621842,
    "uri": "https://api.kexp.org/v2/plays/3621842/?format=api",
    "airdate": "2026-02-24T20:57:42-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Go Go",
    "track_id": null,
    "recording_id": "50065cc5-87ff-4128-ab28-85573cd4a2df",
    "artist": "Dara Puspita",
    "artist_ids": [
        "408ced15-3e21-4d3d-8586-5e9e154f4117"
    ],
    "album": "1966-1968",
    "release_id": null,
    "release_group_id": "2f72e765-be0f-4750-b25e-66fb8bc6b661",
    "labels": [
        "Sublime Frequencies"
    ],
    "label_ids": [
        "6fed5076-6bad-4b8d-8cca-fee530455666"
    ],
    "release_date": "2010-05-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indonesia\n\nDara Puspita was an all-female rock group from Surabaya, Indonesia, formed in 1964. The band consisted of Titiek Adji Rachman, Susy Nander, Lies Adji Rachman and Titiek Hamzah. In 1956, lead guitarist Titiek Rachman formed a band called Nirma Puspita with thirteen girls.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}