Information about plays

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

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

{
    "id": 3564311,
    "uri": "https://api.kexp.org/v2/plays/3564311/?format=api",
    "airdate": "2025-10-12T19:22:01-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c435b40-bf5c-4a70-af64-dde87d7cb9b6/36628104495-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c435b40-bf5c-4a70-af64-dde87d7cb9b6/36628104495-250.jpg",
    "song": "Because of Eddy",
    "track_id": null,
    "recording_id": "cefa8476-0d27-4be2-b672-2866b198d7a9",
    "artist": "Leon Cook",
    "artist_ids": [
        "ef36e7c3-f6ae-4ba2-9dbc-0b503a4ed56e"
    ],
    "album": "Cookin’ With Leon Cook",
    "release_id": null,
    "release_group_id": "a7a0928b-b79c-4fd0-ad82-e411a0548eb0",
    "labels": [
        "Edmar Records"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cleveland-born guitarist Leon Cook released \"Because of Eddy\" on the 1971 album Cookin’ With Leon Cook.\n\nDuring his career, Cook played with Oscar Peterson, Clark Terry, Sonny Stitt, Hank Marr, and organists Richard \"Groove\" Holmes, Jack McDuff and Jimmy McGriff. Leon Cook died in 2006 at 59 years old.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}