Information about plays

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

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

{
    "id": 3562618,
    "uri": "https://api.kexp.org/v2/plays/3562618/?format=api",
    "airdate": "2025-10-08T07:16:14-07:00",
    "show": 64778,
    "show_uri": "https://api.kexp.org/v2/shows/64778/?format=api",
    "image_uri": "https://ia804600.us.archive.org/11/items/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671-17493250794_thumb500.jpg",
    "thumbnail_uri": "https://ia804600.us.archive.org/11/items/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671-17493250794_thumb250.jpg",
    "song": "Emotional Haircut",
    "track_id": "f4e4e68b-cf82-49d5-9599-259958c42af4",
    "recording_id": "34d68b06-1bdb-48fa-b969-4c0093a72499",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "American Dream",
    "release_id": "b3261632-08cf-4248-a79a-6ecc86b7b671",
    "release_group_id": "bfedb7ca-9067-4cdb-8921-1f0cd920f2e9",
    "labels": [
        "DFA Records",
        "Columbia"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#358 on the countdown of YOUR Favorite Albums of All Time!\nLCD Soundsystem - American Dream\nhttps://www.kexp.org/donate/\n\nhttps://lcdsoundsystem.bandcamp.com/\nhttps://lcdsoundsystem.com/\n\nThe true American Dream is hope. And hope has a home here.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}