Information about plays

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

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

{
    "id": 3640553,
    "uri": "https://api.kexp.org/v2/plays/3640553/?format=api",
    "airdate": "2026-04-11T03:22:09-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3-42868641727_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3/mbid-66c6ad67-a384-4633-8744-f2bbfae835b3-42868641727_thumb250.jpg",
    "song": "Want Ads",
    "track_id": "d89699c7-965c-3fc7-b339-87e2b3771f21",
    "recording_id": "0de1122c-ca33-4576-a837-f479498d90c8",
    "artist": "Honey Cone",
    "artist_ids": [
        "570938b4-8fe5-44f9-ab43-9438feb03c6f"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 5",
    "release_id": "66c6ad67-a384-4633-8744-f2bbfae835b3",
    "release_group_id": "d9f052d7-08a6-34eb-8797-eb52f278708a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}