Information about plays

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

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

{
    "id": 3601053,
    "uri": "https://api.kexp.org/v2/plays/3601053/?format=api",
    "airdate": "2026-01-06T15:28:00-08:00",
    "show": 65580,
    "show_uri": "https://api.kexp.org/v2/shows/65580/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Earth Time",
    "track_id": "56dbde87-ccc2-4f4b-a61d-0260daccfc22",
    "recording_id": "5e839db7-3207-4fe0-9de0-a48b26a24178",
    "artist": "Soulwax",
    "artist_ids": [
        "68ec1b08-3c2e-40b3-b0af-8f323743fdff"
    ],
    "album": "All Systems Are Lying",
    "release_id": "2fdcfe57-7606-42fb-bb2f-352b43b8d8cf",
    "release_group_id": "852234f1-6db3-4560-ae2d-718766537c9f",
    "labels": [
        "[no label]",
        "Because Music",
        "Deewee"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176",
        "23450486-837c-46a6-8b3f-b22429a0dfe1",
        "6c61c176-770f-44aa-a977-bade7dff5c76"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soulwax are a Belgian electronic band and DJ/production collective from Ghent, Belgium, who formed in 1995. Centered around brothers David and Stephen Dewaele, other current members include Igor and Laima Cavalera, and Stefaan Van Leuven.\n\nDescribed by the brothers as “a rock album made without any electric guitars” All Systems Are Lying was built entirely from modular synths, live drums, tape machines and processed vocals. \n\nhttps://soulwax.bandcamp.com/track/new-earth-time-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}