Information about plays

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

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

{
    "id": 3648054,
    "uri": "https://api.kexp.org/v2/plays/3648054/?format=api",
    "airdate": "2026-04-29T00:01:50-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8-27119798376_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8/mbid-62bdb67c-10aa-48c0-b7c6-f8147ffa12e8-27119798376_thumb250.jpg",
    "song": "Paid in Cigarettes",
    "track_id": "b6201e8f-fb3f-3c28-ac28-19a71d4c45cd",
    "recording_id": "cc38e4a5-47ce-484a-bf6a-337927ca96fa",
    "artist": "Hot Snakes",
    "artist_ids": [
        "dfa0e21c-ee3e-44da-81d5-58e3c1218a9f"
    ],
    "album": "Suicide Invoice",
    "release_id": "62bdb67c-10aa-48c0-b7c6-f8147ffa12e8",
    "release_group_id": "ce1c2193-6e64-3a63-a9b3-b775b386c6d1",
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2002-06-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}