Information about plays

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

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

{
    "id": 3604128,
    "uri": "https://api.kexp.org/v2/plays/3604128/?format=api",
    "airdate": "2026-01-14T04:16:55-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(We Don't Need This) Fascist Groove Thang (Electric Lady Sessions)",
    "track_id": "d53f6d9a-ae76-4a88-a9a1-3d14b135ab19",
    "recording_id": "4de30943-d1e5-4907-a67f-63cd47241712",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Electric Lady Sessions",
    "release_id": "a9d8a99c-5e29-458b-9751-740286ad4f65",
    "release_group_id": "deada5ea-efcf-49df-9370-cd0d9c3d65aa",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "a fiery take on the  Heaven 17’s classic \n\nhttps://lcdsoundsystem.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}