Information about plays

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

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

{
    "id": 3637389,
    "uri": "https://api.kexp.org/v2/plays/3637389/?format=api",
    "airdate": "2026-04-03T19:08:18-07:00",
    "show": 66357,
    "show_uri": "https://api.kexp.org/v2/shows/66357/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b7f31d6-bc8b-4cb0-b806-130f42795b70/41907758186-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b7f31d6-bc8b-4cb0-b806-130f42795b70/41907758186-250.jpg",
    "song": "Amai A Kwatu",
    "track_id": null,
    "recording_id": "0d4b7546-fa3e-4c4e-a613-8d78a80d960b",
    "artist": "New Tutenkhamen",
    "artist_ids": [
        "d423b300-e3e4-4c0f-bed5-3998a6d6f907"
    ],
    "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": "\"Roots Rocking Zimbabwe\" (released by Analog Africa in 2025) is a critically acclaimed, Grammy-nominated compilation exploring the vibrant music scene of Harare townships between 1975 and 1980. It captures the sound of a country in transition, blending revolutionary spirit with diverse musical influences just before independence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}