Information about plays

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

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

{
    "id": 3543605,
    "uri": "https://api.kexp.org/v2/plays/3543605/?format=api",
    "airdate": "2025-08-23T04:32:29-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia903100.us.archive.org/17/items/mbid-2189ceea-6728-4e28-b77b-2f36f110d353/mbid-2189ceea-6728-4e28-b77b-2f36f110d353-19807796465_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/17/items/mbid-2189ceea-6728-4e28-b77b-2f36f110d353/mbid-2189ceea-6728-4e28-b77b-2f36f110d353-19807796465_thumb250.jpg",
    "song": "Wheel of Fortune",
    "track_id": "ddd93e63-f702-4975-b7ef-f80925d85887",
    "recording_id": "56608d9a-1706-4dd1-9caa-44f516b02d18",
    "artist": "Del the Funky Homosapien & Amp Live",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b",
        "fb2a2de1-129a-4538-a10a-fd7f703bfd15"
    ],
    "album": "Gate 13",
    "release_id": "2189ceea-6728-4e28-b77b-2f36f110d353",
    "release_group_id": "625729ef-0531-429b-a0ee-ff2c51ddb212",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-04-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}