Information about plays

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

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

{
    "id": 3656544,
    "uri": "https://api.kexp.org/v2/plays/3656544/?format=api",
    "airdate": "2026-05-18T21:13:34-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf79aa11-5783-4c1a-933d-eb7cda8ca628/43354406342-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf79aa11-5783-4c1a-933d-eb7cda8ca628/43354406342-250.jpg",
    "song": "Bichota (Post-Punk)",
    "track_id": null,
    "recording_id": "c812db68-0380-421f-ac97-b23bf2bb2838",
    "artist": "FrioLento",
    "artist_ids": [
        "5210981b-89fc-4baf-90c8-f68b8082392d"
    ],
    "album": "Bichota (Post-Punk)",
    "release_id": null,
    "release_group_id": "c317598b-c97e-4e51-8502-dd33287def06",
    "labels": [
        "Surpop Records"
    ],
    "label_ids": [
        "c9495a5c-ae47-4386-b095-f295936dfa40"
    ],
    "release_date": "2021-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duo from Concepción, Chile. Karol G cover. \nRead more about this track: https://remezcla.com/music/listen-to-the-post-punk-cover-of-karol-gs-bichota-you-didnt-know-you-needed/ \nhttps://www.instagram.com/friolentomusica/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}