Information about plays

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

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

{
    "id": 3607166,
    "uri": "https://api.kexp.org/v2/plays/3607166/?format=api",
    "airdate": "2026-01-21T09:43:13-08:00",
    "show": 65714,
    "show_uri": "https://api.kexp.org/v2/shows/65714/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Much Love",
    "track_id": "d16cf75e-25fa-30f8-8641-e785bf47c2ca",
    "recording_id": "5342409a-7438-40d8-97bb-6f4454bfe0c3",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem",
    "release_id": "d369d374-0ceb-3569-aabe-e8fbe700d85f",
    "release_group_id": "0276770a-5f4b-3b0a-936c-69e295f3c5b9",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2005-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From a Pitchfork article in 2011:\n\n\"For years, James Murphy has suggested that he would be closing the door on LCD Soundsystem; a lot of people didn't believe him. Even after his band announced their final night out, a three-hour show at New York City's Madison Square Garden dubbed The Long Goodbye, some still expect a 55-year-old Murphy will climb back on stage in 2025.\"\n\nHow right they were! Read the full article here: https://pitchfork.com/features/article/7947-you-were-there-the-complete-lcd-soundsystem/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}