Information about plays

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

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

{
    "id": 3618383,
    "uri": "https://api.kexp.org/v2/plays/3618383/?format=api",
    "airdate": "2026-02-16T18:40:58-08:00",
    "show": 65952,
    "show_uri": "https://api.kexp.org/v2/shows/65952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aren't You Tired",
    "track_id": null,
    "recording_id": null,
    "artist": "Ão",
    "artist_ids": [],
    "album": "Malandra",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mayway Records"
    ],
    "label_ids": [],
    "release_date": "2026-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With their enchanting blend of electronica, art pop, saudade and alternative Latin, Ão has become one of the most exciting acts in the Belgian music scene. The quartet has evolved into a boundary-defying, singular voice that resists all genre labels, much like Stromae, Rosalía or C. Tangana before them.\nhttps://bandao.bandcamp.com/album/malandra",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}