Information about plays

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

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

{
    "id": 3638932,
    "uri": "https://api.kexp.org/v2/plays/3638932/?format=api",
    "airdate": "2026-04-07T05:08:03-07:00",
    "show": 66389,
    "show_uri": "https://api.kexp.org/v2/shows/66389/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-adbe3e14-2798-4bc0-909b-9b2f13dffc6f/mbid-adbe3e14-2798-4bc0-909b-9b2f13dffc6f-1269982866_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-adbe3e14-2798-4bc0-909b-9b2f13dffc6f/mbid-adbe3e14-2798-4bc0-909b-9b2f13dffc6f-1269982866_thumb250.jpg",
    "song": "Seven Stars",
    "track_id": "4830518a-2f6f-4f12-a560-b40aac8c2a20",
    "recording_id": "4ab0dad3-eb61-40e9-9464-4a52af126485",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Le Voyage dans la Lune",
    "release_id": "9c027629-9034-40c7-9d5e-2db10d5867c9",
    "release_group_id": "fa0b08c0-8118-486d-8201-8c1d01ba858a",
    "labels": [
        "Astralwerks",
        "EMI"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2012-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The sixth studio album by French electronic music duo Air - The album is inspired by the 1902 silent science fiction film A Trip to the Moon (Le voyage dans la lune) by Georges Méliès and is intended to be a soundtrack to the restored version of the film.\n\nhttps://www.airfrenchband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}