Information about plays

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

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

{
    "id": 3632271,
    "uri": "https://api.kexp.org/v2/plays/3632271/?format=api",
    "airdate": "2026-03-22T07:04:58-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/19a1b784-496f-444f-8043-f0ac97c541bf/3303295676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19a1b784-496f-444f-8043-f0ac97c541bf/3303295676-250.jpg",
    "song": "The Ghost Has No Home",
    "track_id": null,
    "recording_id": "60ba78de-da71-4779-aa10-1c15c329d7f7",
    "artist": "Harold Budd & Cocteau Twins",
    "artist_ids": [],
    "album": "The Moon and the Melodies",
    "release_id": null,
    "release_group_id": "6f7f19e2-e75e-3697-affe-9d56bfc34750",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1986-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Harold Budd → Harold Budd & Cocteau Twins :: Atmospheric track taken off Harold Budd's 1986 collaborative album with Cocteau Twins ~ https://en.wikipedia.org/wiki/The_Moon_and_the_Melodies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}