Information about plays

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

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

{
    "id": 3633224,
    "uri": "https://api.kexp.org/v2/plays/3633224/?format=api",
    "airdate": "2026-03-24T19:41:24-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Ritournelle",
    "track_id": null,
    "recording_id": "ef024201-a2fe-4108-a335-9c8266ea6db8",
    "artist": "Sébastien Tellier",
    "artist_ids": [
        "ac69016f-42cc-4322-b70e-101458b769aa"
    ],
    "album": "Versatile Mixtape",
    "release_id": null,
    "release_group_id": "0e94c326-c2d6-3687-862c-16f99e2ece3b",
    "labels": [
        "Versatile Records"
    ],
    "label_ids": [
        "677faa20-4861-466f-8152-9f65ddb89c92"
    ],
    "release_date": "2004-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony Allen on Drums\n\nSébastien Tellier adds an additional 6-degrees thread here to our previous track by also being from France (Le Plessis-Bouchard)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}