Information about plays

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

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

{
    "id": 3578167,
    "uri": "https://api.kexp.org/v2/plays/3578167/?format=api",
    "airdate": "2025-11-14T18:20:01-08:00",
    "show": 65108,
    "show_uri": "https://api.kexp.org/v2/shows/65108/?format=api",
    "image_uri": "https://ia801302.us.archive.org/13/items/mbid-4d74c4cc-7adb-4666-b431-7ec96799ad6d/mbid-4d74c4cc-7adb-4666-b431-7ec96799ad6d-37722737053_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-4d74c4cc-7adb-4666-b431-7ec96799ad6d/mbid-4d74c4cc-7adb-4666-b431-7ec96799ad6d-37722737053_thumb250.jpg",
    "song": "Love in a Trashcan",
    "track_id": "ee5c1bfe-0bfb-3496-84ae-9639380a47f1",
    "recording_id": "506161aa-66d2-4990-b014-e6e04ea145e3",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Pretty in Black",
    "release_id": "4d74c4cc-7adb-4666-b431-7ec96799ad6d",
    "release_group_id": "0c6571a1-1376-3a70-9533-a9fe531b2ee1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2005-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "like two raccoons in a dumpster <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}