Information about plays

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

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

{
    "id": 3547855,
    "uri": "https://api.kexp.org/v2/plays/3547855/?format=api",
    "airdate": "2025-09-02T05:01:27-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia800202.us.archive.org/22/items/mbid-13856621-72e0-4a14-b519-69513aae579f/mbid-13856621-72e0-4a14-b519-69513aae579f-10120168262_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/22/items/mbid-13856621-72e0-4a14-b519-69513aae579f/mbid-13856621-72e0-4a14-b519-69513aae579f-10120168262_thumb250.jpg",
    "song": "Legend in My Living Room",
    "track_id": "c167989d-ca9e-3fb8-9fa8-ef567848aaba",
    "recording_id": "3051f004-cb41-4a9f-af77-7833d28d9b63",
    "artist": "Annie Lennox",
    "artist_ids": [
        "3e30aebd-0557-4cfd-8fb9-3945afa5d72b"
    ],
    "album": "Diva",
    "release_id": "13856621-72e0-4a14-b519-69513aae579f",
    "release_group_id": "bb94025b-0278-3a61-b401-ccf9c5fea353",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1992-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Charlie Chaplin-esque video for this song: https://youtu.be/YrHUkE3A_G0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}