Information about plays

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

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

{
    "id": 3597670,
    "uri": "https://api.kexp.org/v2/plays/3597670/?format=api",
    "airdate": "2025-12-29T16:55:31-08:00",
    "show": 65509,
    "show_uri": "https://api.kexp.org/v2/shows/65509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tizita",
    "track_id": null,
    "recording_id": null,
    "artist": "Meklit",
    "artist_ids": [
        "2de6d5d5-d2ca-44d7-8354-e7f2caef7646"
    ],
    "album": "A Piece of Infinity",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating the rich musical traditions of Ethiopia, the Addis-born, San Francisco based vocalist, songwriter, and composer molds folk tunes from a multitude of communities and cultures throughout Ethiopia into jazz-inflected fantasies imbued with warmth and reverence.\nhttps://meklitsings.bandcamp.com/album/a-piece-of-infinity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}