Information about plays

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

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

{
    "id": 3635290,
    "uri": "https://api.kexp.org/v2/plays/3635290/?format=api",
    "airdate": "2026-03-29T19:10:47-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff47bd51-362a-4441-b56e-9454d53db539/34705032278-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff47bd51-362a-4441-b56e-9454d53db539/34705032278-250.jpg",
    "song": "Feeling Freaky",
    "track_id": null,
    "recording_id": null,
    "artist": "The Vandales",
    "artist_ids": [
        "e0470d87-4fa3-4ebe-acd5-e9b4ab8f0912"
    ],
    "album": "Under The Influence, Volume One: A Collection of Rare Soul & Disco",
    "release_id": null,
    "release_group_id": "a1142662-29e0-45da-9534-7433c9c53069",
    "labels": [
        "Q-City Records"
    ],
    "label_ids": [],
    "release_date": "2011-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Vandales originally released the two-part \"Feeling Freaky\" in 1979, but you can find the track on the 2011 compilation album Under The Influence Volume One (A Collection Of Rare Soul & Disco).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}