Information about plays

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

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

{
    "id": 3653180,
    "uri": "https://api.kexp.org/v2/plays/3653180/?format=api",
    "airdate": "2026-05-10T20:23:59-07:00",
    "show": 66684,
    "show_uri": "https://api.kexp.org/v2/shows/66684/?format=api",
    "image_uri": "https://coverartarchive.org/release/1db30194-b1e7-4228-8cb4-77dfab06bd9d/41439765871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1db30194-b1e7-4228-8cb4-77dfab06bd9d/41439765871-250.jpg",
    "song": "Mother Nature Land",
    "track_id": null,
    "recording_id": "b93e6806-f003-469c-a379-e19614c4dee6",
    "artist": "The Rascals",
    "artist_ids": [
        "219ce30a-0f3a-468c-9a13-55ee358ac0f0"
    ],
    "album": "Peaceful World",
    "release_id": null,
    "release_group_id": "91aff23d-9f22-3026-a1b1-2e2937bdbb7c",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1971-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Garfield, New Jersey, The Rascals released \"Mother Nature Land\" on their 1971 album Peaceful World.\n\nMembers of The Rascals included: Dino Danelli, Eddie Brigati, Felix Cavaliere, and Gene Cornish.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}