Information about plays

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

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

{
    "id": 3554872,
    "uri": "https://api.kexp.org/v2/plays/3554872/?format=api",
    "airdate": "2025-09-19T04:49:03-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/1db54c79-d290-441b-945e-bc44075defcb/32916030857-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1db54c79-d290-441b-945e-bc44075defcb/32916030857-250.jpg",
    "song": "Stickerbrush Symphony",
    "track_id": null,
    "recording_id": "658a2c5c-f49b-4651-af9d-06b8b53cd606",
    "artist": "Jammin’ Sam Miller",
    "artist_ids": [
        "f3281366-be82-4ecb-a7a4-fc00bbd1862d"
    ],
    "album": "Donkey Kong Country 2 OST [Recreated]",
    "release_id": null,
    "release_group_id": "7f84a214-f882-4bb3-bda3-0c3d40c829d8",
    "labels": [
        "Mental Groove"
    ],
    "label_ids": [],
    "release_date": "2022-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/O David Wise - https://mentalgroove.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}