Information about plays

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

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

{
    "id": 3640675,
    "uri": "https://api.kexp.org/v2/plays/3640675/?format=api",
    "airdate": "2026-04-11T09:18:03-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/3466efd3-200d-4189-b7cc-26438cfbe399/4578884067-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3466efd3-200d-4189-b7cc-26438cfbe399/4578884067-250.jpg",
    "song": "Croaking Lizard",
    "track_id": null,
    "recording_id": "0b461850-e344-4bb3-90ff-03b77ad70659",
    "artist": "The Upsetters",
    "artist_ids": [
        "7bcf8b20-72a6-48b1-bad3-b28869090dda"
    ],
    "album": "Super Ape / Return of the Super Ape",
    "release_id": null,
    "release_group_id": "cafd237e-c5fb-4906-b5c4-1ef929e59321",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1976 dub classic from Lee \"Scratch\" Perry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}