Information about plays

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

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

{
    "id": 3545498,
    "uri": "https://api.kexp.org/v2/plays/3545498/?format=api",
    "airdate": "2025-08-27T13:33:11-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia800802.us.archive.org/13/items/mbid-fb388a7c-eacf-456e-a714-f7259eee294d/mbid-fb388a7c-eacf-456e-a714-f7259eee294d-36147598111_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-fb388a7c-eacf-456e-a714-f7259eee294d/mbid-fb388a7c-eacf-456e-a714-f7259eee294d-36147598111_thumb250.jpg",
    "song": "No Love Lost",
    "track_id": "986d719b-aa44-3864-88f1-9eb4acf70d23",
    "recording_id": "0f6b4dbc-6744-483e-b940-344c1d7ce1fe",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "All My Friends",
    "release_id": "fb388a7c-eacf-456e-a714-f7259eee294d",
    "release_group_id": "7dd6b9b8-1589-3489-acb7-21201ba7f858",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Patrick in Tacoma (for sister Terese's birthday today!) \"It's my sister's birthday she is a long time amplifier and a gold club member. She would love to hear the lcd cover of no love lost or groove is in the heart. Happy birthday Terese from Olympia love Patrick in Tacoma\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}