Information about plays

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

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

{
    "id": 3589327,
    "uri": "https://api.kexp.org/v2/plays/3589327/?format=api",
    "airdate": "2025-12-10T11:58:21-08:00",
    "show": 65339,
    "show_uri": "https://api.kexp.org/v2/shows/65339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh Baby",
    "track_id": "7ead504e-78ae-49cd-8202-fd3c11856f78",
    "recording_id": "88b29d0a-2dd8-46cb-8111-99c3d169639d",
    "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": "The dance-punk revival band formed in Brooklyn in 2002 by James Murphy, co-founder of DFA Records. The band consists of Murphy, Nancy Whang, Pat Mahoney, Tyler Pope, Al Doyle, and Korey Richey.\n\nhttps://lcdsoundsystem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}