Information about plays

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

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

{
    "id": 3640351,
    "uri": "https://api.kexp.org/v2/plays/3640351/?format=api",
    "airdate": "2026-04-10T15:53:58-07:00",
    "show": 66416,
    "show_uri": "https://api.kexp.org/v2/shows/66416/?format=api",
    "image_uri": "https://coverartarchive.org/release/e866a680-e105-48d2-95f1-8c9cb01e5387/6839914068-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e866a680-e105-48d2-95f1-8c9cb01e5387/6839914068-250.jpg",
    "song": "Little League",
    "track_id": null,
    "recording_id": "c9751135-a07f-4583-9199-d147a290cf32",
    "artist": "Cap’n Jazz",
    "artist_ids": [
        "04482c2e-88ab-4709-a412-85748b7ac825"
    ],
    "album": "Analphabetapolothology",
    "release_id": null,
    "release_group_id": "141cf5a3-857c-387d-a99c-2937dc21b1bb",
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1998-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/o all the other parents and kids getting into some Little League action this weekend!\n\nAnd extra s/o to the Seattle Central LL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}