Information about plays

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

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

{
    "id": 3632299,
    "uri": "https://api.kexp.org/v2/plays/3632299/?format=api",
    "airdate": "2026-03-22T09:27:23-07:00",
    "show": 66250,
    "show_uri": "https://api.kexp.org/v2/shows/66250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What'd I Say",
    "track_id": null,
    "recording_id": "75074077-00f7-4e21-b0de-2c5744376c6e",
    "artist": "Rusty Kershaw",
    "artist_ids": [
        "666f0d45-a083-4727-85fe-fef8e69d44c8"
    ],
    "album": "Cajun in Blues Country",
    "release_id": null,
    "release_group_id": "61141629-63b3-4c02-be3d-07382a38c8dc",
    "labels": [
        "Cotillion"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Louisiana guitarist played on Neil Young’s For The Turnstiles album introducing him to ‘honey slides’ [a potent concoction of sautéed, powdered weed and honey].",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}