The Playboy Fiction Index – Post45 Data Collective
Joyce Carol Oates, “What I Lived For,” Playboy spread.
Data Table
import {viewof dataSummaryView, Tabulator, viewof selectedColumns, viewof dataSet, tableContainer, fetchData, generateTabulatorTableFromCSV, progress, progressbar} from "8bb63a6cde9addff"
raw_data = fetchData("https://raw.githubusercontent.com/Post45-Data-Collective/data/refs/heads/main/playboy_fiction_index/playboy-fiction-index-metadata_20260415.csv")
generateTabulatorTableFromCSV(<br>"#table-container-playboy",<br>"https://raw.githubusercontent.com/Post45-Data-Collective/data/refs/heads/main/playboy_fiction_index/playboy-fiction-index-metadata_20260415.csv",<br>displayedColumns: ["publication_date", "year", "author_name",<br>"title", "section", "last_name", "first_name", "author_gender",<br>"author_nea", "author_bestseller", "author_prize", "author_iowa"],<br>columnPopups: [<br>"Magazine issue date (MM/DD/YYYY)",<br>"Year of the magazine issue (extracted from publication_date)",<br>"Author name; standardized spelling and middle initials",<br>"Story title; title case applied",<br>"Section of the magazine in which the story appeared",<br>"Author last name",<br>"Author first name (including middle name)",<br>"Author gender (M/F); N/A for co-authored or unverified",<br>"NEA Creative Writing Fellowship recipient (yes/no)",<br>"New York Times bestseller list author (yes/no)",<br>"Major literary prize recipient (yes/no)",<br>"Iowa Writers' Workshop MFA holder (yes/no)"<br>],<br>rangeSliderColumns: ["year"],<br>dateSliderColumns: ["publication_date"],<br>categoryColumns: ["section", "author_gender", "author_nea", "author_bestseller", "author_prize", "author_iowa"],<br>sortColumns: ["publication_date"],<br>sortOrders: ["asc"],<br>buttonContainerId: "#button-container-playboy",<br>rawButtonId: "#download-raw-playboy",<br>urlCopyButtonId: "#copy-url-playboy",<br>);
Download Full Data (including hidden columns)
Download Full Data Copy Full Data URL
Download Table Data (including filtered options)
Download CSV Download JSON Download Excel
Top Authors
viewof topN = Inputs.range([5, 50], { value: 25, step: 1, label: "Number of authors to show:" })
Plot.plot({<br>marginLeft: 220,<br>height: topN * 20 + 60,<br>x: { label: "Number of stories" },<br>y: { label: null },<br>marks: [<br>Plot.barX(<br>raw_data.filter(<br>(d) =><br>d.author_name != null &&<br>d.author_name !== "" &&<br>d.author_name !== "N/A"<br>),<br>Plot.groupY(<br>{ x: "count" },<br>y: "author_name",<br>tip: true,<br>fill: "gold",<br>sort: { y: "x", reverse: true, limit: topN }<br>),<br>Plot.ruleX([0])<br>})
TipCreative Commons License
This work is licensed under CC BY 4.0
Significance & Context
The Playboy Fiction Index (1953–2020) documents a major but understudied site of postwar literary culture. From its founding in 1953 until the end of its print run in 2020, Playboy published over one thousand works of fiction by writers across genres, styles, and levels of prestige. While the magazine is often remembered for its centerfolds and erotica, it also served as a crucial venue for literary work, featuring stories by many of the twentieth century’s most acclaimed and widely read authors. For decades, its circulation far exceeded that of most literary magazines—at its peak in the 1970s, the magazine reached more than five million readers—meaning that a short story published in Playboy could reach an audience orders of magnitude larger than that of The Paris Review, Esquire, or The Atlantic.
This wide reach gave Playboy an outsized influence on postwar literary and cultural life that is rarely acknowledged in scholarly accounts of the postwar literary marketplace. The magazine’s fiction editors published a range of works in the fiction section. Literary fiction by contemporary authors such as John Updike, Joyce Carol Oates, Vladimir Nabokov, Margaret Atwood, Don DeLillo, and Saul Bellow was included in nearly every issue.
A page from Joyce Carol Oates’s “What I Lived For,” published in Playboy.
The magazine also included fiction under the heading of “Ribald Classics.” This section published prose works from classical and historical literature, often translated or adapted for contemporary readers. Authors included canonical figures such as Boccaccio, Petronius, La Fontaine, Marguerite de Navarre, Somadeva, Voltaire, and Arthur Conan Doyle. Ribald Classics typically emphasized erotic or bawdy elements—highlighting the magazine’s engagement with the sexual themes that were part of its broader aesthetic and thematic concerns. The designation of a subset of stories as ribald classics freed the main fiction section to feature contemporary stories that were not necessarily erotic in nature. By including these historical texts alongside contemporary fiction, Playboy offered readers access to a broad spectrum of storytelling traditions, from ancient works to medieval works, and across geographic boundaries, ranging from European to Middle Eastern and East Asian.
Playboy also emerged as an unexpected hub for midcentury and late-century science fiction, publishing dozens of...