Information about plays

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

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

{
    "id": 3592316,
    "uri": "https://api.kexp.org/v2/plays/3592316/?format=api",
    "airdate": "2025-12-17T15:20:10-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Losing My Edge",
    "track_id": "d2157774-f89a-3a3d-bae3-2a8628c8fe7a",
    "recording_id": "fcdb74b5-80a9-461f-9429-50834fede4fc",
    "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": "\"Joy Division, Lower 48, the Association, Sun Ra, Scientists, Royal Trux, 10cc...\" Go here to be reminded of all the musicians that LCD Soundsystem namechecks: https://genius.com/Lcd-soundsystem-losing-my-edge-lyrics\n\nFun fact: Except for 45:33 remixes, LCD Soundsystem only offer vinyl from their Bandcamp page.\nhttps://lcdsoundsystem.bandcamp.com\nhttps://lcdsoundsystem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}