

{"id":8915,"date":"2024-05-09T11:33:23","date_gmt":"2024-05-09T15:33:23","guid":{"rendered":"https:\/\/sites.temple.edu\/tudsc\/?p=8915"},"modified":"2024-05-09T11:33:23","modified_gmt":"2024-05-09T15:33:23","slug":"text-mining-pitchfork-music-reviews-for-descriptors-of-vocal-sounds","status":"publish","type":"post","link":"https:\/\/sites.temple.edu\/tudsc\/2024\/05\/09\/text-mining-pitchfork-music-reviews-for-descriptors-of-vocal-sounds\/","title":{"rendered":"Text Mining Pitchfork Music Reviews for Descriptors of Vocal Sounds"},"content":{"rendered":"\n<p>By R.J. McGhee<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Have you ever wondered how music reviewers write about vocalists in their reviews? How do music reviewers depict the way vocalists sing? Which adjectives and verbs help create a depiction of vocal styles? <\/p>\n\n\n\n<p>As a student in a master&#8217;s program in Information Science and Technology and a musician, my goal for the Cultural Analytics Certificate Practicum project is to use my background knowledge to explore how reviewers of music albums describe sound, specifically the description of the musical properties of vocal sounds. I selected a dataset of music reviews from the prominent music journalism platform, Pitchfork, for this analysis.<\/p>\n\n\n\n<p>To analyze the words used to describe vocal sounds in Pitchfork music reviews, I employ natural language processing techniques, utilizing Python libraries like <code>pandas<\/code>, and <code>SpaCy<\/code> to tally a list of Tagg&#8217;s &#8220;Sound Descriptor Words&#8221; within the Pitchfork Reviews.&nbsp;To see my full code, follow this <a href=\"https:\/\/colab.research.google.com\/drive\/1wLMP9uYhn4Qq6tWbyaQiibbE0D4Aawaj?usp=sharing\" data-type=\"link\" data-id=\"https:\/\/colab.research.google.com\/drive\/1wLMP9uYhn4Qq6tWbyaQiibbE0D4Aawaj?usp=sharing\">link<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Background:<\/h2>\n\n\n\n<p>In his book, \u201cMusic Meanings,\u201d Musicologist <a href=\"https:\/\/tagg.org\/index.html\" data-type=\"link\" data-id=\"https:\/\/tagg.org\/index.html\">Phillip Tagg<\/a> investigates the ways we discuss music and its significance to the world (Tagg, 2013). Tagg identifies the phenomenon of individuals talking about vocals using the &#8220;Aesthetic Perspective.&#8221; Tagg defines the &#8220;Aesthetic Perspective&#8221; in terms of how vocal sounds are perceived, interpreted, and reacted to by listeners (Tagg, 2013).<\/p>\n\n\n\n<p>Tagg created a list of &#8216;Directly Sound Descriptive Adjectives and Verbs&#8217; to catalog the language commonly used when discussing the qualities of vocal sound. See his list below:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center\">Sound Descriptor Word List:<\/p>\n\n\n\n<p class=\"has-text-align-center has-black-color has-text-color has-link-color has-small-font-size wp-elements-27727bdab99c6341a11a9b15b48112d8\">hum, high-pitched, whiny, squeaky, booming, low-pitched, deep, full-throated, gruff, breathy, husky, guttural, distinct, harsh, indistinct, muffled, plaintive, rasping, roaring, shrill, stammering, loud, declamatory, soft, quiet, monotone, lispy, bird-like, hoarse, throaty, babble, bark, bawl, belch, bellow, bleat, blubber, boom, buzz, cackle, caterwaul, chant, chatter, chuckle, chirp, cluck, complain, cough, croak, croon, cry, declaim, denounce, drone, exclaim, gargle, gasp, giggle, growl, grumble, gurgle, hiccup, hiss, hoot, howl, lament, laugh, lilt, moan, mumble, mutter, praise, preach, proclaim, pronounce, quack, quip, rant, recite, roar, scream, screech, shout, shriek, sigh, snap [at], snarl, snigger, snore, snort, sob, spit, splutter, squawk, squeak, stammer, stutter, twitter, ululate, wail, warble, weep, wheeze, whimper, whine, whinge, whisper, whistle, whoop, yammer, yap, yawn, yell, yelp, yow<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>By examining the frequency of these Sound Descriptors and their association with genre categorization in Pitchfork reviews, I hope to find insights into whether and how reviewers are using sound descriptors in their writing. This involves tallying the occurrences of words from Phillip Tagg&#8217;s list in sentences discussing vocal sounds.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Dataset<\/h2>\n\n\n\n<p>For my dataset, I downloaded a set of 24,169 Pitchfork reviews spanning from January 5, 1999, to December 12, 2021 that <a href=\"https:\/\/www.kaggle.com\/datasets\/nolanbconaway\/24169-pitchfork-reviews\" data-type=\"link\" data-id=\"https:\/\/www.kaggle.com\/datasets\/nolanbconaway\/24169-pitchfork-reviews\">Nolan Conaway web-scraped from the Pitchfork website<\/a>.<\/p>\n\n\n\n<p>I chose this dataset because of its accessibility and its cultural importance to music journalism. Pitchfork is a cornerstone of the online music review culture. <a href=\"https:\/\/pitchfork.com\/\" data-type=\"link\" data-id=\"https:\/\/pitchfork.com\/\">Pitchfork<\/a> started in 1996 as a small music review website and has now grown to be one of the most well-known music review websites internationally (\u201cThe History of Pitchfork\u2019s Reviews Section in 38 Reviews,\u201d 2021).<\/p>\n\n\n\n<p>The dataset can be downloaded for free as a SQLite3 file. The tables contain columns which include the name of the artists, the title of the album, the score, the author of the review, the primary genres, the release year of the album, the publication year, and the review itself.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Text Cleaning Process<\/h2>\n\n\n\n<p>My first step in this research project was to consolidate these tables into one functional table, which I can further filter to answer my research questions. My main avenue of organizing this data was to use a library in Python called <code><a href=\"https:\/\/pandas.pydata.org\/\" data-type=\"link\" data-id=\"https:\/\/pandas.pydata.org\/\">pandas<\/a><\/code>. I first converted each table into pandas dataframes using SQL calls, which then I was able to connect each table together using their respective table keys.\u00a0I then created a new <code>pandas<\/code> dataframe by genre. The genres are assigned to every article in the dataset.<\/p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-4b2eccd6 wp-block-group-is-layout-flex\">\n<h3 class=\"wp-block-heading has-text-align-right\">Pitchfork Genres<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table><tbody><tr><td>Experimental<\/td><td>Rock<\/td><td>Electronic<\/td><td>Folk\/Country<\/td><td>Rap<\/td><td>Pop\/R&amp;B<\/td><td>Jazz<\/td><td>Global<\/td><td>Metal<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>I also needed to prepare the data for analysis, so I applied <a href=\"https:\/\/spacy.io\/\" data-type=\"link\" data-id=\"https:\/\/spacy.io\/\">SpaCy&#8217;s<\/a> lemmatization feature to each sentence, facilitating the extraction of root forms of words. This step ensures the identification of terms from the sound descriptor and vocal term list, accommodating for the variations in word forms due to prefixes or suffixes (&#8220;Linguistic Features \u00b7 SpaCy Usage Documentation,&#8221; n.d.).<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Text Mining Process<\/h2>\n\n\n\n<p>To begin mining these texts, I needed to verify that I counted only instances where the sound descriptive words described vocal sounds. I created a basic list of words that would normally describe vocals and appear in reviews discussing vocals. See the list below:<\/p>\n\n\n\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-94bc23d7 wp-block-group-is-layout-flex\">\n<ul class=\"wp-block-list\">\n<li>Vocal <\/li>\n\n\n\n<li>Vocalist <\/li>\n\n\n\n<li>Voice <\/li>\n\n\n\n<li>Lyric <\/li>\n\n\n\n<li>Speak <\/li>\n\n\n\n<li>Sing<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Sings<\/li>\n\n\n\n<li>Sung <\/li>\n\n\n\n<li>Sang <\/li>\n\n\n\n<li>Falsetto<\/li>\n\n\n\n<li>Rap<\/li>\n<\/ul>\n<\/div>\n\n\n\n<p>I segmented the reviews into sentences using the NLTK library and checked each sentence for the  predefined nouns associated with vocals. If found, I added a boolean value to the dataframe. <\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Result<\/h2>\n\n\n\n<p>Once my data was cleaned and filtered, I searched through these reviews and counted the number of times the list of Phillip Tagg words occurred by genre. My code counts the number of times these words occur in each genre. I averaged the result using the total number of words in each genre to create a frequency ratio. See some examples of my results below:<\/p>\n\n\n\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity is-style-default\" \/>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile has-small-font-size\" style=\"grid-template-columns:auto 64%\"><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Top 5 Vocal Sound Descriptors for Rock Genre&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes has-small-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Word<\/th><th>Frequency<\/th><th>Frequency<br>ratio (%)<\/th><\/tr><\/thead><tbody><tr><td>Deep &nbsp;<\/td><td>303&nbsp;<\/td><td>.0092&nbsp;<\/td><\/tr><tr><td>Soft &nbsp;<\/td><td>271&nbsp;<\/td><td>.0082&nbsp;<\/td><\/tr><tr><td>Whisper <\/td><td>210&nbsp;<\/td><td>.0064&nbsp;<\/td><\/tr><tr><td>Scream<\/td><td>204&nbsp;<\/td><td>.0062&nbsp;<\/td><\/tr><tr><td>Drone<\/td><td>189<\/td><td>.0057&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"437\" src=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rock.png\" alt=\"\" class=\"wp-image-9013 size-full\" srcset=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rock.png 650w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rock-300x202.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile has-small-font-size\" style=\"grid-template-columns:auto 64%\"><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Top 5 Vocal Sound Descriptors for Folk\/Country Genre&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes has-small-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Word<\/th><th>Frequency<\/th><th>Frequency<br>ratio (%)<\/th><\/tr><\/thead><tbody><tr><td>Deep &nbsp;<\/td><td>50&nbsp;<\/td><td>.0162&nbsp;<\/td><\/tr><tr><td>Quiet &nbsp;<\/td><td>43&nbsp;<\/td><td>.0139&nbsp;<\/td><\/tr><tr><td>Soft<\/td><td>43&nbsp;<\/td><td>.0139&nbsp;<\/td><\/tr><tr><td>Whisper<\/td><td>35&nbsp;<\/td><td>.0113&nbsp;<\/td><\/tr><tr><td>Drone<\/td><td>25<\/td><td>.0081&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"392\" src=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Folk-and-country.png\" alt=\"\" class=\"wp-image-9015 size-full\" srcset=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Folk-and-country.png 650w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Folk-and-country-300x180.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile has-small-font-size\" style=\"grid-template-columns:auto 64%\"><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Top 5 Vocal Sound Descriptors for Rap Genre&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes has-small-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Word<\/th><th>Frequency<\/th><th>Frequency<br>ratio (%)<\/th><\/tr><\/thead><tbody><tr><td>Deep &nbsp;<\/td><td>132&nbsp;<\/td><td>.0144&nbsp;<\/td><\/tr><tr><td>Spit<\/td><td>90<\/td><td>.0098&nbsp;<\/td><\/tr><tr><td>Boom<\/td><td>82<\/td><td>.0089&nbsp;<\/td><\/tr><tr><td>Shout<\/td><td>58<\/td><td>.0063&nbsp;<\/td><\/tr><tr><td>Soft<\/td><td>52<\/td><td>.0056&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"911\" height=\"593\" src=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rap.png\" alt=\"\" class=\"wp-image-9021 size-full\" srcset=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rap.png 911w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rap-300x195.png 300w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rap-768x500.png 768w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Rap-850x553.png 850w\" sizes=\"auto, (max-width: 911px) 100vw, 911px\" \/><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile has-small-font-size\" style=\"grid-template-columns:auto 64%\"><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Top 5 Vocal Sound Descriptors for Jazz Genre&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes has-small-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Word<\/th><th>Frequency<\/th><th>Frequency<br>ratio (%)<\/th><\/tr><\/thead><tbody><tr><td>Deep &nbsp;<\/td><td>10<\/td><td>.0076&nbsp;<\/td><\/tr><tr><td>Soft &nbsp;<\/td><td>8&nbsp;<\/td><td>.0061&nbsp;<\/td><\/tr><tr><td>Whisper <\/td><td>8&nbsp;<\/td><td>.0061&nbsp;<\/td><\/tr><tr><td>Scream<\/td><td>6&nbsp;<\/td><td>.0046&nbsp;<\/td><\/tr><tr><td>Drone<\/td><td>5<\/td><td>.0038&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"416\" src=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Jazz.png\" alt=\"\" class=\"wp-image-9019 size-full\" srcset=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Jazz.png 650w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Jazz-300x192.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile has-small-font-size\" style=\"grid-template-columns:auto 64%\"><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Top 5 Vocal Sound Descriptors for Global Genre&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes has-small-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Word<\/th><th>Frequency<\/th><th>Frequency<br>ratio (%)<\/th><\/tr><\/thead><tbody><tr><td>Soft<\/td><td>11&nbsp;<\/td><td>.0186&nbsp;<\/td><\/tr><tr><td>Deep &nbsp;<\/td><td>10&nbsp;<\/td><td>.0169&nbsp;<\/td><\/tr><tr><td>Chant<\/td><td>5&nbsp;<\/td><td>.0084&nbsp;<\/td><\/tr><tr><td>Wail<\/td><td>5&nbsp;<\/td><td>.0084&nbsp;<\/td><\/tr><tr><td>Plaintive<\/td><td>4<\/td><td>.0084&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"358\" src=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Global.png\" alt=\"\" class=\"wp-image-9018 size-full\" srcset=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Global.png 650w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Global-300x165.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile has-small-font-size\" style=\"grid-template-columns:auto 64%\"><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-center has-medium-font-size\"><strong>Top 5 Vocal Sound Descriptors for Metal Genre&nbsp;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes has-small-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Word<\/th><th>Frequency<\/th><th>Frequency<br>ratio (%)<\/th><\/tr><\/thead><tbody><tr><td>Scream<\/td><td>42&nbsp;<\/td><td>.0174<\/td><\/tr><tr><td>Growl<\/td><td>36&nbsp;<\/td><td>.0149&nbsp;<\/td><\/tr><tr><td>Howl<\/td><td>25&nbsp;<\/td><td>.0103&nbsp;<\/td><\/tr><tr><td>Shout<\/td><td>25&nbsp;<\/td><td>.0103&nbsp;<\/td><\/tr><tr><td>Deep<\/td><td>25<\/td><td>.0103&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"408\" src=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Metal.png\" alt=\"\" class=\"wp-image-9016 size-full\" srcset=\"https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Metal.png 650w, https:\/\/sites.temple.edu\/tudsc\/files\/2024\/05\/Metal-300x188.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<p>To see all of the results, please follow this link to access my <a href=\"https:\/\/github.com\/pigs213\/practicum\/wiki\" data-type=\"link\" data-id=\"https:\/\/github.com\/pigs213\/practicum\/wiki\">Github page.<\/a><\/p>\n\n\n\n<p>The term &#8216;deep&#8217; appears as one of the top words in every single genre. This may reflect that the reviewers are referring to singers who use a &#8216;lower,&#8217; &#8216;deeper&#8217; voice. This may be due to the fact that Pitchfork is referring to a &#8216;deep&#8217; voice, which is likely a musical expression that singers often use which stands out to reviewers.<\/p>\n\n\n\n<p>After reviewing these top vocal sound descriptor&nbsp;words, the sound descriptors that come up the most tend to be descriptors that are often associated with the genres. For example, in folk, there are mentions of soft, whisper, and quiet, versus metal which contains scream, growl, howl, etc. I find this interesting, as the jazz and global genres contain words with vocals that tend to be soft and deep. &nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusions and Next Steps<\/h2>\n\n\n\n<p>After analyzing these results, we can conclude that the list of Directly Sound Descriptive Adjectives and Verbs can be an effective way to identify terms that relate to vocal inflections and potentially build this list. We should continue to understand Phillip Tagg&#8217;s philosophy and aim to seek insights into the diverse ways in which vocal sound is commonly perceived and described in everyday contexts.<\/p>\n\n\n\n<p>The next steps involve continuing to expand our list of words mentioned earlier. In Philip Tagg\u2019s book, he mentions that this list is by no means comprehensive in describing every single word aesthetically for vocals. I am interested in further utilizing SpaCy&#8217;s part-of-speech tagging to identify other words used in the reviews and finding more words I could add to this list.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">References<\/h2>\n\n\n\n<p>Linguistic Features \u00b7 spaCy Usage Documentation. (n.d.). Retrieved from Linguistic Features website: https:\/\/spacy.io\/usage\/linguistic-features<\/p>\n\n\n\n<p>Tagg, P. (2013a). <em>Music\u2019s meanings : a modern musicology for non-musos<\/em> (p. 346). New York: The Mass Media Music Scholars\u2019 Press.<\/p>\n\n\n\n<p>Tagg, P. (2013b). <em>Music\u2019s meanings : a modern musicology for non-musos<\/em> (p. 353). New York: The Mass Media Music Scholars\u2019 Press.<\/p>\n\n\n\n<p>The History of Pitchfork\u2019s Reviews Section in 38 Reviews. (2021, May 25). <em>Pitchfork<\/em>. Retrieved from https:\/\/pitchfork.com\/features\/lists-and-guides\/the-history-of-the-pitchfork-reviews-section-in-38-important-reviews\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By R.J. McGhee<\/p>\n","protected":false},"author":32914,"featured_media":9012,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[433,2,302,294],"tags":[37,6],"class_list":["post-8915","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cultural-analytics-practicum","category-grad-students","category-information-science","category-music-studies","tag-textual-analysis","tag-top-news"],"_links":{"self":[{"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/posts\/8915","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/users\/32914"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/comments?post=8915"}],"version-history":[{"count":14,"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/posts\/8915\/revisions"}],"predecessor-version":[{"id":9190,"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/posts\/8915\/revisions\/9190"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/media\/9012"}],"wp:attachment":[{"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/media?parent=8915"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/categories?post=8915"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sites.temple.edu\/tudsc\/wp-json\/wp\/v2\/tags?post=8915"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}