Information about plays

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

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

{
    "id": 3634884,
    "uri": "https://api.kexp.org/v2/plays/3634884/?format=api",
    "airdate": "2026-03-28T22:36:14-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe0b66e4-2302-4d2b-bd10-36de0dff955d/6409385672-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe0b66e4-2302-4d2b-bd10-36de0dff955d/6409385672-250.jpg",
    "song": "Anti",
    "track_id": null,
    "recording_id": "6e4c9841-be1b-44b4-8833-e30f330b3b70",
    "artist": "Oxymoron",
    "artist_ids": [
        "d3185799-8767-491e-a055-3d1391bf613d"
    ],
    "album": "Best Before 2000: The Singles",
    "release_id": null,
    "release_group_id": "e1fcddce-983c-35e8-b8c4-494ffbd77e44",
    "labels": [
        "Cyclone Records"
    ],
    "label_ids": [
        "d629a812-5522-44fc-adb4-874e08b4cff2"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Formed in Erlangen, Germany, in 1992, Oxymoron became one of the most prominent European punk acts of the 90s, blending high-speed Oi! influenced rhythms with anthemic, sing-along choruses and lyrics centered on anti-authoritarianism. https://www.discogs.com/artist/501856-Oxymoron",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}