Information about plays

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

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

{
    "id": 3631962,
    "uri": "https://api.kexp.org/v2/plays/3631962/?format=api",
    "airdate": "2026-03-21T14:19:14-07:00",
    "show": 66242,
    "show_uri": "https://api.kexp.org/v2/shows/66242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orinoco Flow (Sail Away)",
    "track_id": null,
    "recording_id": "f15f3870-b8c2-4a2e-9110-92b979459073",
    "artist": "Vitamin String Quartet",
    "artist_ids": [
        "56cfe6aa-b464-43d2-bec7-8ec52f313e7d"
    ],
    "album": "The Gothic Wedding Collection",
    "release_id": null,
    "release_group_id": "d43ff5a9-df14-44b8-9c7d-678cd97670d9",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: The Vitamin String Quartet covers Enya's \"Orinoco Flow\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}