Information about plays

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

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

{
    "id": 3673543,
    "uri": "https://api.kexp.org/v2/plays/3673543/?format=api",
    "airdate": "2026-06-28T10:44:32-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/b39f5522-4c74-498c-8369-ee8fa3740e5e/44566276274-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b39f5522-4c74-498c-8369-ee8fa3740e5e/44566276274-250.jpg",
    "song": "Little Things",
    "track_id": null,
    "recording_id": "42bab18e-43b8-4eab-91c7-8d9c08664ae7",
    "artist": "Bella White",
    "artist_ids": [
        "f198aec9-caa8-41db-a7b5-d41fb1d967d6"
    ],
    "album": "A Sign in the Weather",
    "release_id": null,
    "release_group_id": "c7501014-9475-4d1e-8c5a-9f900e8fd1ec",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bella White, is a Canadian-American singer-songwriter and guitarist known for her work in Americana and bluegrass music.\n\nhttps://bellawhitemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}