Information about plays

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

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

{
    "id": 3599140,
    "uri": "https://api.kexp.org/v2/plays/3599140/?format=api",
    "airdate": "2026-01-02T07:47:59-08:00",
    "show": 65539,
    "show_uri": "https://api.kexp.org/v2/shows/65539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run Free",
    "track_id": "171ddceb-ca82-4539-9cf0-e550c27229df",
    "recording_id": "bdcc208f-d458-414a-8e50-9386d0bad5c8",
    "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": "Belgian rock/electronic band Soulwax is the long-running project of brothers Stephen and David Dewaele, along with bassist Stefaan Van Leuven and drummer Piet Dierickx.\n--\nThey describe All Systems Are Lying as “a rock album made without any electric guitars”. Imagine it to sound like what’s inside R2-D2’s head – all beeps and whirrs, whistles and grrrrrs.: https://www.theskinny.co.uk/music/reviews/albums/soulwax-all-systems-are-lying",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}