Information about plays

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

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

{
    "id": 3590032,
    "uri": "https://api.kexp.org/v2/plays/3590032/?format=api",
    "airdate": "2025-12-12T05:59:58-08:00",
    "show": 65353,
    "show_uri": "https://api.kexp.org/v2/shows/65353/?format=api",
    "image_uri": "https://ia802904.us.archive.org/12/items/mbid-eeb7264f-d4ef-4276-8fa9-8789e1e7f3ef/mbid-eeb7264f-d4ef-4276-8fa9-8789e1e7f3ef-25469467678_thumb500.jpg",
    "thumbnail_uri": "https://ia802904.us.archive.org/12/items/mbid-eeb7264f-d4ef-4276-8fa9-8789e1e7f3ef/mbid-eeb7264f-d4ef-4276-8fa9-8789e1e7f3ef-25469467678_thumb250.jpg",
    "song": "I Hate Everyone But You",
    "track_id": "76342f6f-377b-4c11-8e0a-3b50dd88f11b",
    "recording_id": "a13f4ccc-e4cb-4aa5-b428-25ac08ee62e6",
    "artist": "Habibi",
    "artist_ids": [
        "337344fc-cdeb-48ac-ba74-d53ffec04c8e"
    ],
    "album": "Anywhere But Here",
    "release_id": "eeb7264f-d4ef-4276-8fa9-8789e1e7f3ef",
    "release_group_id": "95d0c1f3-b3ed-4560-8e35-a5496c25110c",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://habibitheband.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}