Best practices for citing podcasts in APA 7th?
Has anyone come up with a better way than this? (note: this post was revised twice to include information about handling dates, author roles, and the Container title field gleaned from @bwiernik's posts)
1. The specific date the podcast aired
2. The Name of the podcast series
3. The role of the participants
For more detailed information see Podcast References on the APAStyle website. Here is an example citation of a podcast episode:
2. To get Zotero to add the Series Title to the citation, add
If the podcast has a publisher you can add a
3. To get the authors to display with their roles, you need to put all host, guest, contributor fields in the author field, immediately after the author's first name.
This should output as a properly formatted APA 7th podcast citation. If you add the author's full names, Zotero will format properly using the first initials.
One last note... the required
Problem
APA 7th Edition requires information that are not accounted for in Zotero's podcast fields. Specifically,1. The specific date the podcast aired
2. The Name of the podcast series
3. The role of the participants
For more detailed information see Podcast References on the APAStyle website. Here is an example citation of a podcast episode:
Webster, M., & Abumrad, J. (Hosts). (2020, September 11). Bringing gamma back, again [Audio podcast episode]. In Radiolab. WNYC Studios. https://www.wnycstudios.org/podcasts/radiolab/articles/bringing-gamma-back
Workaround
1. As noted in other discussions on the forum you can use addIssued:
followed by the date in year-month-date formate in the extra field of Zotero's template. For example:Issued: 2021-03-22
2. To get Zotero to add the Series Title to the citation, add
Container title:
to the Extra field. Container title: Liberation Pedagogy Podcast
If the podcast has a publisher you can add a
Publisher:
entry with the publisher's name to the extra field, as well3. To get the authors to display with their roles, you need to put all host, guest, contributor fields in the author field, immediately after the author's first name.
Author: Desai, Chandni (Host)
Author: Naber, Nadine (Guest)
This should output as a properly formatted APA 7th podcast citation. If you add the author's full names, Zotero will format properly using the first initials.
Desai, C (Host) & Naber, N (Guest). (2021, March 3). Liberate your research (No. 14) [Audio podcast episode]. in Liberation Pedagogy Podcast. https://anchor.fm/liberationpedagogypodcast/episodes/Episode-14---Liberate-Your-Research-erddcr
Drawbacks
1. No date lookups your podcast will not be searchable or sort-able by date, since there is no date field (see previously mentioned discussions to understand the history behind this, it probably isn't fruitful to discuss here)One last note... the required
[Audio Podcast Episode]
goes in Zotero's File Type field, without the Square brackets -- Zotero will add the square brackets when formatting the reference.
Issued: 2020-10-31
See here for how to enter the podcasts from the APA manual in Zotero:
https://www.zotero.org/groups/2205533/test_items_library/collections/MR2N872S/items/HYEYQKKT/item-details
https://www.zotero.org/groups/2205533/test_items_library/collections/MR2N872S/items/HWIMSJBJ/item-details
Date: 2019-10-26 23:44:27
Issue: 443
Podcasters: _:n6
Issued: 2011-08-12
Publisher: WBEZ Chicago
Container title: This American Life
If I delete the line that says
Podcasters: _:n6
, the output becomes: Is thatPodcasters: _n:6
supposed to be there? If it makes a difference, I'm on a macbook pro running Zotero 5.0.97-beta.1+586a6f1ddI'm trying to cite a podcast with 1 host and 1 guest, in my Zotero + Better Bibtex + Biblatex setup, but it's not working out because Biblatex abbreviates the (Role) to ( only.
I've tried {\relax (Host)} in the author field, in attempts to prevent this abbreviation (as per ), but that did not work.
I went to search for another workaround/solution and found the suggestion to add a line with author+an:role {1=host, 2=guest} (as recommended here: https://tex.stackexchange.com/a/579758) in the .bib file. This also does not display the roles correctly in the bibliography; while it correctly adds (Host) behind the first 'author', the second author gets no role (also when I changed 'guest' into 'host' for testing purposes).
Any other ideas?