Information about plays

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

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

{
    "id": 3519389,
    "uri": "https://api.kexp.org/v2/plays/3519389/?format=api",
    "airdate": "2025-06-27T05:26:11-07:00",
    "show": 63848,
    "show_uri": "https://api.kexp.org/v2/shows/63848/?format=api",
    "image_uri": "https://ia601507.us.archive.org/35/items/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de-31112404547_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/35/items/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de/mbid-cb2e54b8-6fc7-4601-85e9-11509b89a9de-31112404547_thumb250.jpg",
    "song": "Brothers and Sisters",
    "track_id": "3f83bd36-9fd2-3e25-b783-1045b6344e46",
    "recording_id": "8614e229-4afd-483e-b8a1-f9503ebd02bc",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Think Tank",
    "release_id": "cb2e54b8-6fc7-4601-85e9-11509b89a9de",
    "release_group_id": "25b8f0eb-8031-3a24-b363-476229fa882b",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2003-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Think Tank was Blur's first album as a trio, following the departure of guitarist Graham Coxon (who only appears on the album's closer).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}