Information about plays

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

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

{
    "id": 3579817,
    "uri": "https://api.kexp.org/v2/plays/3579817/?format=api",
    "airdate": "2025-11-18T11:36:42-08:00",
    "show": 65145,
    "show_uri": "https://api.kexp.org/v2/shows/65145/?format=api",
    "image_uri": "https://ia904600.us.archive.org/11/items/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671-17493250794_thumb500.jpg",
    "thumbnail_uri": "https://ia904600.us.archive.org/11/items/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671/mbid-b3261632-08cf-4248-a79a-6ecc86b7b671-17493250794_thumb250.jpg",
    "song": "I Used To",
    "track_id": "74a023d4-8075-4ca8-952b-15f8700bf38e",
    "recording_id": "1c183339-c319-4398-9d7f-95a84026c928",
    "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": "\"I'm still tryin' to wake up...\"\n\nLCD Soundsystem performed this song, composed by Al Doyle and James Murphy, live at the Palladium in 2017: https://www.youtube.com/watch?v=x7weGj3pNXM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}