Information about plays

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

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

{
    "id": 3628023,
    "uri": "https://api.kexp.org/v2/plays/3628023/?format=api",
    "airdate": "2026-03-12T07:02:29-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "https://ia801905.us.archive.org/32/items/mbid-a3a521ba-f58f-4a95-965c-69ef86d6057a/mbid-a3a521ba-f58f-4a95-965c-69ef86d6057a-26741113903_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-a3a521ba-f58f-4a95-965c-69ef86d6057a/mbid-a3a521ba-f58f-4a95-965c-69ef86d6057a-26741113903_thumb250.jpg",
    "song": "Save a Prayer",
    "track_id": "eed7247f-5869-321d-ba82-7c92766eac16",
    "recording_id": "177d87e3-bd40-412c-9700-7050057f98eb",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Decade",
    "release_id": "a3a521ba-f58f-4a95-965c-69ef86d6057a",
    "release_group_id": "fc7f8767-f83c-386c-955d-9998b4203ea6",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1989-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\nDON'T save your donation for the morning after!!! Donate and join our community today!\n--\n\"And you wanted to dance so I asked you to dance\nBut fear is in your soul\nSome people call it a one night stand\nBut we can call it paradise\nDon't say a prayer for me now\nSave it 'til the morning after\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}