Information about plays

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

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

{
    "id": 3630932,
    "uri": "https://api.kexp.org/v2/plays/3630932/?format=api",
    "airdate": "2026-03-19T06:23:21-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tut Tut Tut Tut",
    "track_id": null,
    "recording_id": "47bb649d-2b73-4818-b3bb-d7b1ab2b8f32",
    "artist": "Gillian Hills",
    "artist_ids": [
        "1f0f167a-9ff7-4a0f-ac1a-5b36d44738dc"
    ],
    "album": "En Dansant Le Twist!",
    "release_id": null,
    "release_group_id": "edf4099a-0a59-4716-a823-f968c478cef4",
    "labels": [
        "PoppyDisc"
    ],
    "label_ids": [
        "85b287b7-3204-4ff1-ab00-3cf10f6d05c3"
    ],
    "release_date": "1963-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gillian Hills (born 1944) is a British-born actress and singer who became a prominent Yé-yé girl in 1960s France. In 1963, Serge Gainsbourg wrote for Hills his first duet for a yé-yé singer, \"Une petite tasse d'anxiété\", which they sang together on the French TV show Teuf Teuf.\n\nCheck out the official video: https://www.youtube.com/watch?v=-sN21hNaeEA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}