Information about plays

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

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

{
    "id": 3672734,
    "uri": "https://api.kexp.org/v2/plays/3672734/?format=api",
    "airdate": "2026-06-26T08:21:53-07:00",
    "show": 67090,
    "show_uri": "https://api.kexp.org/v2/shows/67090/?format=api",
    "image_uri": "https://dn711001.ca.archive.org/0/items/mbid-c2dab6ed-1a4e-49a6-9abc-6be95c03dbda/mbid-c2dab6ed-1a4e-49a6-9abc-6be95c03dbda-4804372334_thumb500.jpg",
    "thumbnail_uri": "https://dn711001.ca.archive.org/0/items/mbid-c2dab6ed-1a4e-49a6-9abc-6be95c03dbda/mbid-c2dab6ed-1a4e-49a6-9abc-6be95c03dbda-4804372334_thumb250.jpg",
    "song": "Story of My Life",
    "track_id": "fe763243-b645-31c9-bccf-bf38f9d9ac32",
    "recording_id": "f3795d9f-fff4-4a34-8696-23f89115e572",
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Social Distortion",
    "release_id": "c2dab6ed-1a4e-49a6-9abc-6be95c03dbda",
    "release_group_id": "c4a2af67-1561-3b1b-ba7f-85515f1f9ef7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When I first came to the Pacific Northwest, I was homeless, sleeping on rooftops, and hitchhiking. I eventually found my way to Seattle, and have loved every minute of it.\n\n While I was traveling, I had Social Distortions self titled tape on my old Walkman, and just listened on constant repeat.\n\n Can I request Story of My Life?\n Or really any song off that album?\n\n Thanks in advance, love you people :)\nDustin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}