Information about plays

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

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

{
    "id": 3561968,
    "uri": "https://api.kexp.org/v2/plays/3561968/?format=api",
    "airdate": "2025-10-06T08:49:05-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia600303.us.archive.org/12/items/mbid-3e09b06f-825c-45a4-bd50-9327f1159591/mbid-3e09b06f-825c-45a4-bd50-9327f1159591-13875733591_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/12/items/mbid-3e09b06f-825c-45a4-bd50-9327f1159591/mbid-3e09b06f-825c-45a4-bd50-9327f1159591-13875733591_thumb250.jpg",
    "song": "Burn the Witch",
    "track_id": "955d43fc-60d3-40de-a56a-6b30ae745874",
    "recording_id": "7b9154fd-7cca-4089-83a9-80fab753decc",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "A Moon Shaped Pool",
    "release_id": "3e09b06f-825c-45a4-bd50-9327f1159591",
    "release_group_id": "bbce0087-d386-4246-a51d-dbcdfdbe8fb2",
    "labels": [
        "XL Recordings",
        "S-Music"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a",
        "cfb47a78-5809-4d77-ab98-2f46cb712046"
    ],
    "release_date": "2016-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#596 on YOUR countdown of the greatest albums of all-time. We take this for granted, AND I REPEAT - NAME ONE OTHER STATION that you listen to, THAT PLAYS THIS AMAZING ART!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}