Information about plays

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

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

{
    "id": 3577897,
    "uri": "https://api.kexp.org/v2/plays/3577897/?format=api",
    "airdate": "2025-11-14T03:03:44-08:00",
    "show": 65103,
    "show_uri": "https://api.kexp.org/v2/shows/65103/?format=api",
    "image_uri": "https://coverartarchive.org/release/812e1d1b-23d9-46da-b8d3-1ebe2f85fd77/42863461959-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/812e1d1b-23d9-46da-b8d3-1ebe2f85fd77/42863461959-250.jpg",
    "song": "I Wish",
    "track_id": null,
    "recording_id": "4671c7a0-6d06-4d86-ab5f-50c506674f53",
    "artist": "Skee‐Lo",
    "artist_ids": [
        "9341a67c-4f0c-43c2-9ec4-c222d2cb97f3"
    ],
    "album": "I Wish",
    "release_id": null,
    "release_group_id": "1e489673-65fd-35ff-9bca-b3110d121246",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'I Wish' is the 1995 debut album by Skee-Lo. Most of this song's instruments are sampled from \"Spinnin'\" by Bernard Wright, and the song features a vocal sample of people shouting from the track \"Buffalo Gals\" by Malcolm McLaren. https://bit.ly/2D3jSzO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}