Information about plays

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

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

{
    "id": 3548669,
    "uri": "https://api.kexp.org/v2/plays/3548669/?format=api",
    "airdate": "2025-09-04T02:42:55-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rebirth of Slick (Cool Like Dat)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kassa Overall",
    "artist_ids": [
        "2d8e57da-b949-4e7f-8ebf-dd907e03119a"
    ],
    "album": "C.R.E.A.M.",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "UPCOMING SHOWS + Oct 25 @ Earshot Jazz Festival in Hidden Hall (SEA) **More info: www.earshot.org A cover of Digable Planets' \"Rebirth of Slick (Cool Like Dat)\" by local jazz legend Kassa Overall! New album, CREAM, dropping in September. kassaoverall.bandcamp.com kassaoverall.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}