Information about plays

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

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

{
    "id": 3632766,
    "uri": "https://api.kexp.org/v2/plays/3632766/?format=api",
    "airdate": "2026-03-23T14:43:47-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-f14ee612-84b9-4a6e-be49-68abc2225533/mbid-f14ee612-84b9-4a6e-be49-68abc2225533-25183539858_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-f14ee612-84b9-4a6e-be49-68abc2225533/mbid-f14ee612-84b9-4a6e-be49-68abc2225533-25183539858_thumb250.jpg",
    "song": "Ça plane pour moi",
    "track_id": "a8f1fa61-cd9c-3cb7-808a-c3a71b522b51",
    "recording_id": "ac05b7a0-8c78-463b-9501-3fda86064058",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Freedom of Choice",
    "release_id": "f14ee612-84b9-4a6e-be49-68abc2225533",
    "release_group_id": "13f910e4-dbbe-3363-be83-4efae98d4cf8",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1992-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Butch Vig, drummer and co-producer of the band Garbage.\n\nBesides the original French, there is also an English version, \"Jet Boy Jet Girl,\" by Elton Motello, which was released around the same time. Captain Sensible of the Damned also recorded this English version.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}