Information about plays

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

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

{
    "id": 3637414,
    "uri": "https://api.kexp.org/v2/plays/3637414/?format=api",
    "airdate": "2026-04-03T20:28:36-07:00",
    "show": 66357,
    "show_uri": "https://api.kexp.org/v2/shows/66357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Musikana",
    "track_id": null,
    "recording_id": "86d30803-ee9e-4064-bdf1-becdc89102bb",
    "artist": "Sweg Unity",
    "artist_ids": [
        "597e01cf-cc74-430b-ae91-793f009f4f02"
    ],
    "album": "Roots Rocking Zimbabwe - The Modern Sound of Harare' Townships 1975-1980",
    "release_id": null,
    "release_group_id": "89ec48b8-a745-42e2-ae4b-a861fa9f2c74",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music was recorded during the final years of the state of Rhodesia, a period marked by a white-minority government and a fierce war for independence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}