Information about plays

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

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

{
    "id": 3633252,
    "uri": "https://api.kexp.org/v2/plays/3633252/?format=api",
    "airdate": "2026-03-24T21:30:22-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doi (M.RUX edit)",
    "track_id": null,
    "recording_id": "0c46c63f-724f-46f5-b061-5eaecd9c699a",
    "artist": "Tom Zé & M.RUX",
    "artist_ids": [
        "9f284484-c949-4199-8741-aba416a497a8",
        "66e367bb-ed5a-431c-b752-e626274c6450"
    ],
    "album": "edits & cuts",
    "release_id": null,
    "release_group_id": "94a87dd1-f696-4bf8-870d-2d01020190b3",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M.RUX, Berlin-based multi-instrumentalist and DJ is known for an artistic whimsy that sees him stray from tough beats to down-tempo Balearic psychedelia and even leftfield soundscapes.\n\nhttps://mrux.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}