Information about plays

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

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

{
    "id": 3620623,
    "uri": "https://api.kexp.org/v2/plays/3620623/?format=api",
    "airdate": "2026-02-22T01:38:49-08:00",
    "show": 65998,
    "show_uri": "https://api.kexp.org/v2/shows/65998/?format=api",
    "image_uri": "https://coverartarchive.org/release/04cc11d1-f5fc-487d-b4e8-6ce0017acae7/40463934090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/04cc11d1-f5fc-487d-b4e8-6ce0017acae7/40463934090-250.jpg",
    "song": "Antü",
    "track_id": null,
    "recording_id": "9bc7999c-585c-4667-bdb4-01b2ce526858",
    "artist": "Invunche",
    "artist_ids": [
        "d7281dbc-182c-45ff-93a9-7d83a7e84963"
    ],
    "album": "Atavismo",
    "release_id": null,
    "release_group_id": "d2bcf1b5-046b-466b-8456-dfd320336381",
    "labels": [
        "NWN"
    ],
    "label_ids": [
        "0b55ecae-5337-4be5-a193-416ff30fc6de"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atavismo made Mac's Top 10 Albums of 2024.\n\nInvunche will be playing their first US dates next month.  Sadly, no PNW dates, but they will be playing at First Street Pool and Billiard in LA on April 3rd.\n\nhttps://invunche.bandcamp.com/\nhttps://www.instagram.com/el.invunche/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}