Information about plays

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

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

{
    "id": 3544886,
    "uri": "https://api.kexp.org/v2/plays/3544886/?format=api",
    "airdate": "2025-08-26T02:42:16-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://ia600907.us.archive.org/32/items/mbid-8b617e0c-77aa-4938-9436-911b33f783b3/mbid-8b617e0c-77aa-4938-9436-911b33f783b3-42499322470_thumb500.jpg",
    "thumbnail_uri": "https://ia800907.us.archive.org/32/items/mbid-8b617e0c-77aa-4938-9436-911b33f783b3/mbid-8b617e0c-77aa-4938-9436-911b33f783b3-42499322470_thumb250.jpg",
    "song": "Clutch",
    "track_id": "7553e466-5a41-4163-bf4d-31326c6c1a87",
    "recording_id": "9127fd01-5868-4a32-8542-e9a7262263c8",
    "artist": "Two Shell",
    "artist_ids": [
        "704d24f8-257e-41a2-9816-6407993fe2c7"
    ],
    "album": "IIcons",
    "release_id": "8b617e0c-77aa-4938-9436-911b33f783b3",
    "release_group_id": "9cfd72d3-1789-498a-841a-09107247f63c",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://twoshell.bandcamp.com/album/iicons",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}