From 8d26c14aaf36ad162faf8826defdff639bcbdc20 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Tue, 8 Jun 2021 12:13:54 -0400 Subject: [PATCH] Persist program regions This commit adds collecting the Continent, Country, Region and Settlement columns from the Programs Metadata table when `npm run fetch-episodes` is run. refs #20 --- src/commands/fetch-episodes.js | 38 +- static/data/episodes.json | 190869 +++++++++++++++++++++++++++--- static/data/genres.json | 20 +- static/data/people.json | 42 +- static/data/places.json | 59 +- static/data/series.json | 36 + static/data/subjects.json | 4033 +- static/data/themes.json | 8829 +- 8 files changed, 182420 insertions(+), 21506 deletions(-) diff --git a/src/commands/fetch-episodes.js b/src/commands/fetch-episodes.js index fc0f829b762..c1fae36babe 100644 --- a/src/commands/fetch-episodes.js +++ b/src/commands/fetch-episodes.js @@ -48,7 +48,7 @@ const episodeMap = { "instantiationLocation": "location", "coverageType_Temporal": "temporal", "pbcoreinstantiationLanguage": "language", - "AssetDate dateType_broadcast version_year": "year" + "AssetDate dateType_broadcast version_year": "year" }, things: { @@ -98,6 +98,42 @@ const episodeMap = { name: g.name } }) + }, + "Continent": { + property: "continent", + expander: makeIdExpander("places.json", g => { + return { + id: g.id, + name: g.name + } + }) + }, + "Country": { + property: "country", + expander: makeIdExpander("places.json", g => { + return { + id: g.id, + name: g.name + } + }) + }, + "Region": { + property: "region", + expander: makeIdExpander("places.json", g => { + return { + id: g.id, + name: g.name + } + }) + }, + "Settlement": { + property: "settlement", + expander: makeIdExpander("places.json", g => { + return { + id: g.id, + name: g.name + } + }) } }, diff --git a/static/data/episodes.json b/static/data/episodes.json index c5336ca2704..3a9d2fbfabe 100644 --- a/static/data/episodes.json +++ b/static/data/episodes.json @@ -17,6 +17,10 @@ "title": "Speaking of Mexico" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -32,6 +36,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -48,6 +56,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0036DU3thOo0jB", @@ -75,6 +107,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -83,13 +119,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -125,11 +173,39 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec00T6HnXfIaitou", "id": "e2" @@ -154,16 +230,12 @@ "name": "Broadcasting" }, { - "id": "history-twentieth-century", - "name": "History--Twentieth century" - }, - { - "id": "radio-programs", - "name": "Radio programs" + "id": "radio-broadcasting", + "name": "Radio broadcasting" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "genre": [ @@ -176,6 +248,30 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], @@ -212,6 +308,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -263,6 +363,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec0290xcHEnkgPGs", "id": "e4" @@ -293,6 +417,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -334,6 +462,30 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec04RiZRorrxd9Cm", "id": "e5" @@ -355,6 +507,34 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1970-1979", @@ -374,6 +554,30 @@ "id": "national-educational-radio-audio-visits", "title": "National Educational Radio Audio Visits" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], @@ -411,6 +615,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -464,6 +672,30 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rec05m9LsDnq3fwNI", "id": "e8" @@ -486,6 +718,14 @@ "title": "The next fifty years" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, { "id": "cities-and-towns", "name": "Cities and towns" @@ -496,7 +736,7 @@ }, { "id": "civil-rights", - "name": "Civil Rights" + "name": "Civil rights" }, { "id": "future-the", @@ -509,6 +749,18 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -566,6 +818,30 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec0779Lecl10tMD5", "id": "e9" @@ -589,12 +865,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -603,6 +875,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -629,6 +905,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec07I2YGLJR1R9jn", @@ -667,6 +967,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -693,6 +997,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec07L8rhZWUKOA84", @@ -717,6 +1045,34 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", @@ -754,6 +1110,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -792,6 +1152,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0A3VZRgS80FJVg", @@ -815,6 +1199,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -835,6 +1223,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -847,13 +1239,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -918,6 +1322,30 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "rec0C5B43fSl49EG2", "id": "e14" @@ -941,13 +1369,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -963,10 +1395,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -1025,6 +1453,30 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rec0C5ctKNttQ5meh", "id": "e15" @@ -1066,6 +1518,34 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", @@ -1085,6 +1565,30 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], @@ -1111,32 +1615,36 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "douglass-frederick-1818-1895", "name": "Douglass, Frederick, 1818-1895" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -1169,6 +1677,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0GRBKOjBDtfDBN", @@ -1203,6 +1735,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -1243,6 +1779,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec0GjGsVYjviZRgG", "id": "e20" @@ -1266,20 +1826,24 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-missouri-kansas-city-history-and-criticism", - "name": "Jazz--Missouri--Kansas City--History and criticism" + "id": "missouri-kansas-city-history-and-criticism", + "name": "Missouri--Kansas City--History and criticism" }, { "id": "music", @@ -1288,6 +1852,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -1320,6 +1888,30 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0HGsr1XFehTUym", @@ -1343,6 +1935,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "ashanti-african-people-ghana-social-life-and-customs", "name": "Ashanti (African people)--Ghana--Social life and customs" @@ -1406,6 +2002,30 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rec0I2xulnGvtPa1f", "id": "e22" @@ -1428,10 +2048,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -1452,17 +2068,29 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "teenagers", "name": "Teenagers" }, { - "id": "urban-youth", - "name": "Urban youth" + "id": "urban-sociology", + "name": "Urban sociology" }, { "id": "wisconsin", "name": "Wisconsin" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -1498,6 +2126,30 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec0IWPR60QOnW4Jz", "id": "e23" @@ -1523,10 +2175,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -1546,6 +2206,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0JlIk6MVNIHDNk", @@ -1577,6 +2261,10 @@ "id": "english-language-united-states-foreign-words-and-phrases-indian", "name": "English language--United States--Foreign words and phrases--Indian" }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, { "id": "language-and-culture-united-states", "name": "Language and culture--United States" @@ -1590,8 +2278,16 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -1626,6 +2322,30 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec0JlcjyZjS5GLCu", "id": "e25" @@ -1647,6 +2367,10 @@ "title": "NHK Symphony Hall" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "music", "name": "Music" @@ -1706,6 +2430,30 @@ "name": "Music" } ], + "continent": [ + { + "id": "asia", + "name": "Asia" + } + ], + "country": [ + { + "id": "japan", + "name": "Japan" + } + ], + "region": [ + { + "id": "kanto-region", + "name": "Kanto Region" + } + ], + "settlement": [ + { + "id": "tokyo", + "name": "Tokyo" + } + ], "decade": "1950-1959", "airtableId": "rec0K2xVvtIcYBOd8", "id": "e26" @@ -1730,25 +2478,33 @@ "name": "American literature" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "american-revolution-1775-1783", + "name": "American Revolution, 1775-1783" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "united-states-history-revolution-1775-1783", - "name": "United States--History--Revolution, 1775-1783" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { "id": "war", "name": "War" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-stories-american", "name": "War stories, American" @@ -1756,6 +2512,10 @@ { "id": "world-politics", "name": "World Politics" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -1828,6 +2588,30 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec0KNo8q8s2H2Hby", "id": "e27" @@ -1858,16 +2642,32 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-television-united-states", "name": "Public television--United States" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "television-equipment-and-supplies", "name": "Television--Equipment and supplies" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -1884,6 +2684,30 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0KxBU3joPXdD9P", @@ -1907,21 +2731,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -1958,6 +2786,30 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec0LH5mV7nrA1NUF", "id": "e29" @@ -1983,6 +2835,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -2029,6 +2885,30 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "rec0M7tUfOxdvIm9v", "id": "e30" @@ -2057,6 +2937,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -2079,6 +2963,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0NdQ2YoL90y7qc", @@ -2118,13 +3026,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -2153,6 +3073,30 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rec0NjAGduFCMxDu8", "id": "e32" @@ -2172,9 +3116,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -2204,6 +3164,30 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec0Nzyve97GHTRsd", "id": "e33" @@ -2224,6 +3208,34 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, @@ -2250,25 +3262,41 @@ "title": "Hazards to education" }, "subject": [ + { + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" + }, { "id": "conformity", "name": "Conformity" }, { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "education", + "name": "Education" }, { - "id": "education-united-states", - "name": "Education--United States" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" }, { "id": "united-states-politics-and-government", @@ -2301,6 +3329,30 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec0OuIXbDb9brQnY", "id": "e35" @@ -2326,6 +3378,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -2349,6 +3405,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0PBnIGRyHHg5Ae", @@ -2391,6 +3471,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -2414,7 +3498,31 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", @@ -2439,13 +3547,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0QSdFHBocwnZeA", - "id": "e38" + "id": "e39" }, { "aapbId": "cpb-aacip-500-n8730g07", @@ -2473,6 +3609,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -2514,9 +3654,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec0Sae4v6TSjzYp4", - "id": "e39" + "id": "e40" }, { "aapbId": "cpb-aacip-500-r49g8r8r", @@ -2535,13 +3699,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec0TvInHyWeFXJxI", - "id": "e40" + "id": "e41" }, { "aapbId": "cpb-aacip-500-tx355q6b", @@ -2561,10 +3753,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -2652,9 +3852,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec0U0eR6ryuzcoTC", - "id": "e42" + "id": "e43" }, { "aapbId": "cpb-aacip-500-833n132p", @@ -2685,6 +3909,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -2731,9 +3959,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "rec0W7euhAPZpEtrS", - "id": "e43" + "id": "e44" }, { "aapbId": "cpb-aacip-500-hh6c6k3z", @@ -2752,13 +4004,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0XKrdiANoCABoQ", - "id": "e44" + "id": "e45" }, { "aapbId": "cpb-aacip-500-445hfn9b", @@ -2791,11 +4071,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec0XQnkmhglDAbs8", "subject": [], - "id": "e45" + "id": "e46" }, { "aapbId": "cpb-aacip-500-pk07246f", @@ -2815,17 +4119,25 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "biography-united-states", + "name": "Biography--United States" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -2860,9 +4172,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec0XeEfkUTOVf3UJ", - "id": "e46" + "id": "e47" }, { "aapbId": "cpb-aacip-500-ft8dkn35", @@ -2886,14 +4222,26 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "jesus-christ-biography-early-life", "name": "Jesus Christ--Biography--Early life" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -2962,9 +4310,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "rec0Xjjb2SQrhZRk6", - "id": "e47" + "id": "e48" }, { "aapbId": "cpb-aacip-500-g15tc74p", @@ -2988,6 +4360,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "social-sciences", "name": "Social sciences" @@ -3029,9 +4405,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec0YbqVuMDxg4Jns", - "id": "e48" + "id": "e49" }, { "aapbId": "cpb-aacip-500-bk16r69n", @@ -3051,6 +4451,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -3063,6 +4467,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -3130,9 +4538,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "rec0Zh2kHqa2n4f21", - "id": "e49" + "id": "e50" }, { "aapbId": "cpb-aacip-500-wp9t5w7f", @@ -3153,13 +4585,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0a23OhQkYW1mkQ", - "id": "e50" + "id": "e51" }, { "aapbId": "cpb-aacip-500-7m042m42", @@ -3180,21 +4640,25 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "racism-united-states", "name": "Racism--United States" @@ -3203,6 +4667,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -3257,9 +4725,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec0abSYlDU1DYY62", - "id": "e51" + "id": "e52" }, { "aapbId": "cpb-aacip-500-p843w96v", @@ -3278,13 +4770,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0bq9hlHZCACIlE", - "id": "e52" + "id": "e53" }, { "aapbId": "cpb-aacip-500-dn3zx81f", @@ -3309,8 +4829,16 @@ "name": "NAEB Region VI" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -3333,10 +4861,34 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0dmh5ldpF41cHk", - "id": "e53" + "id": "e54" }, { "aapbId": "cpb-aacip-500-8s4jr225", @@ -3357,20 +4909,32 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama" + "id": "patriotism-united-states", + "name": "Patriotism--United States" }, { "id": "radio-plays-american", @@ -3383,6 +4947,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -3458,9 +5026,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "rec0e9SjBf6fg6zAL", - "id": "e54" + "id": "e55" }, { "aapbId": "cpb-aacip-500-vh5chg34", @@ -3484,6 +5076,10 @@ "id": "cylinder-recordings", "name": "Cylinder recordings" }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, { "id": "music", "name": "Music" @@ -3492,6 +5088,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, { "id": "old-time-music", "name": "Old-time music" @@ -3499,6 +5103,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -3525,19 +5133,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0g35PsoJVw3sGi", - "id": "e55" + "id": "e56" }, { "aapbId": "cpb-aacip-500-4b2x757p", @@ -3564,6 +5196,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -3580,10 +5220,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0gPfRbv90C4giG", - "id": "e56" + "id": "e57" }, { "aapbId": "cpb-aacip-500-2805259v", @@ -3610,14 +5274,17 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -3625,8 +5292,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -3667,12 +5334,6 @@ "type": "Person", "role": "Musician" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Musician" - }, { "id": "kuralt-charles-1934-1997", "name": "Kuralt, Charles, 1934-1997", @@ -3690,9 +5351,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "rec0hBmg0DIpWqgPR", - "id": "e57" + "id": "e58" }, { "aapbId": "cpb-aacip-500-p843w99k", @@ -3711,13 +5396,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0hX9DIlsva98cW", - "id": "e58" + "id": "e59" }, { "aapbId": "cpb-aacip-500-v11vk251", @@ -3750,12 +5463,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -3790,9 +5503,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "airtableId": "rec0iVouFqbp62mx8", - "id": "e59" + "id": "e60" }, { "aapbId": "cpb-aacip-500-3x83p386", @@ -3811,13 +5548,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0ivfJ7kmuq0nB1", - "id": "e60" + "id": "e61" }, { "aapbId": "cpb-aacip-500-8w384b85", @@ -3838,12 +5603,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -3852,6 +5613,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -3878,10 +5643,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0kO2dEQG64Nng6", - "id": "e61" + "id": "e62" }, { "aapbId": "cpb-aacip-500-q814s63v", @@ -3913,6 +5702,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -3962,9 +5759,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec0kpXAfHQiZwxMw", - "id": "e62" + "id": "e63" }, { "aapbId": "cpb-aacip-500-kd1qm076", @@ -3978,12 +5799,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec0ldh2dNVtt9g53", - "subject": [], - "id": "e63" + "id": "e64" }, { "aapbId": "cpb-aacip-500-qv3c3w6m", @@ -4014,6 +5844,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" @@ -4053,9 +5887,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "rec0mSs2kGJ73dyiX", - "id": "e64" + "id": "e65" }, { "aapbId": "cpb-aacip-500-td9n797z", @@ -4070,12 +5928,36 @@ "id": "four-documentaries", "title": "Four documentaries" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0mTqWnPORoGNQu", "subject": [], - "id": "e65" + "id": "e66" }, { "aapbId": "cpb-aacip-500-jq0sw113", @@ -4105,11 +5987,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0mYAn1WG6eFRgu", "subject": [], - "id": "e66" + "id": "e67" }, { "aapbId": "cpb-aacip-500-z60c151b", @@ -4130,13 +6036,21 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "self-determination-national", "name": "Self-determination, National" @@ -4149,10 +6063,6 @@ "id": "soviet-union", "name": "Soviet Union" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -4220,9 +6130,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "rec0mh1iF4kUgIjLW", - "id": "e67" + "id": "e68" }, { "aapbId": "cpb-aacip-500-v11vk14k", @@ -4257,6 +6191,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -4315,9 +6253,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "rec0pA53fRuEYpniT", - "id": "e68" + "id": "e69" }, { "aapbId": "cpb-aacip-500-tq5rd44p", @@ -4338,20 +6300,32 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama" + "id": "patriotism-united-states", + "name": "Patriotism--United States" }, { "id": "radio-plays-american", @@ -4364,6 +6338,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -4445,9 +6423,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "rec0qA8gpNWnhCGNR", - "id": "e69" + "id": "e70" }, { "aapbId": "cpb-aacip-500-154ds318", @@ -4482,6 +6484,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -4514,10 +6520,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec0qxOBrbOfJfZL5", - "id": "e70" + "id": "e71" }, { "aapbId": "cpb-aacip-500-mp4vnp5g", @@ -4541,17 +6571,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -4592,9 +6630,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rec0souOhKYig1WUJ", - "id": "e71" + "id": "e72" }, { "aapbId": "cpb-aacip-500-rb6w292b", @@ -4618,6 +6680,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -4626,13 +6692,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -4668,14 +6746,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec0uKDckigyFFALd", - "id": "e72" + "id": "e73" }, { "aapbId": "cpb-aacip-500-xw47vb6x", @@ -4694,13 +6800,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec0vV0Flq53vbXcb", - "id": "e73" + "id": "e74" }, { "aapbId": "cpb-aacip-500-3r0pwg3g", @@ -4724,25 +6858,41 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "military", + "name": "Military" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "nuclear-energy-history-20th-century", - "name": "Nuclear energy--History--20th century," + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "nuclear-energy-military-aspects-united-states-history-20th-century", - "name": "Nuclear energy--Military aspects--United States--History--20th century" + "id": "nuclear-energy", + "name": "Nuclear energy" + }, + { + "id": "nuclear-energy-history-20th-century", + "name": "Nuclear energy--History--20th century," }, { "id": "nuclear-energy-research-united-states", "name": "Nuclear energy--Research--United States" }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -4783,9 +6933,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec0vp0tqhe3zpzjJ", - "id": "e74" + "id": "e75" }, { "aapbId": "cpb-aacip-500-gh9b9p4g", @@ -4806,20 +6980,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -4854,9 +7032,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rec0wfWFaAkWdiEqQ", - "id": "e75" + "id": "e76" }, { "aapbId": "cpb-aacip-500-js9h8805", @@ -4876,6 +7078,14 @@ "title": "Organ music of the centuries" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "france", + "name": "France" + }, { "id": "franck-ce_sar-1822-1890-organ-music", "name": "Franck, Ce_sar, 1822-1890. Organ music" @@ -4888,17 +7098,21 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { - "id": "organists-france", - "name": "Organists--France" + "id": "organists", + "name": "Organists" }, { "id": "widor-charles-marie-1844-1937-organ-music", @@ -4937,9 +7151,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "rec0xATY2FXrSJ9DD", - "id": "e76" + "id": "e77" }, { "aapbId": "cpb-aacip-500-x921hk3q", @@ -4959,10 +7197,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -4972,16 +7218,8 @@ "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, - { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -4990,6 +7228,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -5058,9 +7304,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "rec0xhkRekQPrcke1", - "id": "e77" + "id": "e78" }, { "aapbId": "cpb-aacip-500-v97zqx9f", @@ -5080,6 +7350,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -5092,11 +7370,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "rec0xrs3D2wfIfifV", - "id": "e78" + "id": "e79" }, { "aapbId": "cpb-aacip-500-9s1kmz1g", @@ -5116,21 +7418,37 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "germany", + "name": "Germany" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "russia", + "name": "Russia" } ], "creator": [ @@ -5168,18 +7486,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "rec0ytXpPi8MrKV3f", - "id": "e79" + "id": "e80" }, { "aapbId": "cpb-aacip-500-057cw65h", @@ -5199,6 +7541,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -5206,6 +7552,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -5234,9 +7584,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "rec10CVxjGRfdwCiT", - "id": "e80" + "id": "e81" }, { "aapbId": "cpb-aacip-500-6m335s50", @@ -5268,10 +7642,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -5313,9 +7695,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "rec10niJPwMnzld4O", - "id": "e81" + "id": "e82" }, { "aapbId": "cpb-aacip-500-pn8xff6x", @@ -5329,12 +7735,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec11V70XYtjT2jH4", - "subject": [], - "id": "e82" + "id": "e83" }, { "aapbId": "cpb-aacip-500-fj29dv5f", @@ -5351,13 +7766,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec12XCSPNk7EsnZM", - "id": "e83" + "id": "e84" }, { "aapbId": "cpb-aacip-500-xw47vb9n", @@ -5384,6 +7827,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -5400,10 +7847,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec135ekB1wBR5hsl", - "id": "e84" + "id": "e85" }, { "aapbId": "cpb-aacip-500-xg9f973b", @@ -5426,10 +7897,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -5449,10 +7928,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1467nyNX65xOAg", - "id": "e85" + "id": "e86" }, { "aapbId": "cpb-aacip-500-cr5ndq0f", @@ -5484,6 +7987,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -5491,6 +7998,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -5517,19 +8028,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "rec14dP0NglaknQJD", - "id": "e86" + "id": "e87" }, { "aapbId": "cpb-aacip-500-5m628x7z", @@ -5561,6 +8096,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -5568,6 +8107,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -5594,19 +8137,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "rec14hw1G75mCf839", - "id": "e87" + "id": "e88" }, { "aapbId": "cpb-aacip-500-hd7nt93d", @@ -5634,18 +8201,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -5701,9 +8272,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec1574T7WtP9bEnU", - "id": "e88" + "id": "e89" }, { "aapbId": "cpb-aacip-500-3b5wbc2c", @@ -5723,6 +8318,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -5739,14 +8338,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -5790,9 +8389,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "rec15HbkVtCW0lWpu", - "id": "e89" + "id": "e90" }, { "aapbId": "cpb-aacip-500-69700w6c", @@ -5813,8 +8436,12 @@ }, "subject": [ { - "id": "europe", - "name": "Europe" + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "great-britain", @@ -5824,6 +8451,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "southeast-asia-description-and-travel", "name": "Southeast Asia--Description and travel" @@ -5833,8 +8464,12 @@ "name": "Southeast Asia--Economic conditions" }, { - "id": "southeast-asia-foreign-relations-20th-century", - "name": "Southeast Asia--Foreign relations--20th century" + "id": "southeast-asia-foreign-relations", + "name": "Southeast Asia--Foreign relations" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -5863,9 +8498,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rec16bp0PInM2LPM4", - "id": "e90" + "id": "e91" }, { "aapbId": "cpb-aacip-500-9p2w7n0m", @@ -5885,10 +8544,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -5896,6 +8551,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -5936,9 +8595,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec17CC1AtpBkBxFN", - "id": "e91" + "id": "e92" }, { "aapbId": "cpb-aacip-500-8k74zg74", @@ -5959,16 +8642,32 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" + "id": "industrialization", + "name": "Industrialization" + }, + { + "id": "medicine", + "name": "Medicine" }, { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "medicine-health-care", + "name": "Medicine & Health Care" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -6015,9 +8714,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "rec17mLLuVfJ9pEcQ", - "id": "e92" + "id": "e93" }, { "aapbId": "cpb-aacip-500-4x54jw6n", @@ -6038,12 +8761,8 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "music", @@ -6053,6 +8772,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "rorem-ned-1923", "name": "Rorem, Ned, 1923-" @@ -6060,6 +8783,10 @@ { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -6094,9 +8821,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rec18OKbFEUFwKED6", - "id": "e93" + "id": "e94" }, { "aapbId": "cpb-aacip-500-vx062m0m", @@ -6128,6 +8879,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -6173,9 +8928,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec18cRWvX6ivpkSq", - "id": "e94" + "id": "e95" }, { "aapbId": "cpb-aacip-500-1g0hxw81", @@ -6199,17 +8978,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -6254,9 +9037,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "rec19rUgHP0tHArpL", - "id": "e95" + "id": "e96" }, { "aapbId": "cpb-aacip-500-j678xk6d", @@ -6274,13 +9081,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec1A8N5voGFDfYEQ", - "id": "e96" + "id": "e97" }, { "aapbId": "cpb-aacip-500-q814s49w", @@ -6304,6 +9139,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -6359,9 +9198,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec1AS6LyHnTCv3Fx", - "id": "e97" + "id": "e98" }, { "aapbId": "cpb-aacip-500-125qcs2q", @@ -6393,6 +9256,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -6442,9 +9313,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec1B5afQZp7BVe3b", - "id": "e98" + "id": "e99" }, { "aapbId": "cpb-aacip-500-8g8fk696", @@ -6465,12 +9360,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -6479,6 +9370,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -6505,10 +9400,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1B6jliwa5AJvIe", - "id": "e99" + "id": "e100" }, { "aapbId": "cpb-aacip-500-kh0f0791", @@ -6532,17 +9451,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -6593,9 +9520,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "rec1BLJb6lz2ZOkGA", - "id": "e100" + "id": "e101" }, { "aapbId": "cpb-aacip-500-d50fzs1c", @@ -6631,13 +9582,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "spanish-language", "name": "Spanish language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -6672,9 +9627,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec1FI8ApRATp16Po", - "id": "e101" + "id": "e102" }, { "aapbId": "cpb-aacip-500-jm23gq83", @@ -6695,20 +9674,24 @@ }, "subject": [ { - "id": "film-criticism-united-states", - "name": "Film criticism--United States" + "id": "film", + "name": "Film" }, { - "id": "film-history", - "name": "Film History" + "id": "film-criticism-united-states", + "name": "Film criticism--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -6746,18 +9729,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "rec1FgcBEXMHEejxA", - "id": "e102" + "id": "e103" }, { "aapbId": "cpb-aacip-500-kk94cm2b", @@ -6776,13 +9783,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec1GXkBKXrgJeYFP", - "id": "e103" + "id": "e104" }, { "aapbId": "cpb-aacip-500-sf2mbf28", @@ -6802,6 +9837,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -6854,11 +9893,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec1HBwSArvyq7zwT", - "id": "e104" + "id": "e105" }, { "aapbId": "cpb-aacip-500-xs5jg14t", @@ -6889,6 +9956,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -6946,9 +10021,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec1I0O6arq4zTa3H", - "id": "e105" + "id": "e106" }, { "aapbId": "cpb-aacip-500-m9023k1s", @@ -6962,16 +10061,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec1JMkZ5IlFvYtHe", - "id": "e106" + "id": "e107" }, { "aapbId": "cpb-aacip-500-vm42wq9s", @@ -6995,17 +10134,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -7050,9 +10193,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "rec1JPEb8dCCUOPDD", - "id": "e107" + "id": "e108" }, { "aapbId": "cpb-aacip-500-cz32667v", @@ -7072,17 +10239,13 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "military-courts", @@ -7092,6 +10255,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "retired-military-personnel", "name": "Retired military personnel" @@ -7099,6 +10270,10 @@ { "id": "trials", "name": "Trials" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -7156,9 +10331,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "rec1JRAMuzXD76la3", - "id": "e108" + "id": "e109" }, { "aapbId": "cpb-aacip-500-hm52kt6w", @@ -7182,33 +10381,41 @@ "id": "constitutions", "name": "Constitutions" }, + { + "id": "constitutions-united-states", + "name": "Constitutions--United States" + }, { "id": "due-process-of-law", "name": "Due process of law" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", "name": "Founding Fathers of the United States" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" } ], "creator": [ @@ -7261,9 +10468,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec1JYSt1SDm3JVVg", - "id": "e109" + "id": "e110" }, { "aapbId": "cpb-aacip-500-707wqz0z", @@ -7286,6 +10517,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -7299,10 +10534,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1KMKWf9ersBIlL", - "id": "e110" + "id": "e111" }, { "aapbId": "cpb-aacip-500-z892dh14", @@ -7321,13 +10580,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec1KzoEb1pUETiOQ", - "id": "e111" + "id": "e112" }, { "aapbId": "cpb-aacip-500-xs5jg241", @@ -7342,12 +10629,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec1LVbfDQ4P9SEvd", "subject": [], - "id": "e112" + "id": "e113" }, { "aapbId": "cpb-aacip-500-m9023h99", @@ -7368,16 +10679,32 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" + }, + { + "id": "hebrew-language", + "name": "Hebrew language" + }, + { + "id": "history", + "name": "History" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "jews", + "name": "Jews" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -7403,6 +10730,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -7413,7 +10764,7 @@ } ], "airtableId": "rec1LXE1u97hehGby", - "id": "e113" + "id": "e114" }, { "aapbId": "cpb-aacip-500-416t2b8g", @@ -7430,9 +10781,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -7462,9 +10829,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec1NVkVqhP9Frjnk", - "id": "e114" + "id": "e115" }, { "aapbId": "cpb-aacip-500-gt5fgk6t", @@ -7487,8 +10878,16 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-emigration-and-immigration-history-19th-century", + "name": "United States--Emigration and immigration--History--19th century" }, { "id": "wit-and-humor", @@ -7568,9 +10967,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "rec1NpOD6pfZju5uV", - "id": "e115" + "id": "e116" }, { "aapbId": "cpb-aacip-500-0z710f8d", @@ -7590,6 +11013,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -7601,6 +11028,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -7647,9 +11078,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec1NrmdbROhAp6K3", - "id": "e116" + "id": "e117" }, { "aapbId": "cpb-aacip-500-q23r0k1z", @@ -7676,9 +11131,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -7705,10 +11168,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "rec1O4P3noCSMIavy", - "id": "e117" + "id": "e118" }, { "aapbId": "cpb-aacip-500-nz80qf3f", @@ -7740,6 +11227,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -7747,6 +11238,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -7773,19 +11268,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1P1PloLrMNy9F7", - "id": "e118" + "id": "e119" }, { "aapbId": "cpb-aacip-500-930nwx1f", @@ -7809,6 +11328,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -7818,8 +11341,8 @@ "name": "Nationalists" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "philippines", + "name": "Philippines" }, { "id": "world-politics", @@ -7858,9 +11381,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec1QfZJPoxiooXei", - "id": "e119" + "id": "e120" }, { "aapbId": "cpb-aacip-500-nz80qf4p", @@ -7895,6 +11442,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -7927,10 +11482,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1QpUPQMGFDtOE3", - "id": "e120" + "id": "e121" }, { "aapbId": "cpb-aacip-500-jm23gp94", @@ -7956,6 +11535,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -7978,10 +11561,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1RuDT3t9phnVqi", - "id": "e121" + "id": "e122" }, { "aapbId": "cpb-aacip-500-xp6v2r2r", @@ -8013,6 +11620,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -8070,9 +11681,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec1SicK4neYVRZYt", - "id": "e122" + "id": "e123" }, { "aapbId": "cpb-aacip-500-sb3wz64d", @@ -8090,13 +11725,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec1SsMRIgDya1HsQ", - "id": "e123" + "id": "e124" }, { "aapbId": "cpb-aacip-500-nz80qf7d", @@ -8128,10 +11791,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -8167,9 +11838,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "rec1TB1mNaX7NSB12", - "id": "e124" + "id": "e125" }, { "aapbId": "cpb-aacip-500-7p8tfx22", @@ -8190,20 +11885,24 @@ }, "subject": [ { - "id": "jazz-musicians-louisiana-new-orleans", - "name": "Jazz musicians--Louisiana--New Orleans" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-louisiana-new-orleans", - "name": "Jazz--Louisiana--New Orleans" + "id": "jazz-musicians-louisiana-new-orleans", + "name": "Jazz musicians--Louisiana--New Orleans" + }, + { + "id": "louisiana-new-orleans", + "name": "Louisiana--New Orleans" }, { "id": "music", @@ -8212,6 +11911,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -8244,10 +11947,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1TgfrIsAMJeqwT", - "id": "e125" + "id": "e126" }, { "aapbId": "cpb-aacip-500-7m042m7s", @@ -8314,9 +12041,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec1TmNBaIbyoWtJ4", - "id": "e126" + "id": "e127" }, { "aapbId": "cpb-aacip-500-1j97b64z", @@ -8336,33 +12087,37 @@ "title": "How's the family" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "children-families", "name": "Children & Families" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "radio-plays-american", - "name": "Radio plays, American" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "parenting", + "name": "Parenting" + }, + { + "id": "radio-plays-american", + "name": "Radio plays, American" } ], "creator": [ @@ -8409,9 +12164,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "rec1UbKt8TbkRwaoE", - "id": "e127" + "id": "e128" }, { "aapbId": "cpb-aacip-500-j09w4z77", @@ -8439,6 +12218,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -8487,9 +12270,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec1V8s6SsBSZSgkz", - "id": "e128" + "id": "e129" }, { "aapbId": "cpb-aacip-500-pr7mtp5w", @@ -8513,6 +12320,14 @@ "id": "authors-french-20th-century", "name": "Authors, French--20th century" }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "france-civilization-20th-century", "name": "France--Civilization--20th century" @@ -8522,16 +12337,20 @@ "name": "NAEB Region III" }, { - "id": "race-relations-united-states-history-20th-century", - "name": "Race relations--United States--History--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "race-relations", + "name": "Race relations" }, { "id": "sociologists-sweden", "name": "Sociologists--Sweden" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -8577,9 +12396,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec1WValcOTkn2jvH", - "id": "e129" + "id": "e130" }, { "aapbId": "cpb-aacip-500-xg9f9723", @@ -8598,6 +12441,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -8613,10 +12460,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "rec1WfbWx80LDgV7w", - "id": "e130" + "id": "e131" }, { "aapbId": "cpb-aacip-500-c24qpp4c", @@ -8649,11 +12520,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec1X92UeTuknINv9", "subject": [], - "id": "e131" + "id": "e132" }, { "aapbId": "cpb-aacip-500-p843w795", @@ -8674,20 +12569,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -8697,6 +12592,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "swing-music-history-and-criticism", "name": "Swing (Music)--History and criticism" @@ -8769,9 +12672,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "rec1XU9JHxggjKEUU", - "id": "e132" + "id": "e133" }, { "aapbId": "cpb-aacip-500-r20rwd7k", @@ -8792,21 +12719,25 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "randolph-a-philip-asa-philip-1889-1979", "name": "Randolph, A. Philip (Asa Philip), 1889-1979" @@ -8816,8 +12747,12 @@ "name": "U.S. History (1900-present)" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -8844,10 +12779,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1YGcaFqHCZm59W", - "id": "e133" + "id": "e134" }, { "aapbId": "cpb-aacip-500-qj77z227", @@ -8878,6 +12837,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -8918,9 +12881,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec1YvlyDn4lR1w2t", - "id": "e134" + "id": "e135" }, { "aapbId": "cpb-aacip-500-sf2mbg2g", @@ -8939,8 +12926,12 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "founding-fathers-of-the-united-states", @@ -8954,13 +12945,17 @@ "id": "jefferson-thomas-1743-1826", "name": "Jefferson, Thomas, 1743-1826" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { "id": "united-states-politics-and-government-1783-1809", @@ -9033,9 +13028,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "rec1ZXGrWNpcVGZZi", - "id": "e135" + "id": "e136" }, { "aapbId": "cpb-aacip-500-1c1tjn2c", @@ -9055,7 +13074,7 @@ "contributor": [], "airtableId": "rec1ZfwcNCUlhYJV3", "subject": [], - "id": "e136" + "id": "e137" }, { "aapbId": "cpb-aacip-500-639k7c7v", @@ -9073,13 +13092,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec1a2XKUQhq31Cjj", - "id": "e137" + "id": "e138" }, { "aapbId": "cpb-aacip-500-028pgw8f", @@ -9099,12 +13146,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -9125,10 +13172,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1atepSfO6XoKD9", - "id": "e138" + "id": "e139" }, { "aapbId": "cpb-aacip-500-9w09169x", @@ -9148,14 +13219,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -9164,21 +13235,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -9231,9 +13306,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "rec1aveQ2S1mHCnh5", - "id": "e139" + "id": "e140" }, { "aapbId": "cpb-aacip-500-v698bn0z", @@ -9254,36 +13353,44 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans", + "name": "African Americans" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "racism-united-states", "name": "Racism--United States" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" }, { "id": "sociology", "name": "Sociology" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -9318,9 +13425,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec1ax40z33L9oRq9", - "id": "e140" + "id": "e141" }, { "aapbId": "cpb-aacip-500-9s1kmz46", @@ -9348,18 +13479,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -9415,9 +13550,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec1ay78ZD34qSfhY", - "id": "e141" + "id": "e142" }, { "aapbId": "cpb-aacip-500-t727fp7j", @@ -9445,6 +13604,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "violin-music", "name": "Violin music" @@ -9488,9 +13651,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "rec1bOfFZN9Gf1UMX", - "id": "e142" + "id": "e143" }, { "aapbId": "cpb-aacip-500-q23r0m4w", @@ -9511,13 +13698,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec1bcj5tZ75xMx7X", - "id": "e143" + "id": "e144" }, { "aapbId": "cpb-aacip-500-4m91d37t", @@ -9545,9 +13760,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -9580,10 +13803,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1byYMYLWW1oxCF", - "id": "e144" + "id": "e145" }, { "aapbId": "cpb-aacip-500-dv1cpt44", @@ -9618,6 +13865,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -9650,10 +13901,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1dgBGfiENojJNU", - "id": "e145" + "id": "e146" }, { "aapbId": "cpb-aacip-500-1c1tjn6b", @@ -9680,6 +13955,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -9696,10 +13975,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1drZjHsJngJpV5", - "id": "e146" + "id": "e147" }, { "aapbId": "cpb-aacip-500-w08wfw0x", @@ -9720,16 +14023,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -9755,6 +14066,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -9765,7 +14100,7 @@ } ], "airtableId": "rec1fVP9NPVPP3lKm", - "id": "e147" + "id": "e148" }, { "aapbId": "cpb-aacip-500-q23r0k0q", @@ -9801,6 +14136,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -9844,9 +14183,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec1glmqRqHUD1Dpc", - "id": "e148" + "id": "e149" }, { "aapbId": "cpb-aacip-500-6m335r78", @@ -9878,6 +14241,10 @@ "id": "cooperative-societies-england-manchester", "name": "Cooperative societies--England--Manchester" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -9885,6 +14252,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -9924,9 +14295,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec1hPXA5pvtup3MB", - "id": "e149" + "id": "e150" }, { "aapbId": "cpb-aacip-500-xg9f9495", @@ -9953,6 +14348,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -10005,9 +14404,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec1hX3Ra7SbwxM3A", - "id": "e150" + "id": "e151" }, { "aapbId": "cpb-aacip-500-6h4csh46", @@ -10035,29 +14458,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -10068,6 +14499,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -10084,7 +14539,7 @@ } ], "airtableId": "rec1heTcyjltuJvY7", - "id": "e151" + "id": "e152" }, { "aapbId": "cpb-aacip-500-cj87n41m", @@ -10105,13 +14560,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec1i3WJnublnxNKh", - "id": "e152" + "id": "e153" }, { "aapbId": "cpb-aacip-500-m61bq811", @@ -10131,33 +14614,40 @@ "title": "American adventure" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "fords-theatre-washington-dc-history-19th-century", "name": "Ford's Theatre (Washington, D.C.)--History--19th century" }, { - "id": "lincoln-abraham-1809-1865-assassination-drama", - "name": "Lincoln, Abraham, 1809-1865--Assassination--Drama" + "id": "lincoln-abraham-1809-1865", + "name": "Lincoln, Abraham, 1809-1865" }, { - "id": "lincoln-abraham-1809-1865-drama", - "name": "Lincoln, Abraham, 1809-1865--Drama" + "id": "lincoln-abraham-1809-1865-assassination", + "name": "Lincoln, Abraham, 1809-1865--Assassination" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -10165,8 +14655,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -10188,12 +14678,6 @@ "name": "Kuralt, Charles, 1934-1997", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -10206,9 +14690,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "rec1iknT6tZbZmemB", - "id": "e153" + "id": "e154" }, { "aapbId": "cpb-aacip-500-v40jz918", @@ -10228,6 +14736,10 @@ "title": "Classical drama" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "mythology-greek-adaptations", "name": "Mythology, Greek--Adaptations" @@ -10237,8 +14749,12 @@ "name": "NAEB Region III" }, { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology)--Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philoctetes-greek-mythology", + "name": "Philoctetes (Greek mythology)" }, { "id": "philoctetes-mythological-character", @@ -10248,6 +14764,10 @@ "id": "radio-adaptations", "name": "Radio adaptations" }, + { + "id": "religion", + "name": "Religion" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -10291,9 +14811,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec1jEphtbEl5YMrG", - "id": "e154" + "id": "e155" }, { "aapbId": "cpb-aacip-500-wm13sm49", @@ -10324,6 +14868,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -10362,10 +14910,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1klbJmEPpL9CMQ", - "id": "e155" + "id": "e156" }, { "aapbId": "cpb-aacip-500-kh0f086h", @@ -10386,13 +14958,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec1liWIh2lC4Z6Ww", - "id": "e156" + "id": "e157" }, { "aapbId": "cpb-aacip-500-q814s47d", @@ -10427,6 +15027,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -10450,13 +15054,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "rec1mbn4Vbz5EgKyc", - "id": "e157" + "id": "e158" }, { "aapbId": "cpb-aacip-500-h98zdz1x", @@ -10476,6 +15104,10 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "beiderbecke-bix-1903-1931", "name": "Beiderbecke, Bix, 1903-1931" @@ -10485,12 +15117,12 @@ "name": "Dixieland music" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -10499,6 +15131,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -10531,10 +15167,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1nCjEb95OgYtI9", - "id": "e158" + "id": "e159" }, { "aapbId": "cpb-aacip-500-2v2ccw50", @@ -10558,6 +15218,10 @@ "id": "brass-instruments", "name": "Brass instruments" }, + { + "id": "instruction-and-study", + "name": "Instruction and study" + }, { "id": "instrumentation-and-orchestration-brass-band", "name": "Instrumentation and orchestration (Brass band)" @@ -10566,14 +15230,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestra", "name": "Orchestra" @@ -10597,10 +15261,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1naAs9iqE26MYC", - "id": "e159" + "id": "e160" }, { "aapbId": "cpb-aacip-500-125qcs7x", @@ -10632,6 +15320,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -10639,6 +15331,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -10665,19 +15361,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1nuvEP6cqEzZ1P", - "id": "e160" + "id": "e161" }, { "aapbId": "cpb-aacip-500-2r3p0k7v", @@ -10734,7 +15454,7 @@ ], "decade": "1960-1969", "airtableId": "rec1oWd1Jg1rsTF1q", - "id": "e161" + "id": "e162" }, { "aapbId": "cpb-aacip-500-x34mr13r", @@ -10754,17 +15474,29 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "writers", - "name": "Writers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -10826,18 +15558,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "rec1pR1TUyyyO5oc3", - "id": "e162" + "id": "e163" }, { "aapbId": "cpb-aacip-500-mg7fw473", @@ -10861,6 +15617,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -10894,11 +15654,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "airtableId": "rec1sPR8uvs1BEBwz", - "id": "e163" + "id": "e164" }, { "aapbId": "cpb-aacip-500-ww76zh44", @@ -10926,6 +15714,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -10933,6 +15725,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -10961,9 +15757,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec1uBzug7nYyxu0X", - "id": "e164" + "id": "e165" }, { "aapbId": "cpb-aacip-500-fq9q6f1p", @@ -10981,13 +15801,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec1vioMaxR52rbdw", - "id": "e165" + "id": "e166" }, { "aapbId": "cpb-aacip-500-z60c1542", @@ -11007,6 +15855,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -11019,6 +15871,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -11041,18 +15897,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec1vqxEpRyT47myi", - "id": "e166" + "id": "e167" }, { "aapbId": "cpb-aacip-500-dz03334v", @@ -11088,10 +15972,22 @@ "id": "comic-drama", "name": "Comic drama" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -11135,9 +16031,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec1w5CZJduEPmu9N", - "id": "e167" + "id": "e168" }, { "aapbId": "cpb-aacip-500-m03xxr3k", @@ -11168,6 +16088,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -11213,9 +16137,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec1wvXeGLWzPnLVK", - "id": "e168" + "id": "e169" }, { "aapbId": "cpb-aacip-500-08638g7j", @@ -11238,10 +16186,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -11261,10 +16217,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1x9wP6gin860V5", - "id": "e169" + "id": "e170" }, { "aapbId": "cpb-aacip-500-nc5scp7t", @@ -11288,10 +16268,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -11311,10 +16307,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1xEgqu7ClHSqRy", - "id": "e170" + "id": "e171" }, { "aapbId": "cpb-aacip-500-n00ztj55", @@ -11335,25 +16355,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -11427,9 +16455,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "rec1xGdelxLnsdJgz", - "id": "e171" + "id": "e172" }, { "aapbId": "cpb-aacip-500-222r8n0r", @@ -11460,6 +16512,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -11500,9 +16556,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec1xkhoehIjUAuxh", - "id": "e172" + "id": "e173" }, { "aapbId": "cpb-aacip-500-rj48tw53", @@ -11528,6 +16608,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -11550,10 +16634,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec1xrhKaSz4zlB2m", - "id": "e173" + "id": "e174" }, { "aapbId": "cpb-aacip-500-4f1mmh7h", @@ -11584,6 +16692,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -11612,9 +16724,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec1y7mkOOM1LbrlD", - "id": "e174" + "id": "e175" }, { "aapbId": "cpb-aacip-500-n29p6v5w", @@ -11632,7 +16768,7 @@ "contributor": [], "airtableId": "rec1yLUep2cUCCjOL", "subject": [], - "id": "e175" + "id": "e176" }, { "aapbId": "cpb-aacip-500-hd7nt95w", @@ -11647,12 +16783,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec1yNFiZyGqiq0ZG", - "subject": [], - "id": "e176" + "id": "e177" }, { "aapbId": "cpb-aacip-500-zs2kbv8x", @@ -11673,17 +16826,29 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "british-literature", + "name": "British literature" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" }, { - "id": "criticism", - "name": "Criticism" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sackville-west-v-victoria-1892-1962", "name": "Sackville-West, V. (Victoria), 1892-1962" @@ -11725,9 +16890,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rec1yY7Vin4eYlyo1", - "id": "e177" + "id": "e178" }, { "aapbId": "cpb-aacip-500-wm13sk43", @@ -11747,10 +16936,18 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "china", + "name": "China" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -11759,10 +16956,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -11794,9 +16987,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec1yrzps0lOilMVw", - "id": "e178" + "id": "e179" }, { "aapbId": "cpb-aacip-500-1v5bh369", @@ -11829,11 +17046,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec1zcsY4kFBGERF0", "subject": [], - "id": "e179" + "id": "e180" }, { "aapbId": "cpb-aacip-500-vh5chf45", @@ -11865,6 +17106,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -11908,9 +17157,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rec1zhcZUAo3IRXmF", - "id": "e180" + "id": "e181" }, { "aapbId": "cpb-aacip-500-js9h8933", @@ -11941,6 +17214,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -11987,9 +17264,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "rec200iXkxcIbeGfV", - "id": "e181" + "id": "e182" }, { "aapbId": "cpb-aacip-500-pr7mtr6j", @@ -12007,13 +17308,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec204xun09CL2oZ2", - "id": "e182" + "id": "e183" }, { "aapbId": "cpb-aacip-500-xk84ph01", @@ -12036,10 +17365,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -12068,9 +17393,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "rec215lrK0vYa0VPm", - "id": "e183" + "id": "e184" }, { "aapbId": "cpb-aacip-500-bv79x370", @@ -12088,16 +17437,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec23hEstybXvpwBp", - "id": "e184" + "id": "e185" }, { "aapbId": "cpb-aacip-500-kh0f0769", @@ -12125,18 +17506,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -12192,9 +17577,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec23t50D5x3qeozu", - "id": "e185" + "id": "e186" }, { "aapbId": "cpb-aacip-500-rv0d0q75", @@ -12226,6 +17635,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "suburbs", + "name": "Suburbs" + }, { "id": "teenagers-alcohol-use", "name": "Teenagers--Alcohol use" @@ -12261,10 +17678,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec24MBACbVGcCRnI", - "id": "e186" + "id": "e187" }, { "aapbId": "cpb-aacip-500-pv6b6z85", @@ -12296,6 +17737,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -12353,9 +17798,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rec24gbDlduz7jS3i", - "id": "e187" + "id": "e188" }, { "aapbId": "cpb-aacip-500-vh5chf3x", @@ -12376,16 +17845,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -12411,6 +17888,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -12421,7 +17922,7 @@ } ], "airtableId": "rec24oKJkUlFCXqB1", - "id": "e188" + "id": "e189" }, { "aapbId": "cpb-aacip-500-gt5fgk2v", @@ -12440,13 +17941,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec255A5z1ATkXbnT", - "id": "e189" + "id": "e190" }, { "aapbId": "cpb-aacip-500-ww76zg3p", @@ -12469,6 +17998,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -12492,10 +18025,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec25Ev0hZG2VCCeG", - "id": "e190" + "id": "e191" }, { "aapbId": "cpb-aacip-500-g44hrk5r", @@ -12530,6 +18087,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -12556,10 +18117,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec26dZwOOxMBaYCt", - "id": "e191" + "id": "e192" }, { "aapbId": "cpb-aacip-500-ft8dkp63", @@ -12587,6 +18172,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -12594,6 +18183,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -12622,9 +18215,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec28eKVeOrTalA9s", - "id": "e192" + "id": "e193" }, { "aapbId": "cpb-aacip-500-zk55kb32", @@ -12657,12 +18274,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -12689,10 +18306,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec28hunffxpE757R", - "id": "e193" + "id": "e194" }, { "aapbId": "cpb-aacip-500-pc2t8m80", @@ -12723,6 +18364,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -12761,10 +18406,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec29CQFHUVz4xbOd", - "id": "e194" + "id": "e195" }, { "aapbId": "cpb-aacip-500-pk07248x", @@ -12800,6 +18469,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "parkinsons-disease", "name": "Parkinson's Disease" @@ -12827,9 +18500,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "rec29a1ugEBCWd9QC", - "id": "e195" + "id": "e196" }, { "aapbId": "cpb-aacip-500-jw86nj9r", @@ -12853,6 +18550,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -12861,13 +18562,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -12897,14 +18610,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec2AHtAfHDI3vEwp", - "id": "e196" + "id": "e197" }, { "aapbId": "cpb-aacip-500-jh3d3d5r", @@ -12960,18 +18701,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec2Abj2Q02H9sWgS", - "id": "e197" + "id": "e198" }, { "aapbId": "cpb-aacip-500-4x54k000", @@ -12992,13 +18757,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2AfNM1YiU82WEH", - "id": "e198" + "id": "e199" }, { "aapbId": "cpb-aacip-500-00003n8c", @@ -13017,7 +18810,7 @@ "contributor": [], "airtableId": "rec2BBHphJvQULnGb", "subject": [], - "id": "e199" + "id": "e200" }, { "aapbId": "cpb-aacip-500-sq8qhb8j", @@ -13037,17 +18830,21 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -13082,9 +18879,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec2BBjQs6oCBg9Ir", - "id": "e200" + "id": "e201" }, { "aapbId": "cpb-aacip-500-qr4nqk2w", @@ -13105,21 +18926,29 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-20th-century", "name": "Opera--20th century" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "puccini-giacomo-1858-1924-bohe_me", "name": "Puccini, Giacomo, 1858-1924. Bohe_me" @@ -13155,9 +18984,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "rec2BkmhniDu0TTLd", - "id": "e201" + "id": "e202" }, { "aapbId": "cpb-aacip-500-959c976j", @@ -13189,6 +19042,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -13236,9 +19093,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec2COkQI35TosjQN", - "id": "e202" + "id": "e203" }, { "aapbId": "cpb-aacip-500-959c9692", @@ -13262,10 +19143,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -13303,9 +19192,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec2CcuKgPEQwfOYS", - "id": "e203" + "id": "e204" }, { "aapbId": "cpb-aacip-500-jq0svz9f", @@ -13320,12 +19233,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2Cf7RYhs4DVJCB", - "subject": [], - "id": "e204" + "id": "e205" }, { "aapbId": "cpb-aacip-500-w08wfv65", @@ -13364,6 +19282,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -13392,9 +19314,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "rec2DiRukpoO9eoT3", - "id": "e205" + "id": "e206" }, { "aapbId": "cpb-aacip-500-833n1200", @@ -13422,18 +19368,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -13489,9 +19439,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec2F6QnJSToeeuH1", - "id": "e206" + "id": "e207" }, { "aapbId": "cpb-aacip-500-v97zqv4t", @@ -13511,10 +19485,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -13523,14 +19505,6 @@ "id": "jazz-musicians-united-states-biography", "name": "Jazz musicians--United States--Biography" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, { "id": "music", "name": "Music" @@ -13538,6 +19512,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -13613,9 +19595,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "rec2HA8OtIO5HU8jk", - "id": "e207" + "id": "e208" }, { "aapbId": "cpb-aacip-500-wp9t5x3p", @@ -13636,13 +19642,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2I5bd6duED3NiL", - "id": "e208" + "id": "e209" }, { "aapbId": "cpb-aacip-500-j9609w1z", @@ -13674,6 +19708,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -13721,9 +19759,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec2It89nKM4iEx5B", - "id": "e209" + "id": "e210" }, { "aapbId": "cpb-aacip-500-9p2w7n4k", @@ -13744,13 +19806,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -13766,10 +19832,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -13834,9 +19896,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rec2JBN3r8JWagwkc", - "id": "e210" + "id": "e211" }, { "aapbId": "cpb-aacip-500-1g0hxw1b", @@ -13861,16 +19947,16 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -13911,9 +19997,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "rec2JT0bfwCLSSO3J", - "id": "e211" + "id": "e212" }, { "aapbId": "cpb-aacip-500-db7vrc32", @@ -13933,18 +20043,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -14010,9 +20124,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "rec2K0n0enXaGFsjJ", - "id": "e212" + "id": "e213" }, { "aapbId": "cpb-aacip-500-736m486b", @@ -14028,16 +20166,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec2KtMd1yzcNiGLs", - "id": "e213" + "id": "e214" }, { "aapbId": "cpb-aacip-500-n29p6v4n", @@ -14052,12 +20230,36 @@ "id": "this-drug-age", "title": "This drug age" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2LboXavXfSGpAY", "subject": [], - "id": "e214" + "id": "e215" }, { "aapbId": "cpb-aacip-500-6q1sk180", @@ -14086,13 +20288,17 @@ "name": "Indian ethics" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "yurok-indians-social-life-and-customs", "name": "Yurok Indians--Social life and customs" @@ -14146,9 +20352,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rec2MjpyqTsV3hd0W", - "id": "e215" + "id": "e216" }, { "aapbId": "cpb-aacip-500-18345b33", @@ -14179,6 +20409,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -14242,9 +20476,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec2NWYRflU1huJWh", - "id": "e216" + "id": "e217" }, { "aapbId": "cpb-aacip-500-fb4wn791", @@ -14272,6 +20530,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -14279,6 +20541,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -14307,9 +20573,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec2ObfdfIgbgmSzC", - "id": "e217" + "id": "e218" }, { "aapbId": "cpb-aacip-500-1z41wc47", @@ -14328,13 +20618,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2Oh7YNxxr3AceN", - "id": "e218" + "id": "e219" }, { "aapbId": "cpb-aacip-500-5x25fs4w", @@ -14362,6 +20680,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -14410,9 +20732,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec2QiOreGW67k6ZQ", - "id": "e219" + "id": "e220" }, { "aapbId": "cpb-aacip-500-k9316p90", @@ -14432,7 +20778,7 @@ "contributor": [], "airtableId": "rec2Qwghnl2vHGXBW", "subject": [], - "id": "e220" + "id": "e221" }, { "aapbId": "cpb-aacip-500-4746tz67", @@ -14454,7 +20800,7 @@ "contributor": [], "airtableId": "rec2QzfhkoOuKVS8G", "subject": [], - "id": "e221" + "id": "e222" }, { "aapbId": "cpb-aacip-500-445hfm16", @@ -14482,21 +20828,29 @@ "id": "femininity-humor", "name": "Femininity--Humor" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -14560,9 +20914,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "rec2R2bQEt78OwqUv", - "id": "e222" + "id": "e223" }, { "aapbId": "cpb-aacip-500-bv79x331", @@ -14583,13 +20961,25 @@ }, "subject": [ { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada", + "name": "Canada" + }, + { + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -14598,6 +20988,10 @@ "id": "europe-economic-conditions-1945", "name": "Europe--Economic conditions--1945-" }, + { + "id": "europe-foreign-relations", + "name": "Europe--Foreign relations" + }, { "id": "europe-politics-and-government-20th-century", "name": "Europe--Politics and government--20th century" @@ -14607,13 +21001,17 @@ "name": "Forums (Discussion and debate)" }, { - "id": "great-britain-foreign-relations-europe", - "name": "Great Britain--Foreign relations--Europe" + "id": "great-britain-foreign-relations", + "name": "Great Britain--Foreign relations" }, { "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -14670,11 +21068,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "rec2RblYM9pQ824rm", - "id": "e223" + "id": "e224" }, { "aapbId": "cpb-aacip-500-bg2hbz1b", @@ -14695,8 +21121,8 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "agriculture", + "name": "Agriculture" }, { "id": "ecology-the-environment", @@ -14711,12 +21137,12 @@ "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "southern-states-agriculture", - "name": "Southern States--Agriculture" + "id": "southern-states", + "name": "Southern States" }, { "id": "southern-states-commerce", @@ -14725,10 +21151,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -14787,9 +21209,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec2TK3leVR4g49db", - "id": "e224" + "id": "e225" }, { "aapbId": "cpb-aacip-500-sq8qh91n", @@ -14809,6 +21255,14 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -14818,16 +21272,16 @@ "name": "NAEB Region IV" }, { - "id": "stevenson-robert-louis-1850-1894", - "name": "Stevenson, Robert Louis, 1850-1894" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "writers", - "name": "Writers" + "id": "stevenson-robert-louis-1850-1894", + "name": "Stevenson, Robert Louis, 1850-1894" } ], "creator": [ @@ -14889,18 +21343,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "rec2V5ILFcJkABwgg", - "id": "e225" + "id": "e226" }, { "aapbId": "cpb-aacip-500-q814s604", @@ -14919,6 +21397,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -14934,6 +21416,30 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [ { @@ -14950,7 +21456,7 @@ } ], "airtableId": "rec2VKBsDIq1oLjsg", - "id": "e226" + "id": "e227" }, { "aapbId": "cpb-aacip-500-s17ss99r", @@ -14970,6 +21476,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -14977,6 +21487,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -15023,9 +21537,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec2X62XTNtraKlu9", - "id": "e228" + "id": "e229" }, { "aapbId": "cpb-aacip-500-np1wjj28", @@ -15057,6 +21595,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -15114,9 +21656,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec2Z2g5fkvNYLe2j", - "id": "e229" + "id": "e230" }, { "aapbId": "cpb-aacip-500-0v89m699", @@ -15136,6 +21702,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "economic-development", "name": "Economic development" @@ -15161,20 +21731,28 @@ "name": "NAEB Region I" }, { - "id": "recessions", - "name": "Recessions" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "recessions", + "name": "Recessions" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "world-war-1939-1945-japan", - "name": "World War, 1939-1945--Japan" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -15205,9 +21783,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "rec2Z431LeB97ePIb", - "id": "e230" + "id": "e231" }, { "aapbId": "cpb-aacip-500-hx15rp7s", @@ -15235,29 +21837,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -15268,6 +21878,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -15296,7 +21930,7 @@ } ], "airtableId": "rec2ZxosRGTPB2DJ7", - "id": "e231" + "id": "e232" }, { "aapbId": "cpb-aacip-500-18345b9j", @@ -15313,9 +21947,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -15345,9 +21995,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec2a5kCCWJn0MHHp", - "id": "e232" + "id": "e233" }, { "aapbId": "cpb-aacip-500-h7081q0m", @@ -15378,6 +22052,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -15428,11 +22106,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "rec2aq5pCIwXgPaYI", - "id": "e233" + "id": "e234" }, { "aapbId": "cpb-aacip-500-4j0b0r7v", @@ -15467,6 +22173,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -15519,9 +22229,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec2bALCG03wxU7Lv", - "id": "e234" + "id": "e235" }, { "aapbId": "cpb-aacip-500-3t9d8s4f", @@ -15549,6 +22283,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -15597,9 +22335,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec2bpeYPnXWI65m6", - "id": "e235" + "id": "e236" }, { "aapbId": "cpb-aacip-500-r785p12w", @@ -15662,10 +22424,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec2c83M6ULKgBbGI", - "id": "e236" + "id": "e237" }, { "aapbId": "cpb-aacip-500-3b5wbc7k", @@ -15686,13 +22472,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2cFbvCJlcIdcVE", - "id": "e237" + "id": "e238" }, { "aapbId": "cpb-aacip-500-5h7bwm8f", @@ -15716,6 +22530,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -15789,9 +22607,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec2dRIRBTncH8ueV", - "id": "e238" + "id": "e239" }, { "aapbId": "cpb-aacip-500-kp7trv7n", @@ -15805,12 +22647,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec2e2rb1avPF7REV", - "subject": [], - "id": "e239" + "id": "e240" }, { "aapbId": "cpb-aacip-500-7d2q940j", @@ -15833,10 +22684,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -15856,10 +22715,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec2eaEvaDZlpohtt", - "id": "e240" + "id": "e241" }, { "aapbId": "cpb-aacip-500-3f4kqn5h", @@ -15891,6 +22774,10 @@ "id": "guthrie-woody-1912-1967-songs-and-music", "name": "Guthrie, Woody, 1912-1967--Songs and music" }, + { + "id": "law", + "name": "Law" + }, { "id": "music", "name": "Music" @@ -15899,9 +22786,17 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "sacco-vanzetti-trial-dedham-mass-1921", "name": "Sacco-Vanzetti Trial, Dedham, Mass., 1921" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -15948,9 +22843,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec2fJPVRl4pBgeFx", - "id": "e241" + "id": "e242" }, { "aapbId": "cpb-aacip-500-p26q3p8x", @@ -15971,16 +22890,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -16027,9 +22954,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "rec2fyPiAlIAhsP3d", - "id": "e242" + "id": "e243" }, { "aapbId": "cpb-aacip-500-348gjt13", @@ -16043,12 +22994,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec2gjdjY3xI1s3o8", "subject": [], - "id": "e243" + "id": "e244" }, { "aapbId": "cpb-aacip-500-br8mht0q", @@ -16077,36 +23052,44 @@ "name": "Broadway (New York, N.Y.)" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "law", + "name": "Law" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, + { + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, { "id": "police", "name": "Police" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -16117,6 +23100,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -16139,7 +23146,7 @@ } ], "airtableId": "rec2godo5jsRmXmrT", - "id": "e244" + "id": "e245" }, { "aapbId": "cpb-aacip-500-xs5jg219", @@ -16171,6 +23178,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -16220,9 +23235,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec2gqBMF9KejxpbN", - "id": "e245" + "id": "e246" }, { "aapbId": "cpb-aacip-500-4x54jw7w", @@ -16279,7 +23318,7 @@ ], "decade": "1960-1969", "airtableId": "rec2gzr21JJ5lhrq8", - "id": "e246" + "id": "e247" }, { "aapbId": "cpb-aacip-500-vx062k73", @@ -16300,12 +23339,20 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -16329,14 +23376,42 @@ "id": "science", "name": "Science" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec2hCTSbG3CpJ2p6", - "id": "e247" + "id": "e248" }, { "aapbId": "cpb-aacip-500-nv99b403", @@ -16363,6 +23438,10 @@ { "id": "congresses-and-conventions", "name": "Congresses and conventions" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -16403,9 +23482,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "rec2hPtkulOxJBIMV", - "id": "e248" + "id": "e249" }, { "aapbId": "cpb-aacip-500-804xmt2z", @@ -16429,6 +23532,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -16437,13 +23544,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -16479,14 +23598,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec2hjPYaLAv5BeG1", - "id": "e249" + "id": "e250" }, { "aapbId": "cpb-aacip-500-hq3s046q", @@ -16507,8 +23654,12 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "khrushchev-nikita-sergeevich-1894-1971", @@ -16522,6 +23673,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" @@ -16538,10 +23693,6 @@ "id": "stalin-joseph-1878-1953", "name": "Stalin, Joseph, 1878-1953" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -16579,9 +23730,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec2iU0DoefDPQQCx", - "id": "e250" + "id": "e251" }, { "aapbId": "cpb-aacip-500-zs2kbx73", @@ -16600,13 +23775,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2jht88H4nQ6G1s", - "id": "e251" + "id": "e252" }, { "aapbId": "cpb-aacip-500-1g0hxx9g", @@ -16620,12 +23823,49 @@ "id": "american-writers-in-italy", "title": "American writers in Italy" }, + "subject": [ + { + "id": "authors-american", + "name": "Authors, American" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "italy", + "name": "Italy" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec2k1it8xFtR7x6f", - "subject": [], - "id": "e252" + "id": "e253" }, { "aapbId": "cpb-aacip-500-3t9d8r47", @@ -16645,10 +23885,18 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -16657,10 +23905,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -16698,9 +23942,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec2kLe3IKccRni0o", - "id": "e253" + "id": "e254" }, { "aapbId": "cpb-aacip-500-w6697g1h", @@ -16715,16 +23983,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec2kyUKJokG3rjw8", - "id": "e254" + "id": "e255" }, { "aapbId": "cpb-aacip-500-pc2t8j8k", @@ -16744,17 +24048,13 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "human-skin-color-social-aspects-united-states", @@ -16764,6 +24064,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "race", "name": "Race" @@ -16817,9 +24121,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec2lw9cZp0WSkBh7", - "id": "e255" + "id": "e256" }, { "aapbId": "cpb-aacip-500-pn8xfg9v", @@ -16842,6 +24170,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -16871,9 +24203,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec2lyZJmyNgvWbHj", - "id": "e256" + "id": "e257" }, { "aapbId": "cpb-aacip-500-7h1dpb4h", @@ -16905,6 +24261,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychoanalysis", "name": "Psychoanalysis" @@ -16961,9 +24321,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec2nfxmb8kfpJtRb", - "id": "e257" + "id": "e258" }, { "aapbId": "cpb-aacip-500-fq9q6d5f", @@ -16983,21 +24367,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -17034,9 +24422,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec2o0aEU3KyTlXf4", - "id": "e258" + "id": "e259" }, { "aapbId": "cpb-aacip-500-jq0svz86", @@ -17064,6 +24476,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -17071,6 +24487,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -17100,6 +24520,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "strauss-lewis-l", "name": "Strauss, Lewis L.", @@ -17141,9 +24567,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec2oC5WXSeDuMBoR", - "id": "e259" + "id": "e260" }, { "aapbId": "cpb-aacip-500-tm720w35", @@ -17166,6 +24616,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -17189,10 +24643,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec2obFaKDIXKpngR", - "id": "e260" + "id": "e261" }, { "aapbId": "cpb-aacip-500-0c4snr3w", @@ -17212,6 +24690,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -17264,11 +24746,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec2otECOq36Vmdji", - "id": "e261" + "id": "e262" }, { "aapbId": "cpb-aacip-500-mp4vnn97", @@ -17292,13 +24802,25 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -17359,11 +24881,39 @@ { "id": "educational", "name": "Educational" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "rec2p7ZcATWxP8rtf", - "id": "e262" + "id": "e263" }, { "aapbId": "cpb-aacip-500-hh6c6h7h", @@ -17383,25 +24933,37 @@ "title": "How's the family" }, "subject": [ + { + "id": "children", + "name": "Children" + }, { "id": "children-families", "name": "Children & Families" }, { - "id": "children-drama", - "name": "Children--Drama" + "id": "drama", + "name": "Drama" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "parenting", + "name": "Parenting" }, { "id": "radio-plays-american", @@ -17476,9 +25038,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "rec2pI3zC5v7kuIhF", - "id": "e263" + "id": "e264" }, { "aapbId": "cpb-aacip-500-dv1cps8w", @@ -17506,6 +25092,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -17563,9 +25157,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "rec2qEy2X0KUrhRYJ", - "id": "e264" + "id": "e265" }, { "aapbId": "cpb-aacip-500-xk84ph2h", @@ -17592,17 +25210,17 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -17611,6 +25229,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -17653,9 +25279,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec2qFwKuyRmVaI7J", - "id": "e265" + "id": "e266" }, { "aapbId": "cpb-aacip-500-br8mht3f", @@ -17683,6 +25333,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -17724,9 +25378,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec2qqAEYvyA84Z13", - "id": "e266" + "id": "e267" }, { "aapbId": "cpb-aacip-500-cc0tvj02", @@ -17748,6 +25426,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -17777,9 +25459,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec2ri90LEEpMbhZW", - "id": "e267" + "id": "e268" }, { "aapbId": "cpb-aacip-500-ws8hk50b", @@ -17807,6 +25513,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -17849,9 +25559,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec2vAsthydUPgGPL", - "id": "e268" + "id": "e269" }, { "aapbId": "cpb-aacip-500-ww76zf27", @@ -17871,10 +25605,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "dixieland-music", "name": "Dixieland music" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -17883,14 +25625,6 @@ "id": "jazz-musicians-united-states-biography", "name": "Jazz musicians--United States--Biography" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, { "id": "music", "name": "Music" @@ -17898,6 +25632,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -17961,9 +25703,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "rec2vPg0rZkFNv4fm", - "id": "e269" + "id": "e270" }, { "aapbId": "cpb-aacip-500-bn9x4j31", @@ -17983,7 +25749,7 @@ "contributor": [], "airtableId": "rec2vR4LoJtiQyrFo", "subject": [], - "id": "e270" + "id": "e271" }, { "aapbId": "cpb-aacip-500-057cw687", @@ -18002,13 +25768,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec2vg6DA130Z9etc", - "id": "e271" + "id": "e272" }, { "aapbId": "cpb-aacip-500-833n124z", @@ -18029,16 +25823,12 @@ }, "subject": [ { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" }, { - "id": "education-united-states", - "name": "Education--United States" - }, - { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "industrialization", @@ -18047,6 +25837,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -18075,9 +25873,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec2xplSnaOGii8Kk", - "id": "e272" + "id": "e273" }, { "aapbId": "cpb-aacip-500-0k26fb37", @@ -18106,20 +25928,36 @@ "name": "Dakota Indians--Religion" }, { - "id": "indians-of-north-america", - "name": "Indians of North America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "indians-of-north-america-economic-conditions", - "name": "Indians of North America--Economic conditions" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -18140,10 +25978,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec2xtCdNGIKV39w8", - "id": "e273" + "id": "e274" }, { "aapbId": "cpb-aacip-500-mc8rgv29", @@ -18162,6 +26024,10 @@ "title": "30th Annual Couchiching conference, 1961" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "canada-politics-and-government-20th-century", "name": "Canada--Politics and government--20th century" @@ -18170,6 +26036,10 @@ "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -18178,6 +26048,10 @@ "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "sovereignty", "name": "Sovereignty" @@ -18244,11 +26118,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "rec2zpfBH9URefQ1Q", - "id": "e274" + "id": "e275" }, { "aapbId": "cpb-aacip-500-tb0xv166", @@ -18269,13 +26171,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec30OUGEBqdcSali", - "id": "e275" + "id": "e276" }, { "aapbId": "cpb-aacip-500-9p2w7m9k", @@ -18304,16 +26234,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "songs", "name": "Songs" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -18351,18 +26285,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "rec31KNtkwaOOkKOt", - "id": "e276" + "id": "e277" }, { "aapbId": "cpb-aacip-500-c24qpp73", @@ -18393,8 +26351,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -18403,6 +26365,14 @@ { "id": "radio-broadcasting", "name": "Radio broadcasting" + }, + { + "id": "united-states", + "name": "United States" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -18419,10 +26389,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec32j2ISLqMcbH4a", - "id": "e277" + "id": "e278" }, { "aapbId": "cpb-aacip-500-kh0f0858", @@ -18442,10 +26436,6 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -18454,6 +26444,10 @@ "id": "discrimination-in-housing-united-states", "name": "Discrimination in housing--United States" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "housing", "name": "Housing" @@ -18470,9 +26464,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "public-housing-united-states", "name": "Public housing--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" } ], "creator": [ @@ -18520,9 +26526,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec33SEKPVCtIS9eN", - "id": "e278" + "id": "e279" }, { "aapbId": "cpb-aacip-500-5q4rp67f", @@ -18546,6 +26576,10 @@ "id": "advertising-cigarettes", "name": "Advertising--Cigarettes" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "health", "name": "Health" @@ -18558,10 +26592,22 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -18608,9 +26654,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "rec33pDYybDWlwZAI", - "id": "e279" + "id": "e280" }, { "aapbId": "cpb-aacip-500-df6k4n92", @@ -18631,17 +26701,17 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "portis-charles", "name": "Portis, Charles" @@ -18683,9 +26753,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rec351bRE951K6mnr", - "id": "e280" + "id": "e281" }, { "aapbId": "cpb-aacip-500-x63b4c3q", @@ -18706,13 +26800,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec35ARE5zPf0QiAg", - "id": "e281" + "id": "e282" }, { "aapbId": "cpb-aacip-500-0r9m6x4h", @@ -18732,7 +26854,7 @@ "contributor": [], "airtableId": "rec35KzqFulrt4yph", "subject": [], - "id": "e282" + "id": "e283" }, { "aapbId": "cpb-aacip-500-2j68711j", @@ -18752,6 +26874,18 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, { "id": "motion-picture-industry", "name": "Motion picture industry" @@ -18761,20 +26895,28 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wireless-communication-systems-history", - "name": "Wireless communication systems--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "wireless-communication-systems-history", + "name": "Wireless communication systems--History" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -18826,9 +26968,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "rec35Mf8LHDsOpIvE", - "id": "e283" + "id": "e284" }, { "aapbId": "cpb-aacip-500-nv99b52s", @@ -18845,9 +27011,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -18877,9 +27059,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec36YQglolxAUSmy", - "id": "e284" + "id": "e285" }, { "aapbId": "cpb-aacip-500-dz033509", @@ -18906,6 +27112,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -18922,10 +27132,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec373tDYqckAhlpd", - "id": "e285" + "id": "e286" }, { "aapbId": "cpb-aacip-500-mk658f7v", @@ -18945,7 +27179,7 @@ "contributor": [], "airtableId": "rec37SQP0uxNVcwX5", "subject": [], - "id": "e286" + "id": "e287" }, { "aapbId": "cpb-aacip-500-qr4nqj84", @@ -18969,17 +27203,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -19035,18 +27273,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec37ypKgT0FiJeWZ", - "id": "e287" + "id": "e288" }, { "aapbId": "cpb-aacip-500-222r8n66", @@ -19074,37 +27336,53 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "fords-theatre-washington-dc-history-19th-century", "name": "Ford's Theatre (Washington, D.C.)--History--19th century" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" }, { - "id": "washington-dc-drama", - "name": "Washington (D.C.)--Drama" + "id": "washington-dc", + "name": "Washington (D.C.)" } ], "creator": [ @@ -19115,6 +27393,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -19137,7 +27439,7 @@ } ], "airtableId": "rec3A0DajqOvluOu7", - "id": "e288" + "id": "e289" }, { "aapbId": "cpb-aacip-500-319s5j1p", @@ -19170,11 +27472,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec3AJcHpbiwLxWWa", "subject": [], - "id": "e289" + "id": "e290" }, { "aapbId": "cpb-aacip-500-qf8jjr6d", @@ -19195,24 +27521,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -19307,9 +27637,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec3AoSLdfpJEGj2J", - "id": "e290" + "id": "e291" }, { "aapbId": "cpb-aacip-500-2z12s78q", @@ -19333,6 +27687,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -19378,11 +27736,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "airtableId": "rec3Asy80agKNoT29", - "id": "e291" + "id": "e292" }, { "aapbId": "cpb-aacip-500-js9h873p", @@ -19411,17 +27797,21 @@ "name": "Harmony" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-performance", "name": "Piano--Performance" @@ -19453,9 +27843,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "rec3BWXfkrIq3qr6h", - "id": "e292" + "id": "e293" }, { "aapbId": "cpb-aacip-500-ng4gs15b", @@ -19479,6 +27893,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -19487,13 +27905,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -19523,14 +27953,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec3BcAQQ0PfTsEmB", - "id": "e293" + "id": "e294" }, { "aapbId": "cpb-aacip-500-j9609t1j", @@ -19554,9 +28012,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -19586,6 +28060,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -19615,9 +28095,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec3CvMK7eEcdL4ND", - "id": "e294" + "id": "e295" }, { "aapbId": "cpb-aacip-500-jm23gp2f", @@ -19638,21 +28142,29 @@ }, "subject": [ { - "id": "agriculture-united-states-history-20th-century", - "name": "Agriculture--United States--History--20th century" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "agriculture", + "name": "Agriculture" }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "nuclear-energy", + "name": "Nuclear energy" + }, { "id": "nuclear-energy-history-20th-century", "name": "Nuclear energy--History--20th century," @@ -19662,8 +28174,16 @@ "name": "Nuclear energy--Research--United States" }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -19710,9 +28230,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec3DVMIQGH4IFr5B", - "id": "e295" + "id": "e296" }, { "aapbId": "cpb-aacip-500-qj77xz94", @@ -19732,10 +28276,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -19743,6 +28283,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -19777,9 +28321,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec3Dy7Jyk2ucZlT9", - "id": "e296" + "id": "e297" }, { "aapbId": "cpb-aacip-500-862bdb73", @@ -19810,6 +28378,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -19838,9 +28410,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec3Eg9ZjYbwgLSx0", - "id": "e297" + "id": "e298" }, { "aapbId": "cpb-aacip-500-z02z7k10", @@ -19867,9 +28463,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -19896,10 +28500,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "rec3ExidbngJ4vg2Q", - "id": "e298" + "id": "e299" }, { "aapbId": "cpb-aacip-500-862bdd51", @@ -19945,10 +28573,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "asia", + "name": "Asia" + } + ], + "country": [ + { + "id": "japan", + "name": "Japan" + } + ], + "region": [ + { + "id": "kanto-region", + "name": "Kanto Region" + } + ], + "settlement": [ + { + "id": "tokyo", + "name": "Tokyo" + } + ], "decade": "1950-1959", "creator": [], "airtableId": "rec3Ey0qtGDi30VOM", - "id": "e299" + "id": "e300" }, { "aapbId": "cpb-aacip-500-pz51m857", @@ -19977,28 +28629,28 @@ "name": "Due process of law" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", "name": "Founding Fathers of the United States" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -20051,9 +28703,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec3FE0k7quThDzRx", - "id": "e300" + "id": "e301" }, { "aapbId": "cpb-aacip-500-sx648w22", @@ -20074,24 +28750,28 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "africa", + "name": "Africa" }, { - "id": "african-americans-history-1877-1964", - "name": "African Americans--History--1877-1964" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "communism-united-states", - "name": "Communism--United States" + "id": "african-americans", + "name": "African Americans" }, { - "id": "du-bois-w-e-b-william-edward-burghardt-1868-1963", - "name": "Du Bois, W. E. B. (William Edward Burghardt), 1868-1963" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "communism", + "name": "Communism" + }, + { + "id": "du-bois-w-e-b-william-edward-burghardt-1868-1963", + "name": "Du Bois, W. E. B. (William Edward Burghardt), 1868-1963" }, { "id": "garvey-marcus-1887-1940", @@ -20102,20 +28782,16 @@ "name": "NAEB Region III" }, { - "id": "national-association-for-the-advancement-of-colored-people", - "name": "National Association for the Advancement of Colored People" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "national-association-for-the-advancement-of-colored-people", + "name": "National Association for the Advancement of Colored People" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "world-politics", @@ -20154,9 +28830,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec3FxvQVCVhHIOun", - "id": "e301" + "id": "e302" }, { "aapbId": "cpb-aacip-500-2v2ccz3x", @@ -20177,7 +28877,7 @@ "contributor": [], "airtableId": "rec3GGK9d6oE5XUqU", "subject": [], - "id": "e302" + "id": "e303" }, { "aapbId": "cpb-aacip-500-vq2s923c", @@ -20197,13 +28897,21 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { "id": "china-civilization", - "name": "China--Civilization" + "name": "China civilization" + }, + { + "id": "education", + "name": "Education" }, { "id": "lectures-and-lecturing", @@ -20214,16 +28922,20 @@ "name": "NAEB Region I" }, { - "id": "philosophers-china", - "name": "Philosophers--China" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "philosophers", + "name": "Philosophers" }, { "id": "philosophy", "name": "Philosophy" }, { - "id": "philosophy-china-history", - "name": "Philosophy--China--History" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" } ], "creator": [ @@ -20250,11 +28962,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "rec3HTLBG2Pltj18Y", - "id": "e303" + "id": "e304" }, { "aapbId": "cpb-aacip-500-t43j2f63", @@ -20275,13 +29015,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3IR8brCu6U2Yyq", - "id": "e304" + "id": "e305" }, { "aapbId": "cpb-aacip-500-nv99b51j", @@ -20301,6 +29069,10 @@ "title": "Seminars in theatre" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "arts-literature", "name": "Arts, Literature" @@ -20309,33 +29081,41 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "new-york-state-new-york-anecdotes", + "name": "New York (State)--New York--Anecdotes" }, { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -20376,9 +29156,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec3Iyhy2SiuAbuEr", - "id": "e305" + "id": "e306" }, { "aapbId": "cpb-aacip-500-bn9x4j1j", @@ -20392,12 +29196,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec3K4Wn1g1eCTAyv", - "subject": [], - "id": "e306" + "id": "e307" }, { "aapbId": "cpb-aacip-500-ng4gs07m", @@ -20415,13 +29228,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec3K4lYi34JdJaSQ", - "id": "e307" + "id": "e308" }, { "aapbId": "cpb-aacip-500-x63b491t", @@ -20442,24 +29283,32 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" + "id": "american-literature", + "name": "American literature" }, { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { - "id": "literature", - "name": "Literature" + "id": "lincoln-abraham-1809-1865", + "name": "Lincoln, Abraham, 1809-1865" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -20532,9 +29381,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "rec3KHIcHbtCMIgn9", - "id": "e308" + "id": "e309" }, { "aapbId": "cpb-aacip-500-rx93d17x", @@ -20549,12 +29422,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec3Luo2a3WV5uxZI", "subject": [], - "id": "e309" + "id": "e310" }, { "aapbId": "cpb-aacip-500-qr4nqk4c", @@ -20575,13 +29472,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3MQNb7BjhrPF2t", - "id": "e310" + "id": "e311" }, { "aapbId": "cpb-aacip-500-rr1pmg04", @@ -20602,13 +29527,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3MZ9VEJaJlX6gt", - "id": "e311" + "id": "e312" }, { "aapbId": "cpb-aacip-500-rf5kfk2r", @@ -20628,6 +29581,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -20680,11 +29637,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec3MwITrik1bAj8G", - "id": "e312" + "id": "e313" }, { "aapbId": "cpb-aacip-500-zg6g626c", @@ -20710,6 +29695,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -20744,9 +29733,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "rec3O6hIpOeiCaxg3", - "id": "e313" + "id": "e314" }, { "aapbId": "cpb-aacip-500-w6697g9f", @@ -20766,10 +29779,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -20807,9 +29828,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "rec3ORgyNO6I9Ozz6", - "id": "e314" + "id": "e315" }, { "aapbId": "cpb-aacip-500-x63b4b0s", @@ -20837,6 +29882,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -20900,11 +29949,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "rec3OgJXA4BfkBTtf", - "id": "e315" + "id": "e316" }, { "aapbId": "cpb-aacip-500-dv1cpt7v", @@ -20960,18 +30037,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec3OktTHwFJyu3Jj", - "id": "e316" + "id": "e317" }, { "aapbId": "cpb-aacip-500-7s7hv70c", @@ -20998,6 +30099,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -21014,10 +30119,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3QFC1Q8JcAhOrU", - "id": "e317" + "id": "e318" }, { "aapbId": "cpb-aacip-500-bg2hbx6b", @@ -21038,21 +30167,37 @@ }, "subject": [ { - "id": "cuauhtemoc-emperor-of-mexico-1495-1525-drama", - "name": "Cuauhtemoc, Emperor of Mexico, 1495?-1525--Drama" + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "cuauhtemoc-emperor-of-mexico-1495-1525", + "name": "Cuauhtemoc, Emperor of Mexico, 1495?-1525" + }, + { + "id": "drama", + "name": "Drama" }, { "id": "heroes", "name": "Heroes" }, { - "id": "latin-america", - "name": "Latin America" + "id": "middle-east", + "name": "Middle East" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "qian-gu-1508-approximately-1578", "name": "Qian, Gu, 1508-approximately 1578" @@ -21060,6 +30205,10 @@ { "id": "saladin-sultan-of-egypt-and-syria-1137-1193", "name": "Saladin, Sultan of Egypt and Syria, 1137-1193" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -21086,10 +30235,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "rec3R1A3LaKiEsE4d", - "id": "e318" + "id": "e319" }, { "aapbId": "cpb-aacip-500-5x25ft43", @@ -21124,6 +30297,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -21182,9 +30359,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "rec3RDf3Nyjd57Wsj", - "id": "e319" + "id": "e320" }, { "aapbId": "cpb-aacip-500-6t0gzc7k", @@ -21203,10 +30404,6 @@ "title": "Latin American perspectives II" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "latin-america", "name": "Latin America" @@ -21215,9 +30412,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "slavery", "name": "Slavery" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -21252,9 +30457,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "rec3RPLfIKes2rvVo", - "id": "e320" + "id": "e321" }, { "aapbId": "cpb-aacip-500-862bdc62", @@ -21274,6 +30503,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -21281,6 +30514,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -21309,9 +30546,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "rec3S6jYG0PfF1iVZ", - "id": "e321" + "id": "e322" }, { "aapbId": "cpb-aacip-500-v97zqw41", @@ -21335,6 +30596,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -21378,11 +30643,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "rec3U2qLe0WhXPtAr", - "id": "e322" + "id": "e323" }, { "aapbId": "cpb-aacip-500-xp6v2s8d", @@ -21410,6 +30703,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -21417,6 +30714,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -21445,9 +30746,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec3ULoq7yJCwcutl", - "id": "e323" + "id": "e324" }, { "aapbId": "cpb-aacip-500-th8bmj75", @@ -21468,12 +30793,20 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "education", + "name": "Education" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "music", @@ -21483,6 +30816,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "revivals-southern-states", "name": "Revivals--Southern States" @@ -21525,11 +30862,39 @@ { "id": "music-talk", "name": "Music Talk" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" } ], "decade": "1950-1959", "airtableId": "rec3UUag72PX6EQ31", - "id": "e324" + "id": "e325" }, { "aapbId": "cpb-aacip-500-6h4csj74", @@ -21544,12 +30909,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3UndtkFUNjDIFI", "subject": [], - "id": "e325" + "id": "e326" }, { "aapbId": "cpb-aacip-500-xd0qww6z", @@ -21581,6 +30970,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -21588,6 +30981,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -21614,19 +31011,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3XkiEnmlzu5RDL", - "id": "e326" + "id": "e327" }, { "aapbId": "cpb-aacip-500-1z41wb41", @@ -21647,12 +31068,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -21661,6 +31078,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -21687,10 +31108,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3YE9ZspCLAi0Pw", - "id": "e327" + "id": "e328" }, { "aapbId": "cpb-aacip-500-7940wt8n", @@ -21729,6 +31174,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -21781,9 +31230,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec3Z56cfDaFGQYZ7", - "id": "e328" + "id": "e329" }, { "aapbId": "cpb-aacip-500-6m335s11", @@ -21815,6 +31288,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tuberculosis", "name": "Tuberculosis" @@ -21870,9 +31347,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec3ZH4pEIARBGY2N", - "id": "e329" + "id": "e330" }, { "aapbId": "cpb-aacip-500-h7081p4c", @@ -21902,11 +31403,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3ZQDNzTFDiQ8Jt", "subject": [], - "id": "e330" + "id": "e331" }, { "aapbId": "cpb-aacip-500-4x54jx0d", @@ -21935,24 +31460,32 @@ "name": "NAEB Region II" }, { - "id": "nuclear-energy-history-20th-century", - "name": "Nuclear energy--History--20th century," + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "nuclear-energy-industrial-applications-united-states-history", - "name": "Nuclear energy--Industrial applications--United States--History" + "id": "nuclear-energy", + "name": "Nuclear energy" }, { - "id": "nuclear-energy-research-united-states", - "name": "Nuclear energy--Research--United States" + "id": "nuclear-energy-history-20th-century", + "name": "Nuclear energy--History--20th century," }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "nuclear-energy-research-united-states", + "name": "Nuclear energy--Research--United States" }, { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -22005,9 +31538,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec3aB4RrjHbLQtMQ", - "id": "e331" + "id": "e332" }, { "aapbId": "cpb-aacip-500-hh6c6j2h", @@ -22035,6 +31592,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -22078,9 +31639,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec3aT4wnDdXxixD5", - "id": "e332" + "id": "e333" }, { "aapbId": "cpb-aacip-500-dn3zx73q", @@ -22100,6 +31685,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -22112,6 +31701,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -22132,13 +31725,41 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", @@ -22151,7 +31772,7 @@ } ], "airtableId": "rec3bYJJvOva4PnoE", - "id": "e333" + "id": "e334" }, { "aapbId": "cpb-aacip-500-hh6c6j96", @@ -22191,6 +31812,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -22226,10 +31851,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3boaQtotwx3531", - "id": "e334" + "id": "e335" }, { "aapbId": "cpb-aacip-500-2b8vfg05", @@ -22261,6 +31910,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -22304,9 +31961,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rec3c5CPW8l5mvPrB", - "id": "e335" + "id": "e336" }, { "aapbId": "cpb-aacip-500-fn10t323", @@ -22326,6 +32007,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -22378,11 +32063,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec3cY2nsVS5elimb", - "id": "e336" + "id": "e337" }, { "aapbId": "cpb-aacip-500-0v89m49w", @@ -22403,28 +32116,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -22457,10 +32166,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3dARVT9oHjNG9s", - "id": "e337" + "id": "e338" }, { "aapbId": "cpb-aacip-500-vm42wq5t", @@ -22481,8 +32214,12 @@ }, "subject": [ { - "id": "egoism-drama", - "name": "Egoism--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "egoism", + "name": "Egoism" }, { "id": "ibsen-henrik-1828-1906-criticism-and-interpretation", @@ -22496,6 +32233,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -22531,9 +32272,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec3do3wlaEOdNBZh", - "id": "e338" + "id": "e339" }, { "aapbId": "cpb-aacip-500-7w677h7m", @@ -22558,8 +32323,8 @@ "name": "Broadcasting" }, { - "id": "education-united-states", - "name": "Education--United States" + "id": "education", + "name": "Education" }, { "id": "educational-radio-stations", @@ -22578,12 +32343,8 @@ "name": "Educational television stations" }, { - "id": "history-of-education", - "name": "History of Education" - }, - { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -22596,6 +32357,14 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -22626,9 +32395,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec3e626UOFaPS7Kh", - "id": "e339" + "id": "e340" }, { "aapbId": "cpb-aacip-500-ms3k206n", @@ -22647,13 +32440,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3efDnh4tLMmuE8", - "id": "e340" + "id": "e341" }, { "aapbId": "cpb-aacip-500-1c1tjm0p", @@ -22677,9 +32498,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -22714,9 +32543,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec3fQRDelhMDJXBL", - "id": "e341" + "id": "e342" }, { "aapbId": "cpb-aacip-500-2r3p0p0s", @@ -22734,13 +32587,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec3g1x40cKFbgNOx", - "id": "e342" + "id": "e343" }, { "aapbId": "cpb-aacip-500-g44hrk0j", @@ -22764,6 +32645,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -22772,13 +32657,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -22808,14 +32705,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec3gFww8StyQSWRF", - "id": "e343" + "id": "e344" }, { "aapbId": "cpb-aacip-500-k35mf37b", @@ -22843,6 +32768,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "seven-against-thebes-greek-mythology", "name": "Seven against Thebes (Greek mythology)" @@ -22890,9 +32819,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec3hDafx54ZdvgXI", - "id": "e344" + "id": "e345" }, { "aapbId": "cpb-aacip-500-610vv19d", @@ -22912,21 +32865,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -22935,6 +32892,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -22967,10 +32928,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3hZKcFfS640bvm", - "id": "e345" + "id": "e346" }, { "aapbId": "cpb-aacip-500-z60c1492", @@ -22991,8 +32976,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "diplomacy-history-20th-century", @@ -23002,17 +32987,21 @@ "id": "diplomats-soviet-union-history-20th-century", "name": "Diplomats--Soviet Union--History--20th century" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -23075,9 +33064,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "rec3hc9NvHmKsX9Ao", - "id": "e346" + "id": "e347" }, { "aapbId": "cpb-aacip-500-vh5chg4c", @@ -23098,13 +33111,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3hwqLyZjUxo1WZ", - "id": "e347" + "id": "e348" }, { "aapbId": "cpb-aacip-500-hx15rn6b", @@ -23136,6 +33177,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -23179,9 +33228,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rec3hzrOkknVEzRiE", - "id": "e348" + "id": "e349" }, { "aapbId": "cpb-aacip-500-4j0b0s1m", @@ -23200,13 +33273,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3iOPDteTAYXCP3", - "id": "e349" + "id": "e350" }, { "aapbId": "cpb-aacip-500-6688mn0k", @@ -23230,6 +33331,10 @@ "id": "cities-and-towns", "name": "Cities and towns" }, + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -23246,6 +33351,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -23262,13 +33371,21 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -23351,15 +33468,39 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "rec3jTJ6kJx3FumWY", - "id": "e350" + "id": "e351" }, { "aapbId": "cpb-aacip-500-7s7hv72v", "naebId": "70-5-44", "umdId": "4525", - "title": "Program #44", + "title": "Program #44 The Drug Scene: From the Ghetto to the Suburbs", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -23370,9 +33511,81 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "alcohol", + "name": "Alcohol" + }, + { + "id": "alcoholism", + "name": "Alcoholism" + }, + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "crime", + "name": "Crime" + }, + { + "id": "drugs", + "name": "Drugs" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "marijuana", + "name": "Marijuana" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "suburbs", + "name": "Suburbs" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -23383,6 +33596,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -23393,7 +33630,7 @@ } ], "airtableId": "rec3jqVrLd1wqZdSz", - "id": "e351" + "id": "e352" }, { "aapbId": "cpb-aacip-500-tx355r3t", @@ -23424,6 +33661,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -23456,11 +33697,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "rec3kQmDtpkj1HzJ5", - "id": "e352" + "id": "e353" }, { "aapbId": "cpb-aacip-500-pg1hnw2z", @@ -23481,8 +33750,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "education", @@ -23492,10 +33761,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "leisure", "name": "Leisure" @@ -23504,6 +33769,10 @@ "id": "medical-care", "name": "Medical care" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "mental-health", "name": "Mental health" @@ -23519,6 +33788,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -23576,9 +33849,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec3kRyoEdZAikkLd", - "id": "e353" + "id": "e354" }, { "aapbId": "cpb-aacip-500-bv79x309", @@ -23607,16 +33904,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -23654,18 +33955,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "rec3lBy70tPwn9u6P", - "id": "e354" + "id": "e355" }, { "aapbId": "cpb-aacip-500-rx93d018", @@ -23697,6 +34022,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -23754,9 +34083,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec3lxrm4zfdyLksg", - "id": "e355" + "id": "e356" }, { "aapbId": "cpb-aacip-500-s17ss85k", @@ -23777,13 +34130,25 @@ }, "subject": [ { - "id": "authors-19th-century-biography", - "name": "Authors--19th century--Biography" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "poe-edgar-allan-1809-1849", "name": "Poe, Edgar Allan, 1809-1849" @@ -23792,13 +34157,13 @@ "id": "poe-edgar-allan-1809-1849-poetic-works", "name": "Poe, Edgar Allan, 1809-1849--Poetic works" }, - { - "id": "poets-19th-century-biography", - "name": "Poets--19th century--Biography" - }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -23860,18 +34225,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "rec3nNOEYR6q7Wgsj", - "id": "e356" + "id": "e357" }, { "aapbId": "cpb-aacip-500-r20rwf42", @@ -23885,12 +34274,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec3ngPdUNU3AmIns", "subject": [], - "id": "e357" + "id": "e358" }, { "aapbId": "cpb-aacip-500-9c6s2t3w", @@ -23906,16 +34319,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3oDs8cxKqdhucy", - "id": "e358" + "id": "e359" }, { "aapbId": "cpb-aacip-500-sx648v33", @@ -23935,6 +34380,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -23955,6 +34404,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -23967,13 +34420,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -24056,9 +34521,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "rec3oJlR1px3CWNNf", - "id": "e359" + "id": "e360" }, { "aapbId": "cpb-aacip-500-v40jz92h", @@ -24098,6 +34587,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -24141,9 +34634,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec3orB0XkB8AG6wv", - "id": "e360" + "id": "e361" }, { "aapbId": "cpb-aacip-500-6w96bn2w", @@ -24168,20 +34685,32 @@ "name": "Children & Families" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "parenting", + "name": "Parenting" }, { - "id": "public-opinion-drama", - "name": "Public opinion--Drama" + "id": "public-opinion", + "name": "Public opinion" }, { "id": "radio-plays-american", @@ -24238,9 +34767,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "rec3pB34wAzHXHvx0", - "id": "e361" + "id": "e362" }, { "aapbId": "cpb-aacip-500-jq0sw14t", @@ -24255,12 +34808,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3qLNOBSW3SV6Zq", "subject": [], - "id": "e362" + "id": "e363" }, { "aapbId": "cpb-aacip-500-v40jz93r", @@ -24287,6 +34864,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -24303,10 +34888,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3qjJN68twDgVg0", - "id": "e363" + "id": "e364" }, { "aapbId": "cpb-aacip-500-5t3g2h5q", @@ -24338,6 +34947,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -24391,9 +35004,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec3re67GN50kpUAO", - "id": "e364" + "id": "e365" }, { "aapbId": "cpb-aacip-500-j38kj73v", @@ -24417,13 +35054,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -24464,9 +35101,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec3roNXABg8LIuac", - "id": "e365" + "id": "e366" }, { "aapbId": "cpb-aacip-500-0r9m6w32", @@ -24494,6 +35155,10 @@ "id": "aranda-australian-people-rites-and-ceremonies", "name": "Aranda (Australian people)--Rites and ceremonies" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "faith", "name": "Faith" @@ -24501,6 +35166,10 @@ { "id": "religion", "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -24547,9 +35216,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rec3sFGiIWL90Fuhy", - "id": "e366" + "id": "e367" }, { "aapbId": "cpb-aacip-500-0z710h53", @@ -24582,11 +35275,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec3sMS76dcVo87pL", "subject": [], - "id": "e367" + "id": "e368" }, { "aapbId": "cpb-aacip-500-cj87n46t", @@ -24617,6 +35334,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -24662,9 +35383,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec3tKOfBwIFTNFuK", - "id": "e368" + "id": "e369" }, { "aapbId": "cpb-aacip-500-mg7fw49k", @@ -24691,6 +35436,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -24707,10 +35456,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec3tLw5IcIgZBizB", - "id": "e369" + "id": "e370" }, { "aapbId": "cpb-aacip-500-4f1mmg23", @@ -24731,25 +35504,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -24799,9 +35584,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec3vDob9vLEM6XcU", - "id": "e370" + "id": "e371" }, { "aapbId": "cpb-aacip-500-4746tw5k", @@ -24821,6 +35630,14 @@ "title": "Special of the week" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "laos-economic-conditions-20th-century", "name": "Laos--Economic conditions--20th century" @@ -24832,6 +35649,10 @@ { "id": "laos-rural-conditions", "name": "Laos--Rural conditions" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -24866,9 +35687,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec3vRYfxcGyWGJII", - "id": "e371" + "id": "e372" }, { "aapbId": "cpb-aacip-500-m9023k77", @@ -24889,13 +35734,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3wh19U67PYHEC7", - "id": "e372" + "id": "e373" }, { "aapbId": "cpb-aacip-500-1v5bh15n", @@ -24927,6 +35800,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -24974,9 +35851,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec3wzmRSJXmf4tCd", - "id": "e373" + "id": "e374" }, { "aapbId": "cpb-aacip-500-wh2dd89p", @@ -25000,17 +35901,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -25045,9 +35954,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rec3xEwggRnkNgRR4", - "id": "e374" + "id": "e375" }, { "aapbId": "cpb-aacip-500-7m042m81", @@ -25076,24 +36009,32 @@ "name": "NAEB Region II" }, { - "id": "nuclear-energy-history-20th-century", - "name": "Nuclear energy--History--20th century," + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "nuclear-energy-industrial-applications-united-states-history", - "name": "Nuclear energy--Industrial applications--United States--History" + "id": "nuclear-energy", + "name": "Nuclear energy" }, { - "id": "nuclear-energy-research-united-states", - "name": "Nuclear energy--Research--United States" + "id": "nuclear-energy-history-20th-century", + "name": "Nuclear energy--History--20th century," }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "nuclear-energy-research-united-states", + "name": "Nuclear energy--Research--United States" }, { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -25145,9 +36086,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec3xFgBkNuMTkxHn", - "id": "e375" + "id": "e376" }, { "aapbId": "cpb-aacip-500-qn5zb89z", @@ -25168,16 +36133,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -25224,9 +36197,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "rec3xMr1omfzDf2Yu", - "id": "e376" + "id": "e377" }, { "aapbId": "cpb-aacip-500-5t3g2j5x", @@ -25245,13 +36242,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3yKkLdSjQR3IDa", - "id": "e377" + "id": "e378" }, { "aapbId": "cpb-aacip-500-b853kc01", @@ -25272,24 +36297,32 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "washington-george-1732-1799", + "name": "Washington, George, 1732-1799" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -25351,9 +36384,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "rec3ywcDm1pEJskEa", - "id": "e378" + "id": "e379" }, { "aapbId": "cpb-aacip-500-bz619c8s", @@ -25374,13 +36431,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3z4DxEAFFaFMB9", - "id": "e379" + "id": "e380" }, { "aapbId": "cpb-aacip-500-dr2p9j5z", @@ -25401,13 +36486,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec3zwa6icqrOhToJ", - "id": "e380" + "id": "e381" }, { "aapbId": "cpb-aacip-500-319s5g18", @@ -25435,6 +36548,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "violin-music", "name": "Violin music" @@ -25478,9 +36595,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "rec408u49MSF5c4dC", - "id": "e381" + "id": "e382" }, { "aapbId": "cpb-aacip-500-tq5rd65b", @@ -25500,6 +36641,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -25507,6 +36652,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -25553,9 +36702,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec41GHpS0iFdj4qQ", - "id": "e382" + "id": "e383" }, { "aapbId": "cpb-aacip-500-n58cm380", @@ -25579,17 +36752,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -25627,18 +36804,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec42iKGcoqDPXz8f", - "id": "e383" + "id": "e384" }, { "aapbId": "cpb-aacip-500-qr4nqk34", @@ -25659,13 +36860,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec43CjAdA6BLrJXb", - "id": "e384" + "id": "e385" }, { "aapbId": "cpb-aacip-500-2f7jtt17", @@ -25693,29 +36922,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -25726,6 +36963,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -25748,7 +37009,7 @@ } ], "airtableId": "rec43eHZlWfSc2UOo", - "id": "e385" + "id": "e386" }, { "aapbId": "cpb-aacip-500-g15tc70q", @@ -25768,6 +37029,14 @@ "title": "Tales of the valiant" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "drama", + "name": "Drama" + }, { "id": "heroes", "name": "Heroes" @@ -25777,16 +37046,28 @@ "name": "NAEB Region III" }, { - "id": "philippines-history-19th-century", - "name": "Philippines--History--19th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "rizal-jose_-1861-1896-drama", - "name": "Rizal, Jose_, 1861-1896--Drama" + "id": "philippines", + "name": "Philippines" + }, + { + "id": "rizal-jose_-1861-1896", + "name": "Rizal, Jose_, 1861-1896" }, { "id": "rizal-jose_-1861-1896-influence", "name": "Rizal, Jose_, 1861-1896--Influence" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -25845,9 +37126,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec443QWaWB6x24ye", - "id": "e386" + "id": "e387" }, { "aapbId": "cpb-aacip-500-0g3h209v", @@ -25875,10 +37180,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophers", "name": "Philosophers" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "politics", "name": "Politics" @@ -25886,6 +37199,10 @@ { "id": "reality", "name": "Reality" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -25925,9 +37242,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec45noYTUYMlVvX8", - "id": "e387" + "id": "e388" }, { "aapbId": "cpb-aacip-500-2b8vfh0c", @@ -25959,10 +37300,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -26004,9 +37353,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "rec460qXW6KmR4s64", - "id": "e388" + "id": "e389" }, { "aapbId": "cpb-aacip-500-g15tc82d", @@ -26022,16 +37395,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec461LxY1pZv3rZp", - "id": "e389" + "id": "e390" }, { "aapbId": "cpb-aacip-500-1v5bh24m", @@ -26046,12 +37451,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec470gS6ZfTMLa0Y", "subject": [], - "id": "e390" + "id": "e391" }, { "aapbId": "cpb-aacip-500-f47gvn62", @@ -26075,6 +37504,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -26122,9 +37555,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec47JUvT4cGU7M4R", - "id": "e391" + "id": "e392" }, { "aapbId": "cpb-aacip-500-0k26fb20", @@ -26145,44 +37602,55 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "drama", + "name": "Drama" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "slave-ships", "name": "Slave ships" }, { - "id": "slavery-drama", - "name": "Slavery--Drama" + "id": "slavery", + "name": "Slavery" }, { - "id": "slaves-drama", - "name": "Slaves--Drama" + "id": "slavery-united-states", + "name": "Slavery--United States" }, { "id": "slaves-education-united-states", "name": "Slaves--Education--United States" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "slaves-united-states", + "name": "Slaves--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -26196,8 +37664,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -26262,9 +37730,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "rec48KodzAPg0tf3P", - "id": "e392" + "id": "e393" }, { "aapbId": "cpb-aacip-500-348gjr35", @@ -26284,10 +37776,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -26297,8 +37797,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -26354,11 +37854,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "rec496eoYtzlI18ek", - "id": "e393" + "id": "e394" }, { "aapbId": "cpb-aacip-500-222r8m8g", @@ -26372,12 +37900,49 @@ "id": "american-writers-in-italy", "title": "American writers in Italy" }, + "subject": [ + { + "id": "authors-american", + "name": "Authors, American" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "italy", + "name": "Italy" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec49mJSVUa9enZw7", - "subject": [], - "id": "e394" + "id": "e395" }, { "aapbId": "cpb-aacip-500-w6697f3s", @@ -26398,20 +37963,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -26446,9 +38015,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rec4AjJloqr3MEVvv", - "id": "e395" + "id": "e396" }, { "aapbId": "cpb-aacip-500-v97zqw19", @@ -26472,6 +38065,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -26519,9 +38116,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec4B9h6VfCpPHauM", - "id": "e396" + "id": "e397" }, { "aapbId": "cpb-aacip-500-319s5h85", @@ -26540,13 +38161,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4BGmN34xOW6wC3", - "id": "e397" + "id": "e398" }, { "aapbId": "cpb-aacip-500-6q1sk32z", @@ -26568,25 +38217,33 @@ "name": "American literature" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "american-revolution-1775-1783", + "name": "American Revolution, 1775-1783" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "united-states-history-revolution-1775-1783", - "name": "United States--History--Revolution, 1775-1783" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { "id": "war", "name": "War" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-stories-american", "name": "War stories, American" @@ -26594,6 +38251,10 @@ { "id": "world-politics", "name": "World Politics" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -26666,9 +38327,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec4Bfnnml2QoM3cF", - "id": "e398" + "id": "e399" }, { "aapbId": "cpb-aacip-500-z02z7m94", @@ -26692,13 +38377,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -26733,9 +38418,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec4BpCLjPo9zsLQm", - "id": "e399" + "id": "e400" }, { "aapbId": "cpb-aacip-500-vq2s925v", @@ -26752,9 +38461,113 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "air-pollution", + "name": "Air pollution" + }, + { + "id": "architecture", + "name": "Architecture" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "automobile-industry-and-trade-united-states", + "name": "Automobile industry and trade--United States" + }, + { + "id": "automobiles", + "name": "Automobiles" + }, + { + "id": "disasters", + "name": "Disasters" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "environmental-health", + "name": "Environmental health" + }, + { + "id": "food-production-and-natural-resources", + "name": "Food production and natural resources" + }, + { + "id": "marine-pollution", + "name": "Marine pollution" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "nature", + "name": "Nature" + }, + { + "id": "nutrition", + "name": "Nutrition" + }, + { + "id": "overpopulation-history-20th-century", + "name": "Overpopulation--History--20th century" + }, + { + "id": "pests", + "name": "Pests" + }, + { + "id": "pollution-united-states", + "name": "Pollution--United States" + }, + { + "id": "population", + "name": "Population" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "tourism", + "name": "Tourism" + }, + { + "id": "transportation-united-states-20th-century", + "name": "Transportation--United States--20th century" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -26765,6 +38578,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -26775,7 +38612,7 @@ } ], "airtableId": "rec4Bwc09VbTem2Nq", - "id": "e400" + "id": "e401" }, { "aapbId": "cpb-aacip-500-wd3q107s", @@ -26799,6 +38636,10 @@ "id": "chopin-frdric-1810-1849", "name": "Chopin, Frédéric, 1810-1849" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "music", "name": "Music" @@ -26807,6 +38648,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "paderewski-ignace-jan-1860-1941", "name": "Paderewski, Ignace Jan, 1860-1941" @@ -26865,15 +38710,39 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec4Bxr7UNkdSqw8P", - "id": "e401" + "id": "e402" }, { "aapbId": "cpb-aacip-500-x05xbr1p", "naebId": "70-5-5", "umdId": "4488", - "title": "Program #5 Julian Bond", + "title": "Program #5 Julian Bond Civil War in the Cities: Can It Happen?", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -26884,9 +38753,77 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "nixon-richard-m-richard-milhous-1913-1994", + "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" + }, + { + "id": "politicians", + "name": "Politicians" + }, + { + "id": "riots", + "name": "Riots" + }, + { + "id": "schools", + "name": "Schools" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "soldiers", + "name": "Soldiers" + }, + { + "id": "state-governments-united-states", + "name": "State governments--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "work-camps", + "name": "Work camps" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -26897,6 +38834,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -26907,7 +38868,7 @@ } ], "airtableId": "rec4DsPIeMBpyyEhZ", - "id": "e402" + "id": "e403" }, { "aapbId": "cpb-aacip-500-6688mm72", @@ -26928,24 +38889,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "african-influences", + "name": "African influences" }, { - "id": "jazz-african-influences", - "name": "Jazz--African influences" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -26954,6 +38915,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -26986,10 +38955,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4FR1hGi5KtIhAX", - "id": "e403" + "id": "e404" }, { "aapbId": "cpb-aacip-500-p26q3q5d", @@ -27007,16 +39000,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4Ffk0sng2eGlfR", - "id": "e404" + "id": "e405" }, { "aapbId": "cpb-aacip-500-kw57jg37", @@ -27044,10 +39069,18 @@ "id": "automation-social-aspects", "name": "Automation--Social aspects" }, + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "economy-business", "name": "Economy & Business" @@ -27071,6 +39104,10 @@ { "id": "great-britain-economic-conditions-20th-century", "name": "Great Britain--Economic conditions--20th century" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -27135,11 +39172,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "rec4FphAzNTKMPa1R", - "id": "e405" + "id": "e406" }, { "aapbId": "cpb-aacip-500-c24qpn1f", @@ -27159,14 +39224,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -27175,21 +39240,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -27248,9 +39317,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "rec4GVq0XYVdS5uGH", - "id": "e406" + "id": "e407" }, { "aapbId": "cpb-aacip-500-5x25fr8n", @@ -27274,10 +39367,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -27315,9 +39416,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec4GrAaWOcG6Atwe", - "id": "e407" + "id": "e408" }, { "aapbId": "cpb-aacip-500-7659hg7k", @@ -27349,6 +39474,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -27392,9 +39525,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rec4IrjXgRPQSqzBb", - "id": "e408" + "id": "e409" }, { "aapbId": "cpb-aacip-500-xd0qww76", @@ -27417,6 +39574,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -27440,10 +39601,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4IzcpSXX38o3cJ", - "id": "e409" + "id": "e410" }, { "aapbId": "cpb-aacip-500-445hfn44", @@ -27458,12 +39643,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec4J9UtKfgM4WKWx", "subject": [], - "id": "e410" + "id": "e411" }, { "aapbId": "cpb-aacip-500-nc5scr4h", @@ -27483,12 +39692,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -27509,10 +39718,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4JCkBKQAAId1SU", - "id": "e411" + "id": "e412" }, { "aapbId": "cpb-aacip-500-0c4snr7v", @@ -27537,6 +39770,10 @@ "id": "dramatists", "name": "Dramatists" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -27590,9 +39827,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "airtableId": "rec4Je0JIL2Fmu6c2", - "id": "e412" + "id": "e413" }, { "aapbId": "cpb-aacip-500-pg1hnw5p", @@ -27609,9 +39870,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -27641,9 +39918,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec4JsynB1bnKkGKr", - "id": "e413" + "id": "e414" }, { "aapbId": "cpb-aacip-500-c824g827", @@ -27663,6 +39964,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -27675,11 +39984,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "rec4KJ9MkoJPf4Jvi", - "id": "e414" + "id": "e415" }, { "aapbId": "cpb-aacip-500-154ds19s", @@ -27700,13 +40033,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4KTpvEBEtzBNpV", - "id": "e415" + "id": "e416" }, { "aapbId": "cpb-aacip-500-2z12s750", @@ -27734,29 +40095,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -27767,6 +40136,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -27795,7 +40188,7 @@ } ], "airtableId": "rec4MJHta5jUzcNxV", - "id": "e416" + "id": "e417" }, { "aapbId": "cpb-aacip-500-h41jnd2b", @@ -27816,24 +40209,24 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -27842,6 +40235,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -27923,9 +40324,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "rec4MMVvDyFYZfJQ5", - "id": "e417" + "id": "e418" }, { "aapbId": "cpb-aacip-500-c824g85z", @@ -27957,6 +40382,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -27992,11 +40421,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "rec4Ng7VHwIDeP7LF", - "id": "e418" + "id": "e419" }, { "aapbId": "cpb-aacip-500-sf2mbh06", @@ -28012,16 +40469,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec4NgzCecVFC74Jx", - "id": "e419" + "id": "e420" }, { "aapbId": "cpb-aacip-500-m32n9z17", @@ -28045,17 +40542,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -28093,18 +40594,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec4OO51vLWtn4Z6e", - "id": "e420" + "id": "e421" }, { "aapbId": "cpb-aacip-500-n29p6t75", @@ -28129,8 +40654,16 @@ "name": "Adult education--Austria" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "music", + "name": "Music" }, { "id": "musicians-austria-interviews", @@ -28140,6 +40673,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "school-principals-sweden", "name": "School principals--Sweden" @@ -28192,9 +40729,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec4OmBUPFk3UzONm", - "id": "e421" + "id": "e422" }, { "aapbId": "cpb-aacip-500-804xmt75", @@ -28214,6 +40775,10 @@ "title": "The march of medicine" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -28226,9 +40791,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pasteur-louis-1822-1895", "name": "Pasteur, Louis, 1822-1895" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -28257,9 +40830,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec4OtOUrnVprsklF", - "id": "e422" + "id": "e423" }, { "aapbId": "cpb-aacip-500-qn5zb84r", @@ -28280,16 +40877,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -28336,9 +40941,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "rec4P7uL9m8eEzG8G", - "id": "e423" + "id": "e424" }, { "aapbId": "cpb-aacip-500-5h7bwm37", @@ -28363,12 +40992,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -28415,9 +41044,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec4PfKq1nFbsE9hd", - "id": "e424" + "id": "e425" }, { "aapbId": "cpb-aacip-500-wd3q1042", @@ -28437,6 +41090,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "afrikaners", "name": "Afrikaners" @@ -28453,6 +41110,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "south-africa", "name": "South Africa" @@ -28495,9 +41160,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec4QZmflBzhTqIS4", - "id": "e425" + "id": "e426" }, { "aapbId": "cpb-aacip-500-6688mm6t", @@ -28519,24 +41208,28 @@ "subject": [ { "id": "choral-music", - "name": "Choral Music" + "name": "Choral music" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-theory-history", - "name": "Music theory--History" + "id": "music", + "name": "Music" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music-theory", + "name": "Music theory" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "polyphony-choral-ensemble", "name": "Polyphony (Choral ensemble)" @@ -28574,9 +41267,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "rec4SUFsNllm4bChB", - "id": "e426" + "id": "e427" }, { "aapbId": "cpb-aacip-500-hq3s036h", @@ -28600,13 +41317,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -28647,9 +41364,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec4Sx05YuAtrJavw", - "id": "e427" + "id": "e428" }, { "aapbId": "cpb-aacip-500-d795c47x", @@ -28667,13 +41408,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec4THsOX10wm6QKy", - "id": "e428" + "id": "e429" }, { "aapbId": "cpb-aacip-500-3b5wb95p", @@ -28693,21 +41462,21 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "african-americans-employment", - "name": "African Americans--Employment" + "id": "employment", + "name": "Employment" }, { "id": "labor-unions-united-states", @@ -28716,6 +41485,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -28774,9 +41547,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec4UXv9PMXAyxBgr", - "id": "e429" + "id": "e430" }, { "aapbId": "cpb-aacip-500-p843w845", @@ -28800,10 +41597,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -28823,10 +41636,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4Vq1b5P1jNv82Q", - "id": "e430" + "id": "e431" }, { "aapbId": "cpb-aacip-500-h7081q23", @@ -28861,6 +41698,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -28895,9 +41736,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "rec4W2eS0IgO0VHed", - "id": "e431" + "id": "e432" }, { "aapbId": "cpb-aacip-500-t727fr6q", @@ -28920,10 +41785,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -28952,9 +41813,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "rec4WNbhB5UkTPcsu", - "id": "e432" + "id": "e433" }, { "aapbId": "cpb-aacip-500-6h4csh85", @@ -28972,13 +41857,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4X4ujIEAdYY9OM", - "id": "e433" + "id": "e434" }, { "aapbId": "cpb-aacip-500-0r9m6x38", @@ -28997,13 +41910,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4X5Euz8zyecWCL", - "id": "e434" + "id": "e435" }, { "aapbId": "cpb-aacip-500-j9609v6z", @@ -29024,13 +41965,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4Xh3JHEWmnCngb", - "id": "e435" + "id": "e436" }, { "aapbId": "cpb-aacip-500-p26q3p7p", @@ -29058,6 +42027,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -29113,9 +42086,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "rec4Z11LWLwuOImtt", - "id": "e436" + "id": "e437" }, { "aapbId": "cpb-aacip-500-hx15rq87", @@ -29130,12 +42127,36 @@ "id": "this-drug-age", "title": "This drug age" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4aFtr3HSAR4qfQ", "subject": [], - "id": "e437" + "id": "e438" }, { "aapbId": "cpb-aacip-500-z02z7m16", @@ -29158,10 +42179,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -29181,10 +42210,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4atKIfRq99Oew9", - "id": "e438" + "id": "e439" }, { "aapbId": "cpb-aacip-500-vt1gpb97", @@ -29208,17 +42261,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -29263,9 +42320,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "rec4bd9PtLBmfD2AO", - "id": "e439" + "id": "e440" }, { "aapbId": "cpb-aacip-500-d795c41g", @@ -29286,8 +42367,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -29305,6 +42386,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "prejudices-united-states", "name": "Prejudices--United States" @@ -29317,6 +42402,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -29359,9 +42448,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec4ecn2DL2AwQwqF", - "id": "e440" + "id": "e441" }, { "aapbId": "cpb-aacip-500-q52fcw6s", @@ -29394,12 +42507,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -29440,9 +42553,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "airtableId": "rec4fMdrdU6JR1cJ1", - "id": "e441" + "id": "e442" }, { "aapbId": "cpb-aacip-500-319s5h3z", @@ -29462,9 +42599,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -29481,10 +42630,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4gP6y2btRXgXdk", - "id": "e442" + "id": "e443" }, { "aapbId": "cpb-aacip-500-5t3g2g1j", @@ -29508,13 +42681,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -29549,9 +42722,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "rec4h9evlFvbH2XkM", - "id": "e443" + "id": "e444" }, { "aapbId": "cpb-aacip-500-qv3c3w3w", @@ -29572,24 +42769,32 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "socialism-yugoslavia", - "name": "Socialism--Yugoslavia" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "socialism", + "name": "Socialism" }, { "id": "soviet-union", "name": "Soviet Union" }, { - "id": "soviet-union-foreign-relations-yugoslavia", - "name": "Soviet Union--Foreign relations--Yugoslavia" + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations" }, { "id": "soviet-union-history-20th-century", @@ -29607,14 +42812,6 @@ "id": "tito-josip-broz-1892-1980", "name": "Tito, Josip Broz, 1892-1980" }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -29623,6 +42820,10 @@ "id": "yugoslavia", "name": "Yugoslavia" }, + { + "id": "yugoslavia-foreign-relations", + "name": "Yugoslavia--Foreign relations" + }, { "id": "yugoslavia-politics-and-government-1945-1980", "name": "Yugoslavia--Politics and government--1945-1980" @@ -29660,9 +42861,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec4i3UZRPJCz6rg2", - "id": "e444" + "id": "e445" }, { "aapbId": "cpb-aacip-500-q23r0j4g", @@ -29689,6 +42914,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -29728,9 +42957,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec4jPuLQrlSOZJA3", - "id": "e445" + "id": "e446" }, { "aapbId": "cpb-aacip-500-vm42wr51", @@ -29754,17 +43007,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -29809,9 +43066,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "rec4lQxfG8VSVaP2l", - "id": "e446" + "id": "e447" }, { "aapbId": "cpb-aacip-500-r49g8p9k", @@ -29835,17 +43116,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -29886,9 +43175,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rec4lk3WxmjhPQdUC", - "id": "e447" + "id": "e448" }, { "aapbId": "cpb-aacip-500-3775z12h", @@ -29928,6 +43241,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -29989,9 +43306,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec4n6tZgGfJ1rWvG", - "id": "e448" + "id": "e449" }, { "aapbId": "cpb-aacip-500-x63b4b50", @@ -30010,8 +43351,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "california", @@ -30022,21 +43363,29 @@ "name": "Children & Families" }, { - "id": "education", - "name": "Education" + "id": "children-1960-1970", + "name": "Children--1960-1970" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "parenting", "name": "Parenting" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "race-discrimination-united-states", "name": "Race discrimination--United States" @@ -30053,21 +43402,21 @@ "id": "social-values-united-states", "name": "Social values--United States" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "sunnyvale-calif", "name": "Sunnyvale (Calif.)" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "youth", "name": "Youth" - }, - { - "id": "youth-united-states", - "name": "Youth--United States" } ], "creator": [ @@ -30094,10 +43443,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4nf3LyatVhbKG6", - "id": "e449" + "id": "e450" }, { "aapbId": "cpb-aacip-500-k649tf75", @@ -30118,13 +43491,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec4o7xQCjxF8eMQc", - "id": "e450" + "id": "e451" }, { "aapbId": "cpb-aacip-500-bg2hbz81", @@ -30148,10 +43549,6 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-history", - "name": "Communism--History" - }, { "id": "ideology", "name": "Ideology" @@ -30161,20 +43558,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" - }, - { - "id": "socialism-history", - "name": "Socialism--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialism", + "name": "Socialism" }, { "id": "world-politics", @@ -30213,9 +43606,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec4o8GkHQDugUNxz", - "id": "e451" + "id": "e452" }, { "aapbId": "cpb-aacip-500-4x54jw45", @@ -30239,6 +43656,10 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "education", + "name": "Education" + }, { "id": "health", "name": "Health" @@ -30255,13 +43676,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use-health-aspects", "name": "Tobacco use--Health aspects" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -30300,10 +43733,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4rQBINicDwnLQ0", - "id": "e452" + "id": "e453" }, { "aapbId": "cpb-aacip-500-wh2dd926", @@ -30323,25 +43780,33 @@ "title": "Composer in the world of today" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, { "id": "choruses-with-orchestra-20th-century-analysis-appreciation", "name": "Choruses with orchestra--20th century--Analysis, appreciation" }, { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "composers", + "name": "Composers" }, { "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -30374,10 +43839,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "rec4rYkKX9WBKJBP6", - "id": "e453" + "id": "e454" }, { "aapbId": "cpb-aacip-500-zc7rsq7g", @@ -30405,6 +43894,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -30459,9 +43952,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec4sqSzdsXM7WcUl", - "id": "e454" + "id": "e455" }, { "aapbId": "cpb-aacip-500-bn9x4h1b", @@ -30493,6 +44010,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -30536,9 +44061,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rec4sslQbOJAo5mKo", - "id": "e455" + "id": "e456" }, { "aapbId": "cpb-aacip-500-sx648w4j", @@ -30566,6 +44115,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -30606,10 +44159,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec4t2UIIRlFOwqX1", - "id": "e456" + "id": "e457" }, { "aapbId": "cpb-aacip-500-jq0svz6q", @@ -30666,7 +44243,7 @@ ], "decade": "1960-1969", "airtableId": "rec4tSKpVOYvVd0Uk", - "id": "e457" + "id": "e458" }, { "aapbId": "cpb-aacip-500-f47gvp4s", @@ -30684,13 +44261,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec4wDMhhGAon8qVR", - "id": "e458" + "id": "e459" }, { "aapbId": "cpb-aacip-500-bk16r64f", @@ -30711,21 +44316,25 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "prejudices-united-states", "name": "Prejudices--United States" @@ -30789,9 +44398,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec4zpVSWjlgraHFL", - "id": "e459" + "id": "e460" }, { "aapbId": "cpb-aacip-500-1n7xqg6r", @@ -30809,16 +44442,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec507pDvYPUqQECq", - "id": "e460" + "id": "e461" }, { "aapbId": "cpb-aacip-500-2z12s69r", @@ -30846,6 +44511,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -30853,6 +44522,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -30881,9 +44554,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec50b4WF3DHzmVzK", - "id": "e461" + "id": "e462" }, { "aapbId": "cpb-aacip-500-6688mn5s", @@ -30902,13 +44599,41 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kansas", + "name": "Kansas" + } + ], + "settlement": [ + { + "id": "manhattan", + "name": "Manhattan" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec51RTj753ylpCqa", - "id": "e462" + "id": "e463" }, { "aapbId": "cpb-aacip-500-hm52ks9d", @@ -30940,6 +44665,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -30997,9 +44726,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec51STuZTHFp70jE", - "id": "e463" + "id": "e464" }, { "aapbId": "cpb-aacip-500-nc5scq32", @@ -31022,8 +44775,8 @@ "name": "Church and state" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -31036,6 +44789,14 @@ { "id": "jefferson-thomas-1743-1826", "name": "Jefferson, Thomas, 1743-1826" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -31106,9 +44867,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "rec51Yauww3pRiD8i", - "id": "e464" + "id": "e465" }, { "aapbId": "cpb-aacip-500-n29p6v25", @@ -31132,9 +44917,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -31164,6 +44965,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -31193,9 +45000,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec52uUclNgB2J0No", - "id": "e465" + "id": "e466" }, { "aapbId": "cpb-aacip-500-0c4snr44", @@ -31226,6 +45057,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -31295,9 +45134,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec534AngxU0N2Njq", - "id": "e466" + "id": "e467" }, { "aapbId": "cpb-aacip-500-fn10t52h", @@ -31321,33 +45184,37 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" - }, { "id": "dialectical-materialism", "name": "Dialectical materialism" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy", "name": "Philosophy" }, { - "id": "socialism", - "name": "Socialism" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -31386,9 +45253,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec53IbypF5f4UfHa", - "id": "e467" + "id": "e468" }, { "aapbId": "cpb-aacip-500-qn5zb98x", @@ -31420,6 +45311,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nixon-richard-m-richard-milhous-1913-1994", "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" @@ -31428,10 +45323,18 @@ "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -31447,6 +45350,10 @@ { "id": "wallace-george-c-george-corley-1919-1998", "name": "Wallace, George C. (George Corley), 1919-1998" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -31481,9 +45388,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "rec54djdAl00uGfnI", - "id": "e468" + "id": "e469" }, { "aapbId": "cpb-aacip-500-057cw581", @@ -31512,24 +45443,36 @@ "name": "NAEB Region II" }, { - "id": "nuclear-energy-history-20th-century", - "name": "Nuclear energy--History--20th century," + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "nuclear-energy-industrial-applications-united-states-history", - "name": "Nuclear energy--Industrial applications--United States--History" + "id": "nuclear-energy", + "name": "Nuclear energy" + }, + { + "id": "nuclear-energy-history-20th-century", + "name": "Nuclear energy--History--20th century," }, { "id": "nuclear-energy-research-united-states", "name": "Nuclear energy--Research--United States" }, { - "id": "propulsion-systems-united-states-history-20th-century", - "name": "Propulsion systems--United States--History--20th century" + "id": "propulsion-systems", + "name": "Propulsion systems" }, { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -31576,9 +45519,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec54e4YNMNMDBF9C", - "id": "e469" + "id": "e470" }, { "aapbId": "cpb-aacip-500-z892df4f", @@ -31618,6 +45585,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -31661,9 +45632,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec55bQk3KC6YhGE8", - "id": "e470" + "id": "e471" }, { "aapbId": "cpb-aacip-500-ww76zf3g", @@ -31684,16 +45679,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "lewis-sinclair-1885-1951", @@ -31703,9 +45694,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -31757,9 +45764,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "rec55gohFVGzkjwBm", - "id": "e471" + "id": "e472" }, { "aapbId": "cpb-aacip-500-9s1kmx18", @@ -31780,16 +45811,32 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "europe", + "name": "Europe" + }, + { + "id": "germany", + "name": "Germany" + }, + { + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -31815,6 +45862,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -31825,7 +45896,7 @@ } ], "airtableId": "rec56h44Syh4xYrv2", - "id": "e472" + "id": "e473" }, { "aapbId": "cpb-aacip-500-kw57jd03", @@ -31865,6 +45936,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -31908,9 +45983,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec56uE8MS0RAZd3P", - "id": "e473" + "id": "e474" }, { "aapbId": "cpb-aacip-500-4x54jx73", @@ -31930,6 +46029,30 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "psychology", + "name": "Psychology" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -31940,6 +46063,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -31950,7 +46097,7 @@ } ], "airtableId": "rec58T1b9HbzOQFGr", - "id": "e474" + "id": "e475" }, { "aapbId": "cpb-aacip-500-4x54jx6v", @@ -31968,13 +46115,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec5A73HjRszxC0k7", - "id": "e475" + "id": "e476" }, { "aapbId": "cpb-aacip-500-mp4vnr25", @@ -31994,9 +46169,33 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -32013,10 +46212,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5AKELpjy30dxKa", - "id": "e476" + "id": "e477" }, { "aapbId": "cpb-aacip-500-901zhp17", @@ -32038,7 +46261,7 @@ "contributor": [], "airtableId": "rec5BPHOTEoVPzyRT", "subject": [], - "id": "e477" + "id": "e478" }, { "aapbId": "cpb-aacip-500-901zhn0s", @@ -32071,16 +46294,16 @@ "name": "Broadcasting policy--United States" }, { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media-law-and-legislation-united-states", @@ -32090,6 +46313,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -32109,6 +46336,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -32173,9 +46408,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec5Ec3HhG7I7rLUx", - "id": "e478" + "id": "e479" }, { "aapbId": "cpb-aacip-500-v40jz88r", @@ -32207,21 +46466,25 @@ "id": "children-united-states", "name": "Children--United States" }, - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "politics-and-culture-united-states", "name": "Politics and culture--United States" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -32256,9 +46519,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec5EzaM0cuVYg1Jk", - "id": "e479" + "id": "e480" }, { "aapbId": "cpb-aacip-500-th8bmj6x", @@ -32279,8 +46566,8 @@ }, "subject": [ { - "id": "ethics-united-states-history-20th-century", - "name": "Ethics--United States--History--20th century" + "id": "ethics", + "name": "Ethics" }, { "id": "ethics-united-states-public-opinion", @@ -32294,13 +46581,25 @@ "id": "political-ethics", "name": "Political ethics" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-politics-and-government-20th-century", "name": "United States--Politics and government--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -32353,9 +46652,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "rec5FuOHUuOQ3e7Zt", - "id": "e480" + "id": "e481" }, { "aapbId": "cpb-aacip-500-ks6j550w", @@ -32387,6 +46710,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -32434,9 +46761,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec5FwvH7IFYX8FyZ", - "id": "e481" + "id": "e482" }, { "aapbId": "cpb-aacip-500-4f1mmg5t", @@ -32457,24 +46808,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -32569,9 +46920,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "rec5GY3vOglGbv96i", - "id": "e482" + "id": "e483" }, { "aapbId": "cpb-aacip-500-xw47v92r", @@ -32611,9 +46986,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "spain-history-military", "name": "Spain--History, Military" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -32660,9 +47047,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec5H8DWBmzUO7owh", - "id": "e483" + "id": "e484" }, { "aapbId": "cpb-aacip-500-3r0pwh2f", @@ -32682,7 +47093,7 @@ "contributor": [], "airtableId": "rec5JOUAFj0hg58cD", "subject": [], - "id": "e484" + "id": "e485" }, { "aapbId": "cpb-aacip-500-0k26f96r", @@ -32702,6 +47113,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -32714,6 +47129,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -32742,18 +47161,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec5JYviZEp7G8RtB", - "id": "e485" + "id": "e486" }, { "aapbId": "cpb-aacip-500-ft8dkp8k", @@ -32787,6 +47234,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -32821,9 +47272,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "rec5Jjkv8STFhZ7F2", - "id": "e486" + "id": "e487" }, { "aapbId": "cpb-aacip-500-dv1cps7n", @@ -32844,12 +47319,20 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -32873,14 +47356,42 @@ "id": "science", "name": "Science" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec5JzxHMEWA4R2h5", - "id": "e487" + "id": "e488" }, { "aapbId": "cpb-aacip-500-4f1mmh4s", @@ -32901,13 +47412,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec5KQYjI8FOvP6cC", - "id": "e488" + "id": "e489" }, { "aapbId": "cpb-aacip-500-7s7hv63w", @@ -32928,24 +47467,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -33040,9 +47579,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "rec5KYmNf6cXT1wDw", - "id": "e489" + "id": "e490" }, { "aapbId": "cpb-aacip-500-3775z25f", @@ -33074,6 +47637,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -33081,6 +47648,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -33107,19 +47678,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5KpFOTPqThW3BZ", - "id": "e490" + "id": "e491" }, { "aapbId": "cpb-aacip-500-m03xxq1w", @@ -33139,14 +47734,26 @@ "title": "29th Annual Couchiching Conference, 1960" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" }, + { + "id": "great-britain-foreign-relations", + "name": "Great Britain--Foreign relations" + }, { "id": "international-relations", "name": "International relations" @@ -33156,12 +47763,16 @@ "name": "Latin America" }, { - "id": "united-kingdom-foreign-relations-20th-century", - "name": "United Kingdom--Foreign relations--20th century" + "id": "latin-america-foreign-relations", + "name": "Latin America--Foreign relations" + }, + { + "id": "sociology", + "name": "Sociology" }, { - "id": "united-states-foreign-relations-latin-america", - "name": "United States--Foreign relations--Latin America" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "world-politics", @@ -33219,11 +47830,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "lake-couchiching", + "name": "Lake Couchiching" } ], "decade": "1950-1959", "airtableId": "rec5Lm7pbOyx9EOvs", - "id": "e491" + "id": "e492" }, { "aapbId": "cpb-aacip-500-2v2ccx7p", @@ -33240,9 +47879,93 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "employment", + "name": "Employment" + }, + { + "id": "higher-education", + "name": "Higher education" + }, + { + "id": "housing", + "name": "Housing" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "mayors-united-states", + "name": "Mayors--United States" + }, + { + "id": "medical-care", + "name": "Medical care" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "politicians-united-states", + "name": "Politicians--United States" + }, + { + "id": "politics-and-culture-united-states", + "name": "Politics and culture--United States" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -33253,6 +47976,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -33263,7 +48010,7 @@ } ], "airtableId": "rec5MPbaynmeW5xlc", - "id": "e492" + "id": "e493" }, { "aapbId": "cpb-aacip-500-zg6g628v", @@ -33284,16 +48031,24 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -33323,9 +48078,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec5N5W43heCZ2obb", - "id": "e493" + "id": "e494" }, { "aapbId": "cpb-aacip-500-445hfp0c", @@ -33349,6 +48128,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -33357,13 +48140,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -33393,14 +48188,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec5OPgl6DVB64Hvr", - "id": "e494" + "id": "e495" }, { "aapbId": "cpb-aacip-500-dn3zx76f", @@ -33437,8 +48260,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "wright-frank-lloyd-1867-1959", @@ -33483,9 +48306,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "rec5P2EDUo1Wc3Qfn", - "id": "e495" + "id": "e496" }, { "aapbId": "cpb-aacip-500-cv4bsx6w", @@ -33513,18 +48360,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -33580,9 +48431,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec5PeufnG4mq0dQ6", - "id": "e496" + "id": "e497" }, { "aapbId": "cpb-aacip-500-bg2hbx8t", @@ -33603,24 +48478,24 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -33629,6 +48504,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -33710,9 +48593,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "rec5RZhW6td0SnsXB", - "id": "e497" + "id": "e498" }, { "aapbId": "cpb-aacip-500-6t0gzb3d", @@ -33733,17 +48640,17 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -33781,9 +48688,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rec5RzAQzQW75wu2B", - "id": "e498" + "id": "e499" }, { "aapbId": "cpb-aacip-500-cf9j7t78", @@ -33799,16 +48730,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec5SoateRhbBDnYJ", - "id": "e499" + "id": "e500" }, { "aapbId": "cpb-aacip-500-df6k4p42", @@ -33827,13 +48802,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec5T4Abx5vWmpmBF", - "id": "e500" + "id": "e501" }, { "aapbId": "cpb-aacip-500-h7081n5d", @@ -33854,13 +48857,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -33876,10 +48883,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -33938,9 +48941,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rec5TfqtecZl2pQhs", - "id": "e501" + "id": "e502" }, { "aapbId": "cpb-aacip-500-7w677g8n", @@ -33964,6 +48991,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "terence", "name": "Terence" @@ -34009,9 +49040,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec5UXuxSduXUtZSB", - "id": "e502" + "id": "e503" }, { "aapbId": "cpb-aacip-500-348gjr9m", @@ -34039,6 +49094,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -34086,9 +49145,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec5Vv3q766RasXhI", - "id": "e503" + "id": "e504" }, { "aapbId": "cpb-aacip-500-9g5gg35z", @@ -34121,6 +49204,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" @@ -34172,9 +49259,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": null, "airtableId": "rec5W7r2rgdPrIpcN", - "id": "e504" + "id": "e505" }, { "aapbId": "cpb-aacip-500-t43j2f0n", @@ -34195,12 +49306,8 @@ }, "subject": [ { - "id": "communism-italy-20th-century", - "name": "Communism--Italy--20th century" - }, - { - "id": "communism-italy-rome-history-20th-century", - "name": "Communism--Italy--Rome--History--20th century" + "id": "communism", + "name": "Communism" }, { "id": "communists-italy-interviews", @@ -34210,17 +49317,25 @@ "id": "europe", "name": "Europe" }, + { + "id": "italy", + "name": "Italy" + }, { "id": "italy-history-20th-century", "name": "Italy--History--20th century" }, + { + "id": "italy-rome-history-20th-century", + "name": "Italy--Rome--History--20th century" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -34264,9 +49379,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec5WSzdlU3gkeUD5", - "id": "e505" + "id": "e506" }, { "aapbId": "cpb-aacip-500-1g0hxw6j", @@ -34301,6 +49440,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -34333,10 +49476,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5XyBqrtfacX6NJ", - "id": "e506" + "id": "e507" }, { "aapbId": "cpb-aacip-500-9z90dj38", @@ -34364,17 +49531,21 @@ "id": "lancaster-county-pa", "name": "Lancaster County (Pa.)" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -34407,10 +49578,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5ZaFAD4bpG9pav", - "id": "e507" + "id": "e508" }, { "aapbId": "cpb-aacip-500-f47gvn79", @@ -34430,10 +49625,26 @@ "title": "New directions in social sciences" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "psychology", + "name": "Psychology" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, { "id": "social-sciences", "name": "Social sciences" @@ -34441,6 +49652,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -34475,9 +49690,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec5Zu6sJec5lrERU", - "id": "e508" + "id": "e509" }, { "aapbId": "cpb-aacip-500-j9609v8f", @@ -34496,13 +49735,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec5aKbvbpPoijKxe", - "id": "e509" + "id": "e510" }, { "aapbId": "cpb-aacip-500-j38kj75b", @@ -34523,24 +49790,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -34629,9 +49896,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec5apdaCCFQ0DA1j", - "id": "e510" + "id": "e511" }, { "aapbId": "cpb-aacip-500-rr1pmf0x", @@ -34652,8 +49943,12 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "hall-basil-1788-1844", @@ -34668,12 +49963,24 @@ "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -34712,10 +50019,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5cQ5i0yJSR8unB", - "id": "e511" + "id": "e512" }, { "aapbId": "cpb-aacip-500-sj19qq2p", @@ -34739,13 +50070,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -34786,9 +50117,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec5d1AoNj4Sa8ieq", - "id": "e512" + "id": "e513" }, { "aapbId": "cpb-aacip-500-9z90dj4h", @@ -34807,13 +50162,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "hempstead", + "name": "Hempstead" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec5do3UyGgCefr4j", - "id": "e513" + "id": "e514" }, { "aapbId": "cpb-aacip-500-154ds251", @@ -34837,6 +50220,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -34845,13 +50232,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -34887,14 +50286,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec5eKU3wnNkkW5TF", - "id": "e514" + "id": "e515" }, { "aapbId": "cpb-aacip-500-6d5pd60m", @@ -34918,9 +50345,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -34950,6 +50393,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -34979,9 +50428,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec5fVWkWNS4rKYGf", - "id": "e515" + "id": "e516" }, { "aapbId": "cpb-aacip-500-gt5fgh55", @@ -35002,12 +50475,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -35016,6 +50485,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -35042,10 +50515,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5fcpvgqrrfC4yp", - "id": "e516" + "id": "e517" }, { "aapbId": "cpb-aacip-500-3n20h73c", @@ -35066,8 +50563,12 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "khrushchev-nikita-sergeevich-1894-1971", @@ -35081,6 +50582,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" @@ -35097,10 +50602,6 @@ "id": "stalin-joseph-1878-1953", "name": "Stalin, Joseph, 1878-1953" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -35138,9 +50639,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec5fk0Sqo9Jr9Iza", - "id": "e517" + "id": "e518" }, { "aapbId": "cpb-aacip-500-cf9j7t39", @@ -35159,13 +50684,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec5gCISNNuuSHPq3", - "id": "e518" + "id": "e519" }, { "aapbId": "cpb-aacip-500-tq5rd62m", @@ -35198,11 +50751,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec5gWOpnRpsXduoH", "subject": [], - "id": "e519" + "id": "e520" }, { "aapbId": "cpb-aacip-500-028pgx0q", @@ -35222,7 +50799,7 @@ "contributor": [], "airtableId": "rec5hsDQgGOc2AcYb", "subject": [], - "id": "e520" + "id": "e521" }, { "aapbId": "cpb-aacip-500-qr4nqm62", @@ -35248,6 +50825,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -35264,10 +50845,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5iNTtkXRr7SdVy", - "id": "e521" + "id": "e522" }, { "aapbId": "cpb-aacip-500-c24qpn84", @@ -35288,20 +50893,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -35336,9 +50945,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rec5iPromGlVbNLgl", - "id": "e522" + "id": "e523" }, { "aapbId": "cpb-aacip-500-kh0f095g", @@ -35352,12 +50985,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec5iYLKtwcWINZCg", "subject": [], - "id": "e523" + "id": "e524" }, { "aapbId": "cpb-aacip-500-cj87n344", @@ -35379,6 +51036,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -35408,9 +51069,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec5iy4lN5OjI8gLS", - "id": "e524" + "id": "e525" }, { "aapbId": "cpb-aacip-500-r49g8q5t", @@ -35431,20 +51116,28 @@ }, "subject": [ { - "id": "communism-china", - "name": "Communism--China" + "id": "china", + "name": "China" }, { - "id": "communism-southeast-asia", - "name": "Communism--Southeast Asia" + "id": "communism", + "name": "Communism" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "southeast-asia", + "name": "Southeast Asia" + }, + { + "id": "us-government", + "name": "U.S. Government" }, { "id": "us-history-1900-present", @@ -35462,6 +51155,10 @@ "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -35495,9 +51192,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "rec5jaL4EbS78rDPf", - "id": "e525" + "id": "e526" }, { "aapbId": "cpb-aacip-500-n29p6v9v", @@ -35518,16 +51239,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -35562,9 +51283,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec5kDFpSNu5gC8OP", - "id": "e526" + "id": "e527" }, { "aapbId": "cpb-aacip-500-g15tc80x", @@ -35595,12 +51340,16 @@ "name": "Educational television" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -35631,9 +51380,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec5lKiaxMCKYhb8k", - "id": "e527" + "id": "e528" }, { "aapbId": "cpb-aacip-500-1c1tjk8d", @@ -35674,8 +51447,12 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -35710,9 +51487,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec5lZZUJhrRYvSIe", - "id": "e528" + "id": "e529" }, { "aapbId": "cpb-aacip-500-0v89m62m", @@ -35731,13 +51532,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec5m2uSbDJZXaWrD", - "id": "e529" + "id": "e530" }, { "aapbId": "cpb-aacip-500-xw47v986", @@ -35757,6 +51586,10 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "damien-saint-father-1840-1889", "name": "Damien, Saint, Father, 1840-1889" @@ -35769,13 +51602,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacific-area-civilization", "name": "Pacific Area--Civilization" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -35827,9 +51664,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec5o7NvCnF9GCfDe", - "id": "e530" + "id": "e531" }, { "aapbId": "cpb-aacip-500-df6k4n14", @@ -35856,9 +51717,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -35885,10 +51754,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "rec5oRfYDcMtxxxzr", - "id": "e531" + "id": "e532" }, { "aapbId": "cpb-aacip-500-h41jnf58", @@ -35908,6 +51801,18 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "canada", + "name": "Canada" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "human-rights", "name": "Human rights" @@ -35920,10 +51825,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nigeria", "name": "Nigeria" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "united-nations", "name": "United Nations" @@ -35985,9 +51898,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec5pKydFqD9HYLQd", - "id": "e532" + "id": "e533" }, { "aapbId": "cpb-aacip-500-wp9t5v38", @@ -36019,6 +51956,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -36030,6 +51971,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -36059,6 +52004,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "tandam-donald-j", "name": "Tandam, Donald J.", @@ -36094,9 +52045,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec5pWEoHdZXaKuag", - "id": "e533" + "id": "e534" }, { "aapbId": "cpb-aacip-500-6d5pd69s", @@ -36124,18 +52099,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -36191,9 +52170,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec5ppKthYUisIVAn", - "id": "e534" + "id": "e535" }, { "aapbId": "cpb-aacip-500-8911sn3r", @@ -36213,6 +52216,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -36225,6 +52232,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -36247,18 +52258,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec5pwl6vspyDVm2Q", - "id": "e535" + "id": "e536" }, { "aapbId": "cpb-aacip-500-4q7qsc8c", @@ -36276,13 +52315,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec5qBvhEyAR5KnyE", - "id": "e536" + "id": "e537" }, { "aapbId": "cpb-aacip-500-9s1kmz85", @@ -36302,21 +52369,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "italy", + "name": "Italy" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -36354,18 +52433,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "rec5sW35Ld9oySJCC", - "id": "e537" + "id": "e538" }, { "aapbId": "cpb-aacip-500-pg1hnt7r", @@ -36389,13 +52492,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -36430,9 +52533,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "rec5tbaGMuNNR3FTO", - "id": "e538" + "id": "e539" }, { "aapbId": "cpb-aacip-500-g7374t4v", @@ -36456,17 +52583,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -36501,9 +52636,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rec5tk84H4Aw6OrsX", - "id": "e539" + "id": "e540" }, { "aapbId": "cpb-aacip-500-jw86nk4r", @@ -36532,12 +52691,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -36569,6 +52736,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -36579,7 +52770,7 @@ } ], "airtableId": "rec5tkoaUdvdukNK3", - "id": "e540" + "id": "e541" }, { "aapbId": "cpb-aacip-500-z60c157s", @@ -36600,20 +52791,24 @@ }, "subject": [ { - "id": "improvisation-music-history-and-criticism", - "name": "Improvisation (Music)--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "improvisation-music-history-and-criticism", + "name": "Improvisation (Music)--History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -36622,6 +52817,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -36654,10 +52853,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5uaAqGpVCEgBK8", - "id": "e541" + "id": "e542" }, { "aapbId": "cpb-aacip-500-w6697g5g", @@ -36684,6 +52907,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -36700,10 +52927,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5vkra3TC7add0Q", - "id": "e542" + "id": "e543" }, { "aapbId": "cpb-aacip-500-599z434v", @@ -36717,12 +52968,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec5wESJL8fztAb42", - "subject": [], - "id": "e543" + "id": "e544" }, { "aapbId": "cpb-aacip-500-xk84pf3b", @@ -36746,17 +53006,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -36794,18 +53058,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec5wThZzLawQJq7Z", - "id": "e544" + "id": "e545" }, { "aapbId": "cpb-aacip-500-9882pg70", @@ -36825,21 +53113,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -36848,6 +53140,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -36880,10 +53176,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5wxAAuFtEYCwmj", - "id": "e545" + "id": "e546" }, { "aapbId": "cpb-aacip-500-st7dwm96", @@ -36906,10 +53226,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -36938,9 +53254,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "rec5xagjbpIcxqJDd", - "id": "e546" + "id": "e547" }, { "aapbId": "cpb-aacip-500-ws8hk710", @@ -36970,11 +53310,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec5zBOrMXJeRAj65", "subject": [], - "id": "e547" + "id": "e548" }, { "aapbId": "cpb-aacip-500-x34mr12h", @@ -36995,20 +53359,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-social-aspects", - "name": "Jazz--Social aspects" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -37017,6 +53381,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "social-aspects", + "name": "Social aspects" } ], "creator": [ @@ -37049,10 +53421,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec60PBDB1PBIvtGC", - "id": "e548" + "id": "e549" }, { "aapbId": "cpb-aacip-500-125qcq90", @@ -37073,12 +53469,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -37087,6 +53479,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -37113,10 +53509,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec61FMnwiNliFCR0", - "id": "e549" + "id": "e550" }, { "aapbId": "cpb-aacip-500-g7374v98", @@ -37139,6 +53559,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -37152,10 +53576,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec62db6sbtte5XAC", - "id": "e550" + "id": "e551" }, { "aapbId": "cpb-aacip-500-w950ms4v", @@ -37175,6 +53623,10 @@ "title": "The multiversity today" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "education-higher-united-states", "name": "Education, Higher--United States" @@ -37191,14 +53643,14 @@ "id": "higher-education-and-state", "name": "Higher education and state" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "research-grants", "name": "Research grants" @@ -37212,8 +53664,8 @@ "name": "U.S. Politics" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -37249,9 +53701,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "rec62vPo5QIMScCmK", - "id": "e551" + "id": "e552" }, { "aapbId": "cpb-aacip-500-5717qs3t", @@ -37269,13 +53745,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec63Xv6GQbezO2uK", - "id": "e552" + "id": "e553" }, { "aapbId": "cpb-aacip-500-1v5bh29t", @@ -37294,13 +53798,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec63anBMN9Tbk4p3", - "id": "e553" + "id": "e554" }, { "aapbId": "cpb-aacip-500-pn8xff36", @@ -37332,6 +53864,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -37374,9 +53910,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec64dOZiJmCANlbz", - "id": "e554" + "id": "e555" }, { "aapbId": "cpb-aacip-500-vh5chg73", @@ -37396,9 +53956,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -37415,10 +53987,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec64w1iUc7olcHnL", - "id": "e555" + "id": "e556" }, { "aapbId": "cpb-aacip-500-p26q3r2w", @@ -37432,12 +54028,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec65EKS6tUFepbNB", - "subject": [], - "id": "e556" + "id": "e557" }, { "aapbId": "cpb-aacip-500-gq6r3810", @@ -37452,12 +54053,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "saskatchewan", + "name": "Saskatchewan" + } + ], + "settlement": [ + { + "id": "saskatoon", + "name": "Saskatoon" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec65etb9S5nCTs6l", "subject": [], - "id": "e557" + "id": "e558" }, { "aapbId": "cpb-aacip-500-mk658d0z", @@ -37477,6 +54102,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -37529,11 +54158,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec67hO7PQHIJlJAL", - "id": "e558" + "id": "e559" }, { "aapbId": "cpb-aacip-500-np1wjj0s", @@ -37557,6 +54214,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -37604,9 +54265,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec67nNJlvldFXRnD", - "id": "e559" + "id": "e560" }, { "aapbId": "cpb-aacip-500-513tz76k", @@ -37626,6 +54311,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -37633,6 +54322,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -37679,9 +54372,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec68Z0Hy1cGE6Xdi", - "id": "e560" + "id": "e561" }, { "aapbId": "cpb-aacip-500-2v2ccz06", @@ -37715,11 +54432,6 @@ } ], "creator": [ - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body" - }, { "id": "national-association-of-educational-broadcasters", "name": "National Association of Educational Broadcasters", @@ -37749,10 +54461,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec68ka8zg2WTbWSv", - "id": "e561" + "id": "e562" }, { "aapbId": "cpb-aacip-500-5m628w6h", @@ -37783,6 +54519,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -37817,9 +54557,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "rec68oc6UMRbCuhP4", - "id": "e562" + "id": "e563" }, { "aapbId": "cpb-aacip-500-tq5rd54w", @@ -37833,12 +54597,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec69E9JOREFlDzv4", - "subject": [], - "id": "e563" + "id": "e564" }, { "aapbId": "cpb-aacip-500-gt5fgk33", @@ -37857,7 +54630,7 @@ "contributor": [], "airtableId": "rec69ha885AUf2xwz", "subject": [], - "id": "e564" + "id": "e565" }, { "aapbId": "cpb-aacip-500-bc3szp8g", @@ -37878,16 +54651,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -37928,9 +54701,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec6ABofced5krdxQ", - "id": "e565" + "id": "e566" }, { "aapbId": "cpb-aacip-500-v11vk24s", @@ -37957,6 +54754,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -37973,10 +54774,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6BYgwTKj7wNW0E", - "id": "e566" + "id": "e567" }, { "aapbId": "cpb-aacip-500-r785p20m", @@ -37997,20 +54822,28 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" }, { "id": "asia-politics-and-government-1945", "name": "Asia--Politics and government--1945-" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -38046,9 +54879,33 @@ "role": "Guest" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec6BejmdvTbBR1D0", - "id": "e567" + "id": "e568" }, { "aapbId": "cpb-aacip-500-7m042n1j", @@ -38072,17 +54929,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -38117,9 +54982,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rec6BjOIFBJYcQXfA", - "id": "e568" + "id": "e569" }, { "aapbId": "cpb-aacip-500-28052742", @@ -38139,10 +55028,6 @@ "title": "Library of Congress lectures" }, "subject": [ - { - "id": "foreign-literature", - "name": "Foreign Literature" - }, { "id": "poets-new-zealand", "name": "Poets, New Zealand" @@ -38175,18 +55060,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec6C369PcuStCskr", - "id": "e569" + "id": "e570" }, { "aapbId": "cpb-aacip-500-2n4zmb29", @@ -38243,7 +55152,7 @@ ], "decade": "1960-1969", "airtableId": "rec6CGtP70Ac7Gi9c", - "id": "e570" + "id": "e571" }, { "aapbId": "cpb-aacip-500-kd1qm00h", @@ -38262,13 +55171,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec6CHLUuUhR9GPpG", - "id": "e571" + "id": "e572" }, { "aapbId": "cpb-aacip-500-3775z246", @@ -38289,13 +55226,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec6CHzNRQhQBwKAs", - "id": "e572" + "id": "e573" }, { "aapbId": "cpb-aacip-500-x34mr051", @@ -38352,7 +55317,7 @@ ], "decade": "1960-1969", "airtableId": "rec6DFbfCGiR2hZEp", - "id": "e573" + "id": "e574" }, { "aapbId": "cpb-aacip-500-cr5ndn3r", @@ -38376,10 +55341,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -38417,9 +55390,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec6DZvHDrJr30aJh", - "id": "e574" + "id": "e575" }, { "aapbId": "cpb-aacip-500-ww76zh1d", @@ -38437,10 +55434,18 @@ "title": "Nuremberg and Vietnam: Who Is Guilty?" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "international-law", "name": "International law" }, + { + "id": "law", + "name": "Law" + }, { "id": "military-offenses-united-states", "name": "Military offenses--United States" @@ -38453,6 +55458,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -38461,9 +55470,17 @@ "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-crimes", "name": "War crimes" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -38503,9 +55520,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1970-1979", "airtableId": "rec6EqjHwbOsRu2Nn", - "id": "e575" + "id": "e576" }, { "aapbId": "cpb-aacip-500-db7vrd9q", @@ -38536,6 +55577,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -38562,10 +55607,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6GNH3BPbOkDAB0", - "id": "e576" + "id": "e577" }, { "aapbId": "cpb-aacip-500-7s7hv75k", @@ -38596,6 +55665,14 @@ { "id": "revolutionaries-africa", "name": "Revolutionaries--Africa" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -38622,10 +55699,34 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "contributor": [], "airtableId": "rec6GODeHOOKhbx0j", - "id": "e577" + "id": "e578" }, { "aapbId": "cpb-aacip-500-8c9r5x6w", @@ -38645,6 +55746,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -38661,6 +55766,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -38673,13 +55782,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -38762,9 +55883,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "rec6GcfIjkYPj7bwA", - "id": "e578" + "id": "e579" }, { "aapbId": "cpb-aacip-500-pv6b718r", @@ -38782,13 +55927,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec6Grs1i9wgjeH1w", - "id": "e579" + "id": "e580" }, { "aapbId": "cpb-aacip-500-xg9f969k", @@ -38816,9 +55989,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -38851,10 +56032,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6Gw3hEFVBT4DyQ", - "id": "e580" + "id": "e581" }, { "aapbId": "cpb-aacip-500-dz03342k", @@ -38875,16 +56080,20 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "law-and-legislation", + "name": "Law and legislation" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "public-broadcasting-law-and-legislation", - "name": "Public broadcasting--Law and legislation" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" } ], "creator": [ @@ -38924,9 +56133,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec6HtWUzpJFvRnWE", - "id": "e581" + "id": "e582" }, { "aapbId": "cpb-aacip-500-0z710f9n", @@ -38961,6 +56194,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -39019,9 +56256,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec6INe0p5ZTJkC7C", - "id": "e582" + "id": "e583" }, { "aapbId": "cpb-aacip-500-jm23gq2n", @@ -39048,12 +56309,16 @@ "name": "Educational radio stations" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -39073,7 +56338,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "rec6Ipt8Hb3SiDWGj", - "id": "e583" + "id": "e584" }, { "aapbId": "cpb-aacip-500-pz51m946", @@ -39104,6 +56369,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -39149,9 +56418,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec6J3glmRayM2ecB", - "id": "e584" + "id": "e585" }, { "aapbId": "cpb-aacip-500-2j68721r", @@ -39174,10 +56467,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -39197,10 +56498,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6JX0ZCaKLiw9kM", - "id": "e585" + "id": "e586" }, { "aapbId": "cpb-aacip-500-v40jzb1g", @@ -39214,12 +56539,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec6L8plTNeRNWZW7", - "subject": [], - "id": "e586" + "id": "e587" }, { "aapbId": "cpb-aacip-500-n58cm447", @@ -39240,8 +56574,16 @@ }, "subject": [ { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "yurok-indians", @@ -39310,9 +56652,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rec6LEjSrM5D4qAjA", - "id": "e587" + "id": "e588" }, { "aapbId": "cpb-aacip-500-c824g688", @@ -39336,6 +56702,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "howard-bronson-1842-1908", "name": "Howard, Bronson, 1842-1908" @@ -39344,6 +56714,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -39351,6 +56725,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -39412,18 +56790,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "rec6LRMp300JL1eAl", - "id": "e588" + "id": "e589" }, { "aapbId": "cpb-aacip-500-057cw609", @@ -39446,10 +56848,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -39469,10 +56879,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6LcZaXxfejYk9M", - "id": "e589" + "id": "e590" }, { "aapbId": "cpb-aacip-500-v698bm9x", @@ -39503,6 +56937,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -39535,6 +56973,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -39545,7 +57007,7 @@ } ], "airtableId": "rec6LmqDQMvCFFhKd", - "id": "e590" + "id": "e591" }, { "aapbId": "cpb-aacip-500-5m628z2z", @@ -39561,16 +57023,52 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec6LyVLDOkkd32cE", - "id": "e591" + "id": "e592" }, { "aapbId": "cpb-aacip-500-4b2x775m", @@ -39589,6 +57087,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -39604,10 +57106,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "rec6MjowYbH6JBEjn", - "id": "e592" + "id": "e593" }, { "aapbId": "cpb-aacip-500-5h7bwm4g", @@ -39639,6 +57165,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -39681,9 +57211,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec6OAwbSKoJOvawa", - "id": "e593" + "id": "e594" }, { "aapbId": "cpb-aacip-500-x34mr118", @@ -39704,25 +57258,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -39772,9 +57338,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec6OW1XIlnaW1jd1", - "id": "e594" + "id": "e595" }, { "aapbId": "cpb-aacip-500-q23r0k4p", @@ -39794,6 +57384,10 @@ "title": "Library of Congress lectures" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -39806,6 +57400,10 @@ "id": "soviet-union-poetry", "name": "Soviet Union--Poetry" }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, { "id": "world-politics", "name": "World Politics" @@ -39849,9 +57447,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec6PPuGcbqotbSPy", - "id": "e595" + "id": "e596" }, { "aapbId": "cpb-aacip-500-7p8tfx61", @@ -39908,7 +57530,7 @@ ], "decade": "1960-1969", "airtableId": "rec6PyVTtePYkBlAj", - "id": "e596" + "id": "e597" }, { "aapbId": "cpb-aacip-500-7m042n9g", @@ -39932,17 +57554,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -39987,9 +57613,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "rec6QHwcSwtDYp4R2", - "id": "e597" + "id": "e598" }, { "aapbId": "cpb-aacip-500-j678xk3p", @@ -40020,6 +57670,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -40078,9 +57732,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "rec6QMmt89lj8hLfl", - "id": "e598" + "id": "e599" }, { "aapbId": "cpb-aacip-500-7m042n09", @@ -40104,10 +57782,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -40170,9 +57860,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "rec6RGdd6b2b1X1h5", - "id": "e599" + "id": "e600" }, { "aapbId": "cpb-aacip-500-833n1434", @@ -40188,16 +57902,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec6RvNXr8WschDOe", - "id": "e600" + "id": "e601" }, { "aapbId": "cpb-aacip-500-5h7bwn5x", @@ -40230,11 +57984,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec6Sq6Gby6r7sGuW", "subject": [], - "id": "e601" + "id": "e602" }, { "aapbId": "cpb-aacip-500-1r6n3r3k", @@ -40266,6 +58044,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -40309,9 +58095,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rec6TAYxkd6vQFccC", - "id": "e602" + "id": "e603" }, { "aapbId": "cpb-aacip-500-qb9v5g60", @@ -40331,7 +58141,7 @@ "contributor": [], "airtableId": "rec6U6LHYildSafRY", "subject": [], - "id": "e603" + "id": "e604" }, { "aapbId": "cpb-aacip-500-xp6v2s4f", @@ -40368,8 +58178,8 @@ "name": "Educational television stations" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -40378,6 +58188,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -40408,9 +58226,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec6VBpwQO3ukhRqo", - "id": "e604" + "id": "e605" }, { "aapbId": "cpb-aacip-500-vx062m8j", @@ -40430,6 +58272,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -40439,12 +58285,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" + }, + { + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -40465,10 +58315,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6VsJ6tut2v8A0A", - "id": "e605" + "id": "e606" }, { "aapbId": "cpb-aacip-500-th8bmm8t", @@ -40489,13 +58363,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec6WvCpWvsr5Yl2W", - "id": "e606" + "id": "e607" }, { "aapbId": "cpb-aacip-500-3r0pwg66", @@ -40523,6 +58425,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -40574,9 +58480,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec6ZU8wBSyh6ngOp", - "id": "e607" + "id": "e608" }, { "aapbId": "cpb-aacip-500-p26q3q1f", @@ -40601,13 +58531,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -40636,18 +58574,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "rec6ZWkXbI1ix4Hui", - "id": "e608" + "id": "e609" }, { "aapbId": "cpb-aacip-500-736m468d", @@ -40668,12 +58634,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -40682,6 +58644,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -40708,10 +58674,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6ZaeFAZEI8FKTS", - "id": "e609" + "id": "e610" }, { "aapbId": "cpb-aacip-500-1j97b68x", @@ -40735,6 +58725,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -40743,13 +58737,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -40779,14 +58785,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec6a4EpufQZlHZ2z", - "id": "e610" + "id": "e611" }, { "aapbId": "cpb-aacip-500-6688mp67", @@ -40821,6 +58855,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -40847,10 +58885,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6cC1kkWuQ5tMWI", - "id": "e611" + "id": "e612" }, { "aapbId": "cpb-aacip-500-wd3q126z", @@ -40870,9 +58932,25 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -40889,10 +58967,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6cSJPA47D6V3HM", - "id": "e612" + "id": "e613" }, { "aapbId": "cpb-aacip-500-mp4vnr1x", @@ -40912,6 +59014,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -40924,11 +59034,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "rec6cWj4X2uisqer0", - "id": "e613" + "id": "e614" }, { "aapbId": "cpb-aacip-500-cj87n35c", @@ -40942,16 +59076,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec6d0R3hhsXt7fs0", - "id": "e614" + "id": "e615" }, { "aapbId": "cpb-aacip-500-gh9b9p0h", @@ -40971,6 +59145,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -40980,8 +59158,16 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "psychology", + "name": "Psychology" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" } ], "creator": [ @@ -41022,9 +59208,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "rec6dSKKQPXSca8EW", - "id": "e615" + "id": "e616" }, { "aapbId": "cpb-aacip-500-959c9759", @@ -41052,6 +59262,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -41087,10 +59301,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6dqrA5xPAnQfOr", - "id": "e616" + "id": "e617" }, { "aapbId": "cpb-aacip-500-8p5vbs2k", @@ -41118,6 +59356,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -41194,9 +59436,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rec6dwnTBjX8VtGZY", - "id": "e617" + "id": "e618" }, { "aapbId": "cpb-aacip-500-sf2mbd9r", @@ -41259,7 +59525,7 @@ ], "decade": "1960-1969", "airtableId": "rec6evXeT5ys0u49v", - "id": "e618" + "id": "e619" }, { "aapbId": "cpb-aacip-500-z892dg5w", @@ -41276,9 +59542,85 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "environmental-health", + "name": "Environmental health" + }, + { + "id": "human-ecology", + "name": "Human ecology" + }, + { + "id": "language-and-languages", + "name": "Language and languages" + }, + { + "id": "linguistics", + "name": "Linguistics" + }, + { + "id": "mass-media", + "name": "Mass media" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "speech-language", + "name": "Speech & Language" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "vietnam-war-1961-1975", + "name": "Vietnam War, 1961-1975" + }, + { + "id": "violence", + "name": "Violence" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -41289,6 +59631,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -41299,7 +59665,7 @@ } ], "airtableId": "rec6fARAAQkrkrcmV", - "id": "e619" + "id": "e620" }, { "aapbId": "cpb-aacip-500-kd1qkz3v", @@ -41323,9 +59689,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -41360,9 +59734,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec6fDr076YpUUjVM", - "id": "e620" + "id": "e621" }, { "aapbId": "cpb-aacip-500-bn9x4j70", @@ -41393,6 +59791,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -41433,9 +59835,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec6fsZJULc6TgkEG", - "id": "e621" + "id": "e622" }, { "aapbId": "cpb-aacip-500-vq2s903z", @@ -41456,12 +59882,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -41470,6 +59892,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -41496,10 +59922,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6go4IlxTB42wz2", - "id": "e622" + "id": "e623" }, { "aapbId": "cpb-aacip-500-rv0d0s3m", @@ -41527,6 +59977,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -41568,9 +60022,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec6gskBPBxN41DZL", - "id": "e623" + "id": "e624" }, { "aapbId": "cpb-aacip-500-pn8xfg25", @@ -41594,6 +60072,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -41602,13 +60084,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -41644,14 +60138,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec6hsGCFEKpPlyqC", - "id": "e624" + "id": "e625" }, { "aapbId": "cpb-aacip-500-g44hrj88", @@ -41672,24 +60194,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" - }, - { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "congresses", + "name": "Congresses" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -41734,9 +60248,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec6kA3wLDNXzdPHJ", - "id": "e625" + "id": "e626" }, { "aapbId": "cpb-aacip-500-gq6r3738", @@ -41793,7 +60331,7 @@ ], "decade": "1960-1969", "airtableId": "rec6kJFZePxM4w8Uq", - "id": "e626" + "id": "e627" }, { "aapbId": "cpb-aacip-500-ff3m1h9k", @@ -41821,6 +60359,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -41828,6 +60370,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -41857,6 +60403,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "perrin-francis", "name": "Perrin, Francis", @@ -41898,9 +60450,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec6kR4GaMWvAMTJD", - "id": "e627" + "id": "e628" }, { "aapbId": "cpb-aacip-500-g44hrj9h", @@ -41930,12 +60506,16 @@ "name": "Educational television" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -41955,7 +60535,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "rec6kRjmZCLZ3XrjQ", - "id": "e628" + "id": "e629" }, { "aapbId": "cpb-aacip-500-sq8qh86n", @@ -41983,6 +60563,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -42026,9 +60610,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec6l2wyIDr6u69kN", - "id": "e629" + "id": "e630" }, { "aapbId": "cpb-aacip-500-3r0pwh6d", @@ -42063,6 +60671,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -42091,9 +60703,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec6lCXEVvE4hFFiG", - "id": "e630" + "id": "e631" }, { "aapbId": "cpb-aacip-500-vq2s9224", @@ -42123,11 +60759,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6nvgQF4pU2VV1F", "subject": [], - "id": "e631" + "id": "e632" }, { "aapbId": "cpb-aacip-500-ws8hk65r", @@ -42155,6 +60815,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -42198,9 +60862,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec6oPZG0ZcBaxqzy", - "id": "e632" + "id": "e633" }, { "aapbId": "cpb-aacip-500-qz22h59x", @@ -42231,6 +60919,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -42277,9 +60969,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "rec6oyzmBatxdIfat", - "id": "e633" + "id": "e634" }, { "aapbId": "cpb-aacip-500-7d2q930b", @@ -42310,6 +61026,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -42360,11 +61080,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "rec6pQYydKSU1j0Uy", - "id": "e634" + "id": "e635" }, { "aapbId": "cpb-aacip-500-dz033314", @@ -42384,6 +61132,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -42436,11 +61188,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec6pn95HOWGzCIZJ", - "id": "e635" + "id": "e636" }, { "aapbId": "cpb-aacip-500-4x54jx4c", @@ -42475,6 +61255,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -42498,13 +61282,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "rec6pqVUN0zrx9400", - "id": "e636" + "id": "e637" }, { "aapbId": "cpb-aacip-500-x921hm6n", @@ -42524,6 +61332,22 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sex", + "name": "Sex" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -42550,10 +61374,34 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6qQQrAMNSiSt4e", - "id": "e637" + "id": "e638" }, { "aapbId": "cpb-aacip-500-jd4pq33h", @@ -42577,9 +61425,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -42619,9 +61475,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec6qmJvckpLLqv20", - "id": "e638" + "id": "e639" }, { "aapbId": "cpb-aacip-500-639k7c2n", @@ -42660,6 +61540,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -42712,9 +61596,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec6qosetBPhGgxoq", - "id": "e639" + "id": "e640" }, { "aapbId": "cpb-aacip-500-n8730f2h", @@ -42745,6 +61653,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -42783,10 +61695,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6r5lKLtBegzRcn", - "id": "e640" + "id": "e641" }, { "aapbId": "cpb-aacip-500-513tz782", @@ -42801,16 +61737,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec6sxEFk2iJBaqvr", - "id": "e641" + "id": "e642" }, { "aapbId": "cpb-aacip-500-8c9r5x1p", @@ -42834,17 +61806,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -42882,18 +61858,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec6uCphjF4WsLbqu", - "id": "e642" + "id": "e643" }, { "aapbId": "cpb-aacip-500-ww76zf4q", @@ -42917,10 +61917,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -42958,9 +61966,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec6uU3A635ox4Lfe", - "id": "e643" + "id": "e644" }, { "aapbId": "cpb-aacip-500-sn01416k", @@ -43000,8 +62032,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-television-united-states", @@ -43011,9 +62047,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -43030,10 +62074,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6wgAhrWoRvKQMt", - "id": "e644" + "id": "e645" }, { "aapbId": "cpb-aacip-500-f47gvp7h", @@ -43056,10 +62124,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -43079,10 +62155,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec6x5sbF0sRx571b", - "id": "e645" + "id": "e646" }, { "aapbId": "cpb-aacip-500-js9h8844", @@ -43095,12 +62195,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec6xzhSXqmNwy4Qi", "subject": [], - "id": "e646" + "id": "e647" }, { "aapbId": "cpb-aacip-500-8911sn57", @@ -43121,20 +62245,32 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama" + "id": "patriotism-united-states", + "name": "Patriotism--United States" }, { "id": "radio-plays-american", @@ -43147,6 +62283,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -43234,9 +62374,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "rec6ybfSyMnLxLrUL", - "id": "e647" + "id": "e648" }, { "aapbId": "cpb-aacip-500-xw47vb5p", @@ -43264,6 +62428,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -43271,6 +62439,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -43299,9 +62471,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec6zHp9GXkSP18KL", - "id": "e648" + "id": "e649" }, { "aapbId": "cpb-aacip-500-h41jnc8k", @@ -43325,10 +62521,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -43366,9 +62570,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec6zybRfbcSMNCs1", - "id": "e649" + "id": "e650" }, { "aapbId": "cpb-aacip-500-8p5vbs7s", @@ -43388,14 +62616,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -43404,21 +62632,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -43471,9 +62703,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "rec70LIvPA1C4JGuc", - "id": "e650" + "id": "e651" }, { "aapbId": "cpb-aacip-500-mg7fw45m", @@ -43494,28 +62750,36 @@ }, "subject": [ { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" }, { - "id": "education-united-states", - "name": "Education--United States" - }, - { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "pluralism", "name": "Pluralism" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -43544,9 +62808,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec714bhvb8cOz1ZB", - "id": "e651" + "id": "e652" }, { "aapbId": "cpb-aacip-500-3f4kqn2s", @@ -43564,6 +62852,10 @@ "title": "Listen to the land" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "california", "name": "California" @@ -43577,8 +62869,8 @@ "name": "Ecology & the Environment" }, { - "id": "fiction-19th-century", - "name": "Fiction--19th century" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "gold-mines-and-mining", @@ -43588,6 +62880,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "sociology", "name": "Sociology" @@ -43597,8 +62897,8 @@ "name": "U.S. Literature" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -43657,9 +62957,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec730ZEDkvjg9Pmp", - "id": "e652" + "id": "e653" }, { "aapbId": "cpb-aacip-500-bz619d97", @@ -43679,6 +63003,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -43686,6 +63014,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -43714,9 +63046,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "rec73GckQDlC6nlMn", - "id": "e653" + "id": "e654" }, { "aapbId": "cpb-aacip-500-mw28f89s", @@ -43742,6 +63098,10 @@ "id": "constitution-of-the-national-association-of-educational-broadcasters", "name": "Constitution of the National Association of Educational Broadcasters" }, + { + "id": "education", + "name": "Education" + }, { "id": "educational-radio-stations", "name": "Educational radio stations" @@ -43759,17 +63119,25 @@ "name": "National Association of Educational Broadcasters. National Educational Radio" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states", + "name": "United States" + }, { "id": "united-states-politics-and-government-20th-century", "name": "United States--Politics and government--20th century" @@ -43797,9 +63165,15 @@ "name": "Media and broadcasting" } ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "rec74UOyvWXzO6LOJ", - "id": "e654" + "id": "e655" }, { "aapbId": "cpb-aacip-500-v698bj88", @@ -43819,10 +63193,18 @@ "title": "About science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science-technology", "name": "Science & Technology" @@ -43830,10 +63212,6 @@ { "id": "science-japan-history-20th-century", "name": "Science--Japan--History--20th century" - }, - { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" } ], "creator": [ @@ -43874,9 +63252,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec74V1A2itBtI2kD", - "id": "e655" + "id": "e656" }, { "aapbId": "cpb-aacip-500-1g0hxv6b", @@ -43897,8 +63299,8 @@ }, "subject": [ { - "id": "europe", - "name": "Europe" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "great-britain", @@ -43909,20 +63311,28 @@ "name": "NAEB Region I" }, { - "id": "women-journalists-great-britain", - "name": "Women journalists--Great Britain" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "women-great-britain-attitudes", - "name": "Women--Great Britain--Attitudes" + "id": "news-journalism", + "name": "News & Journalism" }, { - "id": "women-great-britain-history-20th-century-periodicals", - "name": "Women--Great Britain--History--20th century--Periodicals" + "id": "periodicals", + "name": "Periodicals" }, { - "id": "womens-history", - "name": "Women's History" + "id": "social-attitudes", + "name": "Social attitudes" + }, + { + "id": "women", + "name": "Women" + }, + { + "id": "women-journalists", + "name": "Women journalists" } ], "creator": [ @@ -43947,9 +63357,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rec75djJMByL2O5vu", - "id": "e656" + "id": "e657" }, { "aapbId": "cpb-aacip-500-736m4636", @@ -43973,17 +63407,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -44021,18 +63459,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rec76CZVudDN2KqJx", - "id": "e657" + "id": "e658" }, { "aapbId": "cpb-aacip-500-zg6g606z", @@ -44056,6 +63518,10 @@ "id": "ballads-english-united-states", "name": "Ballads, English--United States" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "loggers", "name": "Loggers" @@ -44064,9 +63530,17 @@ "id": "miners", "name": "Miners" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -44090,13 +63564,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "rec772IzVghbHgv8p", - "id": "e658" + "id": "e659" }, { "aapbId": "cpb-aacip-500-bg2hc09n", @@ -44116,7 +63614,7 @@ "contributor": [], "airtableId": "rec77kOnpXSrvnNrp", "subject": [], - "id": "e659" + "id": "e660" }, { "aapbId": "cpb-aacip-500-zp3vzp02", @@ -44136,6 +63634,10 @@ "title": "The march of medicine" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -44148,9 +63650,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "ro_ntgen-wilhelm-conrad-1845-1923", "name": "Ro_ntgen, Wilhelm Conrad, 1845-1923" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -44179,9 +63689,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec78Mkax3XTzhu1P", - "id": "e660" + "id": "e661" }, { "aapbId": "cpb-aacip-500-c24qpp2w", @@ -44194,12 +63728,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec78UucigvAsPAtB", "subject": [], - "id": "e661" + "id": "e662" }, { "aapbId": "cpb-aacip-500-ks6j539n", @@ -44239,6 +63797,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -44288,9 +63850,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec7AGkhiNRJiRoyZ", - "id": "e662" + "id": "e663" }, { "aapbId": "cpb-aacip-500-rr1pmd4p", @@ -44318,6 +63904,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -44360,9 +63950,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec7AHKpa3Dca7yOy", - "id": "e663" + "id": "e664" }, { "aapbId": "cpb-aacip-500-gt5fgh8w", @@ -44398,6 +64012,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -44441,9 +64059,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec7BN07h7NzsWihn", - "id": "e664" + "id": "e665" }, { "aapbId": "cpb-aacip-500-rv0d0r3d", @@ -44466,6 +64108,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "broadcasting-research", + "name": "Broadcasting research" + }, { "id": "educational-broadcasting", "name": "Educational broadcasting" @@ -44479,8 +64125,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -44491,8 +64141,12 @@ "name": "Public television--United States" }, { - "id": "research", - "name": "Research" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -44509,10 +64163,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec7CVwyDXj3XLMua", - "id": "e665" + "id": "e666" }, { "aapbId": "cpb-aacip-500-b27pss25", @@ -44532,18 +64210,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -44619,9 +64301,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "rec7Cd3ywx0Vvho4X", - "id": "e666" + "id": "e667" }, { "aapbId": "cpb-aacip-500-tq5rd465", @@ -44645,13 +64351,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -44686,9 +64392,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "rec7CwdqnY5d6SWw9", - "id": "e667" + "id": "e668" }, { "aapbId": "cpb-aacip-500-416t2b4h", @@ -44712,17 +64442,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -44763,9 +64501,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rec7EVpd6VTbBv5d6", - "id": "e668" + "id": "e669" }, { "aapbId": "cpb-aacip-500-k35mf43k", @@ -44793,6 +64555,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -44811,11 +64577,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -44829,8 +64590,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -44847,12 +64608,6 @@ "name": "Ehle, John, 1925-2018", "type": "Person" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "wynn-earl-r", "name": "Wynn, Earl R.", @@ -44876,9 +64631,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "rec7EkMLHJaNAKuRX", - "id": "e669" + "id": "e670" }, { "aapbId": "cpb-aacip-500-xp6v2q97", @@ -44899,24 +64678,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { "id": "blues-music-influence", "name": "Blues (Music)--Influence" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -44925,6 +64704,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -44957,10 +64744,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec7EyRknVGm7xnoe", - "id": "e670" + "id": "e671" }, { "aapbId": "cpb-aacip-500-7940wr9g", @@ -45003,6 +64814,18 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -45042,9 +64865,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec7EyaDUvbWk7boo", - "id": "e671" + "id": "e672" }, { "aapbId": "cpb-aacip-500-5x25fr5x", @@ -45068,6 +64915,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "social-sciences", "name": "Social sciences" @@ -45109,9 +64960,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec7EzwgaJyh56wxf", - "id": "e672" + "id": "e673" }, { "aapbId": "cpb-aacip-500-fx740128", @@ -45142,6 +65017,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -45187,9 +65066,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec7GfBWubS58rGLV", - "id": "e673" + "id": "e674" }, { "aapbId": "cpb-aacip-500-6d5pd68j", @@ -45209,25 +65112,37 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "europe-attitudes", + "name": "Europe--Attitudes" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "politics-and-culture", "name": "Politics and culture" }, { - "id": "students-europe-attitudes", - "name": "Students--Europe--Attitudes" + "id": "students", + "name": "Students" + }, + { + "id": "world-politics", + "name": "World politics" }, { "id": "world-politics", @@ -45261,6 +65176,30 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "contributor": [ { @@ -45271,7 +65210,7 @@ } ], "airtableId": "rec7GtNOSZwnOpLCY", - "id": "e674" + "id": "e675" }, { "aapbId": "cpb-aacip-500-hh6c6j18", @@ -45302,6 +65241,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -45354,9 +65297,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec7HSQORby3FyWoz", - "id": "e675" + "id": "e676" }, { "aapbId": "cpb-aacip-500-pc2t8m58", @@ -45377,13 +65344,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec7JZQA0gANoREGs", - "id": "e676" + "id": "e677" }, { "aapbId": "cpb-aacip-500-b56d6429", @@ -45417,6 +65412,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "premarital-sex", "name": "Premarital sex" @@ -45428,6 +65427,10 @@ { "id": "sex", "name": "Sex" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -45462,9 +65465,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec7JpnS51gjosmGO", - "id": "e677" + "id": "e678" }, { "aapbId": "cpb-aacip-500-v698bk77", @@ -45493,6 +65520,30 @@ "type": "Person" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1970-1979", "creator": [ { @@ -45510,7 +65561,7 @@ ], "airtableId": "rec7Js4COQaRudLQ5", "subject": [], - "id": "e678" + "id": "e679" }, { "aapbId": "cpb-aacip-500-8w384c8c", @@ -45539,12 +65590,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -45576,6 +65635,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -45586,7 +65669,7 @@ } ], "airtableId": "rec7KxW95AXJSJ6my", - "id": "e679" + "id": "e680" }, { "aapbId": "cpb-aacip-500-4x54jx34", @@ -45614,6 +65697,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -45671,9 +65762,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "rec7LSEMYbAKjZBED", - "id": "e680" + "id": "e681" }, { "aapbId": "cpb-aacip-500-7w677g26", @@ -45701,6 +65816,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -45762,9 +65881,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec7Ly1E9O75kAtAV", - "id": "e681" + "id": "e682" }, { "aapbId": "cpb-aacip-500-j38kj977", @@ -45791,6 +65934,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -45807,10 +65954,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec7MFIersuZVWM73", - "id": "e682" + "id": "e683" }, { "aapbId": "cpb-aacip-500-3n20h62x", @@ -45831,24 +66002,35 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "jews", + "name": "Jews" + }, + { + "id": "jews-united-states", + "name": "Jews--United States" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -45856,8 +66038,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -45904,9 +66086,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "rec7N22YjSe9UGJFI", - "id": "e683" + "id": "e684" }, { "aapbId": "cpb-aacip-500-w6697h4f", @@ -45927,13 +66133,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec7NiB2NwYeUGDym", - "id": "e684" + "id": "e685" }, { "aapbId": "cpb-aacip-500-r49g8q4k", @@ -45953,6 +66187,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -46011,11 +66249,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rec7Nu1zUBz8H4Ief", - "id": "e685" + "id": "e686" }, { "aapbId": "cpb-aacip-500-9p2w7n8j", @@ -46034,13 +66300,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec7QjoLQjw5sdw5F", - "id": "e686" + "id": "e687" }, { "aapbId": "cpb-aacip-500-rx93d19d", @@ -46068,6 +66362,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -46116,9 +66414,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec7QztPvslIbkeWi", - "id": "e687" + "id": "e688" }, { "aapbId": "cpb-aacip-500-nz80qc6r", @@ -46150,6 +66472,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -46193,9 +66523,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rec7RtK7WGZSiQeSu", - "id": "e688" + "id": "e689" }, { "aapbId": "cpb-aacip-500-xs5jg202", @@ -46239,6 +66593,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -46246,6 +66604,10 @@ { "id": "organ-music", "name": "Organ music" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -46286,9 +66648,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec7TzE587mWZYE8P", - "id": "e689" + "id": "e690" }, { "aapbId": "cpb-aacip-500-gb1xj40k", @@ -46312,21 +66698,25 @@ "name": "Dickinson, Emily, 1830-1886" }, { - "id": "naeb-region-i", - "name": "NAEB Region I" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-i", + "name": "NAEB Region I" }, { - "id": "poetry-readings-sound-recordings", - "name": "Poetry readings (Sound recordings)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "postage-stamps", "name": "Postage stamps" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -46370,9 +66760,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1970-1979", "airtableId": "rec7UZ1MNV53nsIez", - "id": "e691" + "id": "e692" }, { "aapbId": "cpb-aacip-500-f7667x9b", @@ -46392,10 +66806,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -46403,6 +66813,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -46427,9 +66841,33 @@ "role": "Speaker" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec7WZKN9GRzct7Hi", - "id": "e692" + "id": "e693" }, { "aapbId": "cpb-aacip-500-959c967k", @@ -46461,6 +66899,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -46518,9 +66960,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec7YECKBTrgMQpMB", - "id": "e693" + "id": "e694" }, { "aapbId": "cpb-aacip-500-wd3q112s", @@ -46577,7 +67043,7 @@ ], "decade": "1960-1969", "airtableId": "rec7YExFpG2xYWJLG", - "id": "e694" + "id": "e695" }, { "aapbId": "cpb-aacip-500-6m335t4z", @@ -46597,17 +67063,21 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -46642,9 +67112,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec7YPdwsPSZrnBhn", - "id": "e695" + "id": "e696" }, { "aapbId": "cpb-aacip-500-pg1hnw6x", @@ -46658,12 +67152,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec7Yc1zNxWlw912b", "subject": [], - "id": "e696" + "id": "e697" }, { "aapbId": "cpb-aacip-500-zp3vzn2b", @@ -46701,6 +67219,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "tornado-damage", "name": "Tornado damage" @@ -46762,9 +67284,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "airtableId": "rec7ZfUYmLRktyvFm", - "id": "e697" + "id": "e698" }, { "aapbId": "cpb-aacip-500-707wqz6d", @@ -46778,12 +67324,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec7a2uaRkchV7ZYH", "subject": [], - "id": "e698" + "id": "e699" }, { "aapbId": "cpb-aacip-500-rf5kfm5p", @@ -46801,13 +67371,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec7a3Vbb4w30ApRN", - "id": "e699" + "id": "e700" }, { "aapbId": "cpb-aacip-500-w08wfx3v", @@ -46829,6 +67427,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -46858,9 +67460,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec7aG61zIji6Kogb", - "id": "e700" + "id": "e701" }, { "aapbId": "cpb-aacip-500-7940wt7d", @@ -46890,6 +67516,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -46935,9 +67565,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec7alKArtVvni01v", - "id": "e701" + "id": "e702" }, { "aapbId": "cpb-aacip-500-dv1cpv33", @@ -46952,12 +67606,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec7be3KhRoDyc724", "subject": [], - "id": "e702" + "id": "e703" }, { "aapbId": "cpb-aacip-500-hh6c6h90", @@ -46977,18 +67655,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -47059,9 +67741,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "rec7bsIdozLrXnDRk", - "id": "e703" + "id": "e704" }, { "aapbId": "cpb-aacip-500-1v5bh32b", @@ -47081,9 +67787,25 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -47100,10 +67822,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec7bvgQTZZzHRW4j", - "id": "e704" + "id": "e705" }, { "aapbId": "cpb-aacip-500-vt1gp93k", @@ -47130,9 +67876,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -47159,10 +67913,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "rec7dAhCbKhAyPozy", - "id": "e705" + "id": "e706" }, { "aapbId": "cpb-aacip-500-g44hrj6s", @@ -47177,12 +67955,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec7geLA8M64TYDHl", "subject": [], - "id": "e706" + "id": "e707" }, { "aapbId": "cpb-aacip-500-8911sp1g", @@ -47210,6 +68012,10 @@ "id": "economic-assistance", "name": "Economic assistance" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "international-trade", "name": "International trade" @@ -47222,13 +68028,29 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-economic-conditions-20th-century", "name": "United States--Economic conditions--20th century" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "world-politics", @@ -47263,9 +68085,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "rec7hGPTUqvoxgtHp", - "id": "e707" + "id": "e708" }, { "aapbId": "cpb-aacip-500-d795c407", @@ -47285,6 +68131,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -47294,12 +68144,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" + }, + { + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -47320,10 +68174,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec7hH4XwzrhV8cmf", - "id": "e708" + "id": "e709" }, { "aapbId": "cpb-aacip-500-d21rkh8n", @@ -47343,6 +68221,10 @@ "title": "Classical drama" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "mythology-greek-adaptations", "name": "Mythology, Greek--Adaptations" @@ -47352,8 +68234,12 @@ "name": "NAEB Region III" }, { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology)--Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philoctetes-greek-mythology", + "name": "Philoctetes (Greek mythology)" }, { "id": "philoctetes-mythological-character", @@ -47363,6 +68249,10 @@ "id": "radio-adaptations", "name": "Radio adaptations" }, + { + "id": "religion", + "name": "Religion" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -47406,9 +68296,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec7icRTCx1TKTVfX", - "id": "e709" + "id": "e710" }, { "aapbId": "cpb-aacip-500-bz619d80", @@ -47428,18 +68342,26 @@ "title": "The negro American" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "blacks-africa", "name": "Blacks--Africa" }, { - "id": "fifteenth-century", - "name": "Fifteenth century" + "id": "economic-history-15th-century", + "name": "Economic history--15th century" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "slave-trade-africa-history", "name": "Slave trade--Africa--History" @@ -47477,9 +68399,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec7jH9nxs6KhexII", - "id": "e710" + "id": "e711" }, { "aapbId": "cpb-aacip-500-nz80qd8f", @@ -47499,7 +68445,7 @@ "contributor": [], "airtableId": "rec7kGwdt2773MjJr", "subject": [], - "id": "e711" + "id": "e712" }, { "aapbId": "cpb-aacip-500-69700x82", @@ -47519,7 +68465,7 @@ "contributor": [], "airtableId": "rec7kHfmIwwpUCe3U", "subject": [], - "id": "e712" + "id": "e713" }, { "aapbId": "cpb-aacip-500-9g5gg28g", @@ -47543,10 +68489,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -47584,9 +68538,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec7kgSJKKclB6cjo", - "id": "e713" + "id": "e714" }, { "aapbId": "cpb-aacip-500-8c9r5x2x", @@ -47643,7 +68621,7 @@ ], "decade": "1960-1969", "airtableId": "rec7lJFxIUoyMkzdr", - "id": "e714" + "id": "e715" }, { "aapbId": "cpb-aacip-500-s46h5k7t", @@ -47671,6 +68649,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-government", "name": "U.S. Government" @@ -47736,9 +68718,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "rec7mRQ4oG7hKYHxM", - "id": "e715" + "id": "e716" }, { "aapbId": "cpb-aacip-500-th8bmm7k", @@ -47766,29 +68772,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -47799,6 +68813,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -47827,7 +68865,7 @@ } ], "airtableId": "rec7ncR8qUzoMXtzd", - "id": "e716" + "id": "e717" }, { "aapbId": "cpb-aacip-500-8w384c6w", @@ -47849,6 +68887,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -47878,9 +68920,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec7nrkCTt8FGq0iY", - "id": "e717" + "id": "e718" }, { "aapbId": "cpb-aacip-500-rf5kfj6h", @@ -47908,6 +68974,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -47968,9 +69038,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec7o5aVnPLrlMQy9", - "id": "e718" + "id": "e719" }, { "aapbId": "cpb-aacip-500-1z41wb80", @@ -47990,6 +69084,30 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "psychology", + "name": "Psychology" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -48000,6 +69118,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -48010,7 +69152,7 @@ } ], "airtableId": "rec7o7hb4Z0PZXYmB", - "id": "e719" + "id": "e720" }, { "aapbId": "cpb-aacip-500-k9316p4s", @@ -48031,21 +69173,29 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-19th-century-history-and-criticism", "name": "Opera--19th century--History and criticism" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "verdi-giuseppe-1813-1901-operas-philips-sound-recording-label", "name": "Verdi, Giuseppe, 1813-1901. Operas (Philips (Sound recording label))" @@ -48081,9 +69231,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "rec7ociDdXM0h5GZN", - "id": "e720" + "id": "e721" }, { "aapbId": "cpb-aacip-500-zg6g608f", @@ -48102,29 +69276,33 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history", - "name": "African Americans--History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "biography-19th-century", - "name": "Biography--19th century" + "id": "biography-united-states", + "name": "Biography--United States" }, { "id": "carver-george-washington-1864-1943", "name": "Carver, George Washington, 1864?-1943" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -48134,16 +69312,11 @@ "name": "U.S. History (1900-present)" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -48151,8 +69324,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -48173,10 +69346,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "rec7ohJSaiFmqbtip", - "id": "e721" + "id": "e722" }, { "aapbId": "cpb-aacip-500-d795c340", @@ -48200,17 +69397,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -48261,9 +69466,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "rec7p6PNi4DLmeKQZ", - "id": "e722" + "id": "e723" }, { "aapbId": "cpb-aacip-500-vh5chf9c", @@ -48295,6 +69524,10 @@ "id": "drugs", "name": "Drugs" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -48303,25 +69536,33 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "sociology", + "name": "Sociology" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -48332,6 +69573,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -48360,7 +69625,7 @@ } ], "airtableId": "rec7pFfaIsFJYIvkV", - "id": "e723" + "id": "e724" }, { "aapbId": "cpb-aacip-500-qr4nqj5d", @@ -48385,12 +69650,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -48437,9 +69702,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec7rEkmZmv7zIPwy", - "id": "e724" + "id": "e725" }, { "aapbId": "cpb-aacip-500-k06x1w5p", @@ -48458,13 +69747,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec7rTvgvTzrSG0fX", - "id": "e725" + "id": "e726" }, { "aapbId": "cpb-aacip-500-c53f2z16", @@ -48480,16 +69797,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec7sDcmfpB0ZOTwh", - "id": "e726" + "id": "e727" }, { "aapbId": "cpb-aacip-500-w950mq5p", @@ -48518,17 +69867,21 @@ "name": "Constitutions--United States" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "police", "name": "Police" @@ -48592,9 +69945,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec7sRqjNLpOo6WAA", - "id": "e727" + "id": "e728" }, { "aapbId": "cpb-aacip-500-r785p01f", @@ -48618,10 +69995,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -48659,9 +70044,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec7ucqZqJyOPEouS", - "id": "e728" + "id": "e729" }, { "aapbId": "cpb-aacip-500-9g5gg327", @@ -48680,10 +70089,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "dickens-charles-1812-1870-travel-united-states", "name": "Dickens, Charles, 1812-1870--Travel--United States" @@ -48692,10 +70097,18 @@ "id": "dickens-charles-1812-1870-american-notes", "name": "Dickens, Charles, 1812-1870. American notes" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "travel-leisure", "name": "Travel & Leisure" @@ -48707,6 +70120,14 @@ { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -48745,10 +70166,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": null, "contributor": [], "airtableId": "rec7v7hiyVMohB6w1", - "id": "e729" + "id": "e730" }, { "aapbId": "cpb-aacip-500-ht2gcd64", @@ -48768,10 +70213,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -48809,9 +70262,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "rec7vsbV5JcDcnsFs", - "id": "e730" + "id": "e731" }, { "aapbId": "cpb-aacip-500-833n1217", @@ -48831,10 +70308,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -48842,6 +70315,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -48876,9 +70353,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec7wglUGlVWamC8E", - "id": "e731" + "id": "e732" }, { "aapbId": "cpb-aacip-500-dv1cpv0c", @@ -48906,9 +70407,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -48949,9 +70458,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec7ymSI4nGgiy70z", - "id": "e732" + "id": "e733" }, { "aapbId": "cpb-aacip-500-9p2w7p4s", @@ -48976,8 +70509,8 @@ "name": "Composers" }, { - "id": "conductors", - "name": "Conductors" + "id": "conductors-music", + "name": "Conductors (Music)" }, { "id": "music", @@ -48987,6 +70520,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestra", "name": "Orchestra" @@ -49028,9 +70565,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec7z6mlRs40cvqiX", - "id": "e733" + "id": "e734" }, { "aapbId": "cpb-aacip-500-j9609t87", @@ -49054,6 +70615,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "social-sciences", "name": "Social sciences" @@ -49095,9 +70660,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec7zkbS5GmhAxOC3", - "id": "e734" + "id": "e735" }, { "aapbId": "cpb-aacip-500-0c4sns6t", @@ -49118,8 +70707,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -49129,6 +70718,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "persecution-soviet-union", "name": "Persecution--Soviet Union" @@ -49137,10 +70730,6 @@ "id": "soviet-union", "name": "Soviet Union" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -49189,9 +70778,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "rec81Ir3b8iqI8but", - "id": "e735" + "id": "e736" }, { "aapbId": "cpb-aacip-500-pg1hnv7z", @@ -49219,6 +70832,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -49268,9 +70885,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "airtableId": "rec81U4d46yLCUhUv", - "id": "e736" + "id": "e737" }, { "aapbId": "cpb-aacip-500-4m91d35b", @@ -49303,6 +70944,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -49344,10 +70989,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec82WC5Ykl8JvupG", - "id": "e737" + "id": "e738" }, { "aapbId": "cpb-aacip-500-cr5ndp46", @@ -49368,13 +71037,21 @@ }, "subject": [ { - "id": "history-ancient", - "name": "History, Ancient" + "id": "economic-history", + "name": "Economic history" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-distribution-of-goods", "name": "Physical distribution of goods" @@ -49387,18 +71064,6 @@ "id": "socialism", "name": "Socialism" }, - { - "id": "socialism-history", - "name": "Socialism--History" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -49436,9 +71101,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec82WNQhzIYgHL9h", - "id": "e738" + "id": "e739" }, { "aapbId": "cpb-aacip-500-f7667x7v", @@ -49458,6 +71147,10 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" @@ -49467,12 +71160,12 @@ "name": "Brass instruments" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -49481,6 +71174,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -49521,9 +71218,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "rec83oxUiICe32hOR", - "id": "e739" + "id": "e740" }, { "aapbId": "cpb-aacip-500-6h4csg57", @@ -49551,6 +71272,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -49602,9 +71327,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec85RWwwnf1QXWbT", - "id": "e740" + "id": "e741" }, { "aapbId": "cpb-aacip-500-vh5chf84", @@ -49625,16 +71374,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -49669,9 +71418,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec85WGqatdL5Oown", - "id": "e741" + "id": "e742" }, { "aapbId": "cpb-aacip-500-9k45vd1m", @@ -49691,16 +71464,16 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" }, { "id": "business", "name": "Business" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "law", @@ -49710,6 +71483,10 @@ "id": "medicine", "name": "Medicine" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -49749,7 +71526,7 @@ ], "decade": "1960-1969", "airtableId": "rec85sB0OD0eT6AA8", - "id": "e742" + "id": "e743" }, { "aapbId": "cpb-aacip-500-6688mp0s", @@ -49769,6 +71546,22 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -49779,6 +71572,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -49789,7 +71606,7 @@ } ], "airtableId": "rec86K7eKnOx10OBl", - "id": "e743" + "id": "e744" }, { "aapbId": "cpb-aacip-500-ws8hk56s", @@ -49814,24 +71631,36 @@ "name": "Children & Families" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "parenting", + "name": "Parenting" }, { "id": "radio-plays-american", "name": "Radio plays, American" }, { - "id": "rural-urban-migration-drama", - "name": "Rural-urban migration--Drama" + "id": "rural-urban-migration", + "name": "Rural-urban migration" } ], "creator": [ @@ -49884,9 +71713,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "rec86XNR4PZNEYWcu", - "id": "e744" + "id": "e745" }, { "aapbId": "cpb-aacip-500-k06x1w6x", @@ -49907,20 +71760,24 @@ }, "subject": [ { - "id": "film-criticism-united-states", - "name": "Film criticism--United States" + "id": "film", + "name": "Film" }, { - "id": "film-history", - "name": "Film History" + "id": "film-criticism-united-states", + "name": "Film criticism--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -49958,18 +71815,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "rec87AktTwLFler9s", - "id": "e745" + "id": "e746" }, { "aapbId": "cpb-aacip-500-xk84pf62", @@ -49993,6 +71874,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -50054,9 +71939,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec87ccYdp8uVMm7K", - "id": "e746" + "id": "e747" }, { "aapbId": "cpb-aacip-500-5717qs2k", @@ -50077,24 +71986,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "animals", + "name": "Animals" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -50156,9 +72069,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec88W0uLSojVbyf7", - "id": "e747" + "id": "e748" }, { "aapbId": "cpb-aacip-500-m9023k9q", @@ -50176,13 +72113,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec88e2x7mpuKzkWG", - "id": "e748" + "id": "e749" }, { "aapbId": "cpb-aacip-500-gq6r380r", @@ -50203,12 +72168,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -50217,6 +72178,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -50243,10 +72208,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8ADXecNX01EyRk", - "id": "e749" + "id": "e750" }, { "aapbId": "cpb-aacip-500-qf8jjq0r", @@ -50270,6 +72259,10 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "education", + "name": "Education" + }, { "id": "family-life", "name": "Family life" @@ -50283,12 +72276,16 @@ "name": "Hopi Indians--Social life and customs" }, { - "id": "indians-of-north-america-education", - "name": "Indians of North America--Education" + "id": "indians-of-north-america", + "name": "Indians of North America" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -50341,9 +72338,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rec8Ci5HQZQihoYKI", - "id": "e750" + "id": "e751" }, { "aapbId": "cpb-aacip-500-4x54jz0m", @@ -50370,6 +72391,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -50386,10 +72411,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8E1hwMaDGzCzNM", - "id": "e751" + "id": "e752" }, { "aapbId": "cpb-aacip-500-2r3p0m33", @@ -50413,10 +72462,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -50436,10 +72501,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8ELlXUqGWgZb5a", - "id": "e752" + "id": "e753" }, { "aapbId": "cpb-aacip-500-jh3d3d8g", @@ -50460,13 +72549,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8FFjkJhR5sOxl9", - "id": "e753" + "id": "e754" }, { "aapbId": "cpb-aacip-500-qb9v5f88", @@ -50492,6 +72609,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -50514,10 +72635,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8FrthptSrVTSuI", - "id": "e754" + "id": "e755" }, { "aapbId": "cpb-aacip-500-n00ztj8w", @@ -50541,6 +72686,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -50624,11 +72773,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "rec8FtOfCbmx32jiP", - "id": "e755" + "id": "e756" }, { "aapbId": "cpb-aacip-500-p55dh12g", @@ -50658,6 +72835,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -50703,9 +72884,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rec8Fy9cOIrvVgkFu", - "id": "e756" + "id": "e757" }, { "aapbId": "cpb-aacip-500-sb3wz457", @@ -50725,6 +72930,18 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "mansfield-katherine-1888-1923", "name": "Mansfield, Katherine, 1888-1923" @@ -50734,12 +72951,12 @@ "name": "NAEB Region III" }, { - "id": "pacific-area-civilization", - "name": "Pacific Area--Civilization" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "pacific-area-civilization", + "name": "Pacific Area--Civilization" } ], "creator": [ @@ -50791,9 +73008,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec8I4p9twzKY5kVO", - "id": "e757" + "id": "e758" }, { "aapbId": "cpb-aacip-500-q52fct8v", @@ -50817,6 +73058,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -50864,9 +73109,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec8J5SO3PIq0CcoU", - "id": "e758" + "id": "e759" }, { "aapbId": "cpb-aacip-500-r785p24k", @@ -50880,12 +73149,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec8JqeUJAuDMv73r", "subject": [], - "id": "e759" + "id": "e760" }, { "aapbId": "cpb-aacip-500-cn6z1d0t", @@ -50905,6 +73198,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -50921,14 +73218,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -50972,9 +73269,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "rec8LVvYV5jyNyqut", - "id": "e760" + "id": "e761" }, { "aapbId": "cpb-aacip-500-mg7fw46v", @@ -50995,24 +73316,32 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "socialism-yugoslavia", - "name": "Socialism--Yugoslavia" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "socialism", + "name": "Socialism" }, { "id": "soviet-union", "name": "Soviet Union" }, { - "id": "soviet-union-foreign-relations-yugoslavia", - "name": "Soviet Union--Foreign relations--Yugoslavia" + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations" }, { "id": "soviet-union-history-20th-century", @@ -51030,14 +73359,6 @@ "id": "tito-josip-broz-1892-1980", "name": "Tito, Josip Broz, 1892-1980" }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -51046,6 +73367,10 @@ "id": "yugoslavia", "name": "Yugoslavia" }, + { + "id": "yugoslavia-foreign-relations", + "name": "Yugoslavia--Foreign relations" + }, { "id": "yugoslavia-politics-and-government-1945-1980", "name": "Yugoslavia--Politics and government--1945-1980" @@ -51083,9 +73408,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec8LnRjysudPZz1X", - "id": "e761" + "id": "e762" }, { "aapbId": "cpb-aacip-500-ns0kxv73", @@ -51103,13 +73452,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec8MG1GcarLQ4JTz", - "id": "e762" + "id": "e763" }, { "aapbId": "cpb-aacip-500-gq6r389x", @@ -51149,9 +73526,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nutrition", "name": "Nutrition" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -51176,9 +73561,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "rec8MJk8tMREwDGTf", - "id": "e763" + "id": "e764" }, { "aapbId": "cpb-aacip-500-154ds14k", @@ -51198,6 +73607,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -51209,6 +73622,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -51255,9 +73672,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec8MTlvptOedhvmJ", - "id": "e764" + "id": "e765" }, { "aapbId": "cpb-aacip-500-bn9x4g92", @@ -51277,6 +73718,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "bali-indonesia-province-description-and-travel", "name": "Bali (Indonesia : Province)--Description and travel" @@ -51294,8 +73739,8 @@ "name": "Cockfighting--Indonesia--Bali (Province)" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -51354,9 +73799,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rec8MaBN61aw00Aan", - "id": "e765" + "id": "e766" }, { "aapbId": "cpb-aacip-500-hh6c6j3r", @@ -51385,8 +73854,12 @@ "name": "Marriage" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "yurok-indians", @@ -51451,9 +73924,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rec8MgywO9Ib6fHoH", - "id": "e766" + "id": "e767" }, { "aapbId": "cpb-aacip-500-mw28f85t", @@ -51484,6 +73981,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -51518,9 +74019,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "rec8OdXvM1XBuF53Y", - "id": "e767" + "id": "e768" }, { "aapbId": "cpb-aacip-500-9w091883", @@ -51540,7 +74065,7 @@ "contributor": [], "airtableId": "rec8PTR4o2QQBKlFE", "subject": [], - "id": "e768" + "id": "e769" }, { "aapbId": "cpb-aacip-500-8g8fk85n", @@ -51564,6 +74089,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -51572,13 +74101,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -51608,14 +74149,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec8QOMri0RpLRxjI", - "id": "e769" + "id": "e770" }, { "aapbId": "cpb-aacip-500-hh6c6k07", @@ -51648,12 +74217,12 @@ "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -51686,10 +74255,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8QbCEI9OwiTHuy", - "id": "e770" + "id": "e771" }, { "aapbId": "cpb-aacip-500-xk84pf1v", @@ -51713,9 +74306,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -51750,9 +74351,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec8RoH6I2rNRlJyI", - "id": "e771" + "id": "e772" }, { "aapbId": "cpb-aacip-500-5m628x47", @@ -51773,16 +74398,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -51792,6 +74421,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "waller-fats-1904-1943-works-selections", "name": "Waller, Fats, 1904-1943. Works. Selections" @@ -51827,10 +74460,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8S2UQd5HNevRkm", - "id": "e772" + "id": "e773" }, { "aapbId": "cpb-aacip-500-542jbh5w", @@ -51858,6 +74515,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -51893,10 +74554,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8TBOIeSEzi0hx4", - "id": "e773" + "id": "e774" }, { "aapbId": "cpb-aacip-500-fj29ds90", @@ -51917,28 +74602,36 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { "id": "wheatley-phillis-1753-1784", @@ -51989,9 +74682,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "airtableId": "rec8TI7mVnodr9SPD", - "id": "e774" + "id": "e775" }, { "aapbId": "cpb-aacip-500-5q4rp73p", @@ -52012,13 +74729,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8UJ1x6nTRqMGiE", - "id": "e775" + "id": "e776" }, { "aapbId": "cpb-aacip-500-qv3c3w83", @@ -52033,12 +74778,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8UmI5vEHXhAJzm", - "subject": [], - "id": "e776" + "id": "e777" }, { "aapbId": "cpb-aacip-500-kp7trv94", @@ -52053,12 +74803,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8VWAm2ULyS3AQH", - "subject": [], - "id": "e777" + "id": "e778" }, { "aapbId": "cpb-aacip-500-gf0mxc28", @@ -52082,6 +74837,10 @@ "id": "coal-united-states", "name": "Coal--United States" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "miners-united-states", "name": "Miners--United States" @@ -52090,6 +74849,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "southern-states", "name": "Southern States" @@ -52097,10 +74860,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -52153,9 +74912,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec8Wj3QVSZAOImtl", - "id": "e778" + "id": "e779" }, { "aapbId": "cpb-aacip-500-5m628x9f", @@ -52188,6 +74971,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -52229,10 +75016,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8WplIy7dPHHr7P", - "id": "e779" + "id": "e780" }, { "aapbId": "cpb-aacip-500-br8mht9w", @@ -52255,10 +75066,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -52278,10 +75097,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8XdlCzn4NC2iPp", - "id": "e780" + "id": "e781" }, { "aapbId": "cpb-aacip-500-qb9v5g38", @@ -52311,6 +75154,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -52345,9 +75192,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "rec8Xr5WUXdDAD2K0", - "id": "e781" + "id": "e782" }, { "aapbId": "cpb-aacip-500-cr5ndq4d", @@ -52378,6 +75249,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -52418,9 +75293,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec8Y91VucdAiO4Nh", - "id": "e782" + "id": "e783" }, { "aapbId": "cpb-aacip-500-c824g71s", @@ -52444,13 +75343,33 @@ "id": "demosthenes-speeches", "name": "Demosthenes. Speeches" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "war", + "name": "War" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -52487,12 +75406,40 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "contributor": [], "airtableId": "rec8Y9T7N0KDLjLj8", - "id": "e783" + "id": "e784" }, { "aapbId": "cpb-aacip-500-f7668010", @@ -52507,12 +75454,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8YUThTNypYe0iQ", - "subject": [], - "id": "e784" + "id": "e785" }, { "aapbId": "cpb-aacip-500-q814s57m", @@ -52540,29 +75492,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -52573,6 +75533,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -52595,7 +75579,7 @@ } ], "airtableId": "rec8ZjoiG6H2TpB31", - "id": "e785" + "id": "e786" }, { "aapbId": "cpb-aacip-500-rv0d0r1x", @@ -52609,16 +75593,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec8a27ejOJ9rApjw", - "id": "e786" + "id": "e787" }, { "aapbId": "cpb-aacip-500-s756jv21", @@ -52646,10 +75670,18 @@ "id": "europe", "name": "Europe" }, + { + "id": "germany", + "name": "Germany" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nazis", "name": "Nazis" @@ -52663,8 +75695,12 @@ "name": "Remilitarization--Germany--History--20th century" }, { - "id": "youth-germany-20th-century", - "name": "Youth--Germany--20th century" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -52704,9 +75740,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec8afcysAT6DvQ9z", - "id": "e787" + "id": "e788" }, { "aapbId": "cpb-aacip-500-1j97b66f", @@ -52734,6 +75794,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -52741,6 +75805,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -52769,9 +75837,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec8cWujOsxhFzCJV", - "id": "e788" + "id": "e789" }, { "aapbId": "cpb-aacip-500-th8bmm92", @@ -52789,13 +75881,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec8fBI1rJM3jTK8R", - "id": "e789" + "id": "e790" }, { "aapbId": "cpb-aacip-500-q52fcv5b", @@ -52814,9 +75934,21 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "painting", + "name": "Painting" } ], "creator": [ @@ -52846,9 +75978,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec8hbX6vy0T8l6jq", - "id": "e790" + "id": "e791" }, { "aapbId": "cpb-aacip-500-kk94ck63", @@ -52863,12 +76019,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec8iOM4qcy9gdvkm", "subject": [], - "id": "e791" + "id": "e792" }, { "aapbId": "cpb-aacip-500-5t3g2j1z", @@ -52896,6 +76076,10 @@ "id": "cities-and-towns", "name": "Cities and towns" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "future-the", "name": "Future, The" @@ -52908,6 +76092,10 @@ "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "physics", "name": "Physics" @@ -52932,6 +76120,10 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "youth", "name": "Youth" @@ -52992,9 +76184,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec8jyUB7V7L12K9q", - "id": "e792" + "id": "e793" }, { "aapbId": "cpb-aacip-500-9s1kmz3z", @@ -53014,9 +76230,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -53033,10 +76261,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8kktOA8dwdtjS4", - "id": "e793" + "id": "e794" }, { "aapbId": "cpb-aacip-500-833n128x", @@ -53057,13 +76309,21 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "military", + "name": "Military" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "north-carolina-history-19th-century-fiction", "name": "North Carolina--History--19th century--Fiction" @@ -53073,20 +76333,15 @@ "name": "Radio plays, American" }, { - "id": "united-states-history-civil-war-1861-1865-drama", - "name": "United States--History--Civil War, 1861-1865--Drama" + "id": "united-states-civil-war-1861-1865", + "name": "United States--Civil War, 1861-1865" }, { - "id": "united-states-history-civil-war-1861-1865-military-personnel", - "name": "United States--History--Civil War, 1861-1865--Military personnel" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -53094,8 +76349,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -53130,9 +76385,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "rec8krq5C8fUVVelG", - "id": "e794" + "id": "e795" }, { "aapbId": "cpb-aacip-500-wh2ddb93", @@ -53160,6 +76439,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -53208,9 +76491,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec8l2L0jQdJTzJDl", - "id": "e795" + "id": "e796" }, { "aapbId": "cpb-aacip-500-mw28f968", @@ -53241,6 +76548,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -53269,9 +76580,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec8l92C15zOk3U1e", - "id": "e796" + "id": "e797" }, { "aapbId": "cpb-aacip-500-2805266b", @@ -53299,6 +76634,10 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -53307,33 +76646,37 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "shakespeare-plays", - "name": "Shakespeare plays" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-anecdotes", + "name": "New York (State)--New York--Anecdotes" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "shakespeare-plays", + "name": "Shakespeare plays" }, { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -53374,9 +76717,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec8nQlI8TVl9v4vf", - "id": "e797" + "id": "e798" }, { "aapbId": "cpb-aacip-500-125qcs3z", @@ -53397,32 +76764,70 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8nfBtLaOMG67Oa", - "id": "e798" + "id": "e799" }, { "aapbId": "cpb-aacip-500-7p8tfz4r", "naebId": "71-19-3", "umdId": "5435", - "title": "#3 (Reel 2)", + "title": "Third concert (part 2)", "duration": 2270, "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers.", + "description": "Concert #3, part 2 of 2. ", "location": "Hornbake Special Collections", + "temporal": "1961-1970", "language": "English", "series": { "id": "1970-may-festival", "title": "1970 May festival" }, "subject": [ + { + "id": "choral-music", + "name": "Choral music" + }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "concerts", + "name": "Concerts" + }, { "id": "music", "name": "Music" @@ -53430,19 +76835,111 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "oratorio", + "name": "Oratorio" } ], "creator": [ + { + "id": "wguc-radio-station-cincinnati-ohio", + "name": "WGUC (Radio station : Cincinnati, Ohio)", + "type": "Corporate Body", + "role": "Producer" + }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", - "type": "Corporate Body" + "type": "Corporate Body", + "role": "Artist" } ], - "decade": null, - "contributor": [], + "contributor": [ + { + "id": "haywood-lorna", + "name": "Haywood, Lorna", + "type": "Person" + }, + { + "id": "shaw-robert-1916-1999", + "name": "Shaw, Robert, 1916-1999", + "type": "Person" + }, + { + "id": "thomas-elmer", + "name": "Thomas, Elmer", + "type": "Person" + }, + { + "id": "harrower-peter", + "name": "Harrower, Peter", + "type": "Person" + }, + { + "id": "prokofiev-sergey-1891-1953", + "name": "Prokofiev, Sergey, 1891-1953", + "type": "Person", + "role": "Composer" + }, + { + "id": "rudel-julius", + "name": "Rudel, Julius", + "type": "Person", + "role": "Conductor" + }, + { + "id": "bennett-myron", + "name": "Bennett, Myron", + "type": "Person", + "role": "Narrator" + } + ], + "genre": [ + { + "id": "music", + "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], + "decade": "1960-1969", "airtableId": "rec8oXBhqOVWMDqCz", - "id": "e799" + "id": "e800" }, { "aapbId": "cpb-aacip-500-6688mn9r", @@ -53463,13 +76960,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8pTh0Rwij5E1Jr", - "id": "e800" + "id": "e801" }, { "aapbId": "cpb-aacip-500-ks6j532z", @@ -53497,6 +77022,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -53546,9 +77075,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec8ppYpVaPdxSAb4", - "id": "e801" + "id": "e802" }, { "aapbId": "cpb-aacip-500-gb1xj31m", @@ -53568,14 +77121,14 @@ "title": "The American people" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nostalgia", "name": "Nostalgia" @@ -53585,8 +77138,16 @@ "name": "Politics and culture--United States" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -53615,9 +77176,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec8qDR4UIVivtiQ7", - "id": "e802" + "id": "e803" }, { "aapbId": "cpb-aacip-500-cn6z1c79", @@ -53641,6 +77226,10 @@ "id": "dakota-indians", "name": "Dakota Indians" }, + { + "id": "dakota-indians-education", + "name": "Dakota Indians--Education" + }, { "id": "dakota-indians-history", "name": "Dakota Indians--History" @@ -53649,10 +77238,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "indians-of-north-america", "name": "Indians of North America" @@ -53662,8 +77247,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -53684,10 +77277,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8qYYaNqqLzFJXM", - "id": "e803" + "id": "e804" }, { "aapbId": "cpb-aacip-500-q52fct54", @@ -53708,32 +77325,36 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "bethune-mary-mcleod-1875-1955", "name": "Bethune, Mary McLeod, 1875-1955" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -53760,10 +77381,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec8qdynwfD5ARLrZ", - "id": "e804" + "id": "e805" }, { "aapbId": "cpb-aacip-500-3b5wbb7c", @@ -53791,6 +77436,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -53798,6 +77447,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -53826,9 +77479,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rec8reAXPxsFTuYBW", - "id": "e805" + "id": "e806" }, { "aapbId": "cpb-aacip-500-28052525", @@ -53856,6 +77533,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -53904,9 +77585,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec8sbNorQ6PC1OQ3", - "id": "e806" + "id": "e807" }, { "aapbId": "cpb-aacip-500-dj58j00w", @@ -53925,13 +77630,49 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "television-criticism", + "name": "Television criticism" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec8t0QcavmnMxZrp", - "id": "e807" + "id": "e808" }, { "aapbId": "cpb-aacip-500-1z41wb02", @@ -53952,21 +77693,21 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "steinbeck-john-1902-1968", "name": "Steinbeck, John, 1902-1968" @@ -53974,6 +77715,10 @@ { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -54025,9 +77770,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "rec8te0UsmP0ibfnI", - "id": "e808" + "id": "e809" }, { "aapbId": "cpb-aacip-500-zp3vzn8s", @@ -54047,17 +77816,29 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "journalists", + "name": "Journalists" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -54092,9 +77873,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec8v4bdYm5W3ru5J", - "id": "e809" + "id": "e810" }, { "aapbId": "cpb-aacip-500-xp6v2q2j", @@ -54122,6 +77927,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -54171,9 +77980,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec8v9ReiWA3n2edw", - "id": "e810" + "id": "e811" }, { "aapbId": "cpb-aacip-500-zg6g617d", @@ -54201,29 +78034,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -54234,6 +78075,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -54256,7 +78121,7 @@ } ], "airtableId": "rec8w99f28CJyL1er", - "id": "e811" + "id": "e812" }, { "aapbId": "cpb-aacip-500-057cw670", @@ -54275,13 +78140,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec8w9jpK1VCRvzmw", - "id": "e812" + "id": "e813" }, { "aapbId": "cpb-aacip-500-ws8hk69q", @@ -54296,12 +78189,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec8wJf8jldTYXfoO", - "subject": [], - "id": "e813" + "id": "e814" }, { "aapbId": "cpb-aacip-500-r20rwd8t", @@ -54321,21 +78231,33 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, { "id": "conrad-joseph-1857-1924", "name": "Conrad, Joseph, 1857-1924" }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "writers", - "name": "Writers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -54397,18 +78319,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "rec8xtTcA7prIJO9F", - "id": "e814" + "id": "e815" }, { "aapbId": "cpb-aacip-500-ww76zh3w", @@ -54424,6 +78370,10 @@ "title": "Music now" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, { "id": "kroeger-karl", "name": "Kroeger, Karl" @@ -54432,10 +78382,6 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "schiffman-harold-1928", "name": "Schiffman, Harold, 1928-" @@ -54443,6 +78389,10 @@ { "id": "songs", "name": "Songs" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -54496,7 +78446,7 @@ ], "decade": null, "airtableId": "rec8yRxkZefeWyHZ8", - "id": "e815" + "id": "e816" }, { "aapbId": "cpb-aacip-500-j09w4z60", @@ -54525,16 +78475,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -54572,18 +78526,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "rec8ySc9qROo0ZkPd", - "id": "e816" + "id": "e817" }, { "aapbId": "cpb-aacip-500-n8730d12", @@ -54607,9 +78585,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -54644,9 +78630,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec8yl5rR8EMwV6Ah", - "id": "e817" + "id": "e818" }, { "aapbId": "cpb-aacip-500-4m91d165", @@ -54689,6 +78699,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -54735,9 +78749,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rec8zgGyCSkbpaPjZ", - "id": "e818" + "id": "e819" }, { "aapbId": "cpb-aacip-500-sq8qh83x", @@ -54757,6 +78795,14 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "ellington-duke-1899-1974-appreciation", "name": "Ellington, Duke, 1899-1974--Appreciation" @@ -54766,12 +78812,12 @@ "name": "Ellington, Duke, 1899-1974--Criticism and interpretation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -54780,6 +78826,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -54812,10 +78862,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec90uYvsdQ1l6iae", - "id": "e819" + "id": "e820" }, { "aapbId": "cpb-aacip-500-6w96bn8b", @@ -54855,6 +78929,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sexually-transmitted-disease-vaccines", "name": "Sexually transmitted disease vaccines" @@ -54894,10 +78972,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec919B9jA3PENmIj", - "id": "e820" + "id": "e821" }, { "aapbId": "cpb-aacip-500-gm81pz0x", @@ -54929,6 +79031,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -54976,9 +79082,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec91dPTMayPtNIgX", - "id": "e821" + "id": "e822" }, { "aapbId": "cpb-aacip-500-ht2gcc75", @@ -54999,13 +79129,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -55021,10 +79155,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -55083,9 +79213,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rec93K64YExXciFjb", - "id": "e822" + "id": "e823" }, { "aapbId": "cpb-aacip-500-x63b4b4r", @@ -55120,10 +79274,18 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "rescues", "name": "Rescues" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "volunteers", "name": "Volunteers" @@ -55185,9 +79347,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "airtableId": "rec93iBqcpbutrQJ9", - "id": "e823" + "id": "e824" }, { "aapbId": "cpb-aacip-500-hd7nt85p", @@ -55215,9 +79401,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -55250,10 +79444,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec95WkJWh87MUSMs", - "id": "e824" + "id": "e825" }, { "aapbId": "cpb-aacip-500-707wqx10", @@ -55281,6 +79499,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -55363,9 +79585,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rec96SE2wraJ1K8bD", - "id": "e825" + "id": "e826" }, { "aapbId": "cpb-aacip-500-zk55k893", @@ -55386,12 +79632,20 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -55415,14 +79669,42 @@ "id": "educational", "name": "Educational" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rec96ixbqz6wm5R6x", - "id": "e826" + "id": "e827" }, { "aapbId": "cpb-aacip-500-3r0pwh7n", @@ -55446,6 +79728,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -55467,8 +79757,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -55511,9 +79801,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "rec96onwAcfktTLRQ", - "id": "e827" + "id": "e828" }, { "aapbId": "cpb-aacip-500-ng4gs17t", @@ -55532,13 +79846,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec974RGh59hFw2C5", - "id": "e828" + "id": "e829" }, { "aapbId": "cpb-aacip-500-wp9t5x6d", @@ -55566,21 +79908,29 @@ "id": "comedy", "name": "Comedy" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -55615,9 +79965,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rec974ytgs9AbK2rK", - "id": "e829" + "id": "e830" }, { "aapbId": "cpb-aacip-500-n58cm41h", @@ -55642,12 +80016,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -55693,9 +80067,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec97FXYug8KhlEiP", - "id": "e830" + "id": "e831" }, { "aapbId": "cpb-aacip-500-125qcr8z", @@ -55722,6 +80120,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -55738,10 +80140,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec98SrY1HjnQLrCZ", - "id": "e831" + "id": "e832" }, { "aapbId": "cpb-aacip-500-d795c43z", @@ -55762,13 +80188,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec9AM2TysEOnwc3M", - "id": "e832" + "id": "e833" }, { "aapbId": "cpb-aacip-500-zg6g6293", @@ -55787,13 +80241,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec9D8sdpS2BHbtRK", - "id": "e833" + "id": "e834" }, { "aapbId": "cpb-aacip-500-gf0mxd6f", @@ -55811,10 +80293,22 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -55822,6 +80316,10 @@ { "id": "wit-and-humor", "name": "Wit and humor" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -55885,9 +80383,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "rec9DPDRO0EgpnO18", - "id": "e834" + "id": "e835" }, { "aapbId": "cpb-aacip-500-pc2t8m19", @@ -55921,6 +80443,14 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "social-values-united-states", "name": "Social values--United States" @@ -55937,10 +80467,6 @@ "id": "television", "name": "Television" }, - { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" - }, { "id": "violence", "name": "Violence" @@ -55970,10 +80496,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9EVYLHLbsqOKj9", - "id": "e835" + "id": "e836" }, { "aapbId": "cpb-aacip-500-b56d6323", @@ -56004,6 +80554,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -56038,9 +80592,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "rec9EdTXBU3HHfanq", - "id": "e836" + "id": "e837" }, { "aapbId": "cpb-aacip-500-3f4kqp4g", @@ -56058,13 +80636,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec9F3Z6XyX09bROn", - "id": "e837" + "id": "e838" }, { "aapbId": "cpb-aacip-500-08638f1w", @@ -56084,29 +80690,37 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "african-americans-economic-conditions", - "name": "African Americans--Economic conditions" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organizations-united-states", "name": "Organizations--United States" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -56165,9 +80779,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rec9FX22AgMjyN21F", - "id": "e838" + "id": "e839" }, { "aapbId": "cpb-aacip-500-k06x1v2r", @@ -56181,12 +80819,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec9GwPtwYn750B6H", - "subject": [], - "id": "e839" + "id": "e840" }, { "aapbId": "cpb-aacip-500-zg6g6076", @@ -56211,12 +80858,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -56269,9 +80916,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rec9IFF9vGACAvVOa", - "id": "e840" + "id": "e841" }, { "aapbId": "cpb-aacip-500-d50fzt1k", @@ -56286,12 +80957,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rec9IInmCRBg9YFQG", "subject": [], - "id": "e841" + "id": "e842" }, { "aapbId": "cpb-aacip-500-m32nb072", @@ -56312,21 +81007,29 @@ }, "subject": [ { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada", + "name": "Canada" }, { - "id": "communism-cuba", - "name": "Communism--Cuba" + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { - "id": "communism-latin-america", - "name": "Communism--Latin America" + "id": "communism", + "name": "Communism" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "cuba", + "name": "Cuba" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -56340,16 +81043,24 @@ "name": "Latin America" }, { - "id": "revolutions-latin-america-20th-century", - "name": "Revolutions--Latin America--20th century" + "id": "revolutions", + "name": "Revolutions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", "name": "World Politics" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -56397,11 +81108,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" } ], "decade": "1950-1959", "airtableId": "rec9INpMGN8V0ljEd", - "id": "e842" + "id": "e843" }, { "aapbId": "cpb-aacip-500-4q7qsb6p", @@ -56429,6 +81168,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -56477,9 +81220,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec9IylV1uGOHmNC1", - "id": "e843" + "id": "e844" }, { "aapbId": "cpb-aacip-500-639k7c44", @@ -56493,12 +81260,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec9J4T2HoBRKVYpA", "subject": [], - "id": "e844" + "id": "e845" }, { "aapbId": "cpb-aacip-500-nv99b59g", @@ -56526,6 +81317,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -56569,9 +81364,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rec9JGRQ2wDWRWGch", - "id": "e845" + "id": "e846" }, { "aapbId": "cpb-aacip-500-0c4snr05", @@ -56603,6 +81422,10 @@ "id": "berlin-germany-history-1945-1990", "name": "Berlin (Germany)--History--1945-1990" }, + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -56611,6 +81434,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "teachers-germany", "name": "Teachers--Germany" @@ -56659,9 +81486,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec9KBoKT6hZYmiDx", - "id": "e846" + "id": "e847" }, { "aapbId": "cpb-aacip-500-xd0qwv6r", @@ -56682,13 +81533,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -56704,10 +81559,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -56778,9 +81629,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rec9M3tMiZIjNXDAK", - "id": "e847" + "id": "e848" }, { "aapbId": "cpb-aacip-500-qj77z05j", @@ -56812,6 +81687,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -56859,9 +81738,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec9M9ORl8Cy0oecR", - "id": "e848" + "id": "e849" }, { "aapbId": "cpb-aacip-500-gq6r3866", @@ -56881,7 +81784,7 @@ "contributor": [], "airtableId": "rec9MhWkkKD6YJpTX", "subject": [], - "id": "e849" + "id": "e850" }, { "aapbId": "cpb-aacip-500-nk365836", @@ -56909,9 +81812,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -56951,9 +81862,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec9MqYkbZFe0vFm7", - "id": "e850" + "id": "e851" }, { "aapbId": "cpb-aacip-500-np1wjj7g", @@ -56973,18 +81908,26 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "foreign-literature", "name": "Foreign Literature" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "trollope-frances-milton-1780-1863-travel-united-states", "name": "Trollope, Frances Milton, 1780-1863--Travel--United States" @@ -56993,13 +81936,13 @@ "id": "trollope-frances-milton-1780-1863-domestic-manners-of-the-americans", "name": "Trollope, Frances Milton, 1780-1863. Domestic manners of the Americans" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -57038,10 +81981,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9NqrcAitWfEulo", - "id": "e851" + "id": "e852" }, { "aapbId": "cpb-aacip-500-5q4rp60r", @@ -57061,18 +82028,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -57152,9 +82123,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "rec9O7Y6yqTUWmFxt", - "id": "e852" + "id": "e853" }, { "aapbId": "cpb-aacip-500-2f7jtt3q", @@ -57178,6 +82173,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -57186,13 +82185,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -57228,14 +82239,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec9OHI7He2QHTBZj", - "id": "e853" + "id": "e854" }, { "aapbId": "cpb-aacip-500-251fnw94", @@ -57256,28 +82295,32 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" - }, - { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "american-literature", + "name": "American literature" }, { "id": "dos-passos-john-1896-1970", "name": "Dos Passos, John, 1896-1970" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -57329,9 +82372,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "rec9P31o8DwwiHlwa", - "id": "e854" + "id": "e855" }, { "aapbId": "cpb-aacip-500-kh0f083s", @@ -57362,6 +82429,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -57402,9 +82473,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "rec9PVrjJPYZzQfnX", - "id": "e855" + "id": "e856" }, { "aapbId": "cpb-aacip-500-5t3g2g2s", @@ -57425,24 +82520,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "piano-music-20th-century-analysis-appreciation", - "name": "Piano music--20th century--Analysis, appreciation" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "piano-music", + "name": "Piano music" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -57483,9 +82586,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "rec9Pa1VGPUZKqm1V", - "id": "e856" + "id": "e857" }, { "aapbId": "cpb-aacip-500-348gjr6w", @@ -57513,6 +82640,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -57560,9 +82691,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rec9PanTiiOTEJ2n3", - "id": "e857" + "id": "e858" }, { "aapbId": "cpb-aacip-500-6w96bn9k", @@ -57602,6 +82757,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -57637,10 +82796,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9QcejseaHdxnxC", - "id": "e858" + "id": "e859" }, { "aapbId": "cpb-aacip-500-0z710h3m", @@ -57660,7 +82843,7 @@ "contributor": [], "airtableId": "rec9R5Gfk8qCqNDPG", "subject": [], - "id": "e859" + "id": "e860" }, { "aapbId": "cpb-aacip-500-6q1sk35p", @@ -57693,11 +82876,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rec9R96JMzFEtFPgM", "subject": [], - "id": "e860" + "id": "e861" }, { "aapbId": "cpb-aacip-500-gm81q087", @@ -57729,6 +82936,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -57776,9 +82987,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec9SKP92z3wuM1Q2", - "id": "e861" + "id": "e862" }, { "aapbId": "cpb-aacip-500-dz03352s", @@ -57799,13 +83034,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec9SXdgdsSXU1QDe", - "id": "e862" + "id": "e863" }, { "aapbId": "cpb-aacip-500-fb4wn77j", @@ -57840,6 +83103,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -57866,10 +83133,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9SaF9ktSEGnO41", - "id": "e863" + "id": "e864" }, { "aapbId": "cpb-aacip-500-st7dwk12", @@ -57897,17 +83188,13 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media-criticism", @@ -57917,6 +83204,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -57936,6 +83227,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -57988,9 +83287,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec9Szwwjbj3uQoNr", - "id": "e864" + "id": "e865" }, { "aapbId": "cpb-aacip-500-4m91d304", @@ -58025,6 +83348,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -58057,10 +83384,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9UTNjFAklyHXKo", - "id": "e865" + "id": "e866" }, { "aapbId": "cpb-aacip-500-fj29dv9d", @@ -58081,13 +83432,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rec9Uco4B6m0RUE0N", - "id": "e866" + "id": "e867" }, { "aapbId": "cpb-aacip-500-mk658d16", @@ -58119,6 +83498,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -58148,10 +83531,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9VHsHlpFwNJUs8", - "id": "e867" + "id": "e868" }, { "aapbId": "cpb-aacip-500-hh6c6k7x", @@ -58175,6 +83582,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -58222,9 +83633,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec9VZ0hPwrymyrWa", - "id": "e868" + "id": "e869" }, { "aapbId": "cpb-aacip-500-w950mr64", @@ -58245,16 +83680,16 @@ }, "subject": [ { - "id": "communism", - "name": "Communism" + "id": "china", + "name": "China" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "communism", + "name": "Communism" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "europe", + "name": "Europe" }, { "id": "international-relations", @@ -58265,25 +83700,25 @@ "name": "NAEB Region III" }, { - "id": "politics-and-government", - "name": "Politics and government" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "politics-and-government", + "name": "Politics and government" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "war", "name": "War" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -58321,9 +83756,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec9VaDEUnIXfFVqf", - "id": "e869" + "id": "e870" }, { "aapbId": "cpb-aacip-500-w6697g2r", @@ -58344,49 +83803,49 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-1863-1877", - "name": "African Americans--History--1863-1877" + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "constitutional-amendments-united-states", "name": "Constitutional amendments--United States" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "reconstruction-us-history-1865-1877", - "name": "Reconstruction (U.S. history, 1865-1877)" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "southern-states-history", - "name": "Southern States--History" + "id": "reconstruction-us-history-1865-1877", + "name": "Reconstruction (U.S. history, 1865-1877)" }, { "id": "us-government", "name": "U.S. Government" }, - { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" - }, { "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, { "id": "united-states-congress-history-19th-century", "name": "United States. Congress--History--19th century" @@ -58424,9 +83883,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec9Wqo1sztjjOzYU", - "id": "e870" + "id": "e871" }, { "aapbId": "cpb-aacip-500-d795c251", @@ -58458,6 +83941,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -58501,9 +83988,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec9XFHBOWVkWC619", - "id": "e871" + "id": "e872" }, { "aapbId": "cpb-aacip-500-xd0qwx7d", @@ -58521,13 +84032,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rec9XpPFInIT0MDQE", - "id": "e872" + "id": "e873" }, { "aapbId": "cpb-aacip-500-9g5gg40z", @@ -58562,6 +84101,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -58594,10 +84137,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9Y4wsoLaPa2RP3", - "id": "e873" + "id": "e874" }, { "aapbId": "cpb-aacip-500-1z41wb2j", @@ -58621,10 +84188,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -58662,6 +84237,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec9ZrLJ5WUfHoWWH", "id": "e875" @@ -58697,21 +84296,25 @@ "name": "Broadcasting policy--United States" }, { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -58731,6 +84334,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -58795,6 +84406,30 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rec9Zvb7rXxrU2nX4", "id": "e876" @@ -58821,9 +84456,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -58858,6 +84501,30 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec9bLi7p4ePpiyfh", "id": "e877" @@ -58881,6 +84548,34 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", @@ -58907,10 +84602,6 @@ "title": "Document: Deep South" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" @@ -58928,8 +84619,8 @@ "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "rivers", @@ -58943,10 +84634,6 @@ "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" - }, { "id": "water-resources-development", "name": "Water resources development" @@ -59008,6 +84695,30 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec9bjgfzl6V2ByBE", "id": "e879" @@ -59036,6 +84747,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -59058,6 +84773,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9eAWd0OJeIuAm4", @@ -59093,6 +84832,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -59169,6 +84912,30 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "rec9fe4QuWqOxbS6H", "id": "e881" @@ -59190,17 +84957,13 @@ }, "subject": [ { - "id": "agriculture-united-states", - "name": "Agriculture--United States" + "id": "agriculture", + "name": "Agriculture" }, { "id": "americans-employment", "name": "Americans--Employment" }, - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" @@ -59222,12 +84985,12 @@ "name": "Health care reform--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { - "id": "presidents", - "name": "Presidents" + "id": "presidents-united-states", + "name": "Presidents--United States" }, { "id": "sociology", @@ -59254,12 +85017,12 @@ "name": "United States--Economic conditions--1971-1981" }, { - "id": "united-states-foreign-relations-1974-1977", - "name": "United States--Foreign relations--1974-1977" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { - "id": "world-politics", - "name": "World Politics" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -59295,6 +85058,30 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "rec9gDazwarQ2UkaO", "id": "e882" @@ -59317,6 +85104,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -59337,6 +85128,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -59349,6 +85144,18 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -59358,8 +85165,8 @@ "name": "War" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -59422,6 +85229,30 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "rec9hThvaFdfn7ber", "id": "e883" @@ -59451,6 +85282,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -59467,6 +85306,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9iFSyaL0z0xBUG", @@ -59489,6 +85352,34 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", @@ -59527,10 +85418,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -59566,6 +85465,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "rec9jn41lMtvGYUYH", "id": "e886" @@ -59596,6 +85519,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -59631,6 +85558,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9kuhB2Yr42K3AL", @@ -59658,17 +85609,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -59718,13 +85673,37 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", @@ -59750,8 +85729,12 @@ }, "subject": [ { - "id": "egoism-drama", - "name": "Egoism--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "egoism", + "name": "Egoism" }, { "id": "ibsen-henrik-1828-1906-criticism-and-interpretation", @@ -59765,6 +85748,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -59800,6 +85787,30 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rec9luUUBhYOk2EQL", "id": "e889" @@ -59825,6 +85836,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -59848,6 +85863,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9mcZBMDTQZUmjd", @@ -59879,6 +85918,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -59921,6 +85964,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rec9oHGYmxZMVuLWB", "id": "e891" @@ -59959,13 +86026,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "political-parties-great-britain-history-20th-century", "name": "Political parties--Great Britain--History--20th century" }, { - "id": "voting-great-britain", - "name": "Voting--Great Britain" + "id": "voting", + "name": "Voting" }, { "id": "world-politics", @@ -59998,6 +86069,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rec9oVjUMQIBjjV7f", "id": "e892" @@ -60023,10 +86118,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -60046,6 +86149,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9ok6MmkjfusRRE", @@ -60081,10 +86208,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -60126,6 +86261,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "rec9pVJiuKoraUOV9", "id": "e894" @@ -60146,6 +86305,34 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, @@ -60169,9 +86356,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -60201,6 +86404,30 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rec9qQpr4NUDDxOa5", "id": "e896" @@ -60223,21 +86450,41 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "france", + "name": "France" + }, + { + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -60275,13 +86522,37 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", @@ -60319,12 +86590,20 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "sioux-nation", "name": "Sioux Nation" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -60376,6 +86655,30 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "rec9s2ZkukPDFCKtD", "id": "e898" @@ -60399,6 +86702,34 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", @@ -60426,16 +86757,16 @@ }, "subject": [ { - "id": "communism", - "name": "Communism" + "id": "china", + "name": "China" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "communism", + "name": "Communism" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "europe", + "name": "Europe" }, { "id": "international-relations", @@ -60446,25 +86777,25 @@ "name": "NAEB Region III" }, { - "id": "politics-and-government", - "name": "Politics and government" - }, - { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "politics-and-government", + "name": "Politics and government" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "war", "name": "War" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -60502,6 +86833,30 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rec9vRZsBRVYFeCl6", "id": "e900" @@ -60528,17 +86883,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -60576,13 +86935,37 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", @@ -60608,6 +86991,34 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", @@ -60638,9 +87049,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -60692,6 +87111,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rec9wMhccJDyfjFpO", "id": "e903" @@ -60718,14 +87161,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -60753,6 +87196,30 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rec9wWqMsOzpu120A", @@ -60772,29 +87239,45 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "feminism", "name": "Feminism" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "women-books-and-reading", - "name": "Women--Books and reading" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { - "id": "women-united-states", - "name": "Women--United States" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" }, { "id": "womens-rights", @@ -60859,6 +87342,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "airtableId": "rec9yIyAgHql6tvgL", "id": "e905" @@ -60882,8 +87389,8 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "ecology-the-environment", + "name": "Ecology & the Environment" }, { "id": "economy-business", @@ -60898,8 +87405,8 @@ "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "southern-states-commerce", @@ -60908,10 +87415,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -60964,6 +87467,30 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rec9yZAdfvelPE380", "id": "e906" @@ -60998,6 +87525,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -61081,6 +87612,30 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "rec9ydknCiGPbFLmn", "id": "e907" @@ -61107,9 +87662,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -61144,6 +87707,30 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rec9z81tXzWEoDIue", "id": "e908" @@ -61167,8 +87754,12 @@ }, "subject": [ { - "id": "advertising-great-britain", - "name": "Advertising--Great Britain" + "id": "advertising", + "name": "Advertising" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "europe", @@ -61187,20 +87778,28 @@ "name": "Great Britain--Social life and customs--20th century" }, { - "id": "leisure-great-britain", - "name": "Leisure--Great Britain" + "id": "leisure", + "name": "Leisure" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "television-programs-great-britain", - "name": "Television programs--Great Britain" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "work-and-family-great-britain", - "name": "Work and family--Great Britain" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "television-programs", + "name": "Television programs" + }, + { + "id": "work-and-family", + "name": "Work and family" } ], "creator": [ @@ -61236,6 +87835,30 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recA0MHwdSSos5ALr", "id": "e909" @@ -61266,6 +87889,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -61322,6 +87949,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recA0dOeoCVIeGraK", "id": "e910" @@ -61387,6 +88038,30 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recA1zYA00rJxz0mR", @@ -61414,6 +88089,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -61422,13 +88101,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -61464,11 +88155,39 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recA2CzPRGrWIEfXr", "id": "e912" @@ -61495,17 +88214,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -61546,6 +88273,30 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recA2EVpqvhVI39zZ", "id": "e913" @@ -61567,13 +88318,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recA397sbSlVoqmla", - "id": "e914" + "id": "e915" }, { "aapbId": "cpb-aacip-500-br8mhs8f", @@ -61606,8 +88385,16 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -61671,9 +88458,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "recA3ENCQyRxECB4J", - "id": "e915" + "id": "e916" }, { "aapbId": "cpb-aacip-500-1n7xqg31", @@ -61704,6 +88515,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -61756,9 +88571,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "recA3JIVXqX1ZuNuD", - "id": "e916" + "id": "e917" }, { "aapbId": "cpb-aacip-500-jm23gp0z", @@ -61782,9 +88621,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -61819,9 +88666,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recA3Ovr1O6VlK8aV", - "id": "e917" + "id": "e918" }, { "aapbId": "cpb-aacip-500-7h1dpd0z", @@ -61845,6 +88716,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -61870,12 +88745,40 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recA3kfWM18Kv6RpN", - "id": "e918" + "id": "e919" }, { "aapbId": "cpb-aacip-500-gm81pz15", @@ -61895,25 +88798,41 @@ "title": "Hazards to education" }, "subject": [ + { + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" + }, { "id": "conformity", "name": "Conformity" }, { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "education", + "name": "Education" }, { - "id": "education-united-states", - "name": "Education--United States" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" }, { "id": "united-states-politics-and-government", @@ -61946,9 +88865,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recA3xdXpyDRd4MlT", - "id": "e919" + "id": "e920" }, { "aapbId": "cpb-aacip-500-qj77z20r", @@ -61969,13 +88912,21 @@ }, "subject": [ { - "id": "agriculture-prehistoric", - "name": "Agriculture, Prehistoric" + "id": "agriculture", + "name": "Agriculture" }, { "id": "anthropology", "name": "Anthropology" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "latin-america", "name": "Latin America" @@ -61984,6 +88935,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tehuacn-river-valley-mexico", "name": "Tehuacán River Valley (Mexico)" @@ -62021,9 +88980,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recA3zBp2Q1d1exCh", - "id": "e920" + "id": "e921" }, { "aapbId": "cpb-aacip-500-sx648v2v", @@ -62043,6 +89026,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -62095,11 +89082,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recA5C5suzlEoefTE", - "id": "e921" + "id": "e922" }, { "aapbId": "cpb-aacip-500-h41jng08", @@ -62112,12 +89127,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recA5LlawYvqt6OPd", "subject": [], - "id": "e922" + "id": "e923" }, { "aapbId": "cpb-aacip-500-hd7nt836", @@ -62137,6 +89176,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "democracy", "name": "Democracy" @@ -62166,8 +89209,16 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -62202,9 +89253,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recA5dQ8yqh4tYRbC", - "id": "e923" + "id": "e924" }, { "aapbId": "cpb-aacip-500-3t9d8r2r", @@ -62228,10 +89303,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -62269,9 +89352,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recA72M4giqgNgg0U", - "id": "e924" + "id": "e925" }, { "aapbId": "cpb-aacip-500-fb4wn78s", @@ -62288,13 +89395,41 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "houston", + "name": "Houston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recA7ZTsKkp5c7XYE", - "id": "e925" + "id": "e926" }, { "aapbId": "cpb-aacip-500-4b2x769c", @@ -62324,6 +89459,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -62369,9 +89508,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recA7c1Z7jJkCvi1b", - "id": "e926" + "id": "e927" }, { "aapbId": "cpb-aacip-500-154ds340", @@ -62392,13 +89555,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recA8CavHOuzlvQBW", - "id": "e927" + "id": "e928" }, { "aapbId": "cpb-aacip-500-ww76zf5z", @@ -62422,14 +89613,14 @@ "id": "emigration-and-immigration-law-united-states", "name": "Emigration and immigration law--United States" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "immigration-issues", "name": "Immigration issues" }, + { + "id": "law", + "name": "Law" + }, { "id": "prejudices-united-states", "name": "Prejudices--United States" @@ -62503,9 +89694,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recA8lUTqZAwBiMUo", - "id": "e928" + "id": "e929" }, { "aapbId": "cpb-aacip-500-zw18r617", @@ -62526,13 +89741,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recA9JxU0zMf3SGrj", - "id": "e929" + "id": "e930" }, { "aapbId": "cpb-aacip-500-g7374v6j", @@ -62572,6 +89815,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -62607,10 +89854,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recA9iKskZfu43hFB", - "id": "e930" + "id": "e931" }, { "aapbId": "cpb-aacip-500-08638g13", @@ -62634,14 +89905,26 @@ "id": "allegiance", "name": "Allegiance" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "public-opinion-soviet-union-history-20th-century", "name": "Public opinion--Soviet Union--History--20th century" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "soviet-union", "name": "Soviet Union" @@ -62650,6 +89933,14 @@ "id": "soviets-people", "name": "Soviets (People)" }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -62717,9 +90008,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recAAENHYRSybcRVQ", - "id": "e931" + "id": "e932" }, { "aapbId": "cpb-aacip-500-sb3wz59d", @@ -62739,6 +90054,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "economic-development", "name": "Economic development" @@ -62768,16 +90087,24 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { - "id": "world-war-1914-1918-japan", - "name": "World War--1914-1918--Japan" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "world-war-1914-1918", + "name": "World War, 1914-1918" } ], "creator": [ @@ -62808,9 +90135,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recABC94JI0tereig", - "id": "e932" + "id": "e933" }, { "aapbId": "cpb-aacip-500-x63b4b11", @@ -62824,16 +90175,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recAHPRjFW62rYvna", - "id": "e933" + "id": "e934" }, { "aapbId": "cpb-aacip-500-tm720v5f", @@ -62853,17 +90244,45 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "adams-abigail-1744-1818-correspondence", + "name": "Adams, Abigail, 1744-1818--Correspondence" + }, + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "american-revolution-1775-1783", + "name": "American Revolution, 1775-1783" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -62922,9 +90341,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recAInTSsH5foI5Ij", - "id": "e934" + "id": "e935" }, { "aapbId": "cpb-aacip-500-901zhp56", @@ -62956,6 +90399,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nixon-richard-m-richard-milhous-1913-1994", "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" @@ -62964,10 +90411,18 @@ "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -62983,6 +90438,10 @@ { "id": "wallace-george-c-george-corley-1919-1998", "name": "Wallace, George C. (George Corley), 1919-1998" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -63017,9 +90476,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recAJOWm4PtniGe6i", - "id": "e935" + "id": "e936" }, { "aapbId": "cpb-aacip-500-zs2kbw2p", @@ -63051,10 +90534,18 @@ "id": "dickinson-emily-1830-1886-poems-selections", "name": "Dickinson, Emily, 1830-1886. Poems. Selections" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-poetry", "name": "New England--Poetry" @@ -63062,10 +90553,6 @@ { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -63118,9 +90605,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recAJxedYqKkFNtnb", - "id": "e936" + "id": "e937" }, { "aapbId": "cpb-aacip-500-057cw62s", @@ -63144,10 +90655,22 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "law-and-legislation", + "name": "Law and legislation" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -63226,9 +90749,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recAL1nh2aSuRXhwJ", - "id": "e937" + "id": "e938" }, { "aapbId": "cpb-aacip-500-8w384b5f", @@ -63248,17 +90795,29 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "womens-rights", + "name": "Women's rights" } ], "creator": [ @@ -63335,9 +90894,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recALKMZjlSy73CT5", - "id": "e938" + "id": "e939" }, { "aapbId": "cpb-aacip-500-f7667z5k", @@ -63362,12 +90945,28 @@ "name": "Economy & Business" }, { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "stores-retail", + "name": "Stores, Retail" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -63414,9 +91013,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recAM4obVdAmgPxdF", - "id": "e939" + "id": "e940" }, { "aapbId": "cpb-aacip-500-gb1xj27v", @@ -63456,6 +91079,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -63499,9 +91126,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recANK9oG4ljgmJWY", - "id": "e940" + "id": "e941" }, { "aapbId": "cpb-aacip-500-2f7jtt6f", @@ -63528,6 +91179,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -63544,10 +91199,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAPXoB4SFtbJNXa", - "id": "e941" + "id": "e942" }, { "aapbId": "cpb-aacip-500-4q7qsc6w", @@ -63564,9 +91243,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -63596,9 +91291,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recAQUX7zHnFpI83w", - "id": "e942" + "id": "e943" }, { "aapbId": "cpb-aacip-500-td9n7b5p", @@ -63615,9 +91334,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -63647,9 +91382,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recAR2sk7NRLSY9ME", - "id": "e943" + "id": "e944" }, { "aapbId": "cpb-aacip-500-tm720v9d", @@ -63677,6 +91436,10 @@ "id": "communities-united-states", "name": "Communities--United States" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "helping-behavior", "name": "Helping behavior" @@ -63689,6 +91452,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "neighbors", "name": "Neighbors" @@ -63707,11 +91474,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -63725,8 +91487,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -63747,10 +91509,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recARndOMRG43b8uy", - "id": "e944" + "id": "e945" }, { "aapbId": "cpb-aacip-500-zg6g610q", @@ -63778,9 +91564,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -63807,10 +91601,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recASmGX2HRsS3zyy", - "id": "e945" + "id": "e946" }, { "aapbId": "cpb-aacip-500-pv6b701v", @@ -63837,6 +91655,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -63853,10 +91675,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAU0Zt5Zld61NSf", - "id": "e946" + "id": "e947" }, { "aapbId": "cpb-aacip-500-cj87n24x", @@ -63888,6 +91734,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "ford-henry-1863-1947", "name": "Ford, Henry, 1863-1947" @@ -63899,6 +91749,18 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -63951,9 +91813,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recAUfEuQ9BO3XRpg", - "id": "e947" + "id": "e948" }, { "aapbId": "cpb-aacip-500-542jbh7c", @@ -63973,10 +91859,6 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -63998,8 +91880,12 @@ "name": "NAEB Region I" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" }, { "id": "sociology", @@ -64054,9 +91940,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recAY0GNg5R6NJf1V", - "id": "e948" + "id": "e949" }, { "aapbId": "cpb-aacip-500-dv1cps8w", @@ -64084,6 +91994,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -64141,9 +92059,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recAYVt1Tk3HrCRLi", - "id": "e949" + "id": "e950" }, { "aapbId": "cpb-aacip-500-1z41wb19", @@ -64168,12 +92110,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -64214,9 +92156,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recAYzNF4wPMuySYI", - "id": "e950" + "id": "e951" }, { "aapbId": "cpb-aacip-500-qf8jjr4x", @@ -64256,6 +92222,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -64299,9 +92269,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recAb5Lxn2lbqoOBZ", - "id": "e951" + "id": "e952" }, { "aapbId": "cpb-aacip-500-ww76zh05", @@ -64320,13 +92314,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recAbAeL7LsOaQdUq", - "id": "e952" + "id": "e953" }, { "aapbId": "cpb-aacip-500-rj48tw92", @@ -64347,13 +92369,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recAbhQyfQu8BSupk", - "id": "e953" + "id": "e954" }, { "aapbId": "cpb-aacip-500-mc8rgt23", @@ -64377,10 +92427,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -64418,9 +92476,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recAc8evXZ8MHotIF", - "id": "e954" + "id": "e955" }, { "aapbId": "cpb-aacip-500-gq6r3916", @@ -64441,12 +92523,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -64455,6 +92533,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -64481,10 +92563,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAc9HUzZTnoBFj6", - "id": "e955" + "id": "e956" }, { "aapbId": "cpb-aacip-500-2n4zmc57", @@ -64504,21 +92610,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -64555,9 +92665,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recAcGRdLsSxUIp95", - "id": "e956" + "id": "e957" }, { "aapbId": "cpb-aacip-500-hx15rn53", @@ -64585,14 +92719,26 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "great-lakes-north-america", "name": "Great Lakes (North America)" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nutrition", "name": "Nutrition" @@ -64652,9 +92798,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recAcvedmQDv0aQ6f", - "id": "e957" + "id": "e958" }, { "aapbId": "cpb-aacip-500-mp4vnp47", @@ -64694,6 +92864,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -64737,9 +92911,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recAeFwyeEzgs2ao4", - "id": "e958" + "id": "e959" }, { "aapbId": "cpb-aacip-500-dj58hz76", @@ -64762,10 +92960,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -64785,10 +92991,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAgKmua9657rqq4", - "id": "e959" + "id": "e960" }, { "aapbId": "cpb-aacip-500-ms3k205d", @@ -64813,24 +93043,40 @@ "name": "Children & Families" }, { - "id": "divorce-drama", - "name": "Divorce--Drama" + "id": "divorce", + "name": "Divorce" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "parenting", + "name": "Parenting" }, { "id": "radio-plays-american", "name": "Radio plays, American" + }, + { + "id": "single-mothers", + "name": "Single mothers" } ], "creator": [ @@ -64883,9 +93129,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "recAhiQYIoBx9xAIM", - "id": "e960" + "id": "e961" }, { "aapbId": "cpb-aacip-500-w37kv46r", @@ -64910,8 +93180,12 @@ "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, { - "id": "composers-18th-century", - "name": "Composers--18th century" + "id": "composers", + "name": "Composers" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "music", @@ -64922,16 +93196,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -64966,9 +93240,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recAhxo9G2zhxuq9s", - "id": "e961" + "id": "e962" }, { "aapbId": "cpb-aacip-500-7d2q922m", @@ -64988,6 +93286,14 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "education", + "name": "Education" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "experiment-in-international-living", "name": "Experiment in International Living" @@ -65004,6 +93310,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "school-principals-germany", "name": "School principals--Germany" @@ -65046,9 +93356,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recAi8Gg9ElwMUu68", - "id": "e962" + "id": "e963" }, { "aapbId": "cpb-aacip-500-s17ssb0s", @@ -65067,13 +93401,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recAjR3lTThnHiwkj", - "id": "e963" + "id": "e964" }, { "aapbId": "cpb-aacip-500-736m4675", @@ -65109,6 +93471,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "oratorios", "name": "Oratorios" @@ -65144,9 +93510,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recAkWMZAfknvxK4a", - "id": "e964" + "id": "e965" }, { "aapbId": "cpb-aacip-500-sj19qq6n", @@ -65170,14 +93560,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -65205,10 +93595,34 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAkageqd6c43ZOL", - "id": "e965" + "id": "e966" }, { "aapbId": "cpb-aacip-500-2b8vff94", @@ -65229,12 +93643,16 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "drama", + "name": "Drama" }, { - "id": "jefferson-thomas-1743-1826-drama", - "name": "Jefferson, Thomas, 1743-1826--Drama" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "jefferson-thomas-1743-1826", + "name": "Jefferson, Thomas, 1743-1826" }, { "id": "jefferson-thomas-1743-1826-family-fiction", @@ -65244,6 +93662,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -65254,11 +93676,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -65272,8 +93689,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -65308,9 +93725,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recAkgkANoToQjy1E", - "id": "e966" + "id": "e967" }, { "aapbId": "cpb-aacip-500-v698bk5r", @@ -65330,10 +93771,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -65341,6 +93778,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -65375,9 +93816,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recAl5T7TrFsrBSf1", - "id": "e967" + "id": "e968" }, { "aapbId": "cpb-aacip-500-j09w508v", @@ -65394,9 +93859,29 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "documentary-film", + "name": "Documentary film" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -65407,6 +93892,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -65417,7 +93926,7 @@ } ], "airtableId": "recAl65f1FJBnnf38", - "id": "e968" + "id": "e969" }, { "aapbId": "cpb-aacip-500-g7374w1j", @@ -65441,10 +93950,6 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-and-religion", - "name": "Communism and religion" - }, { "id": "ideology", "name": "Ideology" @@ -65454,20 +93959,20 @@ "name": "NAEB Region III" }, { - "id": "religion", - "name": "Religion" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "socialism", - "name": "Socialism" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "religion", + "name": "Religion" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialism", + "name": "Socialism" }, { "id": "world-politics", @@ -65506,9 +94011,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recAlOzJwyij7oWap", - "id": "e969" + "id": "e970" }, { "aapbId": "cpb-aacip-500-vm42ws40", @@ -65536,6 +94065,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -65543,6 +94076,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -65571,9 +94108,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recAnp5bL6khFpfTi", - "id": "e970" + "id": "e971" }, { "aapbId": "cpb-aacip-500-ms3k2006", @@ -65594,20 +94155,24 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-missouri-kansas-city-history-and-criticism", - "name": "Jazz--Missouri--Kansas City--History and criticism" + "id": "missouri-kansas-city-history-and-criticism", + "name": "Missouri--Kansas City--History and criticism" }, { "id": "music", @@ -65616,6 +94181,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -65648,10 +94217,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAnxa5Aab5TXffU", - "id": "e971" + "id": "e972" }, { "aapbId": "cpb-aacip-500-bg2hc02z", @@ -65672,36 +94265,40 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "slaveholders", "name": "Slaveholders" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" }, { - "id": "southern-states-history", - "name": "Southern States--History" + "id": "sociology", + "name": "Sociology" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -65736,9 +94333,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recAoevEruGqinSXc", - "id": "e972" + "id": "e973" }, { "aapbId": "cpb-aacip-500-mk658f2n", @@ -65759,8 +94380,8 @@ }, "subject": [ { - "id": "education-united-states-forecasting", - "name": "Education--United States--Forecasting" + "id": "education", + "name": "Education" }, { "id": "education-higher-united-states", @@ -65770,17 +94391,25 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-forecasting", + "name": "United States--Forecasting" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -65816,9 +94445,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recApTreJs8pZNbQ6", - "id": "e973" + "id": "e974" }, { "aapbId": "cpb-aacip-500-fb4wn83s", @@ -65838,6 +94491,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -65845,6 +94502,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -65891,9 +94552,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recAsXGMcgsV9QOxW", - "id": "e974" + "id": "e975" }, { "aapbId": "cpb-aacip-500-qv3c3t5z", @@ -65917,6 +94602,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -65964,9 +94653,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recAtw4TTgZhwEf4e", - "id": "e975" + "id": "e976" }, { "aapbId": "cpb-aacip-500-zw18r64z", @@ -65986,10 +94699,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -66002,10 +94711,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "inner-cities", "name": "Inner cities" @@ -66018,6 +94723,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "urban-high-schools", "name": "Urban high schools" @@ -66064,9 +94777,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recAu0F9lezWRSnmA", - "id": "e976" + "id": "e977" }, { "aapbId": "cpb-aacip-500-0k26fb5q", @@ -66087,8 +94824,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { "id": "african-americans-civil-rights", @@ -66106,18 +94843,26 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nixon-richard-m-richard-milhous-1913-1994", "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" }, { - "id": "political-conventions-united-states-history", - "name": "Political conventions--United States--History" + "id": "political-conventions-united-states", + "name": "Political conventions--United States" }, { "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" @@ -66126,6 +94871,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -66134,6 +94883,10 @@ "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-politics-and-government-20th-century", "name": "United States--Politics and government--20th century" @@ -66143,8 +94896,12 @@ "name": "Vietnam War, 1961-1975--Protest movements--United States" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -66179,9 +94936,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recAu3UYv16b6KnX4", - "id": "e977" + "id": "e978" }, { "aapbId": "cpb-aacip-500-v40jzb5f", @@ -66202,13 +94983,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recAuIKU6NzH5Jfh8", - "id": "e978" + "id": "e979" }, { "aapbId": "cpb-aacip-500-np1wjj11", @@ -66240,6 +95049,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -66282,9 +95095,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recAvAhbEXj4zLn1C", - "id": "e979" + "id": "e980" }, { "aapbId": "cpb-aacip-500-028pgw37", @@ -66305,8 +95142,16 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -66317,12 +95162,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -66384,18 +95237,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recAvhzSHuWCfeiAY", - "id": "e980" + "id": "e981" }, { "aapbId": "cpb-aacip-500-bc3szp38", @@ -66427,10 +95304,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -66472,9 +95357,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recAvmfgR96qAuQ3q", - "id": "e981" + "id": "e982" }, { "aapbId": "cpb-aacip-500-7s7hv605", @@ -66509,6 +95418,10 @@ { "id": "italy-history-20th-century", "name": "Italy--History--20th century" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -66549,9 +95462,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recAwsEMgeUr3vmCj", - "id": "e982" + "id": "e983" }, { "aapbId": "cpb-aacip-500-1v5bh28k", @@ -66584,16 +95521,20 @@ "name": "NAEB Region III" }, { - "id": "nationalism-latin-america", - "name": "Nationalism--Latin America" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "nationalism", + "name": "Nationalism" }, { "id": "revolutions", "name": "Revolutions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -66632,9 +95573,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recAx3j6H4E3JVhu2", - "id": "e983" + "id": "e984" }, { "aapbId": "cpb-aacip-500-513tz799", @@ -66648,12 +95613,49 @@ "id": "the-african-revolution", "title": "The African revolution" }, + "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "revolutionaries-africa", + "name": "Revolutionaries--Africa" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recAxUjnBE5g4hVlG", - "subject": [], - "id": "e984" + "id": "e985" }, { "aapbId": "cpb-aacip-500-zc7rsq8q", @@ -66673,6 +95675,14 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "ellington-duke-1899-1974-appreciation", "name": "Ellington, Duke, 1899-1974--Appreciation" @@ -66682,12 +95692,12 @@ "name": "Ellington, Duke, 1899-1974--Criticism and interpretation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -66696,6 +95706,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -66728,10 +95742,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAxxQiT28A5jzXt", - "id": "e985" + "id": "e986" }, { "aapbId": "cpb-aacip-500-nz80qc9g", @@ -66752,16 +95790,28 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "nationalism", + "name": "Nationalism" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -66787,6 +95837,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -66797,7 +95871,7 @@ } ], "airtableId": "recAy7FoVgdnfkeSZ", - "id": "e986" + "id": "e987" }, { "aapbId": "cpb-aacip-500-x63b4939", @@ -66818,12 +95892,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -66832,6 +95902,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -66858,10 +95932,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recAyAJYjeIbmrkx7", - "id": "e987" + "id": "e988" }, { "aapbId": "cpb-aacip-500-445hfn5c", @@ -66881,7 +95979,7 @@ "contributor": [], "airtableId": "recAysCLQpqDByAlv", "subject": [], - "id": "e988" + "id": "e989" }, { "aapbId": "cpb-aacip-500-00003m5f", @@ -66915,10 +96013,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "regions-and-regionalism", "name": "Regions and regionalism" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -66986,9 +96092,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recB0j3OpWKkeX2nB", - "id": "e989" + "id": "e990" }, { "aapbId": "cpb-aacip-500-sf2mbg8x", @@ -67012,17 +96142,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -67067,9 +96201,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recB19tzCKDalhNIj", - "id": "e990" + "id": "e991" }, { "aapbId": "cpb-aacip-500-nk36591x", @@ -67100,6 +96258,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -67132,11 +96294,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recB2DpfJ3ZPU44lT", - "id": "e991" + "id": "e992" }, { "aapbId": "cpb-aacip-500-sf2mbf0s", @@ -67156,14 +96346,14 @@ "title": "People talk back" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -67235,9 +96425,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recB2VoiTKRArzjeV", - "id": "e992" + "id": "e993" }, { "aapbId": "cpb-aacip-500-k35mf48s", @@ -67268,6 +96482,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -67294,11 +96512,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recB386was04aSh76", - "id": "e993" + "id": "e994" }, { "aapbId": "cpb-aacip-500-xw47vb4f", @@ -67322,33 +96568,37 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" - }, { "id": "dialectical-materialism", "name": "Dialectical materialism" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy", "name": "Philosophy" }, { - "id": "socialism", - "name": "Socialism" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -67387,9 +96637,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recB3dhp5wG9e7ecz", - "id": "e994" + "id": "e995" }, { "aapbId": "cpb-aacip-500-j09w502d", @@ -67412,10 +96686,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -67435,10 +96717,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recB3ulgVw4ung3Uo", - "id": "e995" + "id": "e996" }, { "aapbId": "cpb-aacip-500-r49g8r0t", @@ -67455,9 +96761,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -67487,9 +96809,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recB6EbI98fkIqN3g", - "id": "e996" + "id": "e997" }, { "aapbId": "cpb-aacip-500-xk84pg90", @@ -67510,13 +96856,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recB7COXDdSR1axzd", - "id": "e997" + "id": "e998" }, { "aapbId": "cpb-aacip-500-v11vk229", @@ -67534,13 +96908,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recB7epe9iGP75jfZ", - "id": "e998" + "id": "e999" }, { "aapbId": "cpb-aacip-500-ns0kxv4c", @@ -67564,10 +96966,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -67605,9 +97015,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recB7uAsigmgNw6Is", - "id": "e999" + "id": "e1000" }, { "aapbId": "cpb-aacip-500-zs2kbw6n", @@ -67625,16 +97059,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recB8hp4mEGkQao5u", - "id": "e1000" + "id": "e1001" }, { "aapbId": "cpb-aacip-500-rb6w2b02", @@ -67655,8 +97121,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -67674,6 +97140,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "prejudices-united-states", "name": "Prejudices--United States" @@ -67686,6 +97156,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -67728,9 +97202,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recB9jDhlGDsXC6xW", - "id": "e1001" + "id": "e1002" }, { "aapbId": "cpb-aacip-500-xk84ph01", @@ -67753,10 +97251,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -67785,9 +97279,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recB9zsjWopViJEBn", - "id": "e1002" + "id": "e1003" }, { "aapbId": "cpb-aacip-500-057cw648", @@ -67808,20 +97326,24 @@ "name": "Alcohol" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "police", "name": "Police" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -67880,9 +97402,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recBA1J1cwvascwRx", - "id": "e1003" + "id": "e1004" }, { "aapbId": "cpb-aacip-500-707wqx7f", @@ -67899,9 +97445,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -67931,9 +97493,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recBAW8Kw9iDNIViY", - "id": "e1004" + "id": "e1005" }, { "aapbId": "cpb-aacip-500-k9316p12", @@ -67957,10 +97543,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -67998,9 +97592,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recBB0vNz4HsqiBNT", - "id": "e1005" + "id": "e1006" }, { "aapbId": "cpb-aacip-500-cz32670c", @@ -68021,24 +97639,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century-history-and-criticism", - "name": "Music--20th century--History and criticism" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -68091,9 +97717,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recBC9uKFfm2WEFc6", - "id": "e1006" + "id": "e1007" }, { "aapbId": "cpb-aacip-500-1n7xqh20", @@ -68119,6 +97769,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -68141,10 +97795,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBDnDQ6Ci6WYoqC", - "id": "e1007" + "id": "e1008" }, { "aapbId": "cpb-aacip-500-4746tz3h", @@ -68171,6 +97849,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -68187,10 +97869,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBFjCbhCPbLVStA", - "id": "e1008" + "id": "e1009" }, { "aapbId": "cpb-aacip-500-d50fzt9h", @@ -68203,12 +97909,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recBFlm7elPAmOQ2g", "subject": [], - "id": "e1009" + "id": "e1010" }, { "aapbId": "cpb-aacip-500-pc2t8k3k", @@ -68248,6 +97978,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -68283,10 +98017,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBG98lPnDZL0DHZ", - "id": "e1010" + "id": "e1011" }, { "aapbId": "cpb-aacip-500-q52fcv7t", @@ -68314,29 +98072,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -68347,6 +98113,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -68369,7 +98159,7 @@ } ], "airtableId": "recBGJDn3hjX4hBBZ", - "id": "e1011" + "id": "e1012" }, { "aapbId": "cpb-aacip-500-5d8nhc2s", @@ -68404,6 +98194,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -68436,10 +98230,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBGawftOmeCKbI0", - "id": "e1012" + "id": "e1013" }, { "aapbId": "cpb-aacip-500-w6697f02", @@ -68496,7 +98314,7 @@ ], "decade": "1960-1969", "airtableId": "recBH1FWy1LBxCiiA", - "id": "e1013" + "id": "e1014" }, { "aapbId": "cpb-aacip-500-w950mr25", @@ -68516,6 +98334,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -68523,6 +98345,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -68569,9 +98395,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recBHPt6EHwaPBbRV", - "id": "e1014" + "id": "e1015" }, { "aapbId": "cpb-aacip-500-8p5vbv20", @@ -68615,6 +98465,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -68623,6 +98477,10 @@ "id": "organ-music", "name": "Organ music" }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sweden", "name": "Sweden" @@ -68672,9 +98530,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recBHapAXTxHBS5E9", - "id": "e1015" + "id": "e1016" }, { "aapbId": "cpb-aacip-500-kd1qkz6k", @@ -68695,16 +98577,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -68751,9 +98641,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recBHtlaD9hFuBqbB", - "id": "e1016" + "id": "e1017" }, { "aapbId": "cpb-aacip-500-rn30749k", @@ -68776,10 +98690,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -68799,10 +98721,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBI0SDc5QpDPG3f", - "id": "e1017" + "id": "e1018" }, { "aapbId": "cpb-aacip-500-7m042p37", @@ -68835,11 +98781,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recBIr4NwnmFseyRo", "subject": [], - "id": "e1018" + "id": "e1019" }, { "aapbId": "cpb-aacip-500-hm52kt4d", @@ -68860,13 +98830,21 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science", "name": "Science" @@ -68897,14 +98875,42 @@ "id": "science", "name": "Science" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recBJicP8jiGUNTKp", - "id": "e1019" + "id": "e1020" }, { "aapbId": "cpb-aacip-500-1c1tjm4n", @@ -68942,6 +98948,10 @@ "id": "fertility", "name": "Fertility" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -68949,6 +98959,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -68983,9 +98997,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "airtableId": "recBJk1G2BB10r23n", - "id": "e1020" + "id": "e1021" }, { "aapbId": "cpb-aacip-500-2805272k", @@ -69006,13 +99044,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recBKwlXS6r0QLRZd", - "id": "e1021" + "id": "e1022" }, { "aapbId": "cpb-aacip-500-pz51m92q", @@ -69047,8 +99113,12 @@ "name": "NAEB Region I" }, { - "id": "sixteenth-century", - "name": "Sixteenth century" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "shakespeare-william-1564-1616", + "name": "Shakespeare, William, 1564-1616" }, { "id": "songs-analysis-appreciation", @@ -69105,9 +99175,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recBLnSIIdumyOm4q", - "id": "e1022" + "id": "e1023" }, { "aapbId": "cpb-aacip-500-dj58hz5q", @@ -69124,18 +99218,34 @@ "title": "Listen to the land" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "baseball", "name": "Baseball" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "professional-sports", + "name": "Professional sports" + }, { "id": "ruth-babe-1895-1948-fiction", "name": "Ruth, Babe, 1895-1948--Fiction" @@ -69151,6 +99261,18 @@ { "id": "travel-leisure", "name": "Travel & Leisure" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -69223,9 +99345,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recBMuYrLnloTFOSp", - "id": "e1023" + "id": "e1024" }, { "aapbId": "cpb-aacip-500-4j0b0t39", @@ -69240,12 +99386,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recBNbiR2CAq3Ji8r", - "subject": [], - "id": "e1024" + "id": "e1025" }, { "aapbId": "cpb-aacip-500-zw18r567", @@ -69272,9 +99435,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -69301,10 +99472,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recBOPwVAxxdVWL4J", - "id": "e1025" + "id": "e1026" }, { "aapbId": "cpb-aacip-500-kw57jc92", @@ -69344,6 +99539,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -69393,9 +99592,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recBOTsZpgsC2S6LC", - "id": "e1026" + "id": "e1027" }, { "aapbId": "cpb-aacip-500-w950mr5w", @@ -69413,13 +99636,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recBQKeCUDYYspaCe", - "id": "e1027" + "id": "e1028" }, { "aapbId": "cpb-aacip-500-pg1hnv47", @@ -69433,12 +99684,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recBRTekWEBy7uESv", "subject": [], - "id": "e1028" + "id": "e1029" }, { "aapbId": "cpb-aacip-500-m03xxq4m", @@ -69465,6 +99740,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -69481,10 +99760,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBRaAYcqu1vHR1h", - "id": "e1029" + "id": "e1030" }, { "aapbId": "cpb-aacip-500-4t6f5n3q", @@ -69505,13 +99808,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recBRh0EdNtjOZhnC", - "id": "e1030" + "id": "e1031" }, { "aapbId": "cpb-aacip-500-m9023k4h", @@ -69532,13 +99863,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recBSDK5sNtKXbJF4", - "id": "e1031" + "id": "e1032" }, { "aapbId": "cpb-aacip-500-z892df6x", @@ -69548,7 +99907,7 @@ "broadcastDate": "1964-04-29", "duration": 1745, "seriesDescription": "This series, hosted by Lyman Bryson, presents radio essays about the creative process for the American artist and scientist in the 20th century.", - "description": "This program features Robert Penn Warren speaking on writing and creativity.", + "description": "This program features Robert Penn Warren speaking on writing and creativity.", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -69558,6 +99917,14 @@ "title": "Creative mind" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -69567,16 +99934,20 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "writers", - "name": "Writers" + "id": "united-states-poetry", + "name": "United States--Poetry" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -69617,9 +99988,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recBUnJNi8HvNPrKF", - "id": "e1032" + "id": "e1033" }, { "aapbId": "cpb-aacip-500-9882ph6z", @@ -69645,6 +100040,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -69660,6 +100059,10 @@ { "id": "world-politics", "name": "World Politics" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -69718,9 +100121,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recBWdVIFyn67s4Ah", - "id": "e1033" + "id": "e1034" }, { "aapbId": "cpb-aacip-500-dr2p9h1s", @@ -69741,8 +100168,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -69752,6 +100179,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "persecution-soviet-union", "name": "Persecution--Soviet Union" @@ -69760,10 +100191,6 @@ "id": "soviet-union", "name": "Soviet Union" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -69818,9 +100245,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recBYkRA9niEGfLG9", - "id": "e1034" + "id": "e1035" }, { "aapbId": "cpb-aacip-500-nz80qf1z", @@ -69841,12 +100292,16 @@ }, "subject": [ { - "id": "educational-radio-programs", - "name": "Educational radio programs" + "id": "educational-radio", + "name": "Educational radio" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -69881,9 +100336,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recBZJyFXovUUP6YY", - "id": "e1035" + "id": "e1036" }, { "aapbId": "cpb-aacip-500-js9h887v", @@ -69903,12 +100382,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -69929,10 +100408,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBbqD8E8SIxWpwy", - "id": "e1036" + "id": "e1037" }, { "aapbId": "cpb-aacip-500-qr4nqm1v", @@ -69957,8 +100460,12 @@ "name": "Art & Architecture" }, { - "id": "drama-20th-century", - "name": "Drama--20th century" + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "jamestown-settlement", @@ -69969,8 +100476,8 @@ "name": "NAEB Region II" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "theaters", @@ -69997,10 +100504,34 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "virginia", + "name": "Virginia" + } + ], + "settlement": [ + { + "id": "norfolk", + "name": "Norfolk" + } + ], "decade": null, "creator": [], "airtableId": "recBddLwrAYzkVmF1", - "id": "e1037" + "id": "e1038" }, { "aapbId": "cpb-aacip-500-c53f2z3p", @@ -70018,13 +100549,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recBgCYXEjuGWSEYx", - "id": "e1038" + "id": "e1039" }, { "aapbId": "cpb-aacip-500-h98zf041", @@ -70052,6 +100611,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "toscanini-arturo-1867-1957-friends-and-associates", "name": "Toscanini, Arturo, 1867-1957--Friends and associates" @@ -70095,9 +100658,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recBgqh09NJ1gG9l6", - "id": "e1039" + "id": "e1040" }, { "aapbId": "cpb-aacip-500-610vv22x", @@ -70125,6 +100712,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -70168,9 +100759,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recBgvpzZZ8rHhmac", - "id": "e1040" + "id": "e1041" }, { "aapbId": "cpb-aacip-500-8c9r5x35", @@ -70190,10 +100805,26 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, { "id": "chatterton-thomas-1752-1770", "name": "Chatterton, Thomas, 1752-1770" }, + { + "id": "clergy", + "name": "Clergy" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "forgers", "name": "Forgers" @@ -70202,17 +100833,29 @@ "id": "forgery", "name": "Forgery" }, + { + "id": "great-britain-poetry", + "name": "Great Britain--Poetry" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -70256,18 +100899,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recBhm4bJHvIEFFxi", - "id": "e1041" + "id": "e1042" }, { "aapbId": "cpb-aacip-500-0r9m6x5r", @@ -70281,12 +100948,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recBiMlTfdAF6Px4g", "subject": [], - "id": "e1042" + "id": "e1043" }, { "aapbId": "cpb-aacip-500-1r6n3s02", @@ -70303,9 +100994,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -70335,9 +101042,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recBiiELs7DqxsFX4", - "id": "e1043" + "id": "e1044" }, { "aapbId": "cpb-aacip-500-pn8xfd9f", @@ -70362,24 +101093,36 @@ "name": "Bakunin, Mikhail Aleksandrovich, 1814-1876" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "russia-history-1801-1917", "name": "Russia--History--1801-1917" }, + { + "id": "soviet-union", + "name": "Soviet Union" + }, { "id": "soviet-union-history-revolution-1917-1921", "name": "Soviet Union--History--Revolution, 1917-1921" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -70448,9 +101191,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recBitLcOlv0Rr5Ej", - "id": "e1044" + "id": "e1045" }, { "aapbId": "cpb-aacip-500-hq3s0486", @@ -70471,13 +101238,21 @@ }, "subject": [ { - "id": "history-ancient", - "name": "History, Ancient" + "id": "economic-history", + "name": "Economic history" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-distribution-of-goods", "name": "Physical distribution of goods" @@ -70490,18 +101265,6 @@ "id": "socialism", "name": "Socialism" }, - { - "id": "socialism-history", - "name": "Socialism--History" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -70539,9 +101302,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recBj5QsAGbPu5Mvu", - "id": "e1045" + "id": "e1046" }, { "aapbId": "cpb-aacip-500-mw28f81v", @@ -70565,6 +101352,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -70620,9 +101411,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recBjFFRV1SLS16C4", - "id": "e1046" + "id": "e1047" }, { "aapbId": "cpb-aacip-500-5717qt87", @@ -70643,13 +101458,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recBjeQgtdWx5AjTo", - "id": "e1047" + "id": "e1048" }, { "aapbId": "cpb-aacip-500-fb4wn819", @@ -70677,29 +101520,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -70710,6 +101561,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -70732,7 +101607,7 @@ } ], "airtableId": "recBlOhCMcsQEXJ8U", - "id": "e1048" + "id": "e1049" }, { "aapbId": "cpb-aacip-500-736m482c", @@ -70755,6 +101630,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "education", + "name": "Education" + }, { "id": "educational-radio-stations", "name": "Educational radio stations" @@ -70767,13 +101646,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-association-of-educational-broadcasters-annual-conference", "name": "National Association of Educational Broadcasters Annual Conference" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -70782,6 +101665,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -70806,9 +101697,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "milwaukee", + "name": "Milwaukee" + } + ], "decade": "1960-1969", "airtableId": "recBmnNiquC4XfeJw", - "id": "e1049" + "id": "e1050" }, { "aapbId": "cpb-aacip-500-n8730f3r", @@ -70826,16 +101741,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recBn3yR8DCzuTepq", - "id": "e1050" + "id": "e1051" }, { "aapbId": "cpb-aacip-500-7m042n87", @@ -70867,10 +101814,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -70906,9 +101861,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recBnR6Ej5uQSZmuy", - "id": "e1051" + "id": "e1052" }, { "aapbId": "cpb-aacip-500-pc2t8k91", @@ -70927,13 +101906,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recBo4H6meY6aGqmI", - "id": "e1052" + "id": "e1053" }, { "aapbId": "cpb-aacip-500-ww76zf66", @@ -70957,13 +101964,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -71004,9 +102011,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recBohs5q0Rju5Amk", - "id": "e1053" + "id": "e1054" }, { "aapbId": "cpb-aacip-500-251fnw0z", @@ -71027,20 +102058,24 @@ }, "subject": [ { - "id": "jazz-books", - "name": "Jazz books" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-books", + "name": "Jazz books" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -71049,6 +102084,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -71081,10 +102124,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBpKYTGYEzIU3mX", - "id": "e1054" + "id": "e1055" }, { "aapbId": "cpb-aacip-500-x05xbs1w", @@ -71120,6 +102187,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -71169,9 +102240,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recBrrFpZcmS53fhF", - "id": "e1055" + "id": "e1056" }, { "aapbId": "cpb-aacip-500-6t0gzc53", @@ -71187,16 +102282,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recBsuCsH7SVm6r87", - "id": "e1056" + "id": "e1057" }, { "aapbId": "cpb-aacip-500-vd6p462g", @@ -71211,12 +102338,53 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "subject": [ + { + "id": "art", + "name": "Art" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recBtvHdzWkr38pFY", - "subject": [], - "id": "e1057" + "id": "e1058" }, { "aapbId": "cpb-aacip-500-gt5fgj05", @@ -71247,6 +102415,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -71287,9 +102459,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "recBugwnoBMDcgKOW", - "id": "e1058" + "id": "e1059" }, { "aapbId": "cpb-aacip-500-q52fcv6k", @@ -71324,6 +102520,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -71350,10 +102550,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBvLcBqU12B3wwu", - "id": "e1059" + "id": "e1060" }, { "aapbId": "cpb-aacip-500-804xmt8d", @@ -71381,13 +102605,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -71414,10 +102646,34 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBwINkL3pDzyXDz", - "id": "e1060" + "id": "e1061" }, { "aapbId": "cpb-aacip-500-3t9d8r30", @@ -71441,17 +102697,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -71492,9 +102756,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recBwaBTHyUZS12is", - "id": "e1061" + "id": "e1062" }, { "aapbId": "cpb-aacip-500-jh3d3d9q", @@ -71513,13 +102801,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "hempstead", + "name": "Hempstead" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recBwnx83RAItUTPz", - "id": "e1062" + "id": "e1063" }, { "aapbId": "cpb-aacip-500-901zhp4z", @@ -71543,10 +102859,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -71604,9 +102916,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recBwqPPPdf0d4cVV", - "id": "e1063" + "id": "e1064" }, { "aapbId": "cpb-aacip-500-804xmr80", @@ -71634,6 +102970,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -71677,9 +103017,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recBxqh1NG9RzPMzW", - "id": "e1064" + "id": "e1065" }, { "aapbId": "cpb-aacip-500-xs5jg280", @@ -71698,13 +103062,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recBz2PHk0xwJMTvq", - "id": "e1065" + "id": "e1066" }, { "aapbId": "cpb-aacip-500-1c1tjn0w", @@ -71717,12 +103109,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recBzC1XzuBQ6uSEL", "subject": [], - "id": "e1066" + "id": "e1067" }, { "aapbId": "cpb-aacip-500-bv79x259", @@ -71743,20 +103159,24 @@ }, "subject": [ { - "id": "improvisation-music-history-and-criticism", - "name": "Improvisation (Music)--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" + }, + { + "id": "improvisation-music-history-and-criticism", + "name": "Improvisation (Music)--History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -71765,6 +103185,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -71797,10 +103221,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recBzgRHn23M4Qec2", - "id": "e1067" + "id": "e1068" }, { "aapbId": "cpb-aacip-500-5717qs7s", @@ -71820,10 +103268,6 @@ "title": "Latin American perspectives II" }, "subject": [ - { - "id": "books", - "name": "Books" - }, { "id": "latin-america", "name": "Latin America" @@ -71832,6 +103276,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "overpopulation", "name": "Overpopulation" @@ -71839,10 +103287,6 @@ { "id": "sociology", "name": "Sociology" - }, - { - "id": "us-literature", - "name": "U.S. Literature" } ], "creator": [ @@ -71877,9 +103321,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recC0jrLkCOpuYrW5", - "id": "e1068" + "id": "e1069" }, { "aapbId": "cpb-aacip-500-028pgx8n", @@ -71899,6 +103367,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" } ], "creator": [ @@ -71937,10 +103413,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recC2F6WwSHOpt81q", - "id": "e1069" + "id": "e1070" }, { "aapbId": "cpb-aacip-500-4j0b0s9j", @@ -71959,6 +103459,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -71974,10 +103478,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recC4UtD7G4Kk5kzm", - "id": "e1070" + "id": "e1071" }, { "aapbId": "cpb-aacip-500-v698bk1s", @@ -72005,6 +103533,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "mu_nchhausen-karl-friedrich-hieronymus-von-baron-1720-1797", "name": "Mu_nchhausen, Karl Friedrich Hieronymus von, Baron, 1720-1797" @@ -72013,6 +103545,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nazis", "name": "Nazis" @@ -72020,6 +103556,10 @@ { "id": "nobility", "name": "Nobility" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -72045,6 +103585,30 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "contributor": [ { @@ -72055,7 +103619,7 @@ } ], "airtableId": "recC5dNyD5KK5HQr0", - "id": "e1071" + "id": "e1072" }, { "aapbId": "cpb-aacip-500-7h1dpc7f", @@ -72076,8 +103640,12 @@ }, "subject": [ { - "id": "history-of-education", - "name": "History of Education" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" }, { "id": "linguistics", @@ -72087,10 +103655,18 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "professional-associations", "name": "Professional associations" }, + { + "id": "speech-language", + "name": "Speech & Language" + }, { "id": "teaching", "name": "Teaching" @@ -72124,9 +103700,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recC5qDpj9uxaAmKx", - "id": "e1072" + "id": "e1073" }, { "aapbId": "cpb-aacip-500-057cw57s", @@ -72154,6 +103754,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -72202,9 +103806,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recC65YJ3F9cLPqgJ", - "id": "e1073" + "id": "e1074" }, { "aapbId": "cpb-aacip-500-bc3szq10", @@ -72231,6 +103859,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -72247,10 +103879,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recC6B6E3T0hGx2wc", - "id": "e1074" + "id": "e1075" }, { "aapbId": "cpb-aacip-500-901zhn4r", @@ -72271,21 +103927,21 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "american-press", + "name": "American press" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -72350,9 +104006,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recC6J1sChgdtekHu", - "id": "e1075" + "id": "e1076" }, { "aapbId": "cpb-aacip-500-057cw70h", @@ -72383,6 +104063,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -72409,11 +104093,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recCAVUjYfhqi58Ud", - "id": "e1076" + "id": "e1077" }, { "aapbId": "cpb-aacip-500-zc7rst0d", @@ -72431,13 +104143,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recCCL4yvRoM0NQcl", - "id": "e1077" + "id": "e1078" }, { "aapbId": "cpb-aacip-500-cn6z1f01", @@ -72456,13 +104196,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCCMXpD0ftlXf1N", - "id": "e1078" + "id": "e1079" }, { "aapbId": "cpb-aacip-500-zc7rss2p", @@ -72491,36 +104259,44 @@ "name": "Broadway (New York, N.Y.)" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "law", + "name": "Law" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, + { + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, { "id": "police", "name": "Police" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -72531,6 +104307,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -72553,7 +104353,7 @@ } ], "airtableId": "recCCjoiqRKCwDbAj", - "id": "e1079" + "id": "e1080" }, { "aapbId": "cpb-aacip-500-8k74zg5n", @@ -72578,8 +104378,8 @@ "name": "Cultural relations" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "europe", + "name": "Europe" }, { "id": "soviet-union-history-20th-century", @@ -72612,10 +104412,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "russia", + "name": "Russia" + } + ], + "region": [ + { + "id": "central-economic-region", + "name": "Central Economic Region" + } + ], + "settlement": [ + { + "id": "moscow", + "name": "Moscow" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recCDCGgVyKgx51A8", - "id": "e1080" + "id": "e1081" }, { "aapbId": "cpb-aacip-500-348gjt2b", @@ -72635,6 +104459,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" } ], "creator": [ @@ -72673,10 +104505,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recCDdbFz20Foynbc", - "id": "e1081" + "id": "e1082" }, { "aapbId": "cpb-aacip-500-1r6n3s41", @@ -72700,6 +104556,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -72708,13 +104568,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -72750,14 +104622,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recCE4EoeDBMxD2Ap", - "id": "e1082" + "id": "e1083" }, { "aapbId": "cpb-aacip-500-1g0hxw7s", @@ -72781,6 +104681,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -72789,13 +104693,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -72831,14 +104747,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recCGFpTUq7FrIJvM", - "id": "e1083" + "id": "e1084" }, { "aapbId": "cpb-aacip-500-z60c1648", @@ -72851,12 +104795,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recCIGw8d90v0DuYK", "subject": [], - "id": "e1084" + "id": "e1085" }, { "aapbId": "cpb-aacip-500-3n20h546", @@ -72881,13 +104849,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -72916,18 +104892,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recCIeqlEOuHmyoiE", - "id": "e1085" + "id": "e1086" }, { "aapbId": "cpb-aacip-500-hq3s0380", @@ -72948,8 +104952,12 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "fugitive-slaves", @@ -72959,6 +104967,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -72966,14 +104978,17 @@ { "id": "slavery", "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -72981,8 +104996,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -73016,12 +105031,6 @@ "name": "Young, Joe", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -73034,9 +105043,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recCIyWeyBwQxcbIr", - "id": "e1086" + "id": "e1087" }, { "aapbId": "cpb-aacip-500-jh3d3f0r", @@ -73060,6 +105093,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -73068,13 +105105,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -73110,14 +105159,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recCKjJwFrTVezFTP", - "id": "e1087" + "id": "e1088" }, { "aapbId": "cpb-aacip-500-gx44vt8h", @@ -73138,13 +105215,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCLkfoIywNlIQxx", - "id": "e1088" + "id": "e1089" }, { "aapbId": "cpb-aacip-500-125qcs5f", @@ -73159,12 +105264,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCM6TWDRquvnLFA", - "subject": [], - "id": "e1089" + "id": "e1090" }, { "aapbId": "cpb-aacip-500-mp4vnp9f", @@ -73185,12 +105295,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -73199,6 +105305,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -73225,10 +105335,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recCNGE201lYjzakF", - "id": "e1090" + "id": "e1091" }, { "aapbId": "cpb-aacip-500-sf2mbd78", @@ -73252,17 +105386,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -73300,18 +105438,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recCNGKM2JbfMYG62", - "id": "e1091" + "id": "e1092" }, { "aapbId": "cpb-aacip-500-3t9d8r08", @@ -73335,6 +105497,10 @@ "id": "council-on-student-travel-us", "name": "Council on Student Travel (U.S.)" }, + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -73343,10 +105509,26 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "student-exchange-programs", "name": "Student exchange programs" }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "work-camps", "name": "Work camps" @@ -73395,9 +105577,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recCNHOgfaJCYWqDa", - "id": "e1092" + "id": "e1093" }, { "aapbId": "cpb-aacip-500-w6697g6q", @@ -73420,6 +105626,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -73443,10 +105653,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recCP35wdBuu4HWM7", - "id": "e1093" + "id": "e1094" }, { "aapbId": "cpb-aacip-500-n8730c8j", @@ -73470,17 +105704,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -73518,18 +105756,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recCPvaNb4rTNUvoT", - "id": "e1094" + "id": "e1095" }, { "aapbId": "cpb-aacip-500-cn6z1d12", @@ -73557,6 +105819,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -73598,9 +105864,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recCQVv6m9Vbtc0Wy", - "id": "e1095" + "id": "e1096" }, { "aapbId": "cpb-aacip-500-td9n7b8d", @@ -73619,13 +105909,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCQwjb9cxYpySK8", - "id": "e1096" + "id": "e1097" }, { "aapbId": "cpb-aacip-500-7d2q9282", @@ -73646,24 +105964,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century-history-and-criticism", - "name": "Music--20th century--History and criticism" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -73710,9 +106036,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recCSLZnQCn0weCZl", - "id": "e1097" + "id": "e1098" }, { "aapbId": "cpb-aacip-500-m9023j2t", @@ -73751,6 +106101,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -73774,13 +106128,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recCT3kma6Wa1RpV6", - "id": "e1098" + "id": "e1099" }, { "aapbId": "cpb-aacip-500-057cw631", @@ -73804,10 +106182,22 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "law-and-legislation", + "name": "Law and legislation" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -73856,9 +106246,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recCU9XDQ0gQOcxe3", - "id": "e1099" + "id": "e1100" }, { "aapbId": "cpb-aacip-500-zc7rsr2g", @@ -73931,9 +106345,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recCV7dzSeRyUcWsu", - "id": "e1100" + "id": "e1101" }, { "aapbId": "cpb-aacip-500-6h4csh5f", @@ -73954,13 +106392,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCVkInIDNc6Yk6d", - "id": "e1101" + "id": "e1102" }, { "aapbId": "cpb-aacip-500-zc7rss9c", @@ -73982,6 +106448,10 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "law", + "name": "Law" + }, { "id": "laws", "name": "Laws" @@ -73994,6 +106464,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -74005,6 +106479,10 @@ { "id": "sex-and-law", "name": "Sex and law" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -74039,9 +106517,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "airtableId": "recCXMZT5trP13QaY", - "id": "e1102" + "id": "e1103" }, { "aapbId": "cpb-aacip-500-6d5pd790", @@ -74062,7 +106564,7 @@ "contributor": [], "airtableId": "recCZtQRkC8afmYah", "subject": [], - "id": "e1103" + "id": "e1104" }, { "aapbId": "cpb-aacip-500-x34mr068", @@ -74083,12 +106585,12 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" }, { - "id": "criticism", - "name": "Criticism" + "id": "art-architecture", + "name": "Art & Architecture" }, { "id": "music", @@ -74098,6 +106600,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "painting", + "name": "Painting" + }, { "id": "rorem-ned-1923", "name": "Rorem, Ned, 1923-" @@ -74105,6 +106615,10 @@ { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -74139,9 +106653,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recCclYvgPYFh4ODp", - "id": "e1104" + "id": "e1105" }, { "aapbId": "cpb-aacip-500-2805251x", @@ -74198,7 +106736,7 @@ ], "decade": "1960-1969", "airtableId": "recCe6ZZjaktBcSCr", - "id": "e1105" + "id": "e1106" }, { "aapbId": "cpb-aacip-500-n29p6t2z", @@ -74277,9 +106815,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recCe9UBwkYVB46q5", - "id": "e1106" + "id": "e1107" }, { "aapbId": "cpb-aacip-500-rf5kfm0g", @@ -74312,12 +106874,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -74344,10 +106906,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recCgYPOuNxEMzkJy", - "id": "e1107" + "id": "e1108" }, { "aapbId": "cpb-aacip-500-r49g8q79", @@ -74362,12 +106948,36 @@ "id": "this-drug-age", "title": "This drug age" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCgkuvt9FnhhgeN", "subject": [], - "id": "e1108" + "id": "e1109" }, { "aapbId": "cpb-aacip-500-dv1cpt05", @@ -74388,8 +106998,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -74403,13 +107013,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -74480,9 +107094,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recCgvZKLuE628iPu", - "id": "e1109" + "id": "e1110" }, { "aapbId": "cpb-aacip-500-s46h5k5b", @@ -74510,6 +107148,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -74552,9 +107194,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recCi2n1ENEsxaW3G", - "id": "e1110" + "id": "e1111" }, { "aapbId": "cpb-aacip-500-mc8rgv7h", @@ -74574,6 +107240,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "economic-development", "name": "Economic development" @@ -74607,12 +107277,20 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "western-influences", "name": "Western influences" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -74643,9 +107321,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recCiAo6rp37bfuhz", - "id": "e1111" + "id": "e1112" }, { "aapbId": "cpb-aacip-500-sj19qq84", @@ -74666,13 +107368,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCiWZyFa1Og0qYd", - "id": "e1112" + "id": "e1113" }, { "aapbId": "cpb-aacip-500-m32nb11t", @@ -74691,13 +107421,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCicwjEEErBfCvi", - "id": "e1113" + "id": "e1114" }, { "aapbId": "cpb-aacip-500-j09w4z9q", @@ -74725,17 +107483,21 @@ "id": "diplomats-netherlands-interviews", "name": "Diplomats--Netherlands--Interviews" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "politicians-netherlands-biography", - "name": "Politicians--Netherlands--Biography" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "politicians-netherlands-biography", + "name": "Politicians--Netherlands--Biography" }, { "id": "united-nations-officials-and-employees", @@ -74783,9 +107545,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recCjEdkKmzlSQuoT", - "id": "e1114" + "id": "e1115" }, { "aapbId": "cpb-aacip-500-fj29dt18", @@ -74806,8 +107592,8 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "economy-business", @@ -74818,8 +107604,8 @@ "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "southern-states-commerce", @@ -74834,8 +107620,8 @@ "name": "Steel industry and trade--Southern States" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -74888,9 +107674,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recCjFaoyyhrNV9ie", - "id": "e1115" + "id": "e1116" }, { "aapbId": "cpb-aacip-500-z02z7m0z", @@ -74907,9 +107717,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -74939,9 +107765,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recCjfavYsmGoxeH4", - "id": "e1116" + "id": "e1117" }, { "aapbId": "cpb-aacip-500-f7667x83", @@ -74980,6 +107830,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -75003,13 +107857,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recCkGhemKoeBXCpG", - "id": "e1117" + "id": "e1118" }, { "aapbId": "cpb-aacip-500-513tz67m", @@ -75033,6 +107911,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -75041,13 +107923,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -75083,14 +107977,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recCkNtjvZm9ZAiJv", - "id": "e1118" + "id": "e1119" }, { "aapbId": "cpb-aacip-500-2b8vff8w", @@ -75111,17 +108033,29 @@ }, "subject": [ { - "id": "communism-asia", - "name": "Communism--Asia" + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "communism", + "name": "Communism" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" @@ -75130,14 +108064,6 @@ "id": "soviet-union-relations-united-states", "name": "Soviet Union--Relations--United States" }, - { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -75222,9 +108148,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recCkR14wPlkM1G0H", - "id": "e1119" + "id": "e1120" }, { "aapbId": "cpb-aacip-500-028pgw1r", @@ -75248,10 +108198,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -75309,9 +108255,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recCkgx3D32LJj1fw", - "id": "e1120" + "id": "e1121" }, { "aapbId": "cpb-aacip-500-bg2hbx4v", @@ -75339,6 +108309,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -75387,9 +108361,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recCkkrFTeVVbfagk", - "id": "e1121" + "id": "e1122" }, { "aapbId": "cpb-aacip-500-fx73zz41", @@ -75410,16 +108408,20 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "rutile", @@ -75432,10 +108434,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -75488,9 +108486,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recClaWYoVivEzf2n", - "id": "e1122" + "id": "e1123" }, { "aapbId": "cpb-aacip-500-5t3g2g48", @@ -75522,6 +108544,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -75573,9 +108599,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recCn52PVXH25Vy1c", - "id": "e1123" + "id": "e1124" }, { "aapbId": "cpb-aacip-500-np1wjm3x", @@ -75596,13 +108646,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCnLZyC1jVM1kVN", - "id": "e1124" + "id": "e1125" }, { "aapbId": "cpb-aacip-500-2n4zmb4s", @@ -75632,6 +108710,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -75677,9 +108759,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recCs3F6Yk6A6uy8Z", - "id": "e1125" + "id": "e1126" }, { "aapbId": "cpb-aacip-500-n00ztk3w", @@ -75697,16 +108803,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCt8UmhpgUzQXif", - "id": "e1126" + "id": "e1127" }, { "aapbId": "cpb-aacip-500-4m91d382", @@ -75725,13 +108863,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recCtUu5o4OAedowx", - "id": "e1127" + "id": "e1128" }, { "aapbId": "cpb-aacip-500-cz326861", @@ -75754,10 +108920,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -75777,10 +108951,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recCu5Z9sF5zNWhd9", - "id": "e1128" + "id": "e1129" }, { "aapbId": "cpb-aacip-500-zw18r72p", @@ -75798,13 +108996,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recCuBUE8b3wsfSyD", - "id": "e1129" + "id": "e1130" }, { "aapbId": "cpb-aacip-500-707wqz2f", @@ -75823,17 +109049,21 @@ }, "subject": [ { - "id": "disasters-decision-making", - "name": "Disasters--Decision making" + "id": "disasters", + "name": "Disasters" }, { - "id": "disasters-drama", - "name": "Disasters--Drama" + "id": "disasters-decision-making", + "name": "Disasters--Decision making" }, { "id": "disasters-united-states", "name": "Disasters--United States" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" @@ -75847,8 +109077,8 @@ "name": "NAEB Region V" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -75901,9 +109131,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "airtableId": "recCuKVaT4Q6r0y4o", - "id": "e1130" + "id": "e1131" }, { "aapbId": "cpb-aacip-500-xp6v2r86", @@ -75923,6 +109177,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "democracy", "name": "Democracy" @@ -75960,13 +109218,21 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-politics", + "name": "U.S. Politics" }, { "id": "united-states-relations-japan", "name": "United States--Relations--Japan" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -76000,9 +109266,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recCuUuPSSWvUf7Pi", - "id": "e1131" + "id": "e1132" }, { "aapbId": "cpb-aacip-500-222r8m38", @@ -76026,10 +109316,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -76067,9 +109365,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recCvwDaS3rpJK6NL", - "id": "e1132" + "id": "e1133" }, { "aapbId": "cpb-aacip-500-707wqz55", @@ -76102,11 +109424,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recCxYZdqYlPbTGzv", "subject": [], - "id": "e1133" + "id": "e1134" }, { "aapbId": "cpb-aacip-500-wp9t5v9q", @@ -76130,13 +109476,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -76171,9 +109517,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recCxctkwqanRefWO", - "id": "e1134" + "id": "e1135" }, { "aapbId": "cpb-aacip-500-gq6r387f", @@ -76191,13 +109561,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recD0G3RMXUy9lDxS", - "id": "e1135" + "id": "e1136" }, { "aapbId": "cpb-aacip-500-862bdb34", @@ -76228,6 +109626,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -76268,9 +109670,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recD0KQYksEyapaSd", - "id": "e1136" + "id": "e1137" }, { "aapbId": "cpb-aacip-500-zg6g623n", @@ -76290,7 +109716,7 @@ "contributor": [], "airtableId": "recD1Mi3h3KUgz8CV", "subject": [], - "id": "e1137" + "id": "e1138" }, { "aapbId": "cpb-aacip-500-8c9r5x4d", @@ -76322,6 +109748,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tuberculosis", "name": "Tuberculosis" @@ -76377,9 +109807,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recD1Qd7JbmDyvI6K", - "id": "e1138" + "id": "e1139" }, { "aapbId": "cpb-aacip-500-8k74zg8c", @@ -76399,21 +109853,37 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "us-politics", + "name": "U.S. Politics" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "united-states-politics-and-government", + "name": "United States--Politics and government" + }, + { + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -76477,9 +109947,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "recD2LlwMvFuXHLiY", - "id": "e1139" + "id": "e1140" }, { "aapbId": "cpb-aacip-500-t727fr5g", @@ -76511,6 +110005,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -76518,6 +110016,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -76544,19 +110046,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recD3K0H8o7HTl5k8", - "id": "e1140" + "id": "e1141" }, { "aapbId": "cpb-aacip-500-5717qt09", @@ -76602,20 +110128,20 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "politics", "name": "Politics" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recD437fIVs0qOXNi", - "id": "e1141" + "id": "e1142" }, { "aapbId": "cpb-aacip-500-zk55kb1k", @@ -76632,9 +110158,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -76664,9 +110206,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recD59ZjDqrYA2Ozz", - "id": "e1142" + "id": "e1143" }, { "aapbId": "cpb-aacip-500-ms3k210d", @@ -76687,28 +110253,32 @@ }, "subject": [ { - "id": "education-higher-united-states", - "name": "Education, Higher--United States" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education-higher-united-states", + "name": "Education, Higher--United States" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-administration", + "name": "United States--Administration" }, { - "id": "universities-and-colleges-united-states-administration", - "name": "Universities and colleges--United States--Administration" + "id": "united-states-planning", + "name": "United States--Planning" }, { - "id": "universities-and-colleges-united-states-planning", - "name": "Universities and colleges--United States--Planning" + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -76744,9 +110314,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recD5YCtlODPWxKXp", - "id": "e1143" + "id": "e1144" }, { "aapbId": "cpb-aacip-500-nv99b37k", @@ -76766,14 +110360,26 @@ "title": "And the world listened" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "webster-daniel-1782-1852", "name": "Webster, Daniel, 1782-1852" @@ -76821,11 +110427,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recD5g4ZkLfWejYcJ", - "id": "e1144" + "id": "e1145" }, { "aapbId": "cpb-aacip-500-mw28f773", @@ -76845,10 +110479,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -76856,6 +110486,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -76896,9 +110530,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recD6Jsc1sYvjjhuh", - "id": "e1145" + "id": "e1146" }, { "aapbId": "cpb-aacip-500-6w96bp23", @@ -76928,11 +110586,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recD8AP8FciTe8ysg", "subject": [], - "id": "e1146" + "id": "e1147" }, { "aapbId": "cpb-aacip-500-zk55kc21", @@ -76953,24 +110635,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -77065,9 +110751,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recD9zV1pnGrgncQH", - "id": "e1147" + "id": "e1148" }, { "aapbId": "cpb-aacip-500-rj48tv8m", @@ -77091,17 +110801,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -77139,18 +110853,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recDA7Meh3m0ykSvv", - "id": "e1148" + "id": "e1149" }, { "aapbId": "cpb-aacip-500-x921hk2g", @@ -77179,13 +110917,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recDBOHOE4j5HYzf5", - "id": "e1149" + "id": "e1150" }, { "aapbId": "cpb-aacip-500-sn014249", @@ -77205,21 +110971,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -77257,18 +111035,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recDBjwsGJp6Kk6Oq", - "id": "e1150" + "id": "e1151" }, { "aapbId": "cpb-aacip-500-ns0kxv0d", @@ -77292,6 +111094,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "roosevelt-franklin-d-franklin-delano-1882-1945", "name": "Roosevelt, Franklin D. (Franklin Delano), 1882-1945" @@ -77299,6 +111105,10 @@ { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -77343,11 +111153,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recDBkmRQKs1jd70Y", - "id": "e1151" + "id": "e1152" }, { "aapbId": "cpb-aacip-500-wh2ddb15", @@ -77361,12 +111199,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recDCHrdoW8LURg8T", "subject": [], - "id": "e1152" + "id": "e1153" }, { "aapbId": "cpb-aacip-500-862bdc79", @@ -77381,12 +111243,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recDCZi59vd97ciCM", "subject": [], - "id": "e1153" + "id": "e1154" }, { "aapbId": "cpb-aacip-500-w6697h36", @@ -77404,13 +111290,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recDEFfVyysQlq0i4", - "id": "e1154" + "id": "e1155" }, { "aapbId": "cpb-aacip-500-j678xj10", @@ -77431,8 +111345,12 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "martineau-harriet-1802-1876-travel-united-states", @@ -77446,6 +111364,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sociology", "name": "Sociology" @@ -77454,13 +111376,17 @@ "id": "travel-leisure", "name": "Travel & Leisure" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -77499,10 +111425,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDEjaWi6It4QiTn", - "id": "e1155" + "id": "e1156" }, { "aapbId": "cpb-aacip-500-9k45vd89", @@ -77519,9 +111469,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -77551,9 +111517,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recDF8l31uHHZB5pk", - "id": "e1156" + "id": "e1157" }, { "aapbId": "cpb-aacip-500-3j393w7b", @@ -77589,13 +111579,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "whitlock-percy-1903-1946-organ-music-selections", @@ -77634,9 +111628,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recDFV343AdgIsO1o", - "id": "e1157" + "id": "e1158" }, { "aapbId": "cpb-aacip-500-0p0wtk8j", @@ -77657,13 +111675,17 @@ }, "subject": [ { - "id": "composers-france-19th-century", - "name": "Composers--France--19th century" + "id": "composers", + "name": "Composers" }, { "id": "europe", "name": "Europe" }, + { + "id": "france", + "name": "France" + }, { "id": "franck-ce_sar-1822-1890-organ-music", "name": "Franck, Ce_sar, 1822-1890. Organ music" @@ -77676,17 +111698,21 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { - "id": "organists-france", - "name": "Organists--France" + "id": "organists", + "name": "Organists" } ], "creator": [ @@ -77721,9 +111747,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recDFVKJiDaI4Rckd", - "id": "e1158" + "id": "e1159" }, { "aapbId": "cpb-aacip-500-xg9f951f", @@ -77767,13 +111817,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "water-resources-development", @@ -77830,9 +111884,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recDGmPGL7f8I9jFl", - "id": "e1159" + "id": "e1160" }, { "aapbId": "cpb-aacip-500-h98zdx75", @@ -77856,6 +111934,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -77903,9 +111985,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recDGrFmnRvSJoAyB", - "id": "e1160" + "id": "e1161" }, { "aapbId": "cpb-aacip-500-jh3d3d21", @@ -77926,8 +112032,16 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "censorship", + "name": "Censorship" + }, + { + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "foreign-literature", @@ -77938,20 +112052,24 @@ "name": "NAEB Region III" }, { - "id": "soviet-literature-20th-century-history-and-criticism", - "name": "Soviet literature--20th century--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "soviet-literature", + "name": "Soviet literature" }, { - "id": "soviet-literature-censorship", - "name": "Soviet literature--Censorship" + "id": "soviet-literature-20th-century-history-and-criticism", + "name": "Soviet literature--20th century--History and criticism" }, { "id": "soviet-literature-political-aspects", "name": "Soviet literature--Political aspects" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -78011,9 +112129,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recDGvuPn1i50Rf85", - "id": "e1161" + "id": "e1162" }, { "aapbId": "cpb-aacip-500-8g8fk640", @@ -78034,21 +112176,25 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "prejudices-united-states", "name": "Prejudices--United States" @@ -78142,9 +112288,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recDH63VRs3p220sz", - "id": "e1162" + "id": "e1163" }, { "aapbId": "cpb-aacip-500-0v89m554", @@ -78165,21 +112335,25 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "racism-united-states", "name": "Racism--United States" @@ -78188,6 +112362,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -78242,9 +112420,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recDH8EYQY8PxFLkX", - "id": "e1163" + "id": "e1164" }, { "aapbId": "cpb-aacip-500-d21rkj8v", @@ -78272,6 +112474,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -78320,9 +112526,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recDHeA6iGYxXRMDr", - "id": "e1164" + "id": "e1165" }, { "aapbId": "cpb-aacip-500-t727fr7z", @@ -78343,13 +112573,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recDINHZ7GTO5s3WT", - "id": "e1165" + "id": "e1166" }, { "aapbId": "cpb-aacip-500-3n20h56p", @@ -78378,16 +112636,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -78425,18 +112687,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recDJr8YKM42hA6XI", - "id": "e1166" + "id": "e1167" }, { "aapbId": "cpb-aacip-500-vh5chg6v", @@ -78456,7 +112742,7 @@ "contributor": [], "airtableId": "recDKZyQF0vaI4Ta0", "subject": [], - "id": "e1167" + "id": "e1168" }, { "aapbId": "cpb-aacip-500-t14tp581", @@ -78476,6 +112762,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" } ], "creator": [ @@ -78514,10 +112808,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDKtHMj0r8KMLoe", - "id": "e1168" + "id": "e1169" }, { "aapbId": "cpb-aacip-500-ks6j545w", @@ -78548,6 +112866,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -78574,11 +112896,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recDLKCaNWBjg9orL", - "id": "e1169" + "id": "e1170" }, { "aapbId": "cpb-aacip-500-ft8dkn6w", @@ -78606,6 +112956,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -78660,9 +113014,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recDO8KX2l68UOB5R", - "id": "e1170" + "id": "e1171" }, { "aapbId": "cpb-aacip-500-h12v8296", @@ -78691,16 +113069,28 @@ "name": "Europe" }, { - "id": "motion-pictures-american-germany", - "name": "Motion pictures, American--Germany" + "id": "germany", + "name": "Germany" + }, + { + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "theater-germany", - "name": "Theater--Germany" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -78746,9 +113136,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recDOw4wvw9MAAlQ1", - "id": "e1171" + "id": "e1172" }, { "aapbId": "cpb-aacip-500-3n20h60f", @@ -78769,8 +113183,16 @@ }, "subject": [ { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "yurok-indians", @@ -78839,9 +113261,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recDPilAlGo10H075", - "id": "e1172" + "id": "e1173" }, { "aapbId": "cpb-aacip-500-pk07243q", @@ -78865,13 +113311,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -78912,9 +113358,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recDR49EY9pRVDbSe", - "id": "e1173" + "id": "e1174" }, { "aapbId": "cpb-aacip-500-t14tp46b", @@ -78935,12 +113405,8 @@ }, "subject": [ { - "id": "biographers-great-britain", - "name": "Biographers--Great Britain" - }, - { - "id": "europe", - "name": "Europe" + "id": "british-literature", + "name": "British literature" }, { "id": "great-britain", @@ -78954,9 +113420,17 @@ "id": "lawrence-t-e-thomas-edward-1888-1935-childhood-and-youth", "name": "Lawrence, T. E. (Thomas Edward), 1888-1935--Childhood and youth" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -78985,9 +113459,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recDS36CDis1Nbe2e", - "id": "e1174" + "id": "e1175" }, { "aapbId": "cpb-aacip-500-jh3d3c88", @@ -79019,6 +113517,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -79062,9 +113568,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recDSicjYEwkbKUB4", - "id": "e1175" + "id": "e1176" }, { "aapbId": "cpb-aacip-500-9g5gg277", @@ -79084,14 +113614,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -79100,21 +113630,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -79161,9 +113695,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recDT0oKDMKAn0RYB", - "id": "e1176" + "id": "e1177" }, { "aapbId": "cpb-aacip-500-6w96bp62", @@ -79192,12 +113750,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -79229,6 +113795,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -79239,7 +113829,7 @@ } ], "airtableId": "recDTw1ILbhONnZr5", - "id": "e1177" + "id": "e1178" }, { "aapbId": "cpb-aacip-500-3775z13r", @@ -79259,6 +113849,10 @@ "title": "Organ music of the centuries" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "milhaud-darius-1892-1974", "name": "Milhaud, Darius, 1892-1974" @@ -79271,13 +113865,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "peeters-flor-1903-1986-organ-music-selections", @@ -79320,9 +113918,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recDU5whF8yMRId4M", - "id": "e1178" + "id": "e1179" }, { "aapbId": "cpb-aacip-500-ng4grz9q", @@ -79343,20 +113965,28 @@ }, "subject": [ { - "id": "education-europe", - "name": "Education--Europe" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "students-europe", - "name": "Students--Europe" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "students", + "name": "Students" }, { "id": "trentino-alto-adige-italy-ethnic-relations", @@ -79410,9 +114040,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recDUBUF5lx88cjEq", - "id": "e1179" + "id": "e1180" }, { "aapbId": "cpb-aacip-500-6h4csg6g", @@ -79439,6 +114093,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -79508,9 +114170,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recDUfMBOJe3rwK9Y", - "id": "e1180" + "id": "e1181" }, { "aapbId": "cpb-aacip-500-mw28f93j", @@ -79536,21 +114222,29 @@ "id": "music", "name": "Music" }, - { - "id": "music-africa-history-and-criticism", - "name": "Music--Africa--History and criticism" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "nigeria", + "name": "Nigeria" + }, { "id": "opera", "name": "Opera" }, { - "id": "popular-music-nigeria", - "name": "Popular music--Nigeria" + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "popular-music", + "name": "Popular music" } ], "creator": [ @@ -79584,9 +114278,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recDVI3xUJmuNFuUt", - "id": "e1181" + "id": "e1182" }, { "aapbId": "cpb-aacip-500-sn01402d", @@ -79618,6 +114336,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -79661,9 +114387,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recDVgmGI6iZX4NWv", - "id": "e1182" + "id": "e1183" }, { "aapbId": "cpb-aacip-500-kh0f097z", @@ -79682,13 +114432,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recDVwAaOgf72j4Ws", - "id": "e1183" + "id": "e1184" }, { "aapbId": "cpb-aacip-500-qz22h44h", @@ -79709,25 +114487,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -79777,9 +114567,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recDYoNYQk6kg25xx", - "id": "e1184" + "id": "e1185" }, { "aapbId": "cpb-aacip-500-sb3wz43r", @@ -79811,6 +114625,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -79868,9 +114686,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recDYzcURXeM5Gy3w", - "id": "e1185" + "id": "e1186" }, { "aapbId": "cpb-aacip-500-qv3c3w7v", @@ -79900,6 +114742,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -79912,9 +114758,21 @@ "id": "psychosexual-development", "name": "Psychosexual development" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "sex", "name": "Sex" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -79953,10 +114811,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDZYKnARIktD9Ba", - "id": "e1186" + "id": "e1187" }, { "aapbId": "cpb-aacip-500-st7dwm18", @@ -79976,6 +114858,22 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sex", + "name": "Sex" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -80002,10 +114900,34 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDZs3VUAD0uDlJt", - "id": "e1187" + "id": "e1188" }, { "aapbId": "cpb-aacip-500-0z710h8t", @@ -80049,6 +114971,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -80056,6 +114982,10 @@ { "id": "organ-music", "name": "Organ music" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -80088,10 +115018,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDajSkGChV5lgv8", - "id": "e1188" + "id": "e1189" }, { "aapbId": "cpb-aacip-500-610vv35v", @@ -80117,6 +115071,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -80139,10 +115097,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDamgsrzNPZU4xh", - "id": "e1189" + "id": "e1190" }, { "aapbId": "cpb-aacip-500-t43j2g0v", @@ -80161,7 +115143,7 @@ "contributor": [], "airtableId": "recDb2Qq4nAbFPxzl", "subject": [], - "id": "e1190" + "id": "e1191" }, { "aapbId": "cpb-aacip-500-t727fp91", @@ -80185,9 +115167,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -80239,9 +115229,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recDc1IgISwzYpGBf", - "id": "e1191" + "id": "e1192" }, { "aapbId": "cpb-aacip-500-n29p6t8d", @@ -80261,22 +115275,26 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "statutes-and-codes", "name": "Statutes and codes" @@ -80330,9 +115348,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recDfEDuNimLRSPbM", - "id": "e1192" + "id": "e1193" }, { "aapbId": "cpb-aacip-500-rn307473", @@ -80360,18 +115402,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -80427,9 +115473,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recDfFSKkImg0rGUZ", - "id": "e1193" + "id": "e1194" }, { "aapbId": "cpb-aacip-500-j09w5015", @@ -80449,6 +115519,10 @@ "title": "The comic arts II" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "comedy", "name": "Comedy" @@ -80457,13 +115531,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "television", + "name": "Television" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -80498,9 +115584,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recDfUx2hvTiEsRj7", - "id": "e1194" + "id": "e1195" }, { "aapbId": "cpb-aacip-500-bz619b7b", @@ -80536,13 +115646,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "politicians-germany", "name": "Politicians--Germany" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -80588,9 +115702,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recDfrwlUsQx89Ycv", - "id": "e1195" + "id": "e1196" }, { "aapbId": "cpb-aacip-500-bk16r84v", @@ -80614,6 +115752,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -80622,13 +115764,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -80658,14 +115812,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recDgdVY1L8qGSrJI", - "id": "e1196" + "id": "e1197" }, { "aapbId": "cpb-aacip-500-vh5chf5d", @@ -80689,17 +115871,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -80737,18 +115923,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recDgjnVluBxn9CE8", - "id": "e1197" + "id": "e1198" }, { "aapbId": "cpb-aacip-500-ws8hk47t", @@ -80780,6 +115990,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -80787,6 +116001,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -80842,18 +116060,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recDhWsoOaFtKAbMF", - "id": "e1198" + "id": "e1199" }, { "aapbId": "cpb-aacip-500-w6697f6h", @@ -80889,13 +116131,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -80930,9 +116184,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recDhZ9BTOPgzvYYB", - "id": "e1199" + "id": "e1200" }, { "aapbId": "cpb-aacip-500-pk072584", @@ -80953,13 +116231,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recDjG8UctgaB9Ihh", - "id": "e1200" + "id": "e1201" }, { "aapbId": "cpb-aacip-500-n00ztj2f", @@ -80986,6 +116292,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -81002,10 +116316,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDjcVIIX33Vid1N", - "id": "e1201" + "id": "e1202" }, { "aapbId": "cpb-aacip-500-9882pj8n", @@ -81026,10 +116364,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -81085,7 +116419,7 @@ ], "decade": "1950-1959", "airtableId": "recDk7b7wabeyPMk7", - "id": "e1202" + "id": "e1203" }, { "aapbId": "cpb-aacip-500-cz32688h", @@ -81104,13 +116438,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recDkN7QkKWhpX3kN", - "id": "e1203" + "id": "e1204" }, { "aapbId": "cpb-aacip-500-dn3zx68q", @@ -81130,6 +116492,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -81182,11 +116548,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recDkOCCMUB7ajdi4", - "id": "e1204" + "id": "e1205" }, { "aapbId": "cpb-aacip-500-fx73zz7r", @@ -81203,12 +116597,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "quebec", + "name": "Quebec" + } + ], + "settlement": [ + { + "id": "montreal", + "name": "Montreal" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recDlZBYZIB06ST7A", "subject": [], - "id": "e1205" + "id": "e1206" }, { "aapbId": "cpb-aacip-500-4746tx9r", @@ -81228,6 +116646,10 @@ "title": "NER Washington Forum" }, "subject": [ + { + "id": "documentary-film", + "name": "Documentary film" + }, { "id": "government-policy", "name": "Government policy" @@ -81236,6 +116658,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -81279,9 +116705,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recDnHFEak6WSDR4h", - "id": "e1206" + "id": "e1207" }, { "aapbId": "cpb-aacip-500-416t2b21", @@ -81302,16 +116752,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -81358,9 +116816,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recDoF9ecHQ44yAfh", - "id": "e1207" + "id": "e1208" }, { "aapbId": "cpb-aacip-500-9g5gg455", @@ -81381,13 +116863,17 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "art-architecture", + "name": "Art & Architecture" }, { "id": "china", "name": "China" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -81397,24 +116883,20 @@ "name": "NAEB Region I" }, { - "id": "printing", - "name": "Printing" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "printing-china-history", - "name": "Printing--China--History" + "id": "printing", + "name": "Printing" }, { "id": "science-technology", "name": "Science & Technology" }, { - "id": "technology-china-history", - "name": "Technology--China--History" - }, - { - "id": "us-literature", - "name": "U.S. Literature" + "id": "technology", + "name": "Technology" } ], "creator": [ @@ -81441,11 +116923,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recDoHt0ePatpYK0m", - "id": "e1208" + "id": "e1209" }, { "aapbId": "cpb-aacip-500-nz80qg0x", @@ -81465,6 +116975,30 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "psychology", + "name": "Psychology" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -81475,6 +117009,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -81485,7 +117043,7 @@ } ], "airtableId": "recDovH820y2zxRxI", - "id": "e1209" + "id": "e1210" }, { "aapbId": "cpb-aacip-500-7p8tfz0s", @@ -81508,10 +117066,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -81531,10 +117097,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDpiMoUAE6mYSqd", - "id": "e1210" + "id": "e1211" }, { "aapbId": "cpb-aacip-500-tm720x24", @@ -81554,7 +117144,7 @@ "contributor": [], "airtableId": "recDqK3xIb9KtpQ9z", "subject": [], - "id": "e1211" + "id": "e1212" }, { "aapbId": "cpb-aacip-500-542jbj14", @@ -81595,8 +117185,8 @@ "name": "Federal government--United States" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -81614,9 +117204,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -81647,9 +117245,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recDqaUJJ7WOOpJGH", - "id": "e1212" + "id": "e1213" }, { "aapbId": "cpb-aacip-500-1v5bh23c", @@ -81669,21 +117291,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -81720,9 +117346,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recDrr3Ec5t1N6Ujh", - "id": "e1213" + "id": "e1214" }, { "aapbId": "cpb-aacip-500-3b5wbc6b", @@ -81743,13 +117393,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recDryuzfhYzPyWtI", - "id": "e1214" + "id": "e1215" }, { "aapbId": "cpb-aacip-500-8p5vbs1b", @@ -81769,14 +117447,14 @@ "title": "The American people" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nostalgia", "name": "Nostalgia" @@ -81786,8 +117464,16 @@ "name": "Politics and culture--United States" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -81816,9 +117502,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recDsbDIrNLyQJAcL", - "id": "e1215" + "id": "e1216" }, { "aapbId": "cpb-aacip-500-g7374v59", @@ -81837,13 +117547,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recDsiYtt64WlOe72", - "id": "e1216" + "id": "e1217" }, { "aapbId": "cpb-aacip-500-fq9q6c2h", @@ -81871,6 +117609,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -81918,9 +117660,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recDuNSyOjVdkTL5o", - "id": "e1217" + "id": "e1218" }, { "aapbId": "cpb-aacip-500-610vv20f", @@ -81940,21 +117706,29 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "basie-count-1904-1984", "name": "Basie, Count, 1904-1984" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -81963,6 +117737,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -81995,10 +117773,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDumm6BREqvTI36", - "id": "e1218" + "id": "e1219" }, { "aapbId": "cpb-aacip-500-db7vrf0r", @@ -82016,16 +117818,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recDwgfZb6ItKBptA", - "id": "e1219" + "id": "e1220" }, { "aapbId": "cpb-aacip-500-736m479v", @@ -82052,17 +117886,17 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -82071,6 +117905,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -82113,9 +117955,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recDwt0ObIyrf8D4U", - "id": "e1220" + "id": "e1221" }, { "aapbId": "cpb-aacip-500-f766805z", @@ -82138,10 +118004,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -82161,10 +118035,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDx4qTeoBDBEY0Z", - "id": "e1221" + "id": "e1222" }, { "aapbId": "cpb-aacip-500-9882pk15", @@ -82184,9 +118082,25 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -82203,10 +118117,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDxpIxjxgVCMJLw", - "id": "e1222" + "id": "e1223" }, { "aapbId": "cpb-aacip-500-dr2p9j66", @@ -82233,6 +118171,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -82249,10 +118191,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recDyQsBIw6rpwYpV", - "id": "e1223" + "id": "e1224" }, { "aapbId": "cpb-aacip-500-ks6j552c", @@ -82266,12 +118232,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recDytnM3rHlCqyfl", "subject": [], - "id": "e1224" + "id": "e1225" }, { "aapbId": "cpb-aacip-500-v698bk8g", @@ -82290,13 +118280,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recE0FjuxQZegrMaM", - "id": "e1225" + "id": "e1226" }, { "aapbId": "cpb-aacip-500-sx648v89", @@ -82317,20 +118335,28 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" }, { "id": "asia-politics-and-government-1945", "name": "Asia--Politics and government--1945-" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -82366,9 +118392,33 @@ "role": "Guest" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recE0NsYrzeKxTkFc", - "id": "e1226" + "id": "e1227" }, { "aapbId": "cpb-aacip-500-0k26f970", @@ -82389,17 +118439,17 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -82437,9 +118487,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recE0s2dsoB74HBvv", - "id": "e1227" + "id": "e1228" }, { "aapbId": "cpb-aacip-500-7h1dpc5z", @@ -82460,13 +118534,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recE12wkWETmY4Ukp", - "id": "e1228" + "id": "e1229" }, { "aapbId": "cpb-aacip-500-2z12s64j", @@ -82492,6 +118594,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -82514,10 +118620,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recE1Wnojgyp7DBeP", - "id": "e1229" + "id": "e1230" }, { "aapbId": "cpb-aacip-500-bn9x4h81", @@ -82537,9 +118667,29 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "mass-media", + "name": "Mass media" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -82556,10 +118706,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recE1jHfBRnFn8kqV", - "id": "e1230" + "id": "e1231" }, { "aapbId": "cpb-aacip-500-5q4rp64q", @@ -82580,32 +118754,40 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" }, { - "id": "davis-benjamin-o-jr-1912-2002", - "name": "Davis, Benjamin O., Jr., 1912-2002" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "davis-benjamin-o-jr-1912-2002", + "name": "Davis, Benjamin O., Jr., 1912-2002" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -82632,10 +118814,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recE1pcVpe22h654u", - "id": "e1231" + "id": "e1232" }, { "aapbId": "cpb-aacip-500-dz033459", @@ -82654,13 +118860,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recE1y3vQkhfcZzse", - "id": "e1232" + "id": "e1233" }, { "aapbId": "cpb-aacip-500-st7dwm2h", @@ -82691,6 +118925,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -82723,6 +118961,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -82733,7 +118995,7 @@ } ], "airtableId": "recE1yjgwFpewYRZh", - "id": "e1233" + "id": "e1234" }, { "aapbId": "cpb-aacip-500-vm42ws3r", @@ -82754,24 +119016,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -82852,9 +119106,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recE38iepfZPuRZBr", - "id": "e1234" + "id": "e1235" }, { "aapbId": "cpb-aacip-500-vq2s905f", @@ -82886,6 +119164,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -82935,9 +119217,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recE3EsLgmHeooyd1", - "id": "e1235" + "id": "e1236" }, { "aapbId": "cpb-aacip-500-2j68712s", @@ -82961,9 +119267,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -82998,9 +119312,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recE3QpqxeBiHWNRu", - "id": "e1236" + "id": "e1237" }, { "aapbId": "cpb-aacip-500-rn30751v", @@ -83033,8 +119371,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -83099,9 +119441,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recE3pjm3yFiL3iUh", - "id": "e1237" + "id": "e1238" }, { "aapbId": "cpb-aacip-500-3f4kqm42", @@ -83129,6 +119495,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -83177,9 +119547,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recE436HewlbzsG9e", - "id": "e1238" + "id": "e1239" }, { "aapbId": "cpb-aacip-500-r785p12w", @@ -83213,11 +119607,6 @@ } ], "creator": [ - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body" - }, { "id": "national-association-of-educational-broadcasters", "name": "National Association of Educational Broadcasters", @@ -83247,10 +119636,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recE5FSusZb8jef8o", - "id": "e1239" + "id": "e1240" }, { "aapbId": "cpb-aacip-500-ms3k209c", @@ -83266,9 +119679,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -83291,10 +119716,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recE5JNX5ybgzV4H5", - "id": "e1240" + "id": "e1241" }, { "aapbId": "cpb-aacip-500-kp7trw05", @@ -83324,6 +119773,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -83369,9 +119822,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recE64tIJ8SubT6hV", - "id": "e1241" + "id": "e1242" }, { "aapbId": "cpb-aacip-500-6d5pd59k", @@ -83398,9 +119875,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -83427,10 +119912,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recE6NSMJ5wyKI1QX", - "id": "e1242" + "id": "e1243" }, { "aapbId": "cpb-aacip-500-v97zqx7z", @@ -83461,13 +119970,17 @@ "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -83487,10 +120000,6 @@ { "id": "sunnyvale-calif", "name": "Sunnyvale (Calif.)" - }, - { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" } ], "creator": [ @@ -83517,10 +120026,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recE78t4X1yyJLTRi", - "id": "e1243" + "id": "e1244" }, { "aapbId": "cpb-aacip-500-8k74zj69", @@ -83549,20 +120082,20 @@ "name": "NAEB Region III" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "storytelling", - "name": "Storytelling" + "id": "performing-arts", + "name": "Performing Arts" }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -83597,9 +120130,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recE8Y3iexp9tnZdb", - "id": "e1244" + "id": "e1245" }, { "aapbId": "cpb-aacip-500-9k45vb94", @@ -83623,13 +120180,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -83664,9 +120221,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recE8jrvNOazISkar", - "id": "e1245" + "id": "e1246" }, { "aapbId": "cpb-aacip-500-9z90dj0j", @@ -83687,13 +120268,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recEAgqGvHvuabnKy", - "id": "e1246" + "id": "e1247" }, { "aapbId": "cpb-aacip-500-804xmr97", @@ -83726,16 +120335,20 @@ "name": "Foster, Stephen Collins, 1826-1864. Songs" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -83764,9 +120377,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recEBOtioHnZuK6GU", - "id": "e1247" + "id": "e1248" }, { "aapbId": "cpb-aacip-500-639k7c3w", @@ -83786,6 +120423,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -83795,12 +120436,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -83821,10 +120466,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recECMQq4RIDkG7YT", - "id": "e1248" + "id": "e1249" }, { "aapbId": "cpb-aacip-500-jd4pq44z", @@ -83859,6 +120528,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -83891,10 +120564,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recECsretBYfwwdRU", - "id": "e1249" + "id": "e1250" }, { "aapbId": "cpb-aacip-500-f766800r", @@ -83913,13 +120610,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recEEFa8AYi3ka1pj", - "id": "e1250" + "id": "e1251" }, { "aapbId": "cpb-aacip-500-416t2c8p", @@ -83944,6 +120669,10 @@ "id": "concerts", "name": "Concerts" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "falla-manuel-de-1876-1946", "name": "Falla, Manuel de, 1876-1946" @@ -83956,9 +120685,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -83976,6 +120713,34 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", @@ -83988,7 +120753,7 @@ } ], "airtableId": "recEErJ70OXsPfCHq", - "id": "e1251" + "id": "e1252" }, { "aapbId": "cpb-aacip-500-6t0gzc3m", @@ -84003,12 +120768,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recEI8QIk0KOGUsd2", "subject": [], - "id": "e1252" + "id": "e1253" }, { "aapbId": "cpb-aacip-500-1j97b784", @@ -84028,6 +120817,10 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "human-rights", "name": "Human rights" @@ -84040,6 +120833,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "united-nations", "name": "United Nations" @@ -84109,9 +120910,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recEIhewytRRMcutp", - "id": "e1253" + "id": "e1254" }, { "aapbId": "cpb-aacip-500-zk55k999", @@ -84135,6 +120960,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -84178,11 +121007,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recEJBhu0Yu6ABiqL", - "id": "e1254" + "id": "e1255" }, { "aapbId": "cpb-aacip-500-gf0mxf45", @@ -84202,6 +121059,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -84209,6 +121070,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -84255,9 +121120,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recEKB8LuJWyBmEri", - "id": "e1255" + "id": "e1256" }, { "aapbId": "cpb-aacip-500-pv6b709s", @@ -84281,17 +121170,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -84336,9 +121229,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recEMKDA9Fm8yLF4p", - "id": "e1256" + "id": "e1257" }, { "aapbId": "cpb-aacip-500-cr5ndq74", @@ -84366,6 +121283,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -84420,9 +121341,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recEN2FY81K3f3QZH", - "id": "e1257" + "id": "e1258" }, { "aapbId": "cpb-aacip-500-2j687148", @@ -84443,16 +121388,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "hemingway-ernest-1899-1961", @@ -84462,9 +121403,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -84516,9 +121469,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recEOhHXpw5DchuGH", - "id": "e1258" + "id": "e1259" }, { "aapbId": "cpb-aacip-500-6t0gzc4v", @@ -84533,16 +121510,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recEOqkr6bLD1UeId", - "id": "e1259" + "id": "e1260" }, { "aapbId": "cpb-aacip-500-c53f2x8p", @@ -84566,6 +121579,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -84627,9 +121644,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recEPbvi3DsGdKmj0", - "id": "e1260" + "id": "e1261" }, { "aapbId": "cpb-aacip-500-959c9703", @@ -84649,17 +121690,21 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "writers", - "name": "Writers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -84715,18 +121760,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recEPn6tWa6Ix6C2n", - "id": "e1261" + "id": "e1262" }, { "aapbId": "cpb-aacip-500-5x25fr7d", @@ -84746,10 +121815,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "cooper-james-fenimore-1789-1851-knowledge-united-states", "name": "Cooper, James Fenimore, 1789-1851--Knowledge--United States" @@ -84759,13 +121824,21 @@ "name": "Cooper, James Fenimore, 1789-1851. Novels. Selections" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -84773,6 +121846,14 @@ { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -84811,10 +121892,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recEQCIwuRQHCMFUo", - "id": "e1262" + "id": "e1263" }, { "aapbId": "cpb-aacip-500-t727fp91", @@ -84838,9 +121943,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -84892,9 +122005,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recEQxj9HhfI5oxYl", - "id": "e1263" + "id": "e1264" }, { "aapbId": "cpb-aacip-500-b27pst2c", @@ -84913,13 +122050,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recERK3QN66hOC8oj", - "id": "e1264" + "id": "e1265" }, { "aapbId": "cpb-aacip-500-833n144c", @@ -84940,13 +122105,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recET1TqtHjR3BWPW", - "id": "e1265" + "id": "e1266" }, { "aapbId": "cpb-aacip-500-6t0gzc92", @@ -84981,6 +122174,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-government", "name": "U.S. Government" @@ -84988,10 +122185,6 @@ { "id": "us-politics", "name": "U.S. Politics" - }, - { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" } ], "creator": [ @@ -85020,9 +122213,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recETGbg3bki7HlOX", - "id": "e1266" + "id": "e1267" }, { "aapbId": "cpb-aacip-500-tm720v7x", @@ -85043,20 +122260,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "british-literature", + "name": "British literature" + }, + { + "id": "composers", + "name": "Composers" }, { - "id": "criticism", - "name": "Criticism" + "id": "great-britain", + "name": "Great Britain" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -85091,9 +122312,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recETiaZecUKGHnLA", - "id": "e1267" + "id": "e1268" }, { "aapbId": "cpb-aacip-500-18345b89", @@ -85113,7 +122358,7 @@ "contributor": [], "airtableId": "recEUIoij7I1uyFDM", "subject": [], - "id": "e1268" + "id": "e1269" }, { "aapbId": "cpb-aacip-500-zp3vzm3c", @@ -85133,18 +122378,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -85215,9 +122464,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recEVAfmha15xM7fA", - "id": "e1269" + "id": "e1270" }, { "aapbId": "cpb-aacip-500-xs5jg23s", @@ -85249,6 +122522,10 @@ "id": "drugs", "name": "Drugs" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -85257,25 +122534,33 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "sociology", + "name": "Sociology" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater", + "name": "Theater" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -85286,6 +122571,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -85314,7 +122623,7 @@ } ], "airtableId": "recEVZVPtuov7bgtz", - "id": "e1270" + "id": "e1271" }, { "aapbId": "cpb-aacip-500-t43j2g8s", @@ -85337,10 +122646,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -85369,9 +122674,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recEWvMArnMr8yHcu", - "id": "e1271" + "id": "e1272" }, { "aapbId": "cpb-aacip-500-qf8jjr16", @@ -85400,12 +122729,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -85437,6 +122774,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -85447,7 +122808,7 @@ } ], "airtableId": "recEYuFIC2LB3uqji", - "id": "e1272" + "id": "e1273" }, { "aapbId": "cpb-aacip-500-kp7trt9x", @@ -85467,8 +122828,8 @@ }, "subject": [ { - "id": "history-twentieth-century", - "name": "History--Twentieth century" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "kansas-history", @@ -85478,6 +122839,14 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -85491,28 +122860,16 @@ "name": "Politics and government" }, { - "id": "progressivism", - "name": "Progressivism" - }, - { - "id": "sociology", - "name": "Sociology" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "progressivism-united-states-politics", + "name": "Progressivism (United States politics)" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "us-politics", - "name": "U.S. Politics" - }, - { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "white-william-allen-1868-1944", @@ -85543,10 +122900,34 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kansas", + "name": "Kansas" + } + ], + "settlement": [ + { + "id": "lawrence", + "name": "Lawrence" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recEYxQeglkMJYZOm", - "id": "e1273" + "id": "e1274" }, { "aapbId": "cpb-aacip-500-4x54jw9c", @@ -85578,6 +122959,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -85620,9 +123005,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recEZUNW8seZrgXhg", - "id": "e1274" + "id": "e1275" }, { "aapbId": "cpb-aacip-500-cn6z1c9s", @@ -85640,13 +123049,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recEZZC1O63ejlBms", - "id": "e1275" + "id": "e1276" }, { "aapbId": "cpb-aacip-500-k06x1w1q", @@ -85667,16 +123104,16 @@ }, "subject": [ { - "id": "cage-john", - "name": "Cage, John" + "id": "20th-century", + "name": "20th century" }, { - "id": "composers-united-states", - "name": "Composers--United States" + "id": "cage-john", + "name": "Cage, John" }, { - "id": "composers-united-states-biography", - "name": "Composers--United States--Biography" + "id": "composers", + "name": "Composers" }, { "id": "composition-music", @@ -85686,17 +123123,21 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "piano-music-20th-century", - "name": "Piano music--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "piano-music", + "name": "Piano music" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -85739,12 +123180,36 @@ }, { "id": "performing-arts", - "name": "Performing arts" + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recEZxUTHuidfSs23", - "id": "e1276" + "id": "e1277" }, { "aapbId": "cpb-aacip-500-bv79x31j", @@ -85768,9 +123233,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -85797,10 +123278,41 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", - "contributor": [], + "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + } + ], "airtableId": "recEaFqDjLNyukNV6", - "id": "e1277" + "id": "e1278" }, { "aapbId": "cpb-aacip-500-x05xbq7x", @@ -85824,10 +123336,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -85896,9 +123420,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recEaV8sFDeBXagNP", - "id": "e1278" + "id": "e1279" }, { "aapbId": "cpb-aacip-500-0c4snr1d", @@ -85926,6 +123474,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -85983,9 +123535,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recEbPks9KYQLvWnX", - "id": "e1279" + "id": "e1280" }, { "aapbId": "cpb-aacip-500-2f7jts11", @@ -86010,16 +123586,12 @@ "name": "NAEB Region I" }, { - "id": "poets", - "name": "Poets" - }, - { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -86054,9 +123626,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recEbqTK45tDBJGxL", - "id": "e1280" + "id": "e1281" }, { "aapbId": "cpb-aacip-500-tm720w6w", @@ -86071,12 +123667,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recEcNM0rRS9r6pZO", "subject": [], - "id": "e1281" + "id": "e1282" }, { "aapbId": "cpb-aacip-500-mk658c9x", @@ -86097,12 +123717,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "allegiance", - "name": "Allegiance" + "id": "allegiance-united-states", + "name": "Allegiance--United States" }, { "id": "civil-rights", @@ -86112,21 +123728,33 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -86173,9 +123801,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recEcdGJdXQVoAmcY", - "id": "e1282" + "id": "e1283" }, { "aapbId": "cpb-aacip-500-kw57jd42", @@ -86195,6 +123847,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -86204,8 +123860,20 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "philosophy", + "name": "Philosophy" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -86258,9 +123926,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recEcx2zHHsUsZ3ql", - "id": "e1283" + "id": "e1284" }, { "aapbId": "cpb-aacip-500-wp9t5x0z", @@ -86279,13 +123971,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recEd4jvgoaqAqfBW", - "id": "e1284" + "id": "e1285" }, { "aapbId": "cpb-aacip-500-348gjr5n", @@ -86309,6 +124029,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "finland", + "name": "Finland" + }, { "id": "finland-history-20th-century", "name": "Finland--History--20th century" @@ -86325,21 +124049,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", "name": "World Politics" }, { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland" + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -86385,9 +124113,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recEdwB3novsJWQmV", - "id": "e1285" + "id": "e1286" }, { "aapbId": "cpb-aacip-500-w950mr0p", @@ -86419,6 +124171,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -86476,9 +124232,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recEeBUL6LakQECAc", - "id": "e1286" + "id": "e1287" }, { "aapbId": "cpb-aacip-500-dn3zx83x", @@ -86495,9 +124275,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -86527,9 +124323,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recEfkVrM6MsmH45w", - "id": "e1287" + "id": "e1288" }, { "aapbId": "cpb-aacip-500-f47gvq18", @@ -86543,12 +124363,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recEfkt3QviNei2Jt", "subject": [], - "id": "e1288" + "id": "e1289" }, { "aapbId": "cpb-aacip-500-6w96bn0d", @@ -86573,8 +124417,8 @@ "name": "Cultural relations" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "europe", + "name": "Europe" }, { "id": "soviet-union-history-20th-century", @@ -86607,10 +124451,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "russia", + "name": "Russia" + } + ], + "region": [ + { + "id": "central-economic-region", + "name": "Central Economic Region" + } + ], + "settlement": [ + { + "id": "moscow", + "name": "Moscow" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recEfnFQuVRvdkZ0N", - "id": "e1289" + "id": "e1290" }, { "aapbId": "cpb-aacip-500-1n7xqf98", @@ -86667,7 +124535,7 @@ ], "decade": "1960-1969", "airtableId": "recEgJLbWJHsbOC7c", - "id": "e1290" + "id": "e1291" }, { "aapbId": "cpb-aacip-500-g15tc73f", @@ -86688,12 +124556,16 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "education", + "name": "Education" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "instruction-and-study", + "name": "Instruction and study" + }, + { + "id": "music", + "name": "Music" }, { "id": "music-interpretation-phrasing-dynamics-etc", @@ -86703,6 +124575,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-instruction-and-study", "name": "Piano--Instruction and study" @@ -86744,9 +124620,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recEgxfrsRE3YK1tq", - "id": "e1291" + "id": "e1292" }, { "aapbId": "cpb-aacip-500-td9n7b0g", @@ -86779,11 +124679,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recEi9iWc3izAabFi", "subject": [], - "id": "e1292" + "id": "e1293" }, { "aapbId": "cpb-aacip-500-fb4wn897", @@ -86798,12 +124722,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recEiOOC6wciQZWZQ", "subject": [], - "id": "e1293" + "id": "e1294" }, { "aapbId": "cpb-aacip-500-416t2b77", @@ -86823,17 +124771,33 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" + }, + { + "id": "womens-rights", + "name": "Women's rights" } ], "creator": [ @@ -86898,9 +124862,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recEj4yl8sPxK4JWo", - "id": "e1294" + "id": "e1295" }, { "aapbId": "cpb-aacip-500-2j68729p", @@ -86921,8 +124909,8 @@ }, "subject": [ { - "id": "church-and-state-great-britain", - "name": "Church and state--Great Britain" + "id": "church-and-state", + "name": "Church and state" }, { "id": "europe", @@ -86947,6 +124935,22 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -86982,9 +124986,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recEjJyfuQMLIDNpD", - "id": "e1295" + "id": "e1296" }, { "aapbId": "cpb-aacip-500-rr1pmf2d", @@ -87016,6 +125044,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -87023,6 +125055,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -87049,19 +125085,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recEkxgTqQ8FlNui1", - "id": "e1296" + "id": "e1297" }, { "aapbId": "cpb-aacip-500-4m91d18n", @@ -87086,8 +125146,8 @@ "name": "Architects" }, { - "id": "architecture-and-youth", - "name": "Architecture and youth" + "id": "architecture", + "name": "Architecture" }, { "id": "architecture-designs-and-plans", @@ -87101,9 +125161,21 @@ "id": "art-architecture", "name": "Art & Architecture" }, + { + "id": "children-families", + "name": "Children & Families" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -87173,9 +125245,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recEljcfuTXFINTR0", - "id": "e1297" + "id": "e1298" }, { "aapbId": "cpb-aacip-500-pc2t8k13", @@ -87232,7 +125328,7 @@ ], "decade": "1960-1969", "airtableId": "recEmfJdSIHm3Ss40", - "id": "e1298" + "id": "e1299" }, { "aapbId": "cpb-aacip-500-1r6n3t08", @@ -87259,6 +125355,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -87275,10 +125375,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recEn1Rpf5g2iChol", - "id": "e1299" + "id": "e1300" }, { "aapbId": "cpb-aacip-500-9k45vd5k", @@ -87292,16 +125416,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recEn3getuFT18aez", - "id": "e1300" + "id": "e1301" }, { "aapbId": "cpb-aacip-500-2z12s77g", @@ -87322,24 +125486,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -87428,9 +125592,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recEnUHsJEf5xjrh0", - "id": "e1301" + "id": "e1302" }, { "aapbId": "cpb-aacip-500-t43j2f5v", @@ -87451,24 +125639,36 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "professional-sports", + "name": "Professional sports" + }, + { + "id": "sports", + "name": "Sports" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -87541,9 +125741,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recEo7w0TFmxa0dKy", - "id": "e1302" + "id": "e1303" }, { "aapbId": "cpb-aacip-500-cv4bsz24", @@ -87567,6 +125791,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -87592,12 +125820,40 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recEoYm9W3pnESMHn", - "id": "e1303" + "id": "e1304" }, { "aapbId": "cpb-aacip-500-cf9j7t5s", @@ -87615,16 +125871,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recEoiOfedzN1qzq0", - "id": "e1304" + "id": "e1305" }, { "aapbId": "cpb-aacip-500-wp9t5v21", @@ -87648,9 +125936,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -87685,9 +125981,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recEpKcXOYL5x6qB0", - "id": "e1305" + "id": "e1306" }, { "aapbId": "cpb-aacip-500-z02z7k7f", @@ -87711,10 +126031,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -87752,9 +126080,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recEpS0fGlcrqDkuq", - "id": "e1306" + "id": "e1307" }, { "aapbId": "cpb-aacip-500-db7vrc6s", @@ -87793,6 +126145,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -87816,13 +126172,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recEq1GvdcTaHcTTt", - "id": "e1307" + "id": "e1308" }, { "aapbId": "cpb-aacip-500-pc2t8j63", @@ -87843,17 +126223,21 @@ }, "subject": [ { - "id": "disasters-decision-making", - "name": "Disasters--Decision making" + "id": "disasters", + "name": "Disasters" }, { - "id": "disasters-drama", - "name": "Disasters--Drama" + "id": "disasters-decision-making", + "name": "Disasters--Decision making" }, { "id": "disasters-united-states", "name": "Disasters--United States" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" @@ -87867,8 +126251,8 @@ "name": "NAEB Region V" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -87921,9 +126305,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recEqiX9dw7bWM0lu", - "id": "e1308" + "id": "e1309" }, { "aapbId": "cpb-aacip-500-qf8jjq10", @@ -87947,10 +126355,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -87988,9 +126404,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recEsF24L8R1UQ44u", - "id": "e1309" + "id": "e1310" }, { "aapbId": "cpb-aacip-500-28052564", @@ -88011,16 +126451,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -88030,6 +126474,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "swing-music-history-and-criticism", "name": "Swing (Music)--History and criticism" @@ -88065,10 +126513,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recEsRVGBnszvZUlP", - "id": "e1310" + "id": "e1311" }, { "aapbId": "cpb-aacip-500-610vv16p", @@ -88087,20 +126559,20 @@ }, "subject": [ { - "id": "biography-18th-century", - "name": "Biography--18th century" + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "freedom-of-the-press-united-states", "name": "Freedom of the press--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "libel-and-slander", @@ -88110,6 +126582,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -88119,8 +126595,12 @@ "name": "Trials--United States" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { "id": "zenger-john-peter-1697-1746", @@ -88128,11 +126608,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -88146,8 +126621,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -88170,12 +126645,6 @@ "type": "Person", "role": "Actor" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "ehle-gail", "name": "Ehle, Gail", @@ -88193,9 +126662,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recEsjsUykRQ6Otvs", - "id": "e1311" + "id": "e1312" }, { "aapbId": "cpb-aacip-500-gt5fgk4b", @@ -88228,11 +126721,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recEt22iRGThEoEb8", "subject": [], - "id": "e1312" + "id": "e1313" }, { "aapbId": "cpb-aacip-500-xp6v2r47", @@ -88246,12 +126763,49 @@ "id": "american-writers-in-italy", "title": "American writers in Italy" }, + "subject": [ + { + "id": "authors-american", + "name": "Authors, American" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "italy", + "name": "Italy" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recEt9yQPZnHzWJLS", - "subject": [], - "id": "e1313" + "id": "e1314" }, { "aapbId": "cpb-aacip-500-m61bq995", @@ -88271,13 +126825,17 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "china-history-may-fourth-movement-1919", @@ -88288,8 +126846,12 @@ "name": "China--Politics and government" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "communism", + "name": "Communism" + }, + { + "id": "education", + "name": "Education" }, { "id": "lectures-and-lecturing", @@ -88300,12 +126862,8 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "world-politics", @@ -88336,11 +126894,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recEuQCTkNuJ8jbeJ", - "id": "e1314" + "id": "e1315" }, { "aapbId": "cpb-aacip-500-vq2s9135", @@ -88371,6 +126957,10 @@ { "id": "russell-pee-wee", "name": "Russell, Pee Wee" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -88411,9 +127001,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "airtableId": "recEusmrUIEwHDEuM", - "id": "e1315" + "id": "e1316" }, { "aapbId": "cpb-aacip-500-wd3q1131", @@ -88431,16 +127045,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recEv60o7C4scIkas", - "id": "e1316" + "id": "e1317" }, { "aapbId": "cpb-aacip-500-2805253d", @@ -88463,10 +127109,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -88535,9 +127193,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recEvUI1ih2NCIVpb", - "id": "e1317" + "id": "e1318" }, { "aapbId": "cpb-aacip-500-kd1qkz43", @@ -88557,21 +127239,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "brubeck-dave-criticism-and-interpretation", "name": "Brubeck, Dave--Criticism and interpretation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -88580,6 +127266,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -88612,10 +127302,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recEvb5rpjaj9WRO8", - "id": "e1318" + "id": "e1319" }, { "aapbId": "cpb-aacip-500-wh2dd94p", @@ -88650,6 +127364,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -88673,13 +127391,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recEwCeBCER6OHmlf", - "id": "e1319" + "id": "e1320" }, { "aapbId": "cpb-aacip-500-gt5fgk72", @@ -88702,17 +127444,21 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "finance", + "name": "Finance" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-finance", - "name": "Public broadcasting--Finance" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -88721,6 +127467,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -88737,10 +127491,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recEwpNInWyX2rivL", - "id": "e1320" + "id": "e1321" }, { "aapbId": "cpb-aacip-500-fx740061", @@ -88757,9 +127535,33 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "education", + "name": "Education" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -88770,6 +127572,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -88780,7 +127606,7 @@ } ], "airtableId": "recEy8b1UhKzCGZWE", - "id": "e1321" + "id": "e1322" }, { "aapbId": "cpb-aacip-500-z892df36", @@ -88808,10 +127634,26 @@ "id": "burke-edmund-1729-1797", "name": "Burke, Edmund, 1729-1797" }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -88819,6 +127661,14 @@ { "id": "taxation", "name": "Taxation" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -88863,11 +127713,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recEyd26W9VMZFGAj", - "id": "e1322" + "id": "e1323" }, { "aapbId": "cpb-aacip-500-7w677g9w", @@ -88899,6 +127777,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -88946,9 +127828,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recEzEHbtRptS3Khs", - "id": "e1323" + "id": "e1324" }, { "aapbId": "cpb-aacip-500-q23r0j9p", @@ -88972,13 +127878,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -89013,9 +127919,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recF0rCtSIexeXkXP", - "id": "e1324" + "id": "e1325" }, { "aapbId": "cpb-aacip-500-0p0wtn40", @@ -89034,13 +127964,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recF0vGSnxp2FlpaJ", - "id": "e1325" + "id": "e1326" }, { "aapbId": "cpb-aacip-500-k649tc41", @@ -89073,8 +128031,8 @@ "name": "Actors" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" }, { "id": "motion-picture-acting", @@ -89084,9 +128042,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -89161,9 +128127,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recF2FZNuleGpbDSa", - "id": "e1326" + "id": "e1327" }, { "aapbId": "cpb-aacip-500-pc2t8k69", @@ -89183,9 +128173,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -89202,10 +128204,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recF2NwPAhbLeCyK0", - "id": "e1327" + "id": "e1328" }, { "aapbId": "cpb-aacip-500-7659hh1b", @@ -89230,12 +128256,24 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "stevens-wallace-1879-1955", + "name": "Stevens, Wallace, 1879-1955" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -89276,9 +128314,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recF31dUvMNu3By7Y", - "id": "e1328" + "id": "e1329" }, { "aapbId": "cpb-aacip-500-j678xh9q", @@ -89306,6 +128368,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -89354,9 +128420,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recF51uF11y9qiPqY", - "id": "e1329" + "id": "e1330" }, { "aapbId": "cpb-aacip-500-9c6s2t9b", @@ -89376,6 +128466,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -89392,14 +128486,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -89443,9 +128537,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recF5jPznDR6GdMom", - "id": "e1330" + "id": "e1331" }, { "aapbId": "cpb-aacip-500-0v89m50x", @@ -89465,10 +128583,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -89562,9 +128688,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recF5pUWrKQiEikpZ", - "id": "e1331" + "id": "e1332" }, { "aapbId": "cpb-aacip-500-9p2w7p90", @@ -89583,13 +128733,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recF6W48KM5Gm6VBI", - "id": "e1332" + "id": "e1333" }, { "aapbId": "cpb-aacip-500-0r9m6w9h", @@ -89603,12 +128781,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recF7LZZzp67ojeDg", "subject": [], - "id": "e1333" + "id": "e1334" }, { "aapbId": "cpb-aacip-500-f18sgd8b", @@ -89623,12 +128825,36 @@ "id": "bbc-world-theatre", "title": "BBC world theatre" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recF8HN9b6Cek9jOb", "subject": [], - "id": "e1334" + "id": "e1335" }, { "aapbId": "cpb-aacip-500-0v89m54w", @@ -89656,6 +128882,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -89704,9 +128934,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recF8gUrkSBlN1HPl", - "id": "e1335" + "id": "e1336" }, { "aapbId": "cpb-aacip-500-j38kj888", @@ -89725,7 +128979,7 @@ "contributor": [], "airtableId": "recF9BZbFgaVh6IG2", "subject": [], - "id": "e1336" + "id": "e1337" }, { "aapbId": "cpb-aacip-500-251fnx2n", @@ -89744,13 +128998,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "winston-salem", + "name": "Winston-Salem" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recF9OyNs6851jUPh", - "id": "e1337" + "id": "e1338" }, { "aapbId": "cpb-aacip-500-sq8qh95m", @@ -89785,6 +129067,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -89817,10 +129103,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFAyFeu1IpXcE8H", - "id": "e1338" + "id": "e1339" }, { "aapbId": "cpb-aacip-500-vd6p4617", @@ -89842,10 +129152,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "science", "name": "Science" @@ -89907,9 +129213,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recFC1PX21gn0mtmO", - "id": "e1339" + "id": "e1340" }, { "aapbId": "cpb-aacip-500-c53f2x9x", @@ -89933,6 +129263,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -89994,9 +129328,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recFD7YKAYzp8cAnt", - "id": "e1340" + "id": "e1341" }, { "aapbId": "cpb-aacip-500-w37kv54g", @@ -90015,13 +129373,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recFDMFWzDdtsHnSX", - "id": "e1341" + "id": "e1342" }, { "aapbId": "cpb-aacip-500-pn8xfd86", @@ -90049,6 +129435,10 @@ "id": "vietnam-war-1961-1975-congresses", "name": "Vietnam War, 1961-1975--Congresses" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -90092,9 +129482,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recFDsULdE1ZejI2T", - "id": "e1342" + "id": "e1343" }, { "aapbId": "cpb-aacip-500-k35mf33c", @@ -90118,13 +129532,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -90159,9 +129573,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recFDx02L8Bo1SM3q", - "id": "e1343" + "id": "e1344" }, { "aapbId": "cpb-aacip-500-fn10t40t", @@ -90176,12 +129614,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recFEo1G9WKnkjYo4", - "subject": [], - "id": "e1344" + "id": "e1345" }, { "aapbId": "cpb-aacip-500-4q7qsb3z", @@ -90213,6 +129668,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -90270,9 +129729,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recFFiMTl5wflnNsZ", - "id": "e1345" + "id": "e1346" }, { "aapbId": "cpb-aacip-500-7w677h15", @@ -90296,6 +129779,10 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "family-life-greece", "name": "Family life--Greece" @@ -90308,6 +129795,10 @@ "id": "philosophy-ethics", "name": "Philosophy & Ethics" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "values-greece", "name": "Values--Greece" @@ -90367,9 +129858,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recFFkiIPLdcChLiz", - "id": "e1346" + "id": "e1347" }, { "aapbId": "cpb-aacip-500-5t3g2h0h", @@ -90388,13 +129903,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recFG1QdXHEZ318Ht", - "id": "e1347" + "id": "e1348" }, { "aapbId": "cpb-aacip-500-4t6f5n6f", @@ -90418,6 +129961,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -90426,13 +129973,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -90462,14 +130021,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recFGYGq9NKAJCtNd", - "id": "e1348" + "id": "e1349" }, { "aapbId": "cpb-aacip-500-8s4jr21x", @@ -90490,13 +130077,21 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "communist-countries-social-conditions", "name": "Communist countries--Social conditions" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "radio-free-europe", "name": "Radio Free Europe" @@ -90505,10 +130100,6 @@ "id": "soviet-union", "name": "Soviet Union" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -90550,10 +130141,34 @@ "name": "News" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recFGoRes7Rzof7AB", - "id": "e1349" + "id": "e1350" }, { "aapbId": "cpb-aacip-500-dn3zx806", @@ -90584,8 +130199,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -90594,6 +130213,14 @@ { "id": "radio-broadcasting", "name": "Radio broadcasting" + }, + { + "id": "united-states", + "name": "United States" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -90610,10 +130237,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFH2UV7wuT86p1T", - "id": "e1350" + "id": "e1351" }, { "aapbId": "cpb-aacip-500-nz80qf8n", @@ -90645,6 +130296,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -90652,6 +130307,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -90678,19 +130337,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recFHRFhrtfIgsqJL", - "id": "e1351" + "id": "e1352" }, { "aapbId": "cpb-aacip-500-7h1dpb21", @@ -90711,20 +130394,20 @@ }, "subject": [ { - "id": "dixieland-music-history-and-criticism", - "name": "Dixieland music--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -90733,6 +130416,18 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "southern-states", + "name": "Southern States" } ], "creator": [ @@ -90765,10 +130460,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFHXTyMtxfzJWoO", - "id": "e1352" + "id": "e1353" }, { "aapbId": "cpb-aacip-500-319s5f51", @@ -90800,9 +130519,21 @@ "id": "blues-musicians-united-states", "name": "Blues musicians--United States" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -90826,13 +130557,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recFHyu34ghGyNo1a", - "id": "e1353" + "id": "e1354" }, { "aapbId": "cpb-aacip-500-w950mr7c", @@ -90850,13 +130605,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recFKG2sBYYGZjcCz", - "id": "e1354" + "id": "e1355" }, { "aapbId": "cpb-aacip-500-hm52kt74", @@ -90891,6 +130674,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -90917,10 +130704,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFKKz3WpYiGp0QI", - "id": "e1355" + "id": "e1356" }, { "aapbId": "cpb-aacip-500-9k45vc05", @@ -90944,6 +130755,10 @@ "id": "gilbert-w-s-william-schwenck-1836-1911", "name": "Gilbert, W. S. (William Schwenck), 1836-1911" }, + { + "id": "great-britain", + "name": "Great Britain" + }, { "id": "music", "name": "Music" @@ -90952,10 +130767,22 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera", "name": "Opera" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "sullivan-arthur-1842-1900", "name": "Sullivan, Arthur, 1842-1900" @@ -90964,10 +130791,6 @@ "id": "theater-drama", "name": "Theater & Drama" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "wit-and-humor", "name": "Wit and humor" @@ -91032,18 +130855,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recFKpMXZD1ms2Qbo", - "id": "e1356" + "id": "e1357" }, { "aapbId": "cpb-aacip-500-4746tz4r", @@ -91060,9 +130907,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -91092,9 +130955,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recFMbWNMCpVHms9I", - "id": "e1357" + "id": "e1358" }, { "aapbId": "cpb-aacip-500-x05xbs0n", @@ -91113,13 +131000,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recFMnMFm159Ay4GB", - "id": "e1358" + "id": "e1359" }, { "aapbId": "cpb-aacip-500-st7dwk4s", @@ -91151,6 +131066,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "religion", "name": "Religion" @@ -91162,6 +131081,10 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "genre": [ @@ -91174,11 +131097,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recFNub9DPr7Gm2jD", - "id": "e1359" + "id": "e1360" }, { "aapbId": "cpb-aacip-500-1v5bh174", @@ -91202,13 +131149,25 @@ "id": "churchill-winston-1874-1965", "name": "Churchill, Winston, 1874-1965" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -91253,11 +131212,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recFQvchQQlB1BAhX", - "id": "e1360" + "id": "e1361" }, { "aapbId": "cpb-aacip-500-862bdc4k", @@ -91290,11 +131277,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recFSKCEY2WK9oSxB", "subject": [], - "id": "e1361" + "id": "e1362" }, { "aapbId": "cpb-aacip-500-rv0d0p9f", @@ -91322,6 +131333,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -91368,9 +131383,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recFSrLCnU2IMBgQV", - "id": "e1362" + "id": "e1363" }, { "aapbId": "cpb-aacip-500-c53f2x3g", @@ -91394,17 +131433,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -91445,9 +131492,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recFT3vet3v3Utb0K", - "id": "e1363" + "id": "e1364" }, { "aapbId": "cpb-aacip-500-9p2w7p29", @@ -91468,16 +131539,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -91512,9 +131583,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recFW9hB8e5Bc2aqp", - "id": "e1364" + "id": "e1365" }, { "aapbId": "cpb-aacip-500-d795c446", @@ -91538,13 +131633,21 @@ "id": "latin-america", "name": "Latin America" }, + { + "id": "latin-america-foreign-relations", + "name": "Latin America--Foreign relations" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "united-states-foreign-relations-latin-america", - "name": "United States--Foreign relations--Latin America" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" } ], "creator": [ @@ -91575,9 +131678,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "recFWF85wV8KF4dd2", - "id": "e1365" + "id": "e1366" }, { "aapbId": "cpb-aacip-500-db7vrd77", @@ -91603,10 +131730,18 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "education", + "name": "Education" + }, { "id": "environmental-education", "name": "Environmental education" }, + { + "id": "graduate-work", + "name": "Graduate work" + }, { "id": "land-use", "name": "Land use" @@ -91614,6 +131749,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -91638,9 +131781,33 @@ "role": "Guest" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "ithaca", + "name": "Ithaca" + } + ], "decade": "1970-1979", "airtableId": "recFWHaPE63PUIGQb", - "id": "e1366" + "id": "e1367" }, { "aapbId": "cpb-aacip-500-69700x5b", @@ -91661,12 +131828,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "illinois", @@ -91681,16 +131844,32 @@ "name": "NAEB Region III" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" }, { "id": "us-politics", "name": "U.S. Politics" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { "id": "united-states-politics-and-government-20th-century", @@ -91717,10 +131896,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFWaKK7dq5N6Iao", - "id": "e1367" + "id": "e1368" }, { "aapbId": "cpb-aacip-500-n00ztk6m", @@ -91737,9 +131940,41 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "human-rights", + "name": "Human rights" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -91750,6 +131985,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -91760,7 +132019,7 @@ } ], "airtableId": "recFWnulHhjyzTIQt", - "id": "e1368" + "id": "e1369" }, { "aapbId": "cpb-aacip-500-z892df5p", @@ -91781,12 +132040,8 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "maugham-robin-1916-1981", @@ -91797,8 +132052,8 @@ "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -91833,9 +132088,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recFWsfPJfcf3gf1O", - "id": "e1369" + "id": "e1370" }, { "aapbId": "cpb-aacip-500-cz32671m", @@ -91856,16 +132135,12 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "king-martin-luther-jr-1929-1968", @@ -91875,13 +132150,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -91908,10 +132187,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFYEgdNXyKnBjPo", - "id": "e1370" + "id": "e1371" }, { "aapbId": "cpb-aacip-500-348gjs9t", @@ -91942,6 +132245,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -91994,9 +132301,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "recFbshR6DNr5pyaJ", - "id": "e1371" + "id": "e1372" }, { "aapbId": "cpb-aacip-500-6m335s4r", @@ -92015,7 +132346,7 @@ "contributor": [], "airtableId": "recFc5GX8jCXj0dGs", "subject": [], - "id": "e1372" + "id": "e1373" }, { "aapbId": "cpb-aacip-500-2v2ccx95", @@ -92039,6 +132370,10 @@ "id": "cities-and-towns-michigan", "name": "Cities and towns--Michigan" }, + { + "id": "clergy", + "name": "Clergy" + }, { "id": "keweenaw-county-mich-history", "name": "Keweenaw County (Mich.)--History" @@ -92047,6 +132382,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sociology", "name": "Sociology" @@ -92082,10 +132425,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFcqckfuSK2PF01", - "id": "e1373" + "id": "e1374" }, { "aapbId": "cpb-aacip-500-hm52kv3c", @@ -92102,9 +132469,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -92134,9 +132517,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recFdJDKdKDex0eTb", - "id": "e1374" + "id": "e1375" }, { "aapbId": "cpb-aacip-500-qv3c3v2f", @@ -92160,13 +132567,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -92207,9 +132614,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recFdnJ9HkTNsoZEO", - "id": "e1375" + "id": "e1376" }, { "aapbId": "cpb-aacip-500-0z710g1x", @@ -92230,17 +132661,21 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestra", "name": "Orchestra" @@ -92280,9 +132715,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recFebBvUKgjCDE7d", - "id": "e1376" + "id": "e1377" }, { "aapbId": "cpb-aacip-500-1c1tjn53", @@ -92322,6 +132781,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -92383,9 +132846,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recFeevWc29yh4RmR", - "id": "e1377" + "id": "e1378" }, { "aapbId": "cpb-aacip-500-154ds20t", @@ -92398,12 +132885,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recFeivatD4y63IGm", "subject": [], - "id": "e1378" + "id": "e1379" }, { "aapbId": "cpb-aacip-500-513tz60x", @@ -92439,13 +132950,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -92474,9 +132997,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recFf0br2D1dOH9HZ", - "id": "e1379" + "id": "e1380" }, { "aapbId": "cpb-aacip-500-t14tp559", @@ -92497,13 +133044,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recFfF4hqR0sOTqWE", - "id": "e1380" + "id": "e1381" }, { "aapbId": "cpb-aacip-500-pg1hnw0g", @@ -92521,13 +133096,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recFfIY8b1KihNubH", - "id": "e1381" + "id": "e1382" }, { "aapbId": "cpb-aacip-500-8911sn7q", @@ -92548,12 +133151,20 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "africa", + "name": "Africa" + }, + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-civil-rights-history-20th-century", - "name": "African Americans--Civil rights--History--20th century" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "black-nationalism", @@ -92567,6 +133178,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "racism-united-states", "name": "Racism--United States" @@ -92575,6 +133190,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations-history-20th-century", "name": "United States--Race relations--History--20th century" @@ -92612,9 +133231,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recFfifegxOPdN7i7", - "id": "e1382" + "id": "e1383" }, { "aapbId": "cpb-aacip-500-t14tp52k", @@ -92650,6 +133293,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "rome-history", "name": "Rome--History" @@ -92657,6 +133304,10 @@ { "id": "rome-in-literature", "name": "Rome--In literature" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -92702,9 +133353,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recFgsVRJzSHX50Ux", - "id": "e1383" + "id": "e1384" }, { "aapbId": "cpb-aacip-500-0c4snq7n", @@ -92725,12 +133400,16 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" }, { - "id": "drama-20th-century-themes-motives", - "name": "Drama--20th century--Themes, motives" + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -92741,12 +133420,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -92820,18 +133507,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recFhC1eEIoW4DuAP", - "id": "e1384" + "id": "e1385" }, { "aapbId": "cpb-aacip-500-0p0wtm8r", @@ -92878,10 +133589,34 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recFhPETMQ61rFWSy", - "id": "e1385" + "id": "e1386" }, { "aapbId": "cpb-aacip-500-6q1sk38d", @@ -92905,33 +133640,49 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "india", + "name": "India" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -92942,6 +133693,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -92964,7 +133739,7 @@ } ], "airtableId": "recFi32GB6FFPNKPG", - "id": "e1386" + "id": "e1387" }, { "aapbId": "cpb-aacip-500-bn9x4h2k", @@ -92997,12 +133772,20 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "navajo-indians", "name": "Navajo Indians" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -93054,9 +133837,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "recFiUkNmlH8RieuO", - "id": "e1387" + "id": "e1388" }, { "aapbId": "cpb-aacip-500-br8mht26", @@ -93077,24 +133884,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -93145,9 +133944,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recFiWj9ChW6R359F", - "id": "e1388" + "id": "e1389" }, { "aapbId": "cpb-aacip-500-3x83p219", @@ -93168,20 +133991,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-new-york-state-new-york", - "name": "Jazz--New York (State)--New York" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -93192,8 +134015,12 @@ "name": "NAEB Region I" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "new-york-state-new-york", + "name": "New York (State)--New York" } ], "creator": [ @@ -93226,10 +134053,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFijzYfZJXJ3Zoh", - "id": "e1389" + "id": "e1390" }, { "aapbId": "cpb-aacip-500-rx93d057", @@ -93249,10 +134100,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -93346,9 +134205,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recFjMPPjQHkTH1SZ", - "id": "e1390" + "id": "e1391" }, { "aapbId": "cpb-aacip-500-f766803g", @@ -93363,12 +134246,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recFl3WLYQVS0c6Y7", "subject": [], - "id": "e1391" + "id": "e1392" }, { "aapbId": "cpb-aacip-500-5q4rp74x", @@ -93385,9 +134292,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -93417,9 +134340,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recFl4apmyrmpJHPO", - "id": "e1392" + "id": "e1393" }, { "aapbId": "cpb-aacip-500-9c6s2t83", @@ -93440,20 +134387,32 @@ }, "subject": [ { - "id": "film-criticism-united-states", - "name": "Film criticism--United States" + "id": "europe", + "name": "Europe" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" + }, + { + "id": "film-criticism-united-states", + "name": "Film criticism--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "sweden", + "name": "Sweden" } ], "creator": [ @@ -93491,18 +134450,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recFli2wMqEPQNUOD", - "id": "e1393" + "id": "e1394" }, { "aapbId": "cpb-aacip-500-ff3m1k12", @@ -93526,6 +134509,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -93534,13 +134521,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -93570,14 +134569,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recFlzRAqAhMv60HO", - "id": "e1394" + "id": "e1395" }, { "aapbId": "cpb-aacip-500-mk658f3w", @@ -93598,24 +134625,32 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "socialism-yugoslavia", - "name": "Socialism--Yugoslavia" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "socialism", + "name": "Socialism" }, { "id": "soviet-union", "name": "Soviet Union" }, { - "id": "soviet-union-foreign-relations-yugoslavia", - "name": "Soviet Union--Foreign relations--Yugoslavia" + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations" }, { "id": "soviet-union-history-20th-century", @@ -93633,14 +134668,6 @@ "id": "tito-josip-broz-1892-1980", "name": "Tito, Josip Broz, 1892-1980" }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -93649,6 +134676,10 @@ "id": "yugoslavia", "name": "Yugoslavia" }, + { + "id": "yugoslavia-foreign-relations", + "name": "Yugoslavia--Foreign relations" + }, { "id": "yugoslavia-politics-and-government-1945-1980", "name": "Yugoslavia--Politics and government--1945-1980" @@ -93686,9 +134717,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recFm7PbqK3TSJXZz", - "id": "e1395" + "id": "e1396" }, { "aapbId": "cpb-aacip-500-kp7trv3p", @@ -93712,10 +134767,22 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "law-and-legislation", + "name": "Law and legislation" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -93770,9 +134837,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recFmabitytTr6jwI", - "id": "e1396" + "id": "e1397" }, { "aapbId": "cpb-aacip-500-b27pst14", @@ -93804,6 +134895,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -93883,11 +134978,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recFmoCy3p7oEnEV3", - "id": "e1397" + "id": "e1398" }, { "aapbId": "cpb-aacip-500-zs2kbw9c", @@ -93906,13 +135029,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recFmqDLkMDGeDbEl", - "id": "e1398" + "id": "e1399" }, { "aapbId": "cpb-aacip-500-kw57jd1b", @@ -93932,10 +135083,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "grund-francis-j-francis-joseph-1804-1863", "name": "Grund, Francis J. (Francis Joseph), 1804-1863" @@ -93948,10 +135095,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -93959,6 +135114,14 @@ { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -93997,10 +135160,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFmueuqubopWVdF", - "id": "e1399" + "id": "e1400" }, { "aapbId": "cpb-aacip-500-707wqz7n", @@ -94021,13 +135208,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recFnUIuqygxddxW2", - "id": "e1400" + "id": "e1401" }, { "aapbId": "cpb-aacip-500-125qcr6g", @@ -94054,6 +135269,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -94070,10 +135289,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFoahKqP6WaRjWD", - "id": "e1401" + "id": "e1402" }, { "aapbId": "cpb-aacip-500-kd1qkz7t", @@ -94117,13 +135360,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -94176,9 +135423,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recFpxTPjFcoSiWlZ", - "id": "e1402" + "id": "e1403" }, { "aapbId": "cpb-aacip-500-zc7rss06", @@ -94202,14 +135473,18 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-history-19th-century", - "name": "Communism--History--19th Century" - }, { "id": "engels-friedrich-1820-1895", "name": "Engels, Friedrich, 1820-1895" }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "marx-karl-1818-1883", "name": "Marx, Karl, 1818-1883" @@ -94219,20 +135494,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "socialism-history-19th-century", - "name": "Socialism--History--19th century" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialism", + "name": "Socialism" }, { "id": "world-politics", @@ -94271,9 +135542,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recFqfrK9FVE4TXwi", - "id": "e1403" + "id": "e1404" }, { "aapbId": "cpb-aacip-500-804xms9f", @@ -94293,21 +135588,29 @@ "title": "U.S. foreign policy: Demands of the next decade" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { - "id": "communism-asia", - "name": "Communism--Asia" + "id": "china-foreign-relations", + "name": "China--Foreign relations" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "communism", + "name": "Communism" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "europe", + "name": "Europe" }, { "id": "international-relations", @@ -94318,29 +135621,29 @@ "name": "NAEB Region VI" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { - "id": "united-states-foreign-relations-china", - "name": "United States--Foreign relations--China" + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations" }, { - "id": "united-states-foreign-relations-soviet-union", - "name": "United States--Foreign relations--Soviet Union" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "united-states-military-relations", "name": "United States--Military relations" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -94374,9 +135677,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "recFrGq5bAdSO71ZT", - "id": "e1404" + "id": "e1405" }, { "aapbId": "cpb-aacip-500-jq0sw07b", @@ -94393,9 +135720,41 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "art", + "name": "Art" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -94406,6 +135765,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -94416,7 +135799,7 @@ } ], "airtableId": "recFrKXZL6gZB0gsB", - "id": "e1405" + "id": "e1406" }, { "aapbId": "cpb-aacip-500-8k74zh0n", @@ -94436,6 +135819,14 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "ifugao-philippine-people-folklore", "name": "Ifugao (Philippine people)--Folklore" @@ -94447,6 +135838,10 @@ { "id": "ifugao-philippine-people-social-life-and-customs", "name": "Ifugao (Philippine people)--Social life and customs" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -94499,9 +135894,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recFrniMIli1WuLhG", - "id": "e1406" + "id": "e1407" }, { "aapbId": "cpb-aacip-500-28052692", @@ -94531,6 +135950,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -94576,9 +135999,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recFrz1zBe2oJQD6s", - "id": "e1407" + "id": "e1408" }, { "aapbId": "cpb-aacip-500-k06x1t6h", @@ -94614,6 +136061,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sweden", + "name": "Sweden" + }, { "id": "sweden-history-20th-century", "name": "Sweden--History--20th century" @@ -94623,8 +136078,16 @@ "name": "U.S. History (1900-present)" }, { - "id": "world-war-1939-1945-sweden", - "name": "World War, 1939-1945--Sweden" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -94670,9 +136133,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recFs7cfb6CNdWxKD", - "id": "e1408" + "id": "e1409" }, { "aapbId": "cpb-aacip-500-jm23gq05", @@ -94687,12 +136174,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recFtlOXm6sBbdY5H", - "subject": [], - "id": "e1409" + "id": "e1410" }, { "aapbId": "cpb-aacip-500-ks6j540p", @@ -94720,6 +136212,10 @@ "id": "rhodesia-social-life-and-customs", "name": "Rhodesia--Social life and customs" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tribes-africa", "name": "Tribes--Africa" @@ -94779,9 +136275,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recFuAyenR8AABtd8", - "id": "e1410" + "id": "e1411" }, { "aapbId": "cpb-aacip-500-xd0qwx1z", @@ -94801,10 +136321,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -94842,9 +136370,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recFuBBlPE3UiiEX8", - "id": "e1411" + "id": "e1412" }, { "aapbId": "cpb-aacip-500-416t2d16", @@ -94876,6 +136428,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -94923,9 +136479,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recFuSl8uWQ1Vb5lg", - "id": "e1412" + "id": "e1413" }, { "aapbId": "cpb-aacip-500-vd6p450s", @@ -94949,10 +136529,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -94972,10 +136568,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recFvqw2rKgdjZg0c", - "id": "e1413" + "id": "e1414" }, { "aapbId": "cpb-aacip-500-t14tp44v", @@ -95003,6 +136623,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -95054,9 +136678,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recFwbUkOl5x3k2vR", - "id": "e1414" + "id": "e1415" }, { "aapbId": "cpb-aacip-500-fn10t468", @@ -95076,6 +136724,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -95092,14 +136744,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -95143,9 +136795,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recFxPHnwXuvHIR4u", - "id": "e1415" + "id": "e1416" }, { "aapbId": "cpb-aacip-500-ks6j5336", @@ -95173,18 +136849,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -95240,9 +136920,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recFz1eB583IzHkLB", - "id": "e1416" + "id": "e1417" }, { "aapbId": "cpb-aacip-500-zp3vzm24", @@ -95262,10 +136966,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -95273,6 +136973,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -95313,9 +137017,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recFz1eJN07Qy5YDE", - "id": "e1417" + "id": "e1418" }, { "aapbId": "cpb-aacip-500-vm42wq79", @@ -95340,13 +137068,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -95375,18 +137111,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recFzXyEanokgBAcK", - "id": "e1418" + "id": "e1419" }, { "aapbId": "cpb-aacip-500-0g3h2242", @@ -95417,6 +137181,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -95462,9 +137230,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recG0MryQYrLRtUY9", - "id": "e1419" + "id": "e1420" }, { "aapbId": "cpb-aacip-500-zc7rsr8x", @@ -95492,29 +137284,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -95525,6 +137325,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -95535,7 +137359,7 @@ } ], "airtableId": "recG0w18Y1jwlDgIH", - "id": "e1420" + "id": "e1421" }, { "aapbId": "cpb-aacip-500-4b2x766n", @@ -95556,16 +137380,36 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "actors", + "name": "Actors" + }, + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" + }, + { + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", @@ -95604,9 +137448,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recG1996VQDOU8CmY", - "id": "e1421" + "id": "e1422" }, { "aapbId": "cpb-aacip-500-dr2p9j9x", @@ -95623,9 +137491,85 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "emotions", + "name": "Emotions" + }, + { + "id": "ethics", + "name": "Ethics" + }, + { + "id": "mass-media", + "name": "Mass media" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "news", + "name": "News" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "newspapers", + "name": "Newspapers" + }, + { + "id": "perception", + "name": "Perception" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "psychology", + "name": "Psychology" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "public-opinion-united-states", + "name": "Public opinion--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "television", + "name": "Television" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-federal-communications-commission-fcc", + "name": "United States. Federal Communications Commission. (FCC)" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -95636,6 +137580,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -95646,7 +137614,7 @@ } ], "airtableId": "recG1brZWTlVp6SFc", - "id": "e1422" + "id": "e1423" }, { "aapbId": "cpb-aacip-500-5h7bwn65", @@ -95666,8 +137634,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -95732,9 +137704,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recG42LFY1CTwRc53", - "id": "e1423" + "id": "e1424" }, { "aapbId": "cpb-aacip-500-8p5vbt87", @@ -95757,10 +137753,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -95780,10 +137784,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recG44htpDjP74jpz", - "id": "e1424" + "id": "e1425" }, { "aapbId": "cpb-aacip-500-959c9831", @@ -95803,21 +137831,29 @@ "title": "U.S. foreign policy: Demands of the next decade" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { - "id": "communism-asia", - "name": "Communism--Asia" + "id": "china-foreign-relations", + "name": "China--Foreign relations" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "communism", + "name": "Communism" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "europe", + "name": "Europe" }, { "id": "international-relations", @@ -95828,29 +137864,29 @@ "name": "NAEB Region VI" }, { - "id": "soviet-union", - "name": "Soviet Union" - }, - { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { - "id": "united-states-foreign-relations-china", - "name": "United States--Foreign relations--China" + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations" }, { - "id": "united-states-foreign-relations-soviet-union", - "name": "United States--Foreign relations--Soviet Union" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "united-states-military-relations", "name": "United States--Military relations" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -95884,9 +137920,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "recG4A7FEMC4nhuO0", - "id": "e1425" + "id": "e1426" }, { "aapbId": "cpb-aacip-500-4q7qsb9d", @@ -95908,6 +137968,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "education", + "name": "Education" + }, { "id": "educational-radio-stations", "name": "Educational radio stations" @@ -95920,17 +137984,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-association-of-educational-broadcasters-annual-conference", "name": "National Association of Educational Broadcasters Annual Conference" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -95955,9 +138027,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "milwaukee", + "name": "Milwaukee" + } + ], "decade": "1960-1969", "airtableId": "recG4HJF84DlyBIGG", - "id": "e1426" + "id": "e1427" }, { "aapbId": "cpb-aacip-500-vt1gp991", @@ -95981,6 +138077,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -95994,8 +138094,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -96030,9 +138130,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recG4uEbpOGywIxWd", - "id": "e1427" + "id": "e1428" }, { "aapbId": "cpb-aacip-500-xp6v2s1q", @@ -96058,6 +138182,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -96092,9 +138220,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recG5H1RhvjZri0wc", - "id": "e1428" + "id": "e1429" }, { "aapbId": "cpb-aacip-500-fb4wn91h", @@ -96114,9 +138266,25 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -96133,10 +138301,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recG5Xlrwmxx1Rc6S", - "id": "e1429" + "id": "e1430" }, { "aapbId": "cpb-aacip-500-pn8xff2z", @@ -96156,10 +138348,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -96169,8 +138369,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -96226,11 +138426,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "recG5vE6IA9khM0bD", - "id": "e1430" + "id": "e1431" }, { "aapbId": "cpb-aacip-500-4j0b0r6m", @@ -96254,6 +138482,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -96301,9 +138533,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recG68m7FDayZfJQw", - "id": "e1431" + "id": "e1432" }, { "aapbId": "cpb-aacip-500-2n4zmb68", @@ -96343,6 +138599,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "periodontics", "name": "Periodontics" @@ -96370,9 +138630,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recG775KekxIpYxW6", - "id": "e1432" + "id": "e1433" }, { "aapbId": "cpb-aacip-500-qn5zbb3x", @@ -96391,13 +138675,45 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "brookings", + "name": "Brookings" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recG8ThcCcwqt2k6h", - "id": "e1433" + "id": "e1434" }, { "aapbId": "cpb-aacip-500-bc3szp1s", @@ -96437,6 +138753,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -96472,10 +138792,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recG8Wg1jyvQ186CZ", - "id": "e1434" + "id": "e1435" }, { "aapbId": "cpb-aacip-500-542jbg4f", @@ -96499,17 +138843,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -96541,7 +138893,8 @@ { "id": "beach-mark", "name": "Beach, Mark", - "type": "Person" + "type": "Person", + "role": "Guest" }, { "id": "thompson-ben", @@ -96560,9 +138913,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recG8hD9jpD9C9AWr", - "id": "e1435" + "id": "e1436" }, { "aapbId": "cpb-aacip-500-4b2x779k", @@ -96583,13 +138960,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recG9G0gl95FQiEtY", - "id": "e1436" + "id": "e1437" }, { "aapbId": "cpb-aacip-500-db7vrd60", @@ -96613,13 +139018,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -96654,9 +139059,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recG9mQVzyw5f80tk", - "id": "e1437" + "id": "e1438" }, { "aapbId": "cpb-aacip-500-h41jnd4t", @@ -96674,13 +139103,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recGCbGu2zuus1gAo", - "id": "e1438" + "id": "e1439" }, { "aapbId": "cpb-aacip-500-hx15rp3t", @@ -96700,6 +139157,10 @@ "title": "Music in the making" }, "subject": [ + { + "id": "17th-century-history-and-criticism", + "name": "17th century--History and criticism" + }, { "id": "choral-music-17th-century", "name": "Choral music--17th century" @@ -96709,20 +139170,20 @@ "name": "Choral music--Analysis, appreciation" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-17th-century-history-and-criticism", - "name": "Music--17th century--History and criticism" - }, - { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -96751,9 +139212,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recGD6hEKMlcqiqhS", - "id": "e1439" + "id": "e1440" }, { "aapbId": "cpb-aacip-500-gh9b9q26", @@ -96779,6 +139264,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -96801,10 +139290,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGF9DHguc8NVInt", - "id": "e1440" + "id": "e1441" }, { "aapbId": "cpb-aacip-500-q814s56c", @@ -96821,9 +139334,37 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "economics", + "name": "Economics" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "public-safety", + "name": "Public safety" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -96834,6 +139375,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -96844,7 +139409,7 @@ } ], "airtableId": "recGFMlAfXI1ZtVLF", - "id": "e1441" + "id": "e1442" }, { "aapbId": "cpb-aacip-500-0k26fc5x", @@ -96864,7 +139429,7 @@ "contributor": [], "airtableId": "recGG91Im6MJ7zwZa", "subject": [], - "id": "e1442" + "id": "e1443" }, { "aapbId": "cpb-aacip-500-b56d6379", @@ -96899,6 +139464,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -96925,10 +139494,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGG9kL1RF2cA7Qq", - "id": "e1443" + "id": "e1444" }, { "aapbId": "cpb-aacip-500-8w384c9m", @@ -96963,6 +139556,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -96995,10 +139592,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGGXIp2Q4pJohFx", - "id": "e1444" + "id": "e1445" }, { "aapbId": "cpb-aacip-500-wp9t5w9x", @@ -97019,8 +139640,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -97030,6 +139651,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "persecution-soviet-union", "name": "Persecution--Soviet Union" @@ -97038,10 +139663,6 @@ "id": "soviet-union", "name": "Soviet Union" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -97096,9 +139717,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recGGjqLRmbKqptvr", - "id": "e1445" + "id": "e1446" }, { "aapbId": "cpb-aacip-500-sq8qh90d", @@ -97122,17 +139767,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -97188,18 +139837,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recGHh3nZZzYfn1qi", - "id": "e1446" + "id": "e1447" }, { "aapbId": "cpb-aacip-500-rf5kfj7r", @@ -97223,10 +139896,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -97264,9 +139945,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recGJA7yL7tExZ2bW", - "id": "e1447" + "id": "e1448" }, { "aapbId": "cpb-aacip-500-q814s45x", @@ -97298,6 +140003,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -97327,10 +140036,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGJPPwB9RDbkdzO", - "id": "e1448" + "id": "e1449" }, { "aapbId": "cpb-aacip-500-rj48tw2c", @@ -97349,13 +140082,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recGKY8AwHJq1YPbd", - "id": "e1449" + "id": "e1450" }, { "aapbId": "cpb-aacip-500-r785p15m", @@ -97376,13 +140137,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recGKr5ksrDOMswxt", - "id": "e1450" + "id": "e1451" }, { "aapbId": "cpb-aacip-500-db7vrc88", @@ -97406,17 +140195,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -97460,18 +140253,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recGLzs8SvrMQyGpl", - "id": "e1451" + "id": "e1452" }, { "aapbId": "cpb-aacip-500-xg9f9545", @@ -97515,6 +140332,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "switzerland-commerce", "name": "Switzerland--Commerce" @@ -97563,9 +140384,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recGM9k6Zaq3QoJgN", - "id": "e1452" + "id": "e1453" }, { "aapbId": "cpb-aacip-500-tq5rd63v", @@ -97583,13 +140428,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recGMHjhUf3O7YNCG", - "id": "e1453" + "id": "e1454" }, { "aapbId": "cpb-aacip-500-qb9v5f71", @@ -97618,12 +140491,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -97655,6 +140536,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -97665,7 +140570,7 @@ } ], "airtableId": "recGMUQefaNzsvHhs", - "id": "e1454" + "id": "e1455" }, { "aapbId": "cpb-aacip-500-tq5rd50x", @@ -97686,12 +140591,8 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "music", @@ -97701,6 +140602,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "rorem-ned-1923", "name": "Rorem, Ned, 1923-" @@ -97708,6 +140613,10 @@ { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -97742,9 +140651,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recGOmIWG71PUCJA7", - "id": "e1455" + "id": "e1456" }, { "aapbId": "cpb-aacip-500-gb1xj45s", @@ -97764,10 +140697,6 @@ "title": "This land, this heritage, this people" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "folk-songs-united-states", "name": "Folk songs--United States" @@ -97789,16 +140718,32 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "speech-language", + "name": "Speech & Language" }, { "id": "tramps", "name": "Tramps" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -97842,9 +140787,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recGPgOwblAZj0BZB", - "id": "e1456" + "id": "e1457" }, { "aapbId": "cpb-aacip-500-x63b4978", @@ -97864,10 +140833,18 @@ "title": "Let's find out, grade 2" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -97891,11 +140868,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recGQX6D58mQCIdqG", - "id": "e1457" + "id": "e1458" }, { "aapbId": "cpb-aacip-500-mw28f94s", @@ -97923,29 +140924,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -97956,6 +140965,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -97972,7 +141005,7 @@ } ], "airtableId": "recGRW8NuXW911pnf", - "id": "e1458" + "id": "e1459" }, { "aapbId": "cpb-aacip-500-4m91d215", @@ -97993,13 +141026,17 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "petroleum-refineries-louisiana", "name": "Petroleum refineries--Louisiana" @@ -98008,17 +141045,9 @@ "id": "pipelines-united-states", "name": "Pipelines--United States" }, - { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" - }, { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -98071,9 +141100,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recGRblbROlUFRlpG", - "id": "e1459" + "id": "e1460" }, { "aapbId": "cpb-aacip-500-nv99b36b", @@ -98097,6 +141150,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -98105,10 +141162,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -98140,9 +141193,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recGRynBDhBa2MwIu", - "id": "e1460" + "id": "e1461" }, { "aapbId": "cpb-aacip-500-416t2b5r", @@ -98199,7 +141276,7 @@ ], "decade": "1960-1969", "airtableId": "recGTic4M3OUm10tp", - "id": "e1461" + "id": "e1462" }, { "aapbId": "cpb-aacip-500-sn01413v", @@ -98223,10 +141300,22 @@ "id": "asia", "name": "Asia" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "east-and-west", "name": "East and West" @@ -98243,6 +141332,10 @@ "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "south-asia-civilization-western-influences", "name": "South Asia--Civilization--Western influences" @@ -98297,11 +141390,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "recGUR1PxqeYeLCmc", - "id": "e1462" + "id": "e1463" }, { "aapbId": "cpb-aacip-500-18345b72", @@ -98333,6 +141454,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -98380,9 +141505,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recGUajblIAoetTtg", - "id": "e1463" + "id": "e1464" }, { "aapbId": "cpb-aacip-500-b27pss8m", @@ -98401,13 +141550,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kentucky", + "name": "Kentucky" + } + ], + "settlement": [ + { + "id": "morehead", + "name": "Morehead" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recGUhrmCn3Y0sCyn", - "id": "e1464" + "id": "e1465" }, { "aapbId": "cpb-aacip-500-f7667z4b", @@ -98428,12 +141605,20 @@ }, "subject": [ { - "id": "coriolanus-cnaeus-marcius-drama", - "name": "Coriolanus, Cnaeus Marcius--Drama" + "id": "coriolanus-cnaeus-marcius", + "name": "Coriolanus, Cnaeus Marcius" }, { - "id": "egoism-drama", - "name": "Egoism--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "egoism", + "name": "Egoism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "foreign-literature", @@ -98443,6 +141628,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "shakespeare-plays", + "name": "Shakespeare plays" + }, + { + "id": "shakespeare-william-1564-1616", + "name": "Shakespeare, William, 1564-1616" + }, { "id": "shakespeare-william-1564-1616-coriolanus", "name": "Shakespeare, William, 1564-1616. Coriolanus" @@ -98482,9 +141679,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recGWdo1hShUFv086", - "id": "e1465" + "id": "e1466" }, { "aapbId": "cpb-aacip-500-wm13sk7t", @@ -98516,6 +141737,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -98559,9 +141788,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recGWgoiQMlGHWT39", - "id": "e1466" + "id": "e1467" }, { "aapbId": "cpb-aacip-500-gh9b9n87", @@ -98592,6 +141845,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -98626,9 +141883,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recGWy7ygfsIaKeAZ", - "id": "e1467" + "id": "e1468" }, { "aapbId": "cpb-aacip-500-cr5ndn8z", @@ -98656,6 +141937,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -98683,11 +141968,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recGXDBuC5bLV56u5", - "id": "e1468" + "id": "e1469" }, { "aapbId": "cpb-aacip-500-s756jw27", @@ -98722,6 +142031,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -98754,10 +142067,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGXEj6svZxTfdIy", - "id": "e1469" + "id": "e1470" }, { "aapbId": "cpb-aacip-500-bg2hbz7s", @@ -98796,6 +142133,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -98866,9 +142207,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recGY5BvpfO2fIZR5", - "id": "e1470" + "id": "e1471" }, { "aapbId": "cpb-aacip-500-dj58hz9p", @@ -98886,13 +142251,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recGYeuLjkIw70smS", - "id": "e1471" + "id": "e1472" }, { "aapbId": "cpb-aacip-500-8g8fk80f", @@ -98913,6 +142306,10 @@ "id": "athletics", "name": "Athletics" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "munich-germany", "name": "Munich (Germany)" @@ -98920,6 +142317,14 @@ { "id": "olympics", "name": "Olympics" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -98942,10 +142347,34 @@ "name": "Athletics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "north-rhine-westphalia", + "name": "North Rhine-Westphalia" + } + ], + "settlement": [ + { + "id": "cologne", + "name": "Cologne" + } + ], "decade": "1970-1979", "contributor": [], "airtableId": "recGYiHxmqVjPAenV", - "id": "e1472" + "id": "e1473" }, { "aapbId": "cpb-aacip-500-cn6z1d3j", @@ -98971,6 +142400,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -98993,10 +142426,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGauN6sPYWRkEWR", - "id": "e1473" + "id": "e1474" }, { "aapbId": "cpb-aacip-500-pv6b6z9d", @@ -99028,6 +142485,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -99085,9 +142546,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recGb1Rg3nAmPPmfx", - "id": "e1474" + "id": "e1475" }, { "aapbId": "cpb-aacip-500-s17ss81m", @@ -99107,29 +142592,37 @@ "title": "Contemporary revolution in Latin America" }, "subject": [ + { + "id": "economic-conditions", + "name": "Economic conditions" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "latin-america", "name": "Latin America" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "naeb-region-ii", + "name": "NAEB Region II" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "latin-america-social-conditions-20th-century", - "name": "Latin America--Social conditions--20th century" + "id": "social-conditions", + "name": "Social conditions" }, { - "id": "naeb-region-ii", - "name": "NAEB Region II" + "id": "world-politics", + "name": "World politics" }, { "id": "world-politics", @@ -99204,9 +142697,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recGbNjHToMoj4OlB", - "id": "e1475" + "id": "e1476" }, { "aapbId": "cpb-aacip-500-k06x1t7r", @@ -99227,20 +142744,24 @@ }, "subject": [ { - "id": "improvisation-music-history-and-criticism", - "name": "Improvisation (Music)--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "improvisation-music-history-and-criticism", + "name": "Improvisation (Music)--History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -99249,6 +142770,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -99281,10 +142806,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGcMNN37ItF5uIa", - "id": "e1476" + "id": "e1477" }, { "aapbId": "cpb-aacip-500-dr2p9k3p", @@ -99299,16 +142848,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recGcmm5SGPQL9cCP", - "id": "e1477" + "id": "e1478" }, { "aapbId": "cpb-aacip-500-wp9t5v4h", @@ -99332,10 +142917,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -99393,9 +142974,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recGe68439CY7YAuK", - "id": "e1478" + "id": "e1479" }, { "aapbId": "cpb-aacip-500-0r9m6v99", @@ -99415,6 +143020,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "black-market", + "name": "Black market" + }, { "id": "black-market-in-foreign-exchange", "name": "Black market in foreign exchange" @@ -99424,8 +143033,16 @@ "name": "Black market--Europe" }, { - "id": "black-market-france-history-20th-century", - "name": "Black market--France--History--20th century" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "france", + "name": "France" }, { "id": "money-europe", @@ -99434,6 +143051,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -99459,6 +143080,30 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "contributor": [ { @@ -99469,7 +143114,7 @@ } ], "airtableId": "recGfBsw9HslTNbKv", - "id": "e1479" + "id": "e1480" }, { "aapbId": "cpb-aacip-500-k9316p29", @@ -99489,10 +143134,6 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" @@ -99501,25 +143142,33 @@ "id": "freedom-of-expression-united-states", "name": "Freedom of expression--United States" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -99566,9 +143215,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recGg6AfOXjnNHB7n", - "id": "e1480" + "id": "e1481" }, { "aapbId": "cpb-aacip-500-833n133x", @@ -99589,28 +143262,36 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { "id": "virginia-history-colonial-period-ca-1600-1775", @@ -99649,9 +143330,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recGgBYnCCwjuWm3t", - "id": "e1481" + "id": "e1482" }, { "aapbId": "cpb-aacip-500-sj19qr73", @@ -99672,13 +143377,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recGhvLNjwVCvFLZb", - "id": "e1482" + "id": "e1483" }, { "aapbId": "cpb-aacip-500-319s5f90", @@ -99699,8 +143432,16 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -99714,13 +143455,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -99794,18 +143547,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recGiDoZ4okiyfVqf", - "id": "e1483" + "id": "e1484" }, { "aapbId": "cpb-aacip-500-8s4jr41b", @@ -99829,6 +143606,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -99837,13 +143618,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -99879,14 +143672,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recGiKGEldXO4hYyz", - "id": "e1484" + "id": "e1485" }, { "aapbId": "cpb-aacip-500-hx15rq31", @@ -99914,10 +143735,22 @@ "id": "asia-politics-and-government-1945", "name": "Asia--Politics and government--1945-" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "economic-development", "name": "Economic development" @@ -100014,11 +143847,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "recGjL6LUJdsNGCEP", - "id": "e1485" + "id": "e1486" }, { "aapbId": "cpb-aacip-500-rx93d08z", @@ -100038,6 +143899,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -100045,6 +143910,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -100091,9 +143960,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recGkLK35RPo4E0sv", - "id": "e1486" + "id": "e1487" }, { "aapbId": "cpb-aacip-500-th8bmk1x", @@ -100112,25 +144005,29 @@ }, "subject": [ { - "id": "beards", - "name": "Beards" + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "biography-19th-century", - "name": "Biography--19th century" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "fines-penalities-united-states", "name": "Fines (Penalities)--United States" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "palmer-joseph-1791-1875", "name": "Palmer, Joseph, 1791-1875" @@ -100138,18 +144035,9 @@ { "id": "radio-plays-american", "name": "Radio plays, American" - }, - { - "id": "united-states-history", - "name": "United States--History" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -100157,8 +144045,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -100205,9 +144093,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recGlAi4l6VL2cNtl", - "id": "e1487" + "id": "e1488" }, { "aapbId": "cpb-aacip-500-69700z0b", @@ -100226,13 +144138,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recGlHju6a0J90rYk", - "id": "e1488" + "id": "e1489" }, { "aapbId": "cpb-aacip-500-dv1cps6d", @@ -100252,33 +144192,37 @@ "title": "How's the family" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "children-families", "name": "Children & Families" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "radio-plays-american", - "name": "Radio plays, American" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "parenting", + "name": "Parenting" + }, + { + "id": "radio-plays-american", + "name": "Radio plays, American" } ], "creator": [ @@ -100331,9 +144275,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "recGmcm0zAI6v4qF4", - "id": "e1489" + "id": "e1490" }, { "aapbId": "cpb-aacip-500-j38kj90j", @@ -100353,14 +144321,14 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "food-security", "name": "Food security" @@ -100385,6 +144353,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "wisconsin", "name": "Wisconsin" @@ -100435,9 +144411,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recGo6VyXDlTXisPb", - "id": "e1490" + "id": "e1491" }, { "aapbId": "cpb-aacip-500-wm13sk1c", @@ -100458,25 +144458,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -100544,9 +144552,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recGoogoCwjzlB7Pi", - "id": "e1491" + "id": "e1492" }, { "aapbId": "cpb-aacip-500-8k74zh1w", @@ -100567,16 +144599,24 @@ }, "subject": [ { - "id": "african-american-soldiers-history-20th-century", - "name": "African American soldiers--History--20th century" + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "drama", + "name": "Drama" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "patriotism-united-states", + "name": "Patriotism--United States" }, { "id": "radio-plays-american", @@ -100586,21 +144626,36 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "soldiers", + "name": "Soldiers" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "world-war-1914-1918-drama", - "name": "World War, 1914-1918--Drama" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "world-war-1914-1918", + "name": "World War, 1914-1918" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -100614,8 +144669,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -100637,12 +144692,6 @@ "name": "Kuralt, Charles, 1934-1997", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -100655,9 +144704,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recGqYS8GWThjKsAa", - "id": "e1492" + "id": "e1493" }, { "aapbId": "cpb-aacip-500-cn6z1c4k", @@ -100681,6 +144754,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -100692,6 +144769,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -100731,9 +144812,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recGqrrDRxz7EmV10", - "id": "e1493" + "id": "e1494" }, { "aapbId": "cpb-aacip-500-tq5rd48n", @@ -100753,10 +144858,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -100764,6 +144865,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -100804,9 +144909,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recGtDTN0SFNJXFrn", - "id": "e1494" + "id": "e1495" }, { "aapbId": "cpb-aacip-500-6t0gzd2k", @@ -100826,6 +144955,10 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "human-rights", "name": "Human rights" @@ -100838,6 +144971,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "science", "name": "Science" @@ -100894,9 +145035,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recGtYlBaydOtzFQC", - "id": "e1495" + "id": "e1496" }, { "aapbId": "cpb-aacip-500-445hfm8w", @@ -100928,6 +145093,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -100987,9 +145156,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recGu17sutVTlLXYE", - "id": "e1496" + "id": "e1497" }, { "aapbId": "cpb-aacip-500-7w677g3f", @@ -101010,21 +145203,17 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -101032,6 +145221,10 @@ { "id": "wit-and-humor", "name": "Wit and humor" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -101093,9 +145286,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recGvDEDdCC758Xu2", - "id": "e1497" + "id": "e1498" }, { "aapbId": "cpb-aacip-500-cn6z1c4k", @@ -101119,6 +145336,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -101130,6 +145351,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -101169,9 +145394,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recGvo5SUiFsrGWPP", - "id": "e1498" + "id": "e1499" }, { "aapbId": "cpb-aacip-500-4q7qsc5n", @@ -101185,25 +145434,65 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recGvzoOgqsxetIFj", - "id": "e1499" + "id": "e1500" }, { "aapbId": "cpb-aacip-500-qj77z210", "naebId": "71-19-1", "umdId": "5429", - "title": "First concert", + "title": "First concert (part 1)", "duration": 3738, - "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers.", - "description": "A performance of Haydn's oratorio, \"The Seasons.\"", + "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers. ", + "description": "Concert #1, part 1 of 3. A performance of Haydn's oratorio, \"The Seasons.\"", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -101216,10 +145505,18 @@ "id": "choral-music", "name": "Choral music" }, + { + "id": "composition-music", + "name": "Composition (Music)" + }, { "id": "concerts", "name": "Concerts" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "haydn-joseph-1732-1809", "name": "Haydn, Joseph, 1732-1809" @@ -101232,6 +145529,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "oratorio", "name": "Oratorio" @@ -101243,19 +145544,44 @@ "name": "Haydn, Joseph, 1732-1809.", "type": "Person" }, + { + "id": "wguc-radio-station-cincinnati-ohio", + "name": "WGUC (Radio station : Cincinnati, Ohio)", + "type": "Corporate Body", + "role": "Producer" + }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", - "type": "Corporate Body" + "type": "Corporate Body", + "role": "Artist" } ], "contributor": [ + { + "id": "cincinnati-musicians-association", + "name": "Cincinnati Musicians Association", + "type": "Corporate Body", + "role": "Executive Producer" + }, { "id": "haydn-joseph-1732-1809", "name": "Haydn, Joseph, 1732-1809.", "type": "Person", "role": "Composer" }, + { + "id": "shaw-robert-1916-1999", + "name": "Shaw, Robert, 1916-1999", + "type": "Person", + "role": "Conductor" + }, + { + "id": "bennett-myron", + "name": "Bennett, Myron", + "type": "Person", + "role": "Narrator" + }, { "id": "haywood-lorna", "name": "Haywood, Lorna", @@ -101289,11 +145615,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recGwLDa637ngjSJA", - "id": "e1500" + "id": "e1501" }, { "aapbId": "cpb-aacip-500-f18sgf1v", @@ -101317,6 +145671,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -101325,13 +145683,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -101367,14 +145737,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recGwLuYsD3QpRisn", - "id": "e1501" + "id": "e1502" }, { "aapbId": "cpb-aacip-500-rv0d0r8m", @@ -101395,13 +145793,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recGxFH3tZWzh7BW5", - "id": "e1502" + "id": "e1503" }, { "aapbId": "cpb-aacip-500-rv0d0s14", @@ -101424,10 +145850,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -101447,10 +145881,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGxJxVoxL9ww5PX", - "id": "e1503" + "id": "e1504" }, { "aapbId": "cpb-aacip-500-ww76zg94", @@ -101477,6 +145935,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -101493,10 +145955,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGyvGuPLxR21Mpc", - "id": "e1504" + "id": "e1505" }, { "aapbId": "cpb-aacip-500-6m335r61", @@ -101521,8 +146007,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -101536,13 +146022,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -101594,9 +146084,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recGzg6qXLHHQMETr", - "id": "e1505" + "id": "e1506" }, { "aapbId": "cpb-aacip-500-1z41wb6h", @@ -101617,13 +146131,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recGzqsO9ViNG9bFR", - "id": "e1506" + "id": "e1507" }, { "aapbId": "cpb-aacip-500-8g8fk63r", @@ -101644,24 +146186,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { "id": "blues-music-influence", "name": "Blues (Music)--Influence" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -101670,6 +146212,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -101702,10 +146252,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recGztIjEN8t6gp7s", - "id": "e1507" + "id": "e1508" }, { "aapbId": "cpb-aacip-500-9w09189b", @@ -101729,6 +146303,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -101776,11 +146354,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recH0cNxntu7mnzDg", - "id": "e1508" + "id": "e1509" }, { "aapbId": "cpb-aacip-500-pc2t8k0v", @@ -101808,6 +146414,10 @@ "id": "durufle_-maurice-1902-1986-organ-music-selections", "name": "Durufle_, Maurice, 1902-1986. Organ music. Selections" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "langlais-jean-1907-1991-organ-music-selections", "name": "Langlais, Jean, 1907-1991. Organ music. Selections" @@ -101820,13 +146430,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -101861,9 +146475,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recH0kj0888OlZ679", - "id": "e1509" + "id": "e1510" }, { "aapbId": "cpb-aacip-500-jq0sw09t", @@ -101877,12 +146515,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recH1Rdq4ld9FCMYi", "subject": [], - "id": "e1510" + "id": "e1511" }, { "aapbId": "cpb-aacip-500-2j68715h", @@ -101902,6 +146564,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "bali-indonesia-province-description-and-travel", "name": "Bali (Indonesia : Province)--Description and travel" @@ -101919,8 +146585,8 @@ "name": "Cockfighting--Indonesia--Bali (Province)" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -101979,9 +146645,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recH1oAYyeAV4y7Sj", - "id": "e1511" + "id": "e1512" }, { "aapbId": "cpb-aacip-500-d50fzv21", @@ -102000,13 +146690,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recH2LxcBDjV8SAER", - "id": "e1512" + "id": "e1513" }, { "aapbId": "cpb-aacip-500-pn8xfg4n", @@ -102037,6 +146755,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -102074,9 +146796,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recH3diZm4E61d67z", - "id": "e1513" + "id": "e1514" }, { "aapbId": "cpb-aacip-500-9z90dh1k", @@ -102116,6 +146862,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -102165,9 +146915,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recH48qUJqnF3qDcS", - "id": "e1514" + "id": "e1515" }, { "aapbId": "cpb-aacip-500-m03xxq63", @@ -102197,11 +146971,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recH4RVeSE31yppM2", "subject": [], - "id": "e1515" + "id": "e1516" }, { "aapbId": "cpb-aacip-500-xp6v2r08", @@ -102225,17 +147023,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -102286,9 +147092,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recH4d9huGfoebHyN", - "id": "e1516" + "id": "e1517" }, { "aapbId": "cpb-aacip-500-n8730f18", @@ -102305,9 +147135,33 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "pests", + "name": "Pests" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -102318,6 +147172,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -102328,7 +147206,7 @@ } ], "airtableId": "recH5scEABBu1QGx3", - "id": "e1517" + "id": "e1518" }, { "aapbId": "cpb-aacip-500-zp3vzk6w", @@ -102348,17 +147226,45 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "twain-mark-1835-1910", + "name": "Twain, Mark, 1835-1910" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" } ], "creator": [ @@ -102429,9 +147335,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recH63fCTAXGgcr6o", - "id": "e1518" + "id": "e1519" }, { "aapbId": "cpb-aacip-500-599z437k", @@ -102455,6 +147385,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "politics-and-culture-united-states", "name": "Politics and culture--United States" @@ -102463,9 +147397,17 @@ "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -102496,9 +147438,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recH6TJBHWfkY7EdB", - "id": "e1519" + "id": "e1520" }, { "aapbId": "cpb-aacip-500-222r8k9h", @@ -102519,24 +147485,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century-history-and-criticism", - "name": "Music--20th century--History and criticism" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -102589,9 +147563,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recH6Z3muuwCyGxol", - "id": "e1520" + "id": "e1521" }, { "aapbId": "cpb-aacip-500-rr1pmd9w", @@ -102659,7 +147657,7 @@ ], "decade": "1960-1969", "airtableId": "recHBmbZJxr7WGeWG", - "id": "e1521" + "id": "e1522" }, { "aapbId": "cpb-aacip-500-nk365836", @@ -102687,9 +147685,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -102729,9 +147735,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recHCZqfx16yEG2ho", - "id": "e1522" + "id": "e1523" }, { "aapbId": "cpb-aacip-500-nc5scq71", @@ -102759,6 +147789,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -102807,9 +147841,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recHF5BwXGXukmGZs", - "id": "e1523" + "id": "e1524" }, { "aapbId": "cpb-aacip-500-6q1sk425", @@ -102837,6 +147895,14 @@ "id": "competition-psychology", "name": "Competition (Psychology)" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "education", + "name": "Education" + }, { "id": "human-behavior", "name": "Human behavior" @@ -102849,6 +147915,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "overpopulation", "name": "Overpopulation" @@ -102894,11 +147964,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recHG8B7ePNGZ5tik", - "id": "e1524" + "id": "e1525" }, { "aapbId": "cpb-aacip-500-7d2q926k", @@ -102922,17 +148020,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -102962,19 +148064,43 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recHGLpxF0qeKdRPW", - "id": "e1525" + "id": "e1526" }, { "aapbId": "cpb-aacip-500-8c9r5x0f", @@ -103002,6 +148128,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -103049,9 +148179,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recHGM3ZjagGYpTdI", - "id": "e1526" + "id": "e1527" }, { "aapbId": "cpb-aacip-500-h98zdz64", @@ -103072,32 +148226,36 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "20th-century", + "name": "20th century" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "composition-music", "name": "Composition (Music)" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -103166,9 +148324,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recHHt95IDHfmqcLz", - "id": "e1527" + "id": "e1528" }, { "aapbId": "cpb-aacip-500-bk16r86b", @@ -103196,6 +148378,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -103203,6 +148389,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -103231,9 +148421,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recHHtCudGm4RuKsH", - "id": "e1528" + "id": "e1529" }, { "aapbId": "cpb-aacip-500-gf0mxc4r", @@ -103261,6 +148475,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "virology-research", "name": "Virology--Research" @@ -103322,9 +148544,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recHINhKgCaGoN94e", - "id": "e1529" + "id": "e1530" }, { "aapbId": "cpb-aacip-500-g15tc904", @@ -103357,12 +148603,20 @@ "name": "Great Britain--Politics and government--20th century" }, { - "id": "monarchy-great-britain", - "name": "Monarchy--Great Britain" + "id": "monarchy", + "name": "Monarchy" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -103398,9 +148652,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recHInM920hsYvMyh", - "id": "e1530" + "id": "e1531" }, { "aapbId": "cpb-aacip-500-rx93d15f", @@ -103416,16 +148694,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recHJLXpbgRCM8bYS", - "id": "e1531" + "id": "e1532" }, { "aapbId": "cpb-aacip-500-j9609t70", @@ -103449,6 +148763,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -103510,9 +148828,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recHJMCCTKqbo4MNa", - "id": "e1532" + "id": "e1533" }, { "aapbId": "cpb-aacip-500-fq9q6d7x", @@ -103530,7 +148872,7 @@ "contributor": [], "airtableId": "recHJMGmQ0JPMmPJ3", "subject": [], - "id": "e1533" + "id": "e1534" }, { "aapbId": "cpb-aacip-500-zs2kbx34", @@ -103565,6 +148907,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -103597,10 +148943,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recHJYp64LHLoWqhH", - "id": "e1534" + "id": "e1535" }, { "aapbId": "cpb-aacip-500-901zhp4z", @@ -103624,10 +148994,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -103685,9 +149051,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recHMT4ZZUjZXmX1r", - "id": "e1535" + "id": "e1536" }, { "aapbId": "cpb-aacip-500-s17ss872", @@ -103715,6 +149105,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "sand-dunes", "name": "Sand dunes" @@ -103766,9 +149160,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recHMohL3SVF0O7uP", - "id": "e1536" + "id": "e1537" }, { "aapbId": "cpb-aacip-500-154ds162", @@ -103789,17 +149207,21 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "stringed-instruments", "name": "Stringed instruments" @@ -103839,9 +149261,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recHNbLeN3w4DlqS6", - "id": "e1537" + "id": "e1538" }, { "aapbId": "cpb-aacip-500-v11vk179", @@ -103857,16 +149303,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recHPjMtDWIfpBAQ5", - "id": "e1538" + "id": "e1539" }, { "aapbId": "cpb-aacip-500-kd1qkz82", @@ -103891,13 +149377,25 @@ "name": "Children & Families" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" + }, + { + "id": "mental-health", + "name": "Mental health" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, { "id": "schools", "name": "Schools" @@ -103905,10 +149403,6 @@ { "id": "youth", "name": "Youth" - }, - { - "id": "youth-mental-health", - "name": "Youth--Mental health" } ], "creator": [ @@ -103959,9 +149453,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recHQ8IxOjafpk9se", - "id": "e1539" + "id": "e1540" }, { "aapbId": "cpb-aacip-500-gt5fgj6m", @@ -103977,16 +149495,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recHQGtGGA845XAHP", - "id": "e1540" + "id": "e1541" }, { "aapbId": "cpb-aacip-500-mp4vnq75", @@ -104007,8 +149565,12 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "africa", + "name": "Africa" + }, + { + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -104026,6 +149588,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "racism-united-states", "name": "Racism--United States" @@ -104034,6 +149600,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -104079,9 +149649,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recHQOY7iccXplm36", - "id": "e1541" + "id": "e1542" }, { "aapbId": "cpb-aacip-500-w6697g30", @@ -104114,11 +149708,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recHQRwQ0tfNtp8lu", "subject": [], - "id": "e1542" + "id": "e1543" }, { "aapbId": "cpb-aacip-500-sb3wz496", @@ -104143,12 +149761,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -104201,9 +149819,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recHSKYAmliUsRIaI", - "id": "e1543" + "id": "e1544" }, { "aapbId": "cpb-aacip-500-dj58j014", @@ -104226,10 +149868,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -104285,7 +149923,7 @@ ], "decade": "1950-1959", "airtableId": "recHTSYT0TIKxNEfg", - "id": "e1544" + "id": "e1545" }, { "aapbId": "cpb-aacip-500-bn9x4h42", @@ -104305,6 +149943,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -104317,6 +149959,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -104339,18 +149985,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recHWmK5GokQtslso", - "id": "e1545" + "id": "e1546" }, { "aapbId": "cpb-aacip-500-4m91d32m", @@ -104383,6 +150057,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -104424,10 +150102,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recHaP9NYHZNqomMv", - "id": "e1546" + "id": "e1547" }, { "aapbId": "cpb-aacip-500-r49g8p4c", @@ -104448,25 +150150,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -104516,9 +150230,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recHaq3okSU0b8Nfy", - "id": "e1547" + "id": "e1548" }, { "aapbId": "cpb-aacip-500-b853kd2q", @@ -104537,13 +150275,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recHcWlzPUoSKhaVM", - "id": "e1548" + "id": "e1549" }, { "aapbId": "cpb-aacip-500-xs5jg297", @@ -104564,12 +150330,12 @@ }, "subject": [ { - "id": "high-school-students", - "name": "High school students" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "high-school-students", + "name": "High school students" }, { "id": "language-and-languages", @@ -104584,8 +150350,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" }, { "id": "teaching", @@ -104620,9 +150390,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recHcYKi7nMG7ajUJ", - "id": "e1549" + "id": "e1550" }, { "aapbId": "cpb-aacip-500-q23r0j5q", @@ -104643,16 +150437,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "faulkner-william-1897-1962", @@ -104662,9 +150452,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -104716,9 +150514,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recHeOb5QlsDo9cZA", - "id": "e1550" + "id": "e1551" }, { "aapbId": "cpb-aacip-500-sq8qh92w", @@ -104738,10 +150560,18 @@ "title": "About science" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "reservoirs", "name": "Reservoirs" @@ -104793,15 +150623,39 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recHeoHAgdYvV3nyR", - "id": "e1551" + "id": "e1552" }, { "aapbId": "cpb-aacip-500-4f1mmh0t", "naebId": "70-5-47", "umdId": "4527", - "title": "Program #47", + "title": "Program #47 Communications and the Black Revolution: Searching for a New Drum", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -104812,9 +150666,65 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "immigration-issues", + "name": "Immigration issues" + }, + { + "id": "irish-united-states", + "name": "Irish--United States" + }, + { + "id": "jews-united-states", + "name": "Jews--United States" + }, + { + "id": "language-and-languages", + "name": "Language and languages" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "riots", + "name": "Riots" + }, + { + "id": "social-movements", + "name": "Social movements" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "speech-language", + "name": "Speech & Language" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -104825,6 +150735,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -104835,7 +150769,7 @@ } ], "airtableId": "recHfX98BFNV6NyCF", - "id": "e1552" + "id": "e1553" }, { "aapbId": "cpb-aacip-500-k9316p7h", @@ -104867,6 +150801,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -104910,9 +150848,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recHg1Vogas4Q11Kx", - "id": "e1553" + "id": "e1554" }, { "aapbId": "cpb-aacip-500-ns0kxx12", @@ -104929,9 +150891,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -104961,9 +150939,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recHghXqCtF0Jt7vD", - "id": "e1554" + "id": "e1555" }, { "aapbId": "cpb-aacip-500-7659hg4v", @@ -104991,6 +150993,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -105052,9 +151058,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recHh7OQPRuqG3NLX", - "id": "e1555" + "id": "e1556" }, { "aapbId": "cpb-aacip-500-z60c156j", @@ -105078,10 +151108,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -105119,9 +151157,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recHhgi76BgDJ0n8k", - "id": "e1556" + "id": "e1557" }, { "aapbId": "cpb-aacip-500-c53f2z7n", @@ -105139,13 +151201,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recHi1dDdqrVsVH5d", - "id": "e1557" + "id": "e1558" }, { "aapbId": "cpb-aacip-500-pr7mtr03", @@ -105172,6 +151262,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -105188,10 +151282,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recHicDPLaCX5qXYR", - "id": "e1558" + "id": "e1559" }, { "aapbId": "cpb-aacip-500-bz619c13", @@ -105218,9 +151336,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -105247,10 +151373,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recHjBWhQ2lHC3nts", - "id": "e1559" + "id": "e1560" }, { "aapbId": "cpb-aacip-500-v97zqw02", @@ -105278,6 +151428,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -105326,9 +151480,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recHkXJ59A3kGZ19q", - "id": "e1560" + "id": "e1561" }, { "aapbId": "cpb-aacip-500-w37kv45h", @@ -105360,6 +151538,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -105417,9 +151599,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recHlZtrtkv4V0wKP", - "id": "e1561" + "id": "e1562" }, { "aapbId": "cpb-aacip-500-qj77z160", @@ -105447,6 +151653,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -105510,11 +151720,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recHn37aYjgq6cc0B", - "id": "e1562" + "id": "e1563" }, { "aapbId": "cpb-aacip-500-7s7hv61d", @@ -105535,13 +151773,21 @@ }, "subject": [ { - "id": "authors-great-britain-biography", - "name": "Authors--Great Britain--Biography" + "id": "british-literature", + "name": "British literature" }, { "id": "europe", "name": "Europe" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "great-britain", + "name": "Great Britain" + }, { "id": "great-britain-civilization-20th-century", "name": "Great Britain--Civilization--20th century" @@ -105554,13 +151800,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tennyson-alfred-tennyson-baron-1809-1892-family", "name": "Tennyson, Alfred Tennyson, Baron, 1809-1892--Family" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -105600,9 +151850,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recHnEa5CfdoyHpxU", - "id": "e1563" + "id": "e1564" }, { "aapbId": "cpb-aacip-500-g7374v2k", @@ -105618,16 +151892,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recHnyYvehd5nMxc1", - "id": "e1564" + "id": "e1565" }, { "aapbId": "cpb-aacip-500-69700w8v", @@ -105659,6 +151977,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -105716,9 +152038,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recHoY9MNyDTu0Epp", - "id": "e1565" + "id": "e1566" }, { "aapbId": "cpb-aacip-500-9z90dh5j", @@ -105787,7 +152133,7 @@ ], "decade": "1960-1969", "airtableId": "recHokpoKu3ubQTzX", - "id": "e1566" + "id": "e1567" }, { "aapbId": "cpb-aacip-500-0g3h2153", @@ -105814,6 +152160,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -105830,10 +152184,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recHptliy1k0fTiIG", - "id": "e1567" + "id": "e1568" }, { "aapbId": "cpb-aacip-500-qz22h527", @@ -105849,16 +152227,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recHq6AS3Cmzo7IqT", - "id": "e1568" + "id": "e1569" }, { "aapbId": "cpb-aacip-500-2r3p0n8h", @@ -105877,8 +152299,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -105945,9 +152367,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recHqfXsmncVwdgzx", - "id": "e1569" + "id": "e1570" }, { "aapbId": "cpb-aacip-500-6d5pd63b", @@ -105978,6 +152424,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -106041,9 +152495,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recHsDbiIbbViDp2a", - "id": "e1570" + "id": "e1571" }, { "aapbId": "cpb-aacip-500-348gjs3c", @@ -106064,24 +152542,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" + "id": "american-literature", + "name": "American literature" }, { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "domestic-animals", + "name": "Domestic animals" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -106165,9 +152647,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recHsjb5gSgsOq2gr", - "id": "e1571" + "id": "e1572" }, { "aapbId": "cpb-aacip-500-0z710g7c", @@ -106182,12 +152688,36 @@ "id": "four-documentaries", "title": "Four documentaries" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recHtLFn0Er9CMBva", "subject": [], - "id": "e1572" + "id": "e1573" }, { "aapbId": "cpb-aacip-500-q23r0m54", @@ -106215,29 +152745,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -106248,6 +152786,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -106270,7 +152832,7 @@ } ], "airtableId": "recHtgvxUKvK2ZVeQ", - "id": "e1573" + "id": "e1574" }, { "aapbId": "cpb-aacip-500-qz22h45r", @@ -106295,13 +152857,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -106330,18 +152900,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recHuKsQKYP6lZojz", - "id": "e1574" + "id": "e1575" }, { "aapbId": "cpb-aacip-500-v11vk268", @@ -106373,6 +152971,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -106422,9 +153028,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recHwXTS7eyx5dJYU", - "id": "e1575" + "id": "e1576" }, { "aapbId": "cpb-aacip-500-vh5chf7w", @@ -106439,12 +153069,36 @@ "id": "bbc-world-theatre", "title": "BBC world theatre" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recHxA3Mav1z5fuXH", "subject": [], - "id": "e1576" + "id": "e1577" }, { "aapbId": "cpb-aacip-500-qn5zbb7w", @@ -106461,18 +153115,34 @@ "title": "Listen to the land" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "baseball", "name": "Baseball" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "professional-sports", + "name": "Professional sports" + }, { "id": "ruth-babe-1895-1948-fiction", "name": "Ruth, Babe, 1895-1948--Fiction" @@ -106488,6 +153158,18 @@ { "id": "travel-leisure", "name": "Travel & Leisure" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -106560,9 +153242,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recHyIjoM0RmMxYGU", - "id": "e1577" + "id": "e1578" }, { "aapbId": "cpb-aacip-500-sq8qh89c", @@ -106582,6 +153288,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -106591,16 +153301,12 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "poetry", - "name": "Poetry" - }, - { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -106641,9 +153347,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recHyTTAPLqfOxY7V", - "id": "e1578" + "id": "e1579" }, { "aapbId": "cpb-aacip-500-bz619f08", @@ -106671,6 +153401,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -106719,9 +153453,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recHzjOfHH8fKeUn2", - "id": "e1579" + "id": "e1580" }, { "aapbId": "cpb-aacip-500-k649tf1q", @@ -106744,6 +153502,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "education", + "name": "Education" + }, { "id": "educational-television", "name": "Educational television" @@ -106752,14 +153514,14 @@ "id": "educational-television-stations", "name": "Educational television stations" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "public-television-united-states", "name": "Public television--United States" @@ -106768,6 +153530,10 @@ "id": "television-in-education", "name": "Television in education" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "universities-and-colleges", "name": "Universities and colleges" @@ -106787,10 +153553,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recI0iYsYvVE2BDht", - "id": "e1580" + "id": "e1581" }, { "aapbId": "cpb-aacip-500-c824g78g", @@ -106818,29 +153608,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -106851,6 +153649,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -106873,7 +153695,7 @@ } ], "airtableId": "recI1Y6FmdIuEKe0E", - "id": "e1581" + "id": "e1582" }, { "aapbId": "cpb-aacip-500-cj87n45k", @@ -106894,8 +153716,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -106960,9 +153786,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recI2cxsy7f3jXfH2", - "id": "e1582" + "id": "e1583" }, { "aapbId": "cpb-aacip-500-0z710h6b", @@ -107001,6 +153851,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "tornado-damage", "name": "Tornado damage" @@ -107062,9 +153916,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "airtableId": "recI3FGjVz7mHGWvD", - "id": "e1583" + "id": "e1584" }, { "aapbId": "cpb-aacip-500-8911sp3z", @@ -107084,7 +153962,7 @@ "contributor": [], "airtableId": "recI3lJ0hdFDaqg5Q", "subject": [], - "id": "e1584" + "id": "e1585" }, { "aapbId": "cpb-aacip-500-hx15rp03", @@ -107207,9 +154085,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recI5UXuqcAHFmiYg", - "id": "e1585" + "id": "e1586" }, { "aapbId": "cpb-aacip-500-x63b4b9z", @@ -107227,13 +154129,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recI5ZqREmyAjNK1j", - "id": "e1586" + "id": "e1587" }, { "aapbId": "cpb-aacip-500-j09w500x", @@ -107261,10 +154191,18 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -107333,18 +154271,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recI5zMkjOd9202hO", - "id": "e1587" + "id": "e1588" }, { "aapbId": "cpb-aacip-500-p843w934", @@ -107364,10 +154326,6 @@ "title": "Library of Congress lectures" }, "subject": [ - { - "id": "foreign-literature", - "name": "Foreign Literature" - }, { "id": "poets-new-zealand", "name": "Poets, New Zealand" @@ -107400,18 +154358,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recI6UvRbLbLzZaCN", - "id": "e1588" + "id": "e1589" }, { "aapbId": "cpb-aacip-500-7p8tfz50", @@ -107439,33 +154421,41 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "new-york-state-new-york-anecdotes", + "name": "New York (State)--New York--Anecdotes" }, { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -107506,9 +154496,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recI6YklpQ7lqiMPx", - "id": "e1589" + "id": "e1590" }, { "aapbId": "cpb-aacip-500-vq2s906p", @@ -107532,17 +154546,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -107592,18 +154610,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recI7KwSlQOr0AXKz", - "id": "e1590" + "id": "e1591" }, { "aapbId": "cpb-aacip-500-th8bmm4v", @@ -107626,10 +154668,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -107649,10 +154699,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIBcmqYM9RDzbp8", - "id": "e1591" + "id": "e1592" }, { "aapbId": "cpb-aacip-500-xd0qww1r", @@ -107684,6 +154758,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -107752,18 +154830,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recIDMfCuiqoRu0qF", - "id": "e1592" + "id": "e1593" }, { "aapbId": "cpb-aacip-500-t14tp66r", @@ -107783,8 +154885,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -107849,9 +154955,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recIF4OPVwpSLlDCi", - "id": "e1593" + "id": "e1594" }, { "aapbId": "cpb-aacip-500-wd3q1109", @@ -107870,25 +155000,29 @@ }, "subject": [ { - "id": "beards", - "name": "Beards" + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "biography-19th-century", - "name": "Biography--19th century" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "fines-penalities-united-states", "name": "Fines (Penalities)--United States" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "palmer-joseph-1791-1875", "name": "Palmer, Joseph, 1791-1875" @@ -107898,16 +155032,11 @@ "name": "Radio plays, American" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -107915,8 +155044,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -107963,9 +155092,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recIFo5HXT7qiE2Yf", - "id": "e1594" + "id": "e1595" }, { "aapbId": "cpb-aacip-500-sx648v5k", @@ -107989,6 +155142,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -108056,9 +155213,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recIHDs2c7Je5JShI", - "id": "e1595" + "id": "e1596" }, { "aapbId": "cpb-aacip-500-br8mhs9p", @@ -108086,6 +155267,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "sand-dunes", "name": "Sand dunes" @@ -108137,9 +155322,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recIIMsc8FasvUXP9", - "id": "e1596" + "id": "e1597" }, { "aapbId": "cpb-aacip-500-m32n9z8x", @@ -108166,6 +155375,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -108182,10 +155399,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIIXEOONJEUH9mg", - "id": "e1597" + "id": "e1598" }, { "aapbId": "cpb-aacip-500-mw28fb18", @@ -108205,6 +155446,10 @@ "title": "The comic arts" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "comedy", "name": "Comedy" @@ -108213,6 +155458,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -108229,13 +155478,17 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "wit-and-humor", "name": "Wit and humor" }, { "id": "writing", - "name": "Writing." + "name": "Writing" } ], "creator": [ @@ -108284,9 +155537,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recIItxPNoob66QTn", - "id": "e1598" + "id": "e1599" }, { "aapbId": "cpb-aacip-500-bz619d58", @@ -108303,9 +155580,57 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "creative-ability", + "name": "Creative ability" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "employment", + "name": "Employment" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "wages-united-states", + "name": "Wages--United States" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -108316,6 +155641,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -108326,7 +155675,7 @@ } ], "airtableId": "recIIyMyQ7pmRbrpT", - "id": "e1599" + "id": "e1600" }, { "aapbId": "cpb-aacip-500-6t0gzb7c", @@ -108347,28 +155696,40 @@ }, "subject": [ { - "id": "monteverdi-claudio-1567-1643-orfeo", - "name": "Monteverdi, Claudio, 1567-1643. Orfeo" + "id": "europe", + "name": "Europe" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "italy-17th-century-history-and-criticism", + "name": "Italy--17th century--History and criticism" }, { - "id": "music-italy-17th-century-history-and-criticism", - "name": "Music--Italy--17th century--History and criticism" + "id": "monteverdi-claudio-1567-1643-orfeo", + "name": "Monteverdi, Claudio, 1567-1643. Orfeo" + }, + { + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-italy-17th-century", "name": "Opera--Italy--17th century" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -108397,9 +155758,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recIKM6HtZZepWOXb", - "id": "e1600" + "id": "e1601" }, { "aapbId": "cpb-aacip-500-gh9b9p5q", @@ -108426,6 +155811,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -108442,10 +155835,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recILs1A22zjlG3Ko", - "id": "e1601" + "id": "e1602" }, { "aapbId": "cpb-aacip-500-s17ssb11", @@ -108477,6 +155894,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -108526,9 +155951,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recIMIfTeYqA0fr3w", - "id": "e1602" + "id": "e1603" }, { "aapbId": "cpb-aacip-500-5q4rp70z", @@ -108548,7 +155997,7 @@ "contributor": [], "airtableId": "recIOJWqpOhj8ZO6U", "subject": [], - "id": "e1603" + "id": "e1604" }, { "aapbId": "cpb-aacip-500-1g0hxz0h", @@ -108581,11 +156030,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recIOSQvUy5ZK0xOW", "subject": [], - "id": "e1604" + "id": "e1605" }, { "aapbId": "cpb-aacip-500-8c9r5z7b", @@ -108606,8 +156079,12 @@ }, "subject": [ { - "id": "education-scotland", - "name": "Education--Scotland" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" }, { "id": "europe", @@ -108621,17 +156098,21 @@ "id": "great-britain-politics-and-government-20th-century", "name": "Great Britain--Politics and government--20th century" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "nationalism-scotland", - "name": "Nationalism--Scotland" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "nationalism", + "name": "Nationalism" + }, + { + "id": "scotland", + "name": "Scotland" }, { "id": "scotland-economic-conditions", @@ -108646,8 +156127,8 @@ "name": "Scotland--Social life and customs--20th century" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -108687,9 +156168,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recIP0lqrkOITMX2r", - "id": "e1605" + "id": "e1606" }, { "aapbId": "cpb-aacip-500-2j68731z", @@ -108719,11 +156224,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIPtZzTl5WkXJ7h", "subject": [], - "id": "e1606" + "id": "e1607" }, { "aapbId": "cpb-aacip-500-ws8hk571", @@ -108744,24 +156273,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -108834,9 +156363,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recIScOct0IURYXVH", - "id": "e1607" + "id": "e1608" }, { "aapbId": "cpb-aacip-500-j38kj799", @@ -108861,20 +156414,40 @@ "name": "Bayard, Pierre Terrail, seigneur de, approximately 1473-1524" }, { - "id": "france-history-military", - "name": "France--History, Military" + "id": "europe", + "name": "Europe" + }, + { + "id": "france", + "name": "France" }, { "id": "heroes", "name": "Heroes" }, { - "id": "knights-and-knighthood-france", - "name": "Knights and knighthood--France" + "id": "knights-and-knighthood", + "name": "Knights and knighthood" + }, + { + "id": "military-history", + "name": "Military history" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -108939,9 +156512,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recIUj3SZcmQZ0kKz", - "id": "e1608" + "id": "e1609" }, { "aapbId": "cpb-aacip-500-rj48tx42", @@ -108967,6 +156564,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -108989,10 +156590,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIUrhHPmPtwtQTK", - "id": "e1609" + "id": "e1610" }, { "aapbId": "cpb-aacip-500-j38kj98g", @@ -109019,6 +156644,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -109035,10 +156664,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIVIlAddo3JGhPT", - "id": "e1610" + "id": "e1611" }, { "aapbId": "cpb-aacip-500-7h1dpc8p", @@ -109056,13 +156709,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recIWJfywmu10bLbE", - "id": "e1611" + "id": "e1612" }, { "aapbId": "cpb-aacip-500-154ds179", @@ -109086,9 +156767,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -109123,9 +156812,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recIWNvlVnD9xAOiN", - "id": "e1612" + "id": "e1613" }, { "aapbId": "cpb-aacip-500-2z12s61t", @@ -109145,21 +156858,29 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "us-literature", + "name": "U.S. Literature" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -109229,9 +156950,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "recIXE1BWQscUwWpN", - "id": "e1613" + "id": "e1614" }, { "aapbId": "cpb-aacip-500-599z4403", @@ -109252,13 +156997,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recIXZEhgIHPkBPUC", - "id": "e1614" + "id": "e1615" }, { "aapbId": "cpb-aacip-500-3j393w24", @@ -109290,13 +157063,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "sowerby-leo-1895-1968-organ-music-selections", @@ -109339,9 +157116,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recIYg1QMbMYChSxH", - "id": "e1615" + "id": "e1616" }, { "aapbId": "cpb-aacip-500-np1wjj67", @@ -109362,12 +157163,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -109376,6 +157173,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -109402,10 +157203,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIYggYhm1pYTnhn", - "id": "e1616" + "id": "e1617" }, { "aapbId": "cpb-aacip-500-x34mr23z", @@ -109429,6 +157254,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -109437,13 +157266,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -109473,14 +157314,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recIYr1Ry6J0GNv42", - "id": "e1617" + "id": "e1618" }, { "aapbId": "cpb-aacip-500-8k74zh24", @@ -109512,6 +157381,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science-technology", "name": "Science & Technology" @@ -109568,9 +157441,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recIaHgljUjIY8Lz0", - "id": "e1618" + "id": "e1619" }, { "aapbId": "cpb-aacip-500-9s1kmz9d", @@ -109602,6 +157499,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -109651,9 +157556,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recIarEmguqpPIT9J", - "id": "e1619" + "id": "e1620" }, { "aapbId": "cpb-aacip-500-qv3c3x0c", @@ -109673,14 +157602,26 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "belgium", "name": "Belgium" }, + { + "id": "canada", + "name": "Canada" + }, { "id": "ceylon", "name": "Ceylon" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "human-rights", "name": "Human rights" @@ -109693,13 +157634,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "united-nations", "name": "United Nations" }, { - "id": "united-states", - "name": "United States" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "world-politics", @@ -109760,9 +157713,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recIav5eU9p29Gy8c", - "id": "e1620" + "id": "e1621" }, { "aapbId": "cpb-aacip-500-639k7c6m", @@ -109782,9 +157759,37 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "police-brutality-united-states", + "name": "Police brutality--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -109801,10 +157806,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIb3CHGTSIG0bba", - "id": "e1621" + "id": "e1622" }, { "aapbId": "cpb-aacip-500-8k74zj13", @@ -109835,6 +157864,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -109863,9 +157896,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recIcBTxNpQARqUn1", - "id": "e1622" + "id": "e1623" }, { "aapbId": "cpb-aacip-500-tx355s31", @@ -109881,16 +157938,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recIe1V75VvXSoByV", - "id": "e1623" + "id": "e1624" }, { "aapbId": "cpb-aacip-500-gx44vt0k", @@ -109910,6 +157999,10 @@ "title": "Special of the week" }, "subject": [ + { + "id": "law", + "name": "Law" + }, { "id": "organized-crime", "name": "Organized crime" @@ -109957,9 +158050,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recIeQ3deWs5Welob", - "id": "e1624" + "id": "e1625" }, { "aapbId": "cpb-aacip-500-542jbh0p", @@ -109990,6 +158107,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -110025,10 +158150,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIf3nKK8xEV1ehh", - "id": "e1625" + "id": "e1626" }, { "aapbId": "cpb-aacip-500-3x83p280", @@ -110046,16 +158195,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recIgBfyalcexXGoU", - "id": "e1626" + "id": "e1627" }, { "aapbId": "cpb-aacip-500-cc0tvk2r", @@ -110074,13 +158255,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recIgRK08eoMGXeXC", - "id": "e1627" + "id": "e1628" }, { "aapbId": "cpb-aacip-500-cn6z1d68", @@ -110096,16 +158305,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recIjlWbE0aPOn8Xn", - "id": "e1628" + "id": "e1629" }, { "aapbId": "cpb-aacip-500-nz80qc70", @@ -110137,6 +158382,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -110194,9 +158443,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recIkWDjtKbM3pljW", - "id": "e1629" + "id": "e1630" }, { "aapbId": "cpb-aacip-500-k649tc97", @@ -110217,20 +158490,24 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-1941-1950-history-and-criticism", - "name": "Jazz--1941-1950--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" + }, + { + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-1941-1950-history-and-criticism", + "name": "Jazz--1941-1950--History and criticism" }, { "id": "music", @@ -110239,6 +158516,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -110271,10 +158552,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIlyw9QvDzEzEyn", - "id": "e1630" + "id": "e1631" }, { "aapbId": "cpb-aacip-500-tt4fsf88", @@ -110295,24 +158600,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" - }, - { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "congresses", + "name": "Congresses" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -110357,9 +158654,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recImGti3DbC4Or8X", - "id": "e1631" + "id": "e1632" }, { "aapbId": "cpb-aacip-500-7h1dpb77", @@ -110395,13 +158716,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "sowerby-leo-1895-1968-organ-music-selections", @@ -110440,9 +158765,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recImdOHxjX9DAxMG", - "id": "e1632" + "id": "e1633" }, { "aapbId": "cpb-aacip-500-tx355s48", @@ -110463,13 +158812,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recInQ1S9dGI9OIdG", - "id": "e1633" + "id": "e1634" }, { "aapbId": "cpb-aacip-500-nz80qd6z", @@ -110497,21 +158874,45 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" + }, { "id": "high-school-students", "name": "High school students" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use-health-aspects", "name": "Tobacco use--Health aspects" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -110558,9 +158959,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recIojpoo97anzz7p", - "id": "e1634" + "id": "e1635" }, { "aapbId": "cpb-aacip-500-dn3zx86n", @@ -110584,10 +159009,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symbolism-in-politics-united-states", "name": "Symbolism in politics--United States" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -110603,6 +159036,10 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -110633,9 +159070,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recIph0acuVbBRuGs", - "id": "e1635" + "id": "e1636" }, { "aapbId": "cpb-aacip-500-804xms08", @@ -110656,17 +159117,17 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -110704,9 +159165,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recIpq6tA3hEA2KyA", - "id": "e1636" + "id": "e1637" }, { "aapbId": "cpb-aacip-500-qz22h41s", @@ -110730,17 +159215,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -110781,9 +159274,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recIqbtws21DcNV3C", - "id": "e1637" + "id": "e1638" }, { "aapbId": "cpb-aacip-500-mp4vnq4f", @@ -110802,13 +159319,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kentucky", + "name": "Kentucky" + } + ], + "settlement": [ + { + "id": "morehead", + "name": "Morehead" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recIroSiIVAPFG6zG", - "id": "e1638" + "id": "e1639" }, { "aapbId": "cpb-aacip-500-ms3k2173", @@ -110827,8 +159372,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "emigration-and-immigration", @@ -110842,6 +159387,10 @@ "id": "jefferson-thomas-1743-1826", "name": "Jefferson, Thomas, 1743-1826" }, + { + "id": "law", + "name": "Law" + }, { "id": "statutes-united-states", "name": "Statutes--United States" @@ -110915,9 +159464,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recIszXlsHwTmw5ep", - "id": "e1639" + "id": "e1640" }, { "aapbId": "cpb-aacip-500-5x25fs54", @@ -110948,6 +159521,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -110983,10 +159564,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recItyIt9cCZgu5QB", - "id": "e1640" + "id": "e1641" }, { "aapbId": "cpb-aacip-500-0p0wtk9s", @@ -111010,6 +159615,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -111049,10 +159658,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIu8O7EoFolqq8V", - "id": "e1641" + "id": "e1642" }, { "aapbId": "cpb-aacip-500-862bdb5m", @@ -111076,6 +159709,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -111087,6 +159724,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -111126,9 +159767,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recIuL9Rw0bvQK9fb", - "id": "e1642" + "id": "e1643" }, { "aapbId": "cpb-aacip-500-fq9q6c40", @@ -111148,17 +159813,21 @@ "title": "New England anthology" }, "subject": [ + { + "id": "american-poetry", + "name": "American poetry" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "new-england-poetry", - "name": "New England--Poetry" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century" + "id": "new-england-poetry", + "name": "New England--Poetry" }, { "id": "stevens-wallace-1879-1955", @@ -111168,13 +159837,17 @@ "id": "stevens-wallace-1879-1955-poems-selections", "name": "Stevens, Wallace, 1879-1955. Poems. Selections" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -111209,9 +159882,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recIvDbdNVLrgWhaq", - "id": "e1643" + "id": "e1644" }, { "aapbId": "cpb-aacip-500-gq6r388p", @@ -111234,10 +159931,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -111257,10 +159962,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recIw3egkAwNjCAuE", - "id": "e1644" + "id": "e1645" }, { "aapbId": "cpb-aacip-500-vx062m5t", @@ -111281,16 +160010,24 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china", + "name": "China" + }, + { + "id": "china-history", + "name": "China--History" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "china-politics-and-government", + "name": "China--Politics and government" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "mao-zedong-1893-1976", @@ -111301,12 +160038,8 @@ "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -111345,9 +160078,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recIxA4w6LUTBtlsW", - "id": "e1645" + "id": "e1646" }, { "aapbId": "cpb-aacip-500-w950mq75", @@ -111371,6 +160128,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -111418,9 +160179,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recIxt1Chu0x38908", - "id": "e1646" + "id": "e1647" }, { "aapbId": "cpb-aacip-500-p55dh156", @@ -111448,6 +160233,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -111496,9 +160285,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recIyx92AbQZ2DXs1", - "id": "e1647" + "id": "e1648" }, { "aapbId": "cpb-aacip-500-8p5vbs81", @@ -111513,12 +160326,36 @@ "id": "bbc-world-theatre", "title": "BBC world theatre" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recIzW9jWRShDazPC", "subject": [], - "id": "e1648" + "id": "e1649" }, { "aapbId": "cpb-aacip-500-nv99b56r", @@ -111539,13 +160376,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recJ01HeJyskfixrM", - "id": "e1649" + "id": "e1650" }, { "aapbId": "cpb-aacip-500-r20rwf59", @@ -111569,13 +160434,21 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -111634,9 +160507,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recJ0GgGdkZvoVfMR", - "id": "e1650" + "id": "e1651" }, { "aapbId": "cpb-aacip-500-8c9r5x9m", @@ -111653,9 +160550,89 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "civil-rights", + "name": "Civil rights" + }, + { + "id": "comedy", + "name": "Comedy" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "nixon-richard-m-richard-milhous-1913-1994", + "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "racism-united-states", + "name": "Racism--United States" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "war", + "name": "War" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -111666,6 +160643,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -111676,7 +160677,7 @@ } ], "airtableId": "recJ2zd1YFxoX5CSM", - "id": "e1651" + "id": "e1652" }, { "aapbId": "cpb-aacip-500-br8mht1z", @@ -111689,12 +160690,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recJ30ZpGZSDWdZVd", "subject": [], - "id": "e1652" + "id": "e1653" }, { "aapbId": "cpb-aacip-500-td9n787r", @@ -111714,6 +160739,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -111726,6 +160755,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -111793,9 +160826,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recJ58P9IqOXtPqjE", - "id": "e1653" + "id": "e1654" }, { "aapbId": "cpb-aacip-500-2r3p0m1m", @@ -111820,12 +160877,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -111872,9 +160929,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recJ5QiRSusTLuPs9", - "id": "e1654" + "id": "e1655" }, { "aapbId": "cpb-aacip-500-kd1qm14p", @@ -111905,6 +160986,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -111933,9 +161018,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recJ6X61sGVfvEI1e", - "id": "e1655" + "id": "e1656" }, { "aapbId": "cpb-aacip-500-w08wfw3n", @@ -111966,6 +161075,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -112024,9 +161137,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "idaho", + "name": "Idaho" + } + ], + "settlement": [ + { + "id": "farragut-state-park", + "name": "Farragut State Park" + } + ], "decade": "1960-1969", "airtableId": "recJ8IgF2os5k8Eyh", - "id": "e1656" + "id": "e1657" }, { "aapbId": "cpb-aacip-500-mg7fw384", @@ -112050,10 +161187,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -112091,9 +161236,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recJ9Z1CWrx1ppJOF", - "id": "e1657" + "id": "e1658" }, { "aapbId": "cpb-aacip-500-v97zqx08", @@ -112114,13 +161283,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recJA2MUw1iljK2Dx", - "id": "e1658" + "id": "e1659" }, { "aapbId": "cpb-aacip-500-251fnx44", @@ -112143,8 +161340,20 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "wit-and-humor", @@ -112218,9 +161427,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "recJAiVNKiznSx0oF", - "id": "e1659" + "id": "e1660" }, { "aapbId": "cpb-aacip-500-2b8vfg6m", @@ -112253,12 +161486,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -112285,10 +161518,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJBESLpCgBsOfML", - "id": "e1660" + "id": "e1661" }, { "aapbId": "cpb-aacip-500-zc7rss7w", @@ -112308,6 +161565,10 @@ "title": "The march of medicine" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "lister-joseph-baron-1827-1912", "name": "Lister, Joseph, Baron, 1827-1912" @@ -112323,6 +161584,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -112351,9 +161616,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recJBbyhXOGRknIsE", - "id": "e1661" + "id": "e1662" }, { "aapbId": "cpb-aacip-500-ng4gs015", @@ -112389,6 +161678,14 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -112396,14 +161693,13 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -112417,8 +161713,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -112447,12 +161743,6 @@ "type": "Person", "role": "Actor" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "wynn-earl-r", "name": "Wynn, Earl R.", @@ -112470,9 +161760,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recJCgvlSSNSJWO3k", - "id": "e1662" + "id": "e1663" }, { "aapbId": "cpb-aacip-500-00003n6w", @@ -112488,16 +161802,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recJGHsgixUCiuT1J", - "id": "e1663" + "id": "e1664" }, { "aapbId": "cpb-aacip-500-nv99b509", @@ -112525,6 +161879,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -112566,9 +161924,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recJGKjPFA9rewrVC", - "id": "e1664" + "id": "e1665" }, { "aapbId": "cpb-aacip-500-z60c165h", @@ -112636,11 +162018,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recJGbUURGwhAxrXB", - "id": "e1665" + "id": "e1666" }, { "aapbId": "cpb-aacip-500-td9n7b2z", @@ -112676,6 +162086,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peptic-ulcers", "name": "Peptic Ulcers" @@ -112703,9 +162117,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recJHsUs0zLae603B", - "id": "e1666" + "id": "e1667" }, { "aapbId": "cpb-aacip-500-xg9f965m", @@ -112725,6 +162163,14 @@ "title": "U.S. foreign policy: Demands of the next decade" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "europe-foreign-relations", + "name": "Europe--Foreign relations" + }, { "id": "europe-western", "name": "Europe, Western" @@ -112733,17 +162179,29 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "north-atlantic-treaty-organization", "name": "North Atlantic Treaty Organization" }, { - "id": "united-states-foreign-relations-europe", - "name": "United States--Foreign relations--Europe" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "united-states-military-relations-europe", "name": "United States--Military relations--Europe" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -112774,9 +162232,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "recJJS9e4vtBqzlMo", - "id": "e1667" + "id": "e1668" }, { "aapbId": "cpb-aacip-500-m9023k38", @@ -112807,6 +162289,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -112839,6 +162325,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -112849,7 +162359,7 @@ } ], "airtableId": "recJJYkhGjcQv7nAo", - "id": "e1668" + "id": "e1669" }, { "aapbId": "cpb-aacip-500-n58cm54f", @@ -112870,8 +162380,12 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-authors", + "name": "African American authors" + }, + { + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -112882,24 +162396,28 @@ "name": "African Americans--Civil rights" }, { - "id": "appreciation", - "name": "Appreciation" + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "biography", - "name": "Biography" + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "hughes-langston-1902-1967", "name": "Hughes, Langston, 1902-1967" }, + { + "id": "literature-appreciation-united-states", + "name": "Literature--Appreciation--United States" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "poetry-appreciation", - "name": "Poetry--Appreciation" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "us-literature", @@ -112950,9 +162468,33 @@ "name": "Fiction/Non-fiction" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recJKDS9bomNJxVRX", - "id": "e1669" + "id": "e1670" }, { "aapbId": "cpb-aacip-500-j09w4z4h", @@ -112972,18 +162514,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "rabbinical-literature", "name": "Rabbinical literature" @@ -113057,9 +162603,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recJKqeA7KVm1EBhY", - "id": "e1670" + "id": "e1671" }, { "aapbId": "cpb-aacip-500-wh2ddc2m", @@ -113078,13 +162648,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recJKsPH01klgNTwb", - "id": "e1671" + "id": "e1672" }, { "aapbId": "cpb-aacip-500-pz51m99d", @@ -113105,8 +162703,16 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" }, { "id": "education-higher-united-states", @@ -113116,10 +162722,6 @@ "id": "employment", "name": "Employment" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "inner-cities", "name": "Inner cities" @@ -113132,6 +162734,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "poor-employment-united-states", "name": "Poor--Employment--United States" @@ -113141,8 +162747,8 @@ "name": "Sociology" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -113178,9 +162784,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recJLuE6TNPgutt6D", - "id": "e1672" + "id": "e1673" }, { "aapbId": "cpb-aacip-500-9w09187v", @@ -113222,6 +162852,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -113274,9 +162912,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "airtableId": "recJMtdH0zt8xDmF7", - "id": "e1673" + "id": "e1674" }, { "aapbId": "cpb-aacip-500-8w384d7b", @@ -113290,16 +162952,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recJMz0lvkA4g1KO6", - "id": "e1674" + "id": "e1675" }, { "aapbId": "cpb-aacip-500-mg7fw55t", @@ -113323,6 +163025,10 @@ "id": "concerts-new-jersey", "name": "Concerts--New Jersey" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "monteverdi-claudio-1567-1643-anniversaries-etc", "name": "Monteverdi, Claudio, 1567-1643--Anniversaries, etc" @@ -113334,6 +163040,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -113360,11 +163070,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recJNXBuxdUZq9MCT", - "id": "e1675" + "id": "e1676" }, { "aapbId": "cpb-aacip-500-8w384b46", @@ -113385,8 +163123,12 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "marryat-frederick-1792-1848-diaries", @@ -113401,16 +163143,20 @@ "name": "NAEB Region I" }, { - "id": "travel-leisure", - "name": "Travel & Leisure" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -113449,10 +163195,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJQVZgb8ky9LvAE", - "id": "e1676" + "id": "e1677" }, { "aapbId": "cpb-aacip-500-b56d630m", @@ -113492,6 +163262,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -113541,9 +163315,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recJTeJ4k6XL7ExTa", - "id": "e1677" + "id": "e1678" }, { "aapbId": "cpb-aacip-500-rb6w284m", @@ -113575,6 +163373,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -113626,9 +163428,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recJUagu60HjmzqR4", - "id": "e1678" + "id": "e1679" }, { "aapbId": "cpb-aacip-500-348gjs4m", @@ -113648,6 +163474,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -113657,12 +163487,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -113683,10 +163517,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJUe7FBs9wRGNe9", - "id": "e1679" + "id": "e1680" }, { "aapbId": "cpb-aacip-500-hx15rq09", @@ -113714,6 +163572,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -113755,9 +163617,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recJVkeqC1KVyJV6L", - "id": "e1680" + "id": "e1681" }, { "aapbId": "cpb-aacip-500-zc7rsr4z", @@ -113782,12 +163668,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -113834,9 +163720,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recJXfFwPATGgogRT", - "id": "e1681" + "id": "e1682" }, { "aapbId": "cpb-aacip-500-wm13sn5r", @@ -113873,8 +163783,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" }, { "id": "urban-dialects", @@ -113915,9 +163829,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recJXrgMxK0xq0y9L", - "id": "e1682" + "id": "e1683" }, { "aapbId": "cpb-aacip-500-5d8nhd1r", @@ -113945,6 +163883,10 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -113953,29 +163895,33 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, + { + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, { "id": "shakespeare-plays", "name": "Shakespeare plays" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -113986,6 +163932,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -114008,7 +163978,7 @@ } ], "airtableId": "recJY5F5BMLmqFL5h", - "id": "e1683" + "id": "e1684" }, { "aapbId": "cpb-aacip-500-tt4fsd99", @@ -114028,18 +163998,26 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "foreign-literature", "name": "Foreign Literature" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "trollope-frances-milton-1780-1863-travel-united-states", "name": "Trollope, Frances Milton, 1780-1863--Travel--United States" @@ -114048,13 +164026,13 @@ "id": "trollope-frances-milton-1780-1863-domestic-manners-of-the-americans", "name": "Trollope, Frances Milton, 1780-1863. Domestic manners of the Americans" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -114093,10 +164071,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJYO9l9WhXjHFE3", - "id": "e1684" + "id": "e1685" }, { "aapbId": "cpb-aacip-500-00003m46", @@ -114120,17 +164122,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -114175,9 +164181,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recJZbY9LgG2E1aPW", - "id": "e1685" + "id": "e1686" }, { "aapbId": "cpb-aacip-500-jh3d3f3g", @@ -114197,6 +164227,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -114206,12 +164240,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -114232,10 +164270,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJZzqlJE8P0F2sM", - "id": "e1686" + "id": "e1687" }, { "aapbId": "cpb-aacip-500-d50fzs2m", @@ -114267,6 +164329,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -114310,9 +164380,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recJacs4NBH0Ratbg", - "id": "e1687" + "id": "e1688" }, { "aapbId": "cpb-aacip-500-5m628x6q", @@ -114332,6 +164426,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -114339,6 +164437,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -114385,9 +164487,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recJbABE1TQMYFsIJ", - "id": "e1688" + "id": "e1689" }, { "aapbId": "cpb-aacip-500-1c1tjn4v", @@ -114423,6 +164549,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "smoking", "name": "Smoking" @@ -114430,6 +164560,10 @@ { "id": "smoking-cessation", "name": "Smoking cessation" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -114469,9 +164603,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recJcQIzgXzaQYuld", - "id": "e1689" + "id": "e1690" }, { "aapbId": "cpb-aacip-500-kd1qm020", @@ -114489,13 +164647,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recJdk7BHeNMhHHiS", - "id": "e1690" + "id": "e1691" }, { "aapbId": "cpb-aacip-500-4q7qsc74", @@ -114522,6 +164708,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -114538,10 +164728,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJdx6ixGq2Rsz1o", - "id": "e1691" + "id": "e1692" }, { "aapbId": "cpb-aacip-500-9882ph4g", @@ -114561,6 +164775,14 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "ellington-duke-1899-1974-appreciation", "name": "Ellington, Duke, 1899-1974--Appreciation" @@ -114570,12 +164792,12 @@ "name": "Ellington, Duke, 1899-1974--Criticism and interpretation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -114584,6 +164806,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -114616,10 +164842,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJe3ZBZHAYPiLic", - "id": "e1692" + "id": "e1693" }, { "aapbId": "cpb-aacip-500-125qcr01", @@ -114651,6 +164901,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -114702,9 +164956,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recJe4i5yLzVdqKYr", - "id": "e1693" + "id": "e1694" }, { "aapbId": "cpb-aacip-500-dj58hx70", @@ -114735,6 +165013,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -114798,9 +165084,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recJeL4Qx63gubUpB", - "id": "e1694" + "id": "e1695" }, { "aapbId": "cpb-aacip-500-cr5ndq35", @@ -114813,12 +165123,36 @@ "id": "national-educational-radio-audio-visits", "title": "National Educational Radio Audio Visits" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recJeMQYl5IiTj0xI", "subject": [], - "id": "e1695" + "id": "e1696" }, { "aapbId": "cpb-aacip-500-j38kj782", @@ -114842,9 +165176,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -114879,9 +165221,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recJf4GItluBb2dt8", - "id": "e1696" + "id": "e1697" }, { "aapbId": "cpb-aacip-500-r20rwg2s", @@ -114901,6 +165267,14 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -114908,6 +165282,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -114936,9 +165314,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "recJgPMQVrHxfj4H2", - "id": "e1697" + "id": "e1698" }, { "aapbId": "cpb-aacip-500-j09w513v", @@ -114952,12 +165354,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recJh7JRxHMfSHsT1", - "subject": [], - "id": "e1698" + "id": "e1699" }, { "aapbId": "cpb-aacip-500-6w96bp1v", @@ -114993,6 +165404,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "television", "name": "Television" @@ -115002,8 +165421,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -115011,7 +165430,7 @@ }, { "id": "writing", - "name": "Writing." + "name": "Writing" } ], "creator": [ @@ -115066,9 +165485,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recJhCbN5TlwTBbSq", - "id": "e1699" + "id": "e1700" }, { "aapbId": "cpb-aacip-500-mg7fw48b", @@ -115100,6 +165543,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -115147,9 +165594,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recJiYz48zuSJEqd5", - "id": "e1700" + "id": "e1701" }, { "aapbId": "cpb-aacip-500-fn10t29k", @@ -115173,17 +165644,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -115221,18 +165696,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recJjRMzv8hUPRuic", - "id": "e1701" + "id": "e1702" }, { "aapbId": "cpb-aacip-500-9w091666", @@ -115261,16 +165760,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -115308,18 +165811,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recJlxIcgRMGEnV7K", - "id": "e1702" + "id": "e1703" }, { "aapbId": "cpb-aacip-500-tx355q92", @@ -115339,6 +165866,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "bali-indonesia-province-description-and-travel", "name": "Bali (Indonesia : Province)--Description and travel" @@ -115360,8 +165891,8 @@ "name": "Family life--Indonesia" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -115420,9 +165951,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recJpQiSv09GUKHai", - "id": "e1703" + "id": "e1704" }, { "aapbId": "cpb-aacip-500-2b8vfg5c", @@ -115446,28 +166001,40 @@ "name": "Broadcasting" }, { - "id": "education", - "name": "Education" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "national-defense-education-act-of-1958", "name": "National Defense Education Act of 1958" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" + }, + { + "id": "science-technology", + "name": "Science & Technology" }, { "id": "television-equipment-and-supplies", "name": "Television--Equipment and supplies" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -115484,10 +166051,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJpoNcdzj0uCFC6", - "id": "e1704" + "id": "e1705" }, { "aapbId": "cpb-aacip-500-rr1pmf6c", @@ -115502,12 +166093,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recJs8yMBYfUkxos2", - "subject": [], - "id": "e1705" + "id": "e1706" }, { "aapbId": "cpb-aacip-500-xd0qwv2s", @@ -115564,7 +166172,7 @@ ], "decade": "1960-1969", "airtableId": "recJtpW3e8Ax2fnwo", - "id": "e1706" + "id": "e1707" }, { "aapbId": "cpb-aacip-500-jd4pq48x", @@ -115585,24 +166193,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "animals", + "name": "Animals" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -115664,9 +166276,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recJuKSonTi97PxWD", - "id": "e1707" + "id": "e1708" }, { "aapbId": "cpb-aacip-500-8p5vbv0h", @@ -115685,13 +166321,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recJuLoxaKRq9itMq", - "id": "e1708" + "id": "e1709" }, { "aapbId": "cpb-aacip-500-0r9m6w6s", @@ -115710,13 +166374,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recJuU31kNE9GNYJn", - "id": "e1709" + "id": "e1710" }, { "aapbId": "cpb-aacip-500-wp9t5x2f", @@ -115734,13 +166426,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recJun9FpwyWmToHr", - "id": "e1710" + "id": "e1711" }, { "aapbId": "cpb-aacip-500-5x25fs0x", @@ -115768,6 +166488,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -115816,9 +166540,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recJunH51gE1hnFl8", - "id": "e1711" + "id": "e1712" }, { "aapbId": "cpb-aacip-500-2f7jtt2g", @@ -115877,6 +166625,18 @@ { "id": "technology", "name": "Technology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -115934,9 +166694,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recJvGtni9Icowuv8", - "id": "e1712" + "id": "e1713" }, { "aapbId": "cpb-aacip-500-tx355q7k", @@ -115964,6 +166748,10 @@ "id": "broadcasting-mexico", "name": "Broadcasting--Mexico" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -115979,6 +166767,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -115995,10 +166787,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recJxqwgMpi5LvPML", - "id": "e1713" + "id": "e1714" }, { "aapbId": "cpb-aacip-500-h41jnf02", @@ -116018,7 +166834,7 @@ "contributor": [], "airtableId": "recJzVYG1pADKDbMG", "subject": [], - "id": "e1714" + "id": "e1715" }, { "aapbId": "cpb-aacip-500-5h7bwn8n", @@ -116033,12 +166849,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recJzsr0WRtQMGbHg", "subject": [], - "id": "e1715" + "id": "e1716" }, { "aapbId": "cpb-aacip-500-736m478m", @@ -116058,10 +166898,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -116099,9 +166947,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recK0RZgrQSIhjo9K", - "id": "e1716" + "id": "e1717" }, { "aapbId": "cpb-aacip-500-7d2q923v", @@ -116121,6 +166993,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -116133,6 +167009,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -116155,18 +167035,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recK1SkBV3nBzRWXN", - "id": "e1717" + "id": "e1718" }, { "aapbId": "cpb-aacip-500-2n4zmc3r", @@ -116205,6 +167113,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -116263,9 +167175,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recK2Tz6Hu8JUAgy3", - "id": "e1718" + "id": "e1719" }, { "aapbId": "cpb-aacip-500-mk658g2v", @@ -116288,10 +167224,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -116311,10 +167255,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recK4aTp1OMQDax85", - "id": "e1719" + "id": "e1720" }, { "aapbId": "cpb-aacip-500-z02z7k5z", @@ -116354,6 +167322,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -116409,9 +167381,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recK5fArs8L1Mk0tr", - "id": "e1720" + "id": "e1721" }, { "aapbId": "cpb-aacip-500-1n7xqg2s", @@ -116435,17 +167431,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -116486,9 +167490,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recK62ZH7zKdEa9n3", - "id": "e1721" + "id": "e1722" }, { "aapbId": "cpb-aacip-500-dz03337k", @@ -116507,13 +167535,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recK64ycBd8Y1FHE8", - "id": "e1722" + "id": "e1723" }, { "aapbId": "cpb-aacip-500-f47gvq6g", @@ -116533,7 +167589,7 @@ "contributor": [], "airtableId": "recK7aJEARZ1qzBpx", "subject": [], - "id": "e1723" + "id": "e1724" }, { "aapbId": "cpb-aacip-500-tb0xv18p", @@ -116554,12 +167610,12 @@ }, "subject": [ { - "id": "american-poetry-20th-century", - "name": "American poetry--20th century" + "id": "american-literature", + "name": "American literature" }, { - "id": "books", - "name": "Books" + "id": "american-poetry-20th-century", + "name": "American poetry--20th century" }, { "id": "comedy", @@ -116569,6 +167625,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -116577,13 +167641,17 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "wit-and-humor", "name": "Wit and humor" }, { "id": "writing", - "name": "Writing." + "name": "Writing" } ], "creator": [ @@ -116632,9 +167700,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recK82HEggYEsKpiU", - "id": "e1724" + "id": "e1725" }, { "aapbId": "cpb-aacip-500-v40jz890", @@ -116662,6 +167754,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -116669,6 +167765,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -116698,6 +167798,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "engel-jc", "name": "Engel, J.C.", @@ -116739,9 +167845,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recK8F4I5jU1XadxH", - "id": "e1725" + "id": "e1726" }, { "aapbId": "cpb-aacip-500-3j393x8s", @@ -116764,6 +167894,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -116787,10 +167921,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recK8SJ4WdVcducWb", - "id": "e1726" + "id": "e1727" }, { "aapbId": "cpb-aacip-500-gb1xj439", @@ -116823,11 +167981,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recK8SlGlhfS5Zsrz", "subject": [], - "id": "e1727" + "id": "e1728" }, { "aapbId": "cpb-aacip-500-pc2t8k7j", @@ -116855,16 +168037,32 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-television-united-states", "name": "Public television--United States" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "television-equipment-and-supplies", "name": "Television--Equipment and supplies" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -116881,10 +168079,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKAoIVUKpsZtKUv", - "id": "e1728" + "id": "e1729" }, { "aapbId": "cpb-aacip-500-4m91d19w", @@ -116908,17 +168130,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -116953,9 +168183,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recKAomVGld3s6F4P", - "id": "e1729" + "id": "e1730" }, { "aapbId": "cpb-aacip-500-5h7bwn0q", @@ -116983,6 +168237,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -117050,9 +168308,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recKBMSU5KsFtj3Td", - "id": "e1730" + "id": "e1731" }, { "aapbId": "cpb-aacip-500-gh9b9p6z", @@ -117087,6 +168369,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -117119,10 +168405,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKBQj7I2FWYc2BC", - "id": "e1731" + "id": "e1732" }, { "aapbId": "cpb-aacip-500-xd0qww9p", @@ -117143,28 +168453,36 @@ }, "subject": [ { - "id": "american-poetry-20th-century", - "name": "American poetry--20th century" + "id": "american-literature", + "name": "American literature" }, { - "id": "books", - "name": "Books" + "id": "american-poetry-20th-century", + "name": "American poetry--20th century" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "wit-and-humor", "name": "Wit and humor" }, { "id": "writing", - "name": "Writing." + "name": "Writing" } ], "creator": [ @@ -117207,9 +168525,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recKCGIB2VDCp6flR", - "id": "e1732" + "id": "e1733" }, { "aapbId": "cpb-aacip-500-k35mf491", @@ -117244,6 +168586,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -117276,10 +168622,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKCopYhRwWlj7PT", - "id": "e1733" + "id": "e1734" }, { "aapbId": "cpb-aacip-500-cc0tvj58", @@ -117299,6 +168669,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "assimilation-sociology", "name": "Assimilation (Sociology)" @@ -117311,6 +168685,10 @@ "id": "culture-conflict", "name": "Culture conflict" }, + { + "id": "education", + "name": "Education" + }, { "id": "international-relations", "name": "International relations" @@ -117323,6 +168701,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -117352,11 +168738,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recKD20P0d3de0FTJ", - "id": "e1734" + "id": "e1735" }, { "aapbId": "cpb-aacip-500-6t0gzb5w", @@ -117377,12 +168791,8 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "le-carre_-john-1931", @@ -117393,8 +168803,8 @@ "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -117429,9 +168839,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recKFIMNPCGx2IF9U", - "id": "e1735" + "id": "e1736" }, { "aapbId": "cpb-aacip-500-445hfp1m", @@ -117462,6 +168896,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -117488,11 +168926,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recKFl5zpPzreCENM", - "id": "e1736" + "id": "e1737" }, { "aapbId": "cpb-aacip-500-wp9t5x55", @@ -117511,10 +168977,6 @@ "title": "National Association of Educational Broadcasters 40th Annual Convention, 1964" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "copyright", "name": "Copyright" @@ -117524,20 +168986,24 @@ "name": "Federal government--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" + }, + { + "id": "law-and-legislation", + "name": "Law and legislation" }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "us-government", @@ -117546,6 +169012,10 @@ { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -117570,9 +169040,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recKGFvWKwwUyJNKA", - "id": "e1737" + "id": "e1738" }, { "aapbId": "cpb-aacip-500-qr4nqj45", @@ -117593,20 +169087,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -117641,9 +169139,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recKHsftUQ8G0SBa1", - "id": "e1738" + "id": "e1739" }, { "aapbId": "cpb-aacip-500-5h7bwm9p", @@ -117671,6 +169193,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "political-science", "name": "Political science" @@ -117682,6 +169208,10 @@ { "id": "royalists", "name": "Royalists" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -117721,9 +169251,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recKHszPf0sJXKOD1", - "id": "e1739" + "id": "e1740" }, { "aapbId": "cpb-aacip-500-xp6v2s6x", @@ -117744,41 +169298,45 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-american-physicians", - "name": "African American physicians" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-health-and-hygiene", - "name": "African Americans--Health and hygiene" - }, - { - "id": "african-americans-medical-care", - "name": "African Americans--Medical care" - }, - { - "id": "african-americans-mental-health", - "name": "African Americans--Mental health" + "id": "health-and-hygiene", + "name": "Health and hygiene" }, { "id": "inner-cities", "name": "Inner cities" }, + { + "id": "medical-care", + "name": "Medical care" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "physicians", + "name": "Physicians" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -117786,6 +169344,10 @@ { "id": "race-discrimination-united-states", "name": "Race discrimination--United States" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -117834,9 +169396,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recKHxYINTtU2KHbf", - "id": "e1740" + "id": "e1741" }, { "aapbId": "cpb-aacip-500-z60c162s", @@ -117854,16 +169440,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKILkJoNFyPZxrv", - "id": "e1741" + "id": "e1742" }, { "aapbId": "cpb-aacip-500-0k26fb4g", @@ -117890,6 +169508,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -117906,10 +169528,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKJlP5be1RaertV", - "id": "e1742" + "id": "e1743" }, { "aapbId": "cpb-aacip-500-w37kv56z", @@ -117924,12 +169570,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recKNRCKT7Zn7geGe", "subject": [], - "id": "e1743" + "id": "e1744" }, { "aapbId": "cpb-aacip-500-3n20h763", @@ -117945,16 +169615,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKNomOH9qVflrTS", - "id": "e1744" + "id": "e1745" }, { "aapbId": "cpb-aacip-500-2z12s70s", @@ -117972,7 +169674,7 @@ "contributor": [], "airtableId": "recKOLZNcSMxTAozz", "subject": [], - "id": "e1745" + "id": "e1746" }, { "aapbId": "cpb-aacip-500-jh3d3f27", @@ -118000,29 +169702,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -118033,6 +169743,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -118043,7 +169777,7 @@ } ], "airtableId": "recKPiTcaxgLljhdl", - "id": "e1746" + "id": "e1747" }, { "aapbId": "cpb-aacip-500-v698bj71", @@ -118067,6 +169801,14 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "family-life-united-states", "name": "Family life--United States" @@ -118076,12 +169818,16 @@ "name": "NAEB Region II" }, { - "id": "pioneers-alabama", - "name": "Pioneers--Alabama" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "pioneers", + "name": "Pioneers" }, { - "id": "pioneers-drama", - "name": "Pioneers--Drama" + "id": "pioneers-alabama", + "name": "Pioneers--Alabama" }, { "id": "radio-plays-american", @@ -118089,11 +169835,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -118107,8 +169848,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -118131,12 +169872,6 @@ "type": "Person", "role": "Actor" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "sharkey-josephine", "name": "Sharkey, Josephine", @@ -118160,9 +169895,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recKQKS4jFvvknyhp", - "id": "e1747" + "id": "e1748" }, { "aapbId": "cpb-aacip-500-jd4pq400", @@ -118182,10 +169941,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -118193,6 +169948,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -118233,9 +169992,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recKQvvvKslPIwFGe", - "id": "e1748" + "id": "e1749" }, { "aapbId": "cpb-aacip-500-nk36599v", @@ -118262,6 +170045,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -118278,10 +170065,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKSwUXibmvbbDNK", - "id": "e1749" + "id": "e1750" }, { "aapbId": "cpb-aacip-500-cf9j7v3h", @@ -118311,6 +170122,14 @@ { "id": "olympics", "name": "Olympics" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -118327,10 +170146,34 @@ "name": "Athletics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "mexico", + "name": "Mexico" + } + ], + "region": [ + { + "id": "valley-of-mexico", + "name": "Valley of Mexico" + } + ], + "settlement": [ + { + "id": "mexico-city", + "name": "Mexico City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKT9onFze7EY8c6", - "id": "e1750" + "id": "e1751" }, { "aapbId": "cpb-aacip-500-8s4jr20p", @@ -118350,17 +170193,33 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -118425,9 +170284,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recKToJKPBi6ByuFj", - "id": "e1751" + "id": "e1752" }, { "aapbId": "cpb-aacip-500-d795c268", @@ -118455,17 +170338,13 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media-audiences", @@ -118475,6 +170354,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -118486,6 +170369,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -118562,9 +170453,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recKUcVuJPW31PeA2", - "id": "e1752" + "id": "e1753" }, { "aapbId": "cpb-aacip-500-ht2gcf53", @@ -118595,6 +170510,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -118627,6 +170546,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -118637,7 +170580,7 @@ } ], "airtableId": "recKVyROmwSMCRfdZ", - "id": "e1753" + "id": "e1754" }, { "aapbId": "cpb-aacip-500-mp4vnp6q", @@ -118728,9 +170671,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recKW41j7XUkPRF1S", - "id": "e1754" + "id": "e1755" }, { "aapbId": "cpb-aacip-500-804xmt0g", @@ -118749,13 +170716,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kentucky", + "name": "Kentucky" + } + ], + "settlement": [ + { + "id": "morehead", + "name": "Morehead" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKWEcgjXTH9jq9f", - "id": "e1755" + "id": "e1756" }, { "aapbId": "cpb-aacip-500-x63b4b7g", @@ -118765,7 +170760,7 @@ "broadcastDate": "1968-01-01", "duration": 1763, "seriesDescription": "A documentary series on the influences of change in the United Kingdom (England, Great Britain).", - "description": "The history and tradition of Britain's outstanding institution, the public house; the changing character of the modern pub as influence by women and the motor car.", + "description": "The history and tradition of Britain's outstanding institution, the public house; the changing character of the modern pub as influenced by women and the motor car.", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -118784,8 +170779,12 @@ "name": "Bars (Drinking establishments)" }, { - "id": "europe", - "name": "Europe" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "great-britain", @@ -118800,8 +170799,24 @@ "name": "NAEB Region III" }, { - "id": "womens-rights-great-britain", - "name": "Women's rights--Great Britain" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "women", + "name": "Women" + }, + { + "id": "womens-rights", + "name": "Women's rights" } ], "creator": [ @@ -118837,9 +170852,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recKWKrBYB3f3x54d", - "id": "e1756" + "id": "e1757" }, { "aapbId": "cpb-aacip-500-qf8jjq27", @@ -118867,6 +170906,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -118953,9 +170996,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recKXACX1vGQ1jQDX", - "id": "e1757" + "id": "e1758" }, { "aapbId": "cpb-aacip-500-6q1sk197", @@ -118980,13 +171047,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -119015,18 +171090,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recKXpxdshrOwGi1l", - "id": "e1758" + "id": "e1759" }, { "aapbId": "cpb-aacip-500-t727fq2j", @@ -119050,10 +171153,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -119091,9 +171202,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recKYLMSbZ2lTq1Rk", - "id": "e1759" + "id": "e1760" }, { "aapbId": "cpb-aacip-500-fq9q6c3r", @@ -119117,17 +171252,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -119171,18 +171310,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recKZKMH3to7m9hnd", - "id": "e1760" + "id": "e1761" }, { "aapbId": "cpb-aacip-500-416t2c5z", @@ -119203,13 +171366,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKZYBh9T4at95Xu", - "id": "e1761" + "id": "e1762" }, { "aapbId": "cpb-aacip-500-ks6j531q", @@ -119219,7 +171410,7 @@ "broadcastDate": "1964-09-15", "duration": 1776, "seriesDescription": "Jazz historian Nat Hentoff presents a series that traces the history of jazz, from its musical and cultural roots to its contemporary forms.", - "description": "The second part of the opening program in this series discusses aspects of African music, which was crucial to the early development of jazz.", + "description": "The second part of the opening program in this series discusses aspects of African music, which was crucial to the early development of jazz.", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -119229,29 +171420,37 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "african-diaspora", "name": "African diaspora" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "music", - "name": "Music" + "id": "jazz", + "name": "Jazz" }, { - "id": "music-africa-history-and-criticism", - "name": "Music--Africa--History and criticism" + "id": "music", + "name": "Music" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -119284,10 +171483,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKa0CKdHVHOVNSL", - "id": "e1762" + "id": "e1763" }, { "aapbId": "cpb-aacip-500-vt1gp85v", @@ -119307,17 +171530,29 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, + { + "id": "journalists", + "name": "Journalists" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "writers", - "name": "Writers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "news-journalism", + "name": "News & Journalism" } ], "creator": [ @@ -119379,18 +171614,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recKa3jRH7ybKgf5D", - "id": "e1763" + "id": "e1764" }, { "aapbId": "cpb-aacip-500-2r3p0n78", @@ -119423,6 +171682,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "sociology", "name": "Sociology" @@ -119450,10 +171713,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recKa4Q2HY4Y47NtY", - "id": "e1764" + "id": "e1765" }, { "aapbId": "cpb-aacip-500-t43j2f3c", @@ -119474,16 +171761,36 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "history", + "name": "History" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "jefferson-thomas-1743-1826", + "name": "Jefferson, Thomas, 1743-1826" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "washington-george-1732-1799", + "name": "Washington, George, 1732-1799" } ], "creator": [ @@ -119509,6 +171816,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -119519,7 +171850,7 @@ } ], "airtableId": "recKb0lBmNW845IQU", - "id": "e1765" + "id": "e1766" }, { "aapbId": "cpb-aacip-500-sf2mbf7g", @@ -119538,13 +171869,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKbLB4eBwvIHfDs", - "id": "e1766" + "id": "e1767" }, { "aapbId": "cpb-aacip-500-sb3wz47q", @@ -119565,20 +171924,24 @@ }, "subject": [ { - "id": "books-and-reading", - "name": "Books and reading" - }, - { - "id": "criticism-book-reviews", - "name": "Criticism--Book reviews" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -119631,9 +171994,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recKbPXoWaOInPqCN", - "id": "e1767" + "id": "e1768" }, { "aapbId": "cpb-aacip-500-tm720v6p", @@ -119666,21 +172053,25 @@ "name": "Broadcasting policy--United States" }, { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -119700,6 +172091,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -119764,9 +172163,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recKc2b6ROEptg950", - "id": "e1768" + "id": "e1769" }, { "aapbId": "cpb-aacip-500-j38kj86s", @@ -119787,13 +172210,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKcQlXLjk6oOZkd", - "id": "e1769" + "id": "e1770" }, { "aapbId": "cpb-aacip-500-416t2c66", @@ -119825,6 +172276,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -119832,6 +172287,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -119858,19 +172317,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recKcUpyewH327OFE", - "id": "e1770" + "id": "e1771" }, { "aapbId": "cpb-aacip-500-t43j2g3k", @@ -119890,21 +172373,25 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "poets", - "name": "Poets" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "writing", - "name": "Writing." + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -119939,9 +172426,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recKdhuSbCCfYqf2z", - "id": "e1771" + "id": "e1772" }, { "aapbId": "cpb-aacip-500-ks6j541x", @@ -119961,10 +172472,18 @@ "title": "And the world listened" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pitt-william-earl-of-chatham-1708-1778", "name": "Pitt, William, Earl of Chatham, 1708-1778" @@ -119972,6 +172491,10 @@ { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -120016,11 +172539,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recKeHBM1mi6LnjHW", - "id": "e1772" + "id": "e1773" }, { "aapbId": "cpb-aacip-500-cj87n36m", @@ -120039,7 +172590,7 @@ "contributor": [], "airtableId": "recKeTe5okZXLDcf4", "subject": [], - "id": "e1773" + "id": "e1774" }, { "aapbId": "cpb-aacip-500-n8730f57", @@ -120060,13 +172611,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKewxKcWGngNkwJ", - "id": "e1774" + "id": "e1775" }, { "aapbId": "cpb-aacip-500-028pgv9g", @@ -120094,6 +172673,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -120174,9 +172757,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recKexjQln9dYyMa7", - "id": "e1775" + "id": "e1776" }, { "aapbId": "cpb-aacip-500-np1wjm1f", @@ -120195,13 +172802,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKg7nZVrX7hdjpv", - "id": "e1776" + "id": "e1777" }, { "aapbId": "cpb-aacip-500-7940ws1r", @@ -120222,24 +172857,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century-history-and-criticism", - "name": "Music--20th century--History and criticism" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -120292,9 +172935,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recKguSYC7TJBPVgI", - "id": "e1777" + "id": "e1778" }, { "aapbId": "cpb-aacip-500-319s5g8z", @@ -120315,13 +172982,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recKgvd2A4sArYnND", - "id": "e1778" + "id": "e1779" }, { "aapbId": "cpb-aacip-500-nc5scq88", @@ -120341,6 +173036,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -120348,6 +173047,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -120394,9 +173097,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recKhZNOWJqtiIR30", - "id": "e1779" + "id": "e1780" }, { "aapbId": "cpb-aacip-500-m61bq88q", @@ -120416,6 +173143,10 @@ "title": "Ancient European organs" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -120436,6 +173167,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -120447,6 +173182,10 @@ { "id": "sweden", "name": "Sweden" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -120487,9 +173226,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recKiUoTb6WORxG8Y", - "id": "e1780" + "id": "e1781" }, { "aapbId": "cpb-aacip-500-3b5wbc92", @@ -120517,6 +173280,10 @@ "id": "cancer", "name": "Cancer" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "generative-organs-female", "name": "Generative organs--Female" @@ -120538,12 +173305,12 @@ "name": "NAEB Region III" }, { - "id": "women", - "name": "Women" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" } ], "creator": [ @@ -120568,9 +173335,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recKjBeTEtKQ3WnSP", - "id": "e1781" + "id": "e1782" }, { "aapbId": "cpb-aacip-500-599z4225", @@ -120590,6 +173381,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -120642,11 +173437,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recKkKPsVfQFzylpl", - "id": "e1782" + "id": "e1783" }, { "aapbId": "cpb-aacip-500-cc0tvj41", @@ -120670,10 +173493,22 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "law-and-legislation", + "name": "Law and legislation" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -120722,9 +173557,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recKkmIr1yjNhLExY", - "id": "e1783" + "id": "e1784" }, { "aapbId": "cpb-aacip-500-s46h5n0j", @@ -120742,13 +173601,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recKkq7L5BkSk6zP8", - "id": "e1784" + "id": "e1785" }, { "aapbId": "cpb-aacip-500-x921hm5d", @@ -120762,12 +173649,49 @@ "id": "american-writers-in-italy", "title": "American writers in Italy" }, + "subject": [ + { + "id": "authors-american", + "name": "Authors, American" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "italy", + "name": "Italy" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recKlFMD2sa6Ze3L1", - "subject": [], - "id": "e1785" + "id": "e1786" }, { "aapbId": "cpb-aacip-500-mw28f84k", @@ -120792,8 +173716,8 @@ "name": "Cultural relations" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "europe", + "name": "Europe" }, { "id": "soviet-union-history-20th-century", @@ -120826,10 +173750,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "russia", + "name": "Russia" + } + ], + "region": [ + { + "id": "central-economic-region", + "name": "Central Economic Region" + } + ], + "settlement": [ + { + "id": "moscow", + "name": "Moscow" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKm7wVOcRTMYjFZ", - "id": "e1786" + "id": "e1787" }, { "aapbId": "cpb-aacip-500-h98zdz3d", @@ -120857,6 +173805,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -120905,9 +173857,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recKmhWGZbN2LXY7A", - "id": "e1787" + "id": "e1788" }, { "aapbId": "cpb-aacip-500-z02z7m8w", @@ -120927,22 +173903,18 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-education", - "name": "African Americans--Education" - }, { "id": "economy-business", "name": "Economy & Business" }, + { + "id": "education", + "name": "Education" + }, { "id": "inner-cities", "name": "Inner cities" @@ -120956,13 +173928,21 @@ "name": "NAEB Region I" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -121018,9 +173998,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recKmvo8gyf31Fgiu", - "id": "e1788" + "id": "e1789" }, { "aapbId": "cpb-aacip-500-m9023m10", @@ -121051,6 +174055,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -121086,10 +174098,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recKnahfoMJA41byC", - "id": "e1789" + "id": "e1790" }, { "aapbId": "cpb-aacip-500-z892dg64", @@ -121103,12 +174139,49 @@ "id": "american-writers-in-italy", "title": "American writers in Italy" }, + "subject": [ + { + "id": "authors-american", + "name": "Authors, American" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "italy", + "name": "Italy" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recKoYoQHhVNnnC4F", - "subject": [], - "id": "e1790" + "id": "e1791" }, { "aapbId": "cpb-aacip-500-pz51mb1p", @@ -121123,12 +174196,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recKqRfIyP8xOx3c6", "subject": [], - "id": "e1791" + "id": "e1792" }, { "aapbId": "cpb-aacip-500-cc0tvh52", @@ -121149,12 +174246,16 @@ }, "subject": [ { - "id": "clergy-czechoslovakia", - "name": "Clergy--Czechoslovakia" + "id": "clergy", + "name": "Clergy" }, { - "id": "communism-czechoslovakia", - "name": "Communism--Czechoslovakia" + "id": "communism", + "name": "Communism" + }, + { + "id": "czechoslovakia", + "name": "Czechoslovakia" }, { "id": "czechoslovakia-history-20th-century", @@ -121164,13 +174265,21 @@ "id": "czechoslovakia-social-conditions-1945-1992", "name": "Czechoslovakia--Social conditions--1945-1992" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" }, { "id": "world-politics", @@ -121214,9 +174323,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recKqY2Cyte4tn69W", - "id": "e1792" + "id": "e1793" }, { "aapbId": "cpb-aacip-500-00003n5n", @@ -121245,6 +174378,10 @@ "id": "medical-care", "name": "Medical care" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "us-government", "name": "U.S. Government" @@ -121285,9 +174422,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recKrKaOhCKvZsn77", - "id": "e1793" + "id": "e1794" }, { "aapbId": "cpb-aacip-500-xg9f953x", @@ -121314,9 +174475,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -121343,10 +174512,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recKrPDTAxjctuoOO", - "id": "e1794" + "id": "e1795" }, { "aapbId": "cpb-aacip-500-7w677h3n", @@ -121361,12 +174554,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recKrRmUIHGgfDzJS", "subject": [], - "id": "e1795" + "id": "e1796" }, { "aapbId": "cpb-aacip-500-pk07244z", @@ -121398,6 +174615,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -121405,6 +174626,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -121472,18 +174697,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recKsEBW7R3hJn7jA", - "id": "e1796" + "id": "e1797" }, { "aapbId": "cpb-aacip-500-v698bm0r", @@ -121515,6 +174764,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -121522,6 +174775,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -121548,19 +174805,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recKsVPrhBzwsdrf0", - "id": "e1797" + "id": "e1798" }, { "aapbId": "cpb-aacip-500-9s1kn01v", @@ -121584,6 +174865,10 @@ "id": "dix-dorothea-lynde-1802-1887", "name": "Dix, Dorothea Lynde, 1802-1887" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -121595,6 +174880,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -121623,9 +174912,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recKsbVFRmBM8sXY1", - "id": "e1798" + "id": "e1799" }, { "aapbId": "cpb-aacip-500-z60c1720", @@ -121646,8 +174959,12 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "fugitive-slaves", @@ -121657,6 +174974,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -121664,14 +174985,17 @@ { "id": "slavery", "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -121679,8 +175003,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -121714,12 +175038,6 @@ "name": "Young, Joe", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -121732,9 +175050,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recKsiHPuKzoFTLLa", - "id": "e1799" + "id": "e1800" }, { "aapbId": "cpb-aacip-500-h7081n6n", @@ -121754,6 +175096,14 @@ "title": "American adventure" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "field-cyrus-w-cyrus-west-1819-1892", "name": "Field, Cyrus W. (Cyrus West), 1819-1892" @@ -121762,6 +175112,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -121771,12 +175125,8 @@ "name": "Science & Technology" }, { - "id": "theater-drama", - "name": "Theater & Drama" - }, - { - "id": "transatlantic-cables-drama", - "name": "Transatlantic cables--Drama" + "id": "transatlantic-cables", + "name": "Transatlantic cables" }, { "id": "transatlantic-cables-history", @@ -121784,11 +175134,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -121802,8 +175147,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -121825,12 +175170,6 @@ "name": "Kuralt, Charles, 1934-1997", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -121843,9 +175182,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recKtHEt22jFnX97O", - "id": "e1800" + "id": "e1801" }, { "aapbId": "cpb-aacip-500-8911sn96", @@ -121876,6 +175239,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -121908,6 +175275,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -121918,7 +175309,7 @@ } ], "airtableId": "recKtXbc6WIn8PloD", - "id": "e1801" + "id": "e1802" }, { "aapbId": "cpb-aacip-500-1n7xqg9g", @@ -121932,16 +175323,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recKtyw8cZnmvf5hb", - "id": "e1802" + "id": "e1803" }, { "aapbId": "cpb-aacip-500-qz22h40j", @@ -121965,10 +175396,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -122026,9 +175453,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recKulVvEKChQ7Z4k", - "id": "e1803" + "id": "e1804" }, { "aapbId": "cpb-aacip-500-2z12s68h", @@ -122047,13 +175498,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recKv5X4q8vnJKOyy", - "id": "e1804" + "id": "e1805" }, { "aapbId": "cpb-aacip-500-qz22h55z", @@ -122084,6 +175563,10 @@ "id": "maryland", "name": "Maryland" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" @@ -122123,9 +175606,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recKwalFrynTVmgVJ", - "id": "e1805" + "id": "e1806" }, { "aapbId": "cpb-aacip-500-6h4csg40", @@ -122149,21 +175656,41 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "education", + "name": "Education" + }, { "id": "high-school-students", "name": "High school students" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use-health-aspects", "name": "Tobacco use--Health aspects" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -122210,9 +175737,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recKx7NpTyxBxH9HC", - "id": "e1806" + "id": "e1807" }, { "aapbId": "cpb-aacip-500-jm23gr33", @@ -122236,17 +175787,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -122291,9 +175846,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recKyNzWLu8Yt6my2", - "id": "e1807" + "id": "e1808" }, { "aapbId": "cpb-aacip-500-69700w93", @@ -122314,16 +175893,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "faulkner-william-1897-1962", @@ -122333,9 +175908,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -122387,9 +175970,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recKyWdfOrCE9aXXM", - "id": "e1808" + "id": "e1809" }, { "aapbId": "cpb-aacip-500-vd6p464z", @@ -122420,6 +176027,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -122465,9 +176076,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recL0QTF8Gq6s1iDT", - "id": "e1809" + "id": "e1810" }, { "aapbId": "cpb-aacip-500-np1wjj3h", @@ -122524,7 +176159,7 @@ ], "decade": "1960-1969", "airtableId": "recL11KycFFKwwajG", - "id": "e1810" + "id": "e1811" }, { "aapbId": "cpb-aacip-500-b27psv2k", @@ -122539,12 +176174,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recL1IwYiGfr1eG0u", "subject": [], - "id": "e1811" + "id": "e1812" }, { "aapbId": "cpb-aacip-500-k9316q8z", @@ -122565,13 +176224,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recL1Q24N2GNKeH5G", - "id": "e1812" + "id": "e1813" }, { "aapbId": "cpb-aacip-500-bc3szp60", @@ -122603,6 +176290,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -122652,11 +176343,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recL1QeCYntXRMzMQ", - "id": "e1813" + "id": "e1814" }, { "aapbId": "cpb-aacip-500-cr5ndp2q", @@ -122674,13 +176393,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recL1SqgyHXRJkUQ0", - "id": "e1814" + "id": "e1815" }, { "aapbId": "cpb-aacip-500-q23r0k3f", @@ -122695,12 +176442,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recL2221INn9mm0p8", "subject": [], - "id": "e1815" + "id": "e1816" }, { "aapbId": "cpb-aacip-500-hd7nt80g", @@ -122721,24 +176492,24 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "illinois-chicago-history-and-criticism", + "name": "Illinois--Chicago--History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-illinois-chicago-history-and-criticism", - "name": "Jazz--Illinois--Chicago--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -122747,6 +176518,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -122828,9 +176607,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recL2G0MPzL8qhmh9", - "id": "e1816" + "id": "e1817" }, { "aapbId": "cpb-aacip-500-rn30760t", @@ -122861,6 +176664,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -122906,9 +176713,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recL3kPbYdFJ6DI4D", - "id": "e1817" + "id": "e1818" }, { "aapbId": "cpb-aacip-500-k9316p68", @@ -122928,21 +176759,41 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "industrialization-united-states", + "name": "Industrialization--United States" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sinclair-upton-1878-1968-jungle", "name": "Sinclair, Upton, 1878-1968. Jungle" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { - "id": "writers", - "name": "Writers" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -122992,18 +176843,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recL4mYpnwE4h9g2M", - "id": "e1818" + "id": "e1819" }, { "aapbId": "cpb-aacip-500-7940ws8f", @@ -123022,7 +176897,7 @@ "contributor": [], "airtableId": "recL5lxcEeHCRxbvx", "subject": [], - "id": "e1819" + "id": "e1820" }, { "aapbId": "cpb-aacip-500-f47gvq57", @@ -123042,8 +176917,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -123108,9 +176987,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recL5mDhMi0zwuAoB", - "id": "e1820" + "id": "e1821" }, { "aapbId": "cpb-aacip-500-1v5bh224", @@ -123131,13 +177034,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recL8DRw9v3HecpzL", - "id": "e1821" + "id": "e1822" }, { "aapbId": "cpb-aacip-500-p55dh16f", @@ -123156,13 +177087,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recLAq9LvNKzi5GMZ", - "id": "e1822" + "id": "e1823" }, { "aapbId": "cpb-aacip-500-5d8nhb42", @@ -123182,29 +177141,45 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "europe-20th-century-biography", + "name": "Europe--20th century--Biography" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "women-europe-20th-century-biography", - "name": "Women--Europe--20th century--Biography" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "news-journalism", + "name": "News & Journalism" }, { - "id": "women-europe-periodicals", - "name": "Women--Europe--Periodicals" + "id": "periodicals", + "name": "Periodicals" }, { - "id": "women-europe-religious-life", - "name": "Women--Europe--Religious life" + "id": "religious-life", + "name": "Religious life" }, { - "id": "women-europe-social-conditions", - "name": "Women--Europe--Social conditions" + "id": "social-conditions", + "name": "Social conditions" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" } ], "creator": [ @@ -123250,9 +177225,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recLAudVZIY14HWiK", - "id": "e1823" + "id": "e1824" }, { "aapbId": "cpb-aacip-500-x63b4b67", @@ -123272,22 +177271,18 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-economic-conditions", - "name": "African Americans--Economic conditions" - }, { "id": "budget-united-states", "name": "Budget--United States" }, + { + "id": "economic-conditions", + "name": "Economic conditions" + }, { "id": "economy-business", "name": "Economy & Business" @@ -123301,13 +177296,21 @@ "name": "NAEB Region I" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -123315,6 +177318,10 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -123360,9 +177367,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recLBLlVs499r1iey", - "id": "e1824" + "id": "e1825" }, { "aapbId": "cpb-aacip-500-9w091716", @@ -123394,6 +177425,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -123445,9 +177480,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recLCEmNgBL9D0i74", - "id": "e1825" + "id": "e1826" }, { "aapbId": "cpb-aacip-500-c24qpq4k", @@ -123481,17 +177540,25 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "social-values-united-states", "name": "Social values--United States" }, { - "id": "sunnyvale-calif", - "name": "Sunnyvale (Calif.)" + "id": "sociology", + "name": "Sociology" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "sunnyvale-calif", + "name": "Sunnyvale (Calif.)" } ], "creator": [ @@ -123518,10 +177585,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLCFom0kU2f16hC", - "id": "e1826" + "id": "e1827" }, { "aapbId": "cpb-aacip-500-rx93d07q", @@ -123557,6 +177648,10 @@ "id": "economy-business", "name": "Economy & Business" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -123565,10 +177660,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "sociology", "name": "Sociology" @@ -123598,11 +177701,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recLCRagbLrjh3qC9", - "id": "e1827" + "id": "e1828" }, { "aapbId": "cpb-aacip-500-jd4pq456", @@ -123634,10 +177765,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -123679,9 +177818,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recLCtrxy7uXjN2of", - "id": "e1828" + "id": "e1829" }, { "aapbId": "cpb-aacip-500-df6k4q09", @@ -123702,17 +177865,29 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "canada", + "name": "Canada" }, { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -123722,12 +177897,16 @@ "name": "International relations" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "sociology", + "name": "Sociology" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "world-politics", @@ -123785,11 +177964,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "recLDGvEcAHJPU8lO", - "id": "e1829" + "id": "e1830" }, { "aapbId": "cpb-aacip-500-v11vk162", @@ -123821,10 +178028,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -123866,9 +178081,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recLFGHq66AXr3D27", - "id": "e1830" + "id": "e1831" }, { "aapbId": "cpb-aacip-500-fb4wn858", @@ -123901,6 +178140,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -123942,10 +178185,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLFW0YjV3Vrgbp2", - "id": "e1831" + "id": "e1832" }, { "aapbId": "cpb-aacip-500-fx73zz19", @@ -123970,12 +178237,12 @@ "name": "Beethoven, Ludwig van, 1770-1827" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "music-interpretation-phrasing-dynamics-etc", @@ -123985,6 +178252,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-performance", "name": "Piano--Performance" @@ -124016,9 +178287,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recLIJxjp7MxDPP5m", - "id": "e1832" + "id": "e1833" }, { "aapbId": "cpb-aacip-500-rf5kfm8d", @@ -124050,6 +178345,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -124112,9 +178411,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recLIMAYhRWKRTq8g", - "id": "e1833" + "id": "e1834" }, { "aapbId": "cpb-aacip-500-gm81pz3n", @@ -124142,6 +178465,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orestes-king-of-argos-mythological-character", "name": "Orestes, King of Argos (Mythological character)" @@ -124183,9 +178510,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recLJaQhSqAIdFxAm", - "id": "e1834" + "id": "e1835" }, { "aapbId": "cpb-aacip-500-wh2dd88f", @@ -124221,13 +178572,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -124256,9 +178619,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recLJnYeYMkTMES12", - "id": "e1835" + "id": "e1836" }, { "aapbId": "cpb-aacip-500-mk658d4x", @@ -124282,17 +178669,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -124337,9 +178728,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recLJyCyyCr5x1P71", - "id": "e1836" + "id": "e1837" }, { "aapbId": "cpb-aacip-500-2b8vfg9b", @@ -124359,10 +178774,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -124400,9 +178823,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recLKgnGjtdndgYYj", - "id": "e1837" + "id": "e1838" }, { "aapbId": "cpb-aacip-500-bz619c4t", @@ -124423,20 +178870,28 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-1941-1950-history-and-criticism", - "name": "Jazz--1941-1950--History and criticism" + "id": "hampton-lionel", + "name": "Hampton, Lionel" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" + }, + { + "id": "jazz-1941-1950-history-and-criticism", + "name": "Jazz--1941-1950--History and criticism" }, { "id": "music", @@ -124445,6 +178900,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "williams-mary-lou-1910-1981", + "name": "Williams, Mary Lou, 1910-1981" } ], "creator": [ @@ -124477,10 +178940,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLNp0tbYsGnMb1G", - "id": "e1838" + "id": "e1839" }, { "aapbId": "cpb-aacip-500-p55dh09z", @@ -124500,12 +178987,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -124526,10 +179013,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLO3SfcFi2hYfK5", - "id": "e1839" + "id": "e1840" }, { "aapbId": "cpb-aacip-500-fq9q6f35", @@ -124560,6 +179071,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -124600,9 +179115,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recLPXRodRS6NlL0P", - "id": "e1840" + "id": "e1841" }, { "aapbId": "cpb-aacip-500-4m91d40b", @@ -124622,16 +179161,20 @@ }, "subject": [ { - "id": "children-families", - "name": "Children & Families" + "id": "british-literature", + "name": "British literature" }, { - "id": "children-drama", - "name": "Children--Drama" + "id": "children", + "name": "Children" + }, + { + "id": "drama", + "name": "Drama" }, { - "id": "english-literature-19th-century", - "name": "English literature--19th century" + "id": "europe", + "name": "Europe" }, { "id": "folklore-england", @@ -124671,7 +179214,7 @@ } ], "airtableId": "recLPYxCRsZozxXOs", - "id": "e1841" + "id": "e1842" }, { "aapbId": "cpb-aacip-500-xs5jg08k", @@ -124695,10 +179238,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -124736,9 +179287,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recLPaj7Yk68cjTdq", - "id": "e1842" + "id": "e1843" }, { "aapbId": "cpb-aacip-500-5717qt6r", @@ -124754,16 +179329,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recLRGGBxGlKFCBQ9", - "id": "e1843" + "id": "e1844" }, { "aapbId": "cpb-aacip-500-wd3q1059", @@ -124788,12 +179395,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -124846,9 +179453,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recLSC67RDaZXC0v4", - "id": "e1844" + "id": "e1845" }, { "aapbId": "cpb-aacip-500-xd0qww0h", @@ -124876,6 +179507,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -124924,9 +179559,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recLTle2oVA9keEmU", - "id": "e1845" + "id": "e1846" }, { "aapbId": "cpb-aacip-500-9882ph0h", @@ -124947,8 +179606,12 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" }, { "id": "jackson-andrew-1767-1845", @@ -124962,25 +179625,28 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "presidents-united-states", "name": "Presidents--United States" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -124994,8 +179660,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -125017,12 +179683,6 @@ "name": "Young, Fred", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -125035,9 +179695,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recLTyWtKF3HRQKm0", - "id": "e1846" + "id": "e1847" }, { "aapbId": "cpb-aacip-500-1g0hxx1j", @@ -125060,6 +179744,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -125073,10 +179761,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLVcC9Nw9byGYlG", - "id": "e1847" + "id": "e1848" }, { "aapbId": "cpb-aacip-500-gh9b9q65", @@ -125096,6 +179808,10 @@ "title": "NER Washington Forum" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "government-policy", "name": "Government policy" @@ -125104,9 +179820,25 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" + }, + { + "id": "war", + "name": "War" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -125147,9 +179879,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recLWWtYM5r3YkOWO", - "id": "e1848" + "id": "e1849" }, { "aapbId": "cpb-aacip-500-4t6f5m28", @@ -125173,17 +179929,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -125215,7 +179979,8 @@ { "id": "brennan-james-j", "name": "Brennan, James J.", - "type": "Person" + "type": "Person", + "role": "Guest" }, { "id": "thompson-ben", @@ -125234,9 +179999,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recLWm1tCml6xG2tJ", - "id": "e1849" + "id": "e1850" }, { "aapbId": "cpb-aacip-500-q52fcw49", @@ -125262,6 +180051,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -125284,10 +180077,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLXQEgiTTDEDrno", - "id": "e1850" + "id": "e1851" }, { "aapbId": "cpb-aacip-500-st7dwm01", @@ -125319,6 +180136,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -125372,9 +180193,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recLYS4mGMuUpgdJo", - "id": "e1851" + "id": "e1852" }, { "aapbId": "cpb-aacip-500-3n20h75v", @@ -125405,6 +180250,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -125455,11 +180304,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recLZQNNaspV60R4i", - "id": "e1852" + "id": "e1853" }, { "aapbId": "cpb-aacip-500-cz32674b", @@ -125480,24 +180357,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { "id": "boogie-woogie-music-history-and-criticism", "name": "Boogie woogie (Music)--History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -125506,6 +180383,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -125538,10 +180423,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLZef86REbxVvxm", - "id": "e1853" + "id": "e1854" }, { "aapbId": "cpb-aacip-500-sf2mbg4z", @@ -125568,6 +180477,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -125584,10 +180497,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLa5G5bPKjF87Pz", - "id": "e1854" + "id": "e1855" }, { "aapbId": "cpb-aacip-500-pk07252p", @@ -125615,29 +180552,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -125648,6 +180593,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -125670,7 +180639,7 @@ } ], "airtableId": "recLcgX5fbclAl5Oe", - "id": "e1855" + "id": "e1856" }, { "aapbId": "cpb-aacip-500-rx93cz9t", @@ -125699,16 +180668,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -125746,18 +180719,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recLcnQMpwX6qBABF", - "id": "e1856" + "id": "e1857" }, { "aapbId": "cpb-aacip-500-7h1dpc3g", @@ -125781,13 +180778,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -125822,9 +180819,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recLd2kxSSMkgtlXm", - "id": "e1857" + "id": "e1858" }, { "aapbId": "cpb-aacip-500-xp6v2q7r", @@ -125852,6 +180873,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -125859,6 +180884,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -125888,15 +180917,29 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, + { + "id": "tandam-donald-j", + "name": "Tandam, Donald J.", + "type": "Person", + "role": "Advisor" + }, { "id": "richter-walt", "name": "Richter, Walt", - "type": "Person" + "type": "Person", + "role": "Narrator" }, { - "id": "advisor", - "name": "Advisor", - "type": "Person" + "id": "holston-jim", + "name": "Holston, Jim", + "type": "Person", + "role": "Narrator" } ], "genre": [ @@ -125909,9 +180952,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recLd7cYox5IQPJBz", - "id": "e1858" + "id": "e1859" }, { "aapbId": "cpb-aacip-500-p26q3q84", @@ -125942,6 +181009,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -125987,9 +181058,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recLeQYE8p5XKHHnf", - "id": "e1859" + "id": "e1860" }, { "aapbId": "cpb-aacip-500-c24qpn1f", @@ -126009,14 +181104,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -126025,21 +181120,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -126098,9 +181197,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recLfjiWtEe7YqPSv", - "id": "e1860" + "id": "e1861" }, { "aapbId": "cpb-aacip-500-6h4csh1g", @@ -126128,6 +181251,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -126179,9 +181306,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recLgmH9UMbgiMqbz", - "id": "e1861" + "id": "e1862" }, { "aapbId": "cpb-aacip-500-x921hk7p", @@ -126222,12 +181373,12 @@ "name": "NAEB Region III" }, { - "id": "politicians-italy", - "name": "Politicians--Italy" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "politicians-italy", + "name": "Politicians--Italy" }, { "id": "world-politics", @@ -126271,9 +181422,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recLgv0BJBtSO8AGS", - "id": "e1862" + "id": "e1863" }, { "aapbId": "cpb-aacip-500-9s1kmx01", @@ -126301,6 +181476,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacifism", "name": "Pacifism" @@ -126312,6 +181491,14 @@ { "id": "pacifists", "name": "Pacifists" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -126357,9 +181544,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recLisHLXDwe1eVrf", - "id": "e1863" + "id": "e1864" }, { "aapbId": "cpb-aacip-500-ms3k211n", @@ -126381,7 +181592,7 @@ "contributor": [], "airtableId": "recLkbWprmftEva1z", "subject": [], - "id": "e1864" + "id": "e1865" }, { "aapbId": "cpb-aacip-500-862bdd4s", @@ -126401,7 +181612,7 @@ "contributor": [], "airtableId": "recLnWDZtDZoBFDwC", "subject": [], - "id": "e1865" + "id": "e1866" }, { "aapbId": "cpb-aacip-500-6w96bm7w", @@ -126421,6 +181632,18 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "more-thomas-saint-1478-1535-utopia", "name": "More, Thomas, Saint, 1478-1535. Utopia" @@ -126430,12 +181653,12 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "writers", - "name": "Writers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -126497,18 +181720,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recLouuUhN3zjw49I", - "id": "e1866" + "id": "e1867" }, { "aapbId": "cpb-aacip-500-tb0xv127", @@ -126540,6 +181787,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -126591,9 +181842,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recLpvnrJxsUyliF9", - "id": "e1867" + "id": "e1868" }, { "aapbId": "cpb-aacip-500-w950ms6b", @@ -126614,13 +181889,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recLqP3yZry5vU6sI", - "id": "e1868" + "id": "e1869" }, { "aapbId": "cpb-aacip-500-m61bq867", @@ -126640,18 +181943,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -126727,9 +182034,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recLqSnqYbEE0vqKp", - "id": "e1869" + "id": "e1870" }, { "aapbId": "cpb-aacip-500-9p2w7n23", @@ -126753,13 +182084,17 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "oceans", + "name": "Oceans" } ], "creator": [ @@ -126794,9 +182129,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recLqlZhscsXYvxyX", - "id": "e1870" + "id": "e1871" }, { "aapbId": "cpb-aacip-500-b853kd5f", @@ -126813,12 +182172,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "quebec", + "name": "Quebec" + } + ], + "settlement": [ + { + "id": "montreal", + "name": "Montreal" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recLrM0yZzml0IF22", "subject": [], - "id": "e1871" + "id": "e1872" }, { "aapbId": "cpb-aacip-500-p843w95m", @@ -126844,6 +182227,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -126866,10 +182253,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recLs2DCflryle3Xu", - "id": "e1872" + "id": "e1873" }, { "aapbId": "cpb-aacip-500-513tz62d", @@ -126890,25 +182301,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -126958,9 +182381,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recLtE4kHCKgZhGR7", - "id": "e1873" + "id": "e1874" }, { "aapbId": "cpb-aacip-500-c53f2z8w", @@ -126996,6 +182443,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "us-government", "name": "U.S. Government" @@ -127052,9 +182507,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recLtdS57bwyTsfsr", - "id": "e1874" + "id": "e1875" }, { "aapbId": "cpb-aacip-500-dj58hz0h", @@ -127074,6 +182553,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -127082,6 +182565,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -127143,9 +182634,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recLuDSpay9vx55Mm", - "id": "e1875" + "id": "e1876" }, { "aapbId": "cpb-aacip-500-hq3s054f", @@ -127164,13 +182679,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recLvcvFLERkFb9FE", - "id": "e1876" + "id": "e1877" }, { "aapbId": "cpb-aacip-500-hx15rp1b", @@ -127191,8 +182734,8 @@ }, "subject": [ { - "id": "communism-russia", - "name": "Communism--Russia" + "id": "communism", + "name": "Communism" }, { "id": "diplomats-great-britain-history-20th-century", @@ -127215,8 +182758,12 @@ "name": "NAEB Region I" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "russia", + "name": "Russia" }, { "id": "world-politics", @@ -127249,9 +182796,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recLxlVkiSiKQPged", - "id": "e1877" + "id": "e1878" }, { "aapbId": "cpb-aacip-500-wm13sn1s", @@ -127272,13 +182843,25 @@ }, "subject": [ { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada", + "name": "Canada" + }, + { + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -127303,6 +182886,10 @@ "id": "postcolonialism", "name": "Postcolonialism" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -127353,11 +182940,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recLxzSGvyEoqw6QM", - "id": "e1878" + "id": "e1879" }, { "aapbId": "cpb-aacip-500-tt4fsf71", @@ -127377,9 +182992,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -127396,10 +183023,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recM0b2gfvsfmMamG", - "id": "e1879" + "id": "e1880" }, { "aapbId": "cpb-aacip-500-rr1pmd3f", @@ -127423,17 +183074,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -127468,9 +183127,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recM0gRSajKLxbIKs", - "id": "e1880" + "id": "e1881" }, { "aapbId": "cpb-aacip-500-cv4bt001", @@ -127492,6 +183175,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -127521,9 +183208,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recM0neMBCxMawoPF", - "id": "e1881" + "id": "e1882" }, { "aapbId": "cpb-aacip-500-jm23gq7v", @@ -127537,12 +183248,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recM1FaMX4hglD1yp", - "subject": [], - "id": "e1882" + "id": "e1883" }, { "aapbId": "cpb-aacip-500-5q4rp81d", @@ -127557,12 +183277,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recM2F7WcJAqUbjS0", - "subject": [], - "id": "e1883" + "id": "e1884" }, { "aapbId": "cpb-aacip-500-td9n7b9n", @@ -127577,12 +183314,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recM2KR7PUOX8CS81", "subject": [], - "id": "e1884" + "id": "e1885" }, { "aapbId": "cpb-aacip-500-4746tx4j", @@ -127603,13 +183364,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recM4ROhhG5NseIWB", - "id": "e1885" + "id": "e1886" }, { "aapbId": "cpb-aacip-500-k35mf38k", @@ -127637,6 +183426,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orestes-king-of-argos-mythological-character", "name": "Orestes, King of Argos (Mythological character)" @@ -127678,9 +183471,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recM4YZX4GldPslur", - "id": "e1886" + "id": "e1887" }, { "aapbId": "cpb-aacip-500-nz80qf0q", @@ -127703,13 +183520,25 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -127726,10 +183555,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recM4vfz53HenfUOP", - "id": "e1887" + "id": "e1888" }, { "aapbId": "cpb-aacip-500-k649tf0g", @@ -127749,10 +183602,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -127777,6 +183626,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "wisconsin", "name": "Wisconsin" @@ -127831,9 +183692,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recM4vvLBxnDzjzHK", - "id": "e1888" + "id": "e1889" }, { "aapbId": "cpb-aacip-500-qj77z00b", @@ -127853,6 +183738,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -127905,11 +183794,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recM57JSHpBMPMh5m", - "id": "e1889" + "id": "e1890" }, { "aapbId": "cpb-aacip-500-6d5pd623", @@ -127941,6 +183858,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -127984,9 +183905,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recM5JirryxJLgTiS", - "id": "e1890" + "id": "e1891" }, { "aapbId": "cpb-aacip-500-b27psr8d", @@ -128007,16 +183952,20 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", @@ -128055,9 +184004,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recM8XL2xiAZAcECg", - "id": "e1891" + "id": "e1892" }, { "aapbId": "cpb-aacip-500-qf8jjr0z", @@ -128077,8 +184050,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -128143,9 +184120,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recM9GvxkSgsIOhAd", - "id": "e1892" + "id": "e1893" }, { "aapbId": "cpb-aacip-500-d50fzv4h", @@ -128164,13 +184165,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recMAvgvU1b8vkQho", - "id": "e1893" + "id": "e1894" }, { "aapbId": "cpb-aacip-500-6m335r9r", @@ -128190,6 +184219,14 @@ "title": "Tales of the valiant" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "heroes", "name": "Heroes" @@ -128198,6 +184235,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "netherlands-history-16th-century", "name": "Netherlands--History--16th century" @@ -128207,8 +184248,16 @@ "name": "Netherlands--History--Eighty Years' War, 1568-1648" }, { - "id": "william-i-prince-of-orange-1533-1584-drama", - "name": "William I, Prince of Orange, 1533-1584--Drama" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "william-i-prince-of-orange-1533-1584", + "name": "William I, Prince of Orange, 1533-1584" } ], "creator": [ @@ -128279,9 +184328,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recMBgq3MqKEXGVo4", - "id": "e1894" + "id": "e1895" }, { "aapbId": "cpb-aacip-500-5t3g2g9g", @@ -128302,20 +184375,16 @@ }, "subject": [ { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "american-poetry", + "name": "American poetry" }, { - "id": "poetics", - "name": "Poetics" - }, - { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "poets-20th-century", - "name": "Poets--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "prufrock-j-alfred-fictitious-character", @@ -128324,6 +184393,10 @@ { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -128358,9 +184431,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recMD1g3A8xWc36yj", - "id": "e1895" + "id": "e1896" }, { "aapbId": "cpb-aacip-500-h7081p0d", @@ -128380,17 +184477,13 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "human-skin-color-social-aspects-united-states", @@ -128400,6 +184493,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "race", "name": "Race" @@ -128453,9 +184550,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recMDUreECQGw547I", - "id": "e1896" + "id": "e1897" }, { "aapbId": "cpb-aacip-500-00003m7x", @@ -128486,6 +184607,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -128531,9 +184656,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recMDvsK2wk8hQkws", - "id": "e1897" + "id": "e1898" }, { "aapbId": "cpb-aacip-500-4746tw6t", @@ -128562,16 +184711,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -128609,18 +184762,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recMF07wyBr9YEAVC", - "id": "e1898" + "id": "e1899" }, { "aapbId": "cpb-aacip-500-8s4jr314", @@ -128699,9 +184876,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "airtableId": "recMGTYZfaCa0gAl5", - "id": "e1899" + "id": "e1900" }, { "aapbId": "cpb-aacip-500-w6697f58", @@ -128722,20 +184923,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -128770,9 +184975,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recMGeMCIOLM90BCq", - "id": "e1900" + "id": "e1901" }, { "aapbId": "cpb-aacip-500-cc0tvk08", @@ -128789,9 +185018,69 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "anthropology", + "name": "Anthropology" + }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "crime", + "name": "Crime" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "juvenile-delinquency", + "name": "Juvenile delinquency" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "mass-media", + "name": "Mass media" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "politics-and-culture-united-states", + "name": "Politics and culture--United States" + }, + { + "id": "riots", + "name": "Riots" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "students", + "name": "Students" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -128802,6 +185091,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -128812,7 +185125,7 @@ } ], "airtableId": "recMJIJULYBOC7POQ", - "id": "e1901" + "id": "e1902" }, { "aapbId": "cpb-aacip-500-4b2x7606", @@ -128844,6 +185157,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -128883,10 +185200,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recMJNw5xK54OIxtS", - "id": "e1902" + "id": "e1903" }, { "aapbId": "cpb-aacip-500-f7667z72", @@ -128906,7 +185247,7 @@ "contributor": [], "airtableId": "recMJQ53sJfcr6evF", "subject": [], - "id": "e1903" + "id": "e1904" }, { "aapbId": "cpb-aacip-500-xs5jg26h", @@ -128926,6 +185267,14 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "astronomy-and-astrophysics", + "name": "Astronomy and astrophysics" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -128933,6 +185282,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -128967,9 +185320,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "recMKN7yJ3nCY0Hsn", - "id": "e1904" + "id": "e1905" }, { "aapbId": "cpb-aacip-500-kk94cj9m", @@ -128987,6 +185364,10 @@ "title": "News in 20th century America" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "journalists", "name": "Journalists" @@ -128995,6 +185376,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -129012,8 +185397,8 @@ "name": "Women" }, { - "id": "womens-history", - "name": "Women's History" + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -129090,9 +185475,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recML7ENczxGijtu1", - "id": "e1905" + "id": "e1906" }, { "aapbId": "cpb-aacip-500-db7vrd0j", @@ -129109,9 +185518,37 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -129122,6 +185559,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -129132,7 +185593,7 @@ } ], "airtableId": "recMLIdbiLc44BQn4", - "id": "e1906" + "id": "e1907" }, { "aapbId": "cpb-aacip-500-ms3k2084", @@ -129147,12 +185608,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recMLbn7FOUVBry4S", "subject": [], - "id": "e1907" + "id": "e1908" }, { "aapbId": "cpb-aacip-500-ff3m1h73", @@ -129173,21 +185658,17 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -129195,6 +185676,10 @@ { "id": "wit-and-humor", "name": "Wit and humor" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -129289,9 +185774,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recMMOFtBLgh5wq3Q", - "id": "e1908" + "id": "e1909" }, { "aapbId": "cpb-aacip-500-ns0kxt84", @@ -129312,16 +185821,28 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" + }, + { + "id": "greece", + "name": "Greece" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -129347,6 +185868,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -129357,7 +185902,7 @@ } ], "airtableId": "recMMuvl0gDudFv9C", - "id": "e1909" + "id": "e1910" }, { "aapbId": "cpb-aacip-500-4x54jz23", @@ -129381,6 +185926,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -129402,8 +185955,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -129434,9 +185987,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recMNlFgYd922P49S", - "id": "e1910" + "id": "e1911" }, { "aapbId": "cpb-aacip-500-hm52ks6p", @@ -129460,17 +186037,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -129521,9 +186106,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recMQMriLsFO1i6NC", - "id": "e1911" + "id": "e1912" }, { "aapbId": "cpb-aacip-500-jd4pq39z", @@ -129544,8 +186153,16 @@ }, "subject": [ { - "id": "charles-xii-king-of-sweden-1682-1718-drama", - "name": "Charles XII, King of Sweden, 1682-1718--Drama" + "id": "charles-xii-king-of-sweden-1682-1718", + "name": "Charles XII, King of Sweden, 1682-1718" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "heroes", @@ -129556,8 +186173,16 @@ "name": "NAEB Region III" }, { - "id": "poltava-battle-of-poltava-ukraine-1709-drama", - "name": "Poltava, Battle of, Poltava, Ukraine, 1709--Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "poltava-battle-of-poltava-ukraine-1709", + "name": "Poltava, Battle of, Poltava, Ukraine, 1709" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "sweden-history-charles-xii-1697-1718", @@ -129632,9 +186257,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recMROaoxJedgoyIM", - "id": "e1912" + "id": "e1913" }, { "aapbId": "cpb-aacip-500-7940ws5q", @@ -129658,6 +186307,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -129666,13 +186319,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -129702,14 +186367,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recMRQYi6DNwBWseP", - "id": "e1913" + "id": "e1914" }, { "aapbId": "cpb-aacip-500-9k45vb6d", @@ -129729,10 +186422,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -129742,8 +186443,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -129799,11 +186500,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "recMRX8Qhh5AqVq4t", - "id": "e1914" + "id": "e1915" }, { "aapbId": "cpb-aacip-500-d795c46p", @@ -129817,12 +186546,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recMRuuD7cGMWYzPO", "subject": [], - "id": "e1915" + "id": "e1916" }, { "aapbId": "cpb-aacip-500-x63b4c56", @@ -129850,10 +186603,6 @@ "id": "conflict-of-generations", "name": "Conflict of generations" }, - { - "id": "europe", - "name": "Europe" - }, { "id": "great-britain", "name": "Great Britain" @@ -129862,21 +186611,25 @@ "id": "great-britain-social-life-and-customs-20th-century", "name": "Great Britain--Social life and customs--20th century" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "popular-music-great-britain", - "name": "Popular music--Great Britain" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "popular-music", + "name": "Popular music" }, { - "id": "youth-great-britain", - "name": "Youth--Great Britain" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -129912,9 +186665,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recMRyQHUGSD2WgUK", - "id": "e1916" + "id": "e1917" }, { "aapbId": "cpb-aacip-500-xg9f962w", @@ -129932,13 +186709,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recMSUl3P4G9Jq2ln", - "id": "e1917" + "id": "e1918" }, { "aapbId": "cpb-aacip-500-sf2mbg95", @@ -129961,10 +186766,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -129984,10 +186797,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recMTHHVh6YtVFdbo", - "id": "e1918" + "id": "e1919" }, { "aapbId": "cpb-aacip-500-vd6p4617", @@ -130009,10 +186846,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "science", "name": "Science" @@ -130074,9 +186907,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recMTRIlNXmqmNnJs", - "id": "e1919" + "id": "e1920" }, { "aapbId": "cpb-aacip-500-5m628x30", @@ -130104,6 +186961,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -130152,9 +187013,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recMUPr7K3YjBcdbb", - "id": "e1920" + "id": "e1921" }, { "aapbId": "cpb-aacip-500-sx648w9r", @@ -130168,12 +187053,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recMUWTnWfnHFngUo", - "subject": [], - "id": "e1921" + "id": "e1922" }, { "aapbId": "cpb-aacip-500-833n1295", @@ -130194,13 +187084,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recMW7cdqQY0CyxXM", - "id": "e1922" + "id": "e1923" }, { "aapbId": "cpb-aacip-500-4746tx5s", @@ -130223,6 +187141,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -130236,10 +187158,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recMWL47ZYWzsfJTn", - "id": "e1923" + "id": "e1924" }, { "aapbId": "cpb-aacip-500-hd7nt97c", @@ -130267,6 +187213,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -130321,9 +187271,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recMWqpL5V4HSySXy", - "id": "e1924" + "id": "e1925" }, { "aapbId": "cpb-aacip-500-rj48tx59", @@ -130351,18 +187325,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -130418,9 +187396,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recMWrs1XFZDHHzGL", - "id": "e1925" + "id": "e1926" }, { "aapbId": "cpb-aacip-500-tt4fsf32", @@ -130444,17 +187446,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -130495,9 +187505,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recMX8Z05y27BQcBV", - "id": "e1926" + "id": "e1927" }, { "aapbId": "cpb-aacip-500-g7374v7s", @@ -130512,12 +187546,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recMXBThITZWKN2sf", - "subject": [], - "id": "e1927" + "id": "e1928" }, { "aapbId": "cpb-aacip-500-ff3m1k0t", @@ -130549,6 +187588,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -130556,6 +187599,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -130582,19 +187629,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recMXEIAr3Ehz61Tv", - "id": "e1928" + "id": "e1929" }, { "aapbId": "cpb-aacip-500-t727fr86", @@ -130615,13 +187686,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recMXkhnPlw2EwLg5", - "id": "e1929" + "id": "e1930" }, { "aapbId": "cpb-aacip-500-td9n795g", @@ -130639,13 +187738,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recMXq8JUWMgf0XqJ", - "id": "e1930" + "id": "e1931" }, { "aapbId": "cpb-aacip-500-7659hh2k", @@ -130669,9 +187796,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -130701,6 +187844,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -130730,9 +187879,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recMYrTq5M72rOPuS", - "id": "e1931" + "id": "e1932" }, { "aapbId": "cpb-aacip-500-4b2x7595", @@ -130752,10 +187925,18 @@ "title": "Let's find out, grade 2" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -130779,11 +187960,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recMZ1iQwAM3LN15k", - "id": "e1932" + "id": "e1933" }, { "aapbId": "cpb-aacip-500-tt4fsf49", @@ -130807,13 +188012,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -130840,10 +188045,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recMaD8W9adPtZ0bd", - "id": "e1933" + "id": "e1934" }, { "aapbId": "cpb-aacip-500-6t0gzc2c", @@ -130871,6 +188100,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -130912,9 +188145,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recMc9Q2GbYvtBIVe", - "id": "e1934" + "id": "e1935" }, { "aapbId": "cpb-aacip-500-mp4vnq5p", @@ -130928,12 +188185,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recMcmDBKWGsVhuPV", "subject": [], - "id": "e1935" + "id": "e1936" }, { "aapbId": "cpb-aacip-500-z60c153t", @@ -130954,8 +188235,12 @@ }, "subject": [ { - "id": "missionaries-solomon-islands", - "name": "Missionaries--Solomon Islands" + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, + { + "id": "missionaries", + "name": "Missionaries" }, { "id": "missions-medical", @@ -130966,12 +188251,16 @@ "name": "NAEB Region III" }, { - "id": "solomon-islands-history", - "name": "Solomon Islands--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" }, { - "id": "solomon-islands-religion", - "name": "Solomon Islands--Religion" + "id": "solomon-islands", + "name": "Solomon Islands" } ], "creator": [ @@ -131023,9 +188312,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recMfM2wmaoAI8rrg", - "id": "e1936" + "id": "e1937" }, { "aapbId": "cpb-aacip-500-n29p6v1x", @@ -131050,12 +188363,12 @@ "name": "Fugue" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "music-interpretation-phrasing-dynamics-etc", @@ -131065,6 +188378,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-performance", "name": "Piano--Performance" @@ -131088,10 +188405,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recMgfofBz1ptXhV8", - "id": "e1937" + "id": "e1938" }, { "aapbId": "cpb-aacip-500-s17ss889", @@ -131112,24 +188453,35 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "science", + "name": "Science" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -131137,8 +188489,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -131185,9 +188537,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recMj2ExcRipCUzMZ", - "id": "e1938" + "id": "e1939" }, { "aapbId": "cpb-aacip-500-g15tc84w", @@ -131208,8 +188584,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "illinois", @@ -131224,8 +188600,16 @@ "name": "NAEB Region III" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { "id": "violence", @@ -131252,10 +188636,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recMjArvRnqt6FX5L", - "id": "e1939" + "id": "e1940" }, { "aapbId": "cpb-aacip-500-vh5chg9k", @@ -131276,13 +188684,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recMlrKNeTwZWsR4C", - "id": "e1940" + "id": "e1941" }, { "aapbId": "cpb-aacip-500-rb6w297j", @@ -131303,24 +188739,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -131365,9 +188793,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recMmd45TmG5X2ZpL", - "id": "e1941" + "id": "e1942" }, { "aapbId": "cpb-aacip-500-9g5gg39x", @@ -131398,6 +188850,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -131456,9 +188912,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "recMmqLcw0MmXZ9p8", - "id": "e1942" + "id": "e1943" }, { "aapbId": "cpb-aacip-500-tb0xv08g", @@ -131485,6 +188965,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -131501,10 +188989,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recMo5VUuOGm9Oi4O", - "id": "e1943" + "id": "e1944" }, { "aapbId": "cpb-aacip-500-1g0hxw59", @@ -131528,10 +189040,18 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -131543,6 +189063,10 @@ { "id": "tyler-royall-1757-1826-plays-selections", "name": "Tyler, Royall, 1757-1826. Plays. Selections" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -131598,18 +189122,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recMo6UwUxou8NQwa", - "id": "e1944" + "id": "e1945" }, { "aapbId": "cpb-aacip-500-3b5wb96x", @@ -131630,28 +189178,36 @@ }, "subject": [ { - "id": "aztecs-drama", - "name": "Aztecs--Drama" + "id": "aztecs", + "name": "Aztecs" }, { - "id": "corte_s-herna_n-1485-1547-drama", - "name": "Corte_s, Herna_n, 1485-1547--Drama" + "id": "corte_s-herna_n-1485-1547", + "name": "Corte_s, Herna_n, 1485-1547" }, { - "id": "cuauhtemoc-emperor-of-mexico-1495-1525-drama", - "name": "Cuauhtemoc, Emperor of Mexico, 1495?-1525--Drama" + "id": "cuauhtemoc-emperor-of-mexico-1495-1525", + "name": "Cuauhtemoc, Emperor of Mexico, 1495?-1525" }, { - "id": "heroes", - "name": "Heroes" + "id": "drama", + "name": "Drama" }, { - "id": "latin-america", - "name": "Latin America" + "id": "heroes", + "name": "Heroes" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -131710,9 +189266,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recModD2jAPASPc0F", - "id": "e1945" + "id": "e1946" }, { "aapbId": "cpb-aacip-500-mg7fw37w", @@ -131736,21 +189316,41 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "education", + "name": "Education" + }, { "id": "high-school-students", "name": "High school students" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use-health-aspects", "name": "Tobacco use--Health aspects" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -131797,9 +189397,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recMpmYADLAwpy8c1", - "id": "e1946" + "id": "e1947" }, { "aapbId": "cpb-aacip-500-2f7jts3h", @@ -131828,12 +189452,28 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "mobs", + "name": "Mobs" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -131865,6 +189505,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -131875,7 +189539,7 @@ } ], "airtableId": "recMq830WLMJFooHf", - "id": "e1947" + "id": "e1948" }, { "aapbId": "cpb-aacip-500-w6697f2j", @@ -131907,6 +189571,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -131949,9 +189617,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recMq8yqRRd5Z4H6o", - "id": "e1948" + "id": "e1949" }, { "aapbId": "cpb-aacip-500-8g8fk707", @@ -131972,16 +189664,16 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", @@ -132020,9 +189712,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recMs3MZCftQLh0rJ", - "id": "e1949" + "id": "e1950" }, { "aapbId": "cpb-aacip-500-j9609w0q", @@ -132046,13 +189762,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -132087,9 +189803,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recMsKoasgE5qrsOO", - "id": "e1950" + "id": "e1951" }, { "aapbId": "cpb-aacip-500-0g3h221b", @@ -132111,6 +189851,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -132140,9 +189884,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recMtGYuG1XI4jWx1", - "id": "e1951" + "id": "e1952" }, { "aapbId": "cpb-aacip-500-vh5chg8b", @@ -132161,6 +189929,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -132176,10 +189948,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recMtLGJqceY4mdBy", - "id": "e1952" + "id": "e1953" }, { "aapbId": "cpb-aacip-500-tb0xv15z", @@ -132207,6 +190003,10 @@ "id": "city-planning-united-states", "name": "City planning--United States" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "future-the", "name": "Future, The" @@ -132222,6 +190022,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -132273,9 +190077,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recMu38tn8oE3QEv4", - "id": "e1953" + "id": "e1954" }, { "aapbId": "cpb-aacip-500-zk55k93v", @@ -132295,13 +190123,17 @@ "title": "Pathways to progress: The Great Lakes" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, { - "id": "explorers-and-exploration", - "name": "Explorers and exploration" + "id": "explorers-united-states", + "name": "Explorers--United States" }, { "id": "great-lakes-north-america", @@ -132320,8 +190152,8 @@ "name": "NAEB Region III" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "water-resources-development", @@ -132378,9 +190210,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recMwxEy8cSDzsRyT", - "id": "e1954" + "id": "e1955" }, { "aapbId": "cpb-aacip-500-8k74zh4m", @@ -132412,6 +190268,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -132474,9 +190334,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recMxqhyJyxCIJluD", - "id": "e1955" + "id": "e1956" }, { "aapbId": "cpb-aacip-500-2j687326", @@ -132508,10 +190392,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -132553,9 +190445,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recMybCCF1qKfylSF", - "id": "e1956" + "id": "e1957" }, { "aapbId": "cpb-aacip-500-kp7trv6d", @@ -132572,13 +190488,41 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "houston", + "name": "Houston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recMz0zH4mFfaQD40", - "id": "e1957" + "id": "e1958" }, { "aapbId": "cpb-aacip-500-cv4bsx9m", @@ -132635,26 +190579,36 @@ ], "decade": "1960-1969", "airtableId": "recMzhGS6Tai5wZpN", - "id": "e1958" + "id": "e1959" }, { "aapbId": "cpb-aacip-500-5h7bwn3f", "naebId": "71-19-2", "umdId": "5432", - "title": "#2 (Reel 1)", + "title": "Second concert (part 1)", "duration": 3017, "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers.", + "description": "Concert #2, part 1 of 2. ", "location": "Hornbake Special Collections", + "temporal": "1961-1970", "language": "English", "series": { "id": "1970-may-festival", "title": "1970 May festival" }, "subject": [ + { + "id": "choral-music", + "name": "Choral music" + }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "concerts", + "name": "Concerts" + }, { "id": "music", "name": "Music" @@ -132662,19 +190616,111 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "oratorio", + "name": "Oratorio" } ], "creator": [ + { + "id": "wguc-radio-station-cincinnati-ohio", + "name": "WGUC (Radio station : Cincinnati, Ohio)", + "type": "Corporate Body", + "role": "Producer" + }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", - "type": "Corporate Body" + "type": "Corporate Body", + "role": "Artist" } ], - "decade": null, - "contributor": [], + "contributor": [ + { + "id": "haywood-lorna", + "name": "Haywood, Lorna", + "type": "Person" + }, + { + "id": "shaw-robert-1916-1999", + "name": "Shaw, Robert, 1916-1999", + "type": "Person" + }, + { + "id": "thomas-elmer", + "name": "Thomas, Elmer", + "type": "Person" + }, + { + "id": "harrower-peter", + "name": "Harrower, Peter", + "type": "Person" + }, + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827.", + "type": "Person", + "role": "Composer" + }, + { + "id": "rudolf-max-1902-1995", + "name": "Rudolf, Max, 1902-1995 ", + "type": "Person", + "role": "Conductor" + }, + { + "id": "bennett-myron", + "name": "Bennett, Myron", + "type": "Person", + "role": "Narrator" + } + ], + "genre": [ + { + "id": "music", + "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], + "decade": "1960-1969", "airtableId": "recN1UKlv6gQy0Vm8", - "id": "e1959" + "id": "e1960" }, { "aapbId": "cpb-aacip-500-8s4jr30w", @@ -132695,13 +190741,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recN1k9xfmibKsfuS", - "id": "e1960" + "id": "e1961" }, { "aapbId": "cpb-aacip-500-4f1mmh3j", @@ -132720,13 +190794,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recN4fignbFjBucuO", - "id": "e1961" + "id": "e1962" }, { "aapbId": "cpb-aacip-500-cr5ndp85", @@ -132749,8 +190851,12 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "wit-and-humor", @@ -132830,9 +190936,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "recN50wyz8KMOzuZN", - "id": "e1962" + "id": "e1963" }, { "aapbId": "cpb-aacip-500-w08wfv3f", @@ -132864,6 +190994,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -132921,9 +191055,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recN5NcK5BiPXgc7x", - "id": "e1963" + "id": "e1964" }, { "aapbId": "cpb-aacip-500-t727fq7r", @@ -133022,9 +191180,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "airtableId": "recN5XwI0iPqNZeIg", - "id": "e1964" + "id": "e1965" }, { "aapbId": "cpb-aacip-500-2z12s73h", @@ -133040,10 +191222,22 @@ "title": "Music now" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "canada", + "name": "Canada" + }, { "id": "fairlie-kennedy-margaret-1925", "name": "Fairlie-Kennedy, Margaret, 1925-" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "hodkinson-sydney", "name": "Hodkinson, Sydney" @@ -133052,10 +191246,6 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "songs", "name": "Songs" @@ -133112,7 +191302,7 @@ ], "decade": null, "airtableId": "recN5fp2wKvISH2za", - "id": "e1965" + "id": "e1966" }, { "aapbId": "cpb-aacip-500-k649td1h", @@ -133137,20 +191327,19 @@ "name": "NAEB Region II" }, { - "id": "poets-20th-century", - "name": "Poets--20th century" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -133158,8 +191347,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -133194,9 +191383,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recN5rjjyovdiY9PQ", - "id": "e1966" + "id": "e1967" }, { "aapbId": "cpb-aacip-500-dj58hx6r", @@ -133220,10 +191433,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -133243,10 +191472,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recN6gbWhbBf91vYB", - "id": "e1967" + "id": "e1968" }, { "aapbId": "cpb-aacip-500-9s1kmz2q", @@ -133270,6 +191523,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -133278,13 +191535,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -133314,14 +191583,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recN795FHksMn99DA", - "id": "e1968" + "id": "e1969" }, { "aapbId": "cpb-aacip-500-bz619c69", @@ -133345,14 +191642,14 @@ "id": "emigration-and-immigration-law-united-states", "name": "Emigration and immigration law--United States" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "immigration-issues", "name": "Immigration issues" }, + { + "id": "law", + "name": "Law" + }, { "id": "prejudices-united-states", "name": "Prejudices--United States" @@ -133426,9 +191723,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recN98Swtynk9Pw7m", - "id": "e1969" + "id": "e1970" }, { "aapbId": "cpb-aacip-500-dr2p9j0r", @@ -133456,6 +191777,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -133497,9 +191822,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recN9SDS0Z8shXYVj", - "id": "e1970" + "id": "e1971" }, { "aapbId": "cpb-aacip-500-18345b0c", @@ -133523,10 +191872,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -133620,9 +191965,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recN9gClJNGlDLx47", - "id": "e1971" + "id": "e1972" }, { "aapbId": "cpb-aacip-500-w950mr8m", @@ -133650,6 +192019,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -133657,6 +192030,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -133685,9 +192062,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recNAAXcftm2vlUUf", - "id": "e1972" + "id": "e1973" }, { "aapbId": "cpb-aacip-500-154ds23j", @@ -133706,13 +192107,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recNAc2yRRXHGEt3L", - "id": "e1973" + "id": "e1974" }, { "aapbId": "cpb-aacip-500-dr2p9h5r", @@ -133740,6 +192169,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "planets", "name": "Planets" @@ -133763,11 +192196,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recNBfYfraco3Wjwd", - "id": "e1974" + "id": "e1975" }, { "aapbId": "cpb-aacip-500-k35mf53s", @@ -133787,10 +192244,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -133828,9 +192293,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recNBvL59u4qbbbJ7", - "id": "e1975" + "id": "e1976" }, { "aapbId": "cpb-aacip-500-1v5bh16w", @@ -133851,24 +192340,32 @@ }, "subject": [ { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" }, { - "id": "education-united-states", - "name": "Education--United States" + "id": "education", + "name": "Education" }, { "id": "expertise", "name": "Expertise" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -133897,9 +192394,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recNCSFB9Kc8uqW9L", - "id": "e1976" + "id": "e1977" }, { "aapbId": "cpb-aacip-500-wh2dd98n", @@ -133919,6 +192440,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -133959,11 +192484,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recNCsqLAa7C6wCkJ", - "id": "e1977" + "id": "e1978" }, { "aapbId": "cpb-aacip-500-pk07237g", @@ -133987,9 +192540,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -134024,9 +192585,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recNDUaJ3McWuD8fr", - "id": "e1978" + "id": "e1979" }, { "aapbId": "cpb-aacip-500-xd0qwx65", @@ -134047,24 +192632,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -134133,9 +192710,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recNESwqZJ9fPB0Hu", - "id": "e1979" + "id": "e1980" }, { "aapbId": "cpb-aacip-500-g15tc75x", @@ -134156,8 +192757,16 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -134168,12 +192777,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -134241,18 +192858,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recNFmXMvmnQbDWkM", - "id": "e1980" + "id": "e1981" }, { "aapbId": "cpb-aacip-500-fj29dt96", @@ -134273,16 +192914,12 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history", - "name": "African Americans--History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "lincoln-abraham-1809-1865", @@ -134293,20 +192930,28 @@ "name": "NAEB Region III" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "southern-states-history", - "name": "Southern States--History" + "id": "slavery", + "name": "Slavery" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "slavery-united-states", + "name": "Slavery--United States" }, { - "id": "united-states-history-civil-war-1861-1865", - "name": "United States--History--Civil War, 1861-1865" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-civil-war-1861-1865", + "name": "United States--Civil War, 1861-1865" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -134341,9 +192986,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recNFoFJk8BG42EnO", - "id": "e1981" + "id": "e1982" }, { "aapbId": "cpb-aacip-500-6t0gzd3t", @@ -134384,8 +193053,24 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -134414,9 +193099,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "airtableId": "recNGAO2c2AcxnatR", - "id": "e1982" + "id": "e1983" }, { "aapbId": "cpb-aacip-500-z02z7m2f", @@ -134431,12 +193140,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recNGc8WLaLOdJMlF", "subject": [], - "id": "e1983" + "id": "e1984" }, { "aapbId": "cpb-aacip-500-fj29ds68", @@ -134457,28 +193190,32 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "nationalism-and-communism-soviet-union", - "name": "Nationalism and communism--Soviet Union" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "nationalism-russia-federation", - "name": "Nationalism--Russia (Federation)" + "id": "nationalism", + "name": "Nationalism" }, { "id": "russia-history", "name": "Russia--History" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -134523,9 +193260,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recNGi0EtYKU4zCcQ", - "id": "e1984" + "id": "e1985" }, { "aapbId": "cpb-aacip-500-fj29ds51", @@ -134552,6 +193313,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -134593,10 +193358,34 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recNHFKFSsMzwa6xA", - "id": "e1985" + "id": "e1986" }, { "aapbId": "cpb-aacip-500-vx062n3j", @@ -134609,12 +193398,36 @@ "id": "torchbearers-of-science", "title": "Torchbearers of science" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recNHQtlzXOslFIsp", "subject": [], - "id": "e1986" + "id": "e1987" }, { "aapbId": "cpb-aacip-500-ks6j538d", @@ -134635,20 +193448,28 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-1931-1940-history-and-criticism", - "name": "Jazz--1931-1940--History and criticism" + "id": "hampton-lionel", + "name": "Hampton, Lionel" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" + }, + { + "id": "jazz-1931-1940-history-and-criticism", + "name": "Jazz--1931-1940--History and criticism" }, { "id": "music", @@ -134657,6 +193478,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "williams-mary-lou-1910-1981", + "name": "Williams, Mary Lou, 1910-1981" } ], "creator": [ @@ -134689,10 +193518,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNJ3q5QWGp3h3uI", - "id": "e1987" + "id": "e1988" }, { "aapbId": "cpb-aacip-500-057cw720", @@ -134709,9 +193562,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -134741,9 +193610,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recNJXQ3Q5E1JIp9N", - "id": "e1988" + "id": "e1989" }, { "aapbId": "cpb-aacip-500-tb0xv10r", @@ -134764,20 +193657,32 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "education-history-19th-century", + "name": "Education--History--19th century" }, { - "id": "indians-of-north-america-education-history-19th-century", - "name": "Indians of North America--Education--History--19th century" + "id": "indians-of-north-america", + "name": "Indians of North America" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "pratt-richard-henry-1840-1924", @@ -134787,9 +193692,17 @@ "id": "soldiers-united-states-biography", "name": "Soldiers--United States--Biography" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-indian-school-carlisle-pa", "name": "United States Indian School (Carlisle, Pa.)" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -134859,9 +193772,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recNK9wpJ8h6rn49Q", - "id": "e1989" + "id": "e1990" }, { "aapbId": "cpb-aacip-500-r785p03x", @@ -134885,17 +193822,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -134933,18 +193874,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recNKDEZkbkDXndxp", - "id": "e1990" + "id": "e1991" }, { "aapbId": "cpb-aacip-500-901zhq1f", @@ -134972,6 +193937,10 @@ "id": "cities-and-towns", "name": "Cities and towns" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "future-the", "name": "Future, The" @@ -134984,6 +193953,10 @@ "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "physics", "name": "Physics" @@ -135008,6 +193981,10 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "youth", "name": "Youth" @@ -135074,9 +194051,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recNKuYi23qKFj3C0", - "id": "e1991" + "id": "e1992" }, { "aapbId": "cpb-aacip-500-mc8rgt9s", @@ -135097,13 +194098,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNLiUTPUNOQgmMi", - "id": "e1992" + "id": "e1993" }, { "aapbId": "cpb-aacip-500-v40jzb85", @@ -135122,6 +194151,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -135137,10 +194170,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recNLvkBQloVsTkUj", - "id": "e1993" + "id": "e1994" }, { "aapbId": "cpb-aacip-500-r20rwf1b", @@ -135160,6 +194217,10 @@ "title": "Let's find out, grade 2" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "fruit", "name": "Fruit" @@ -135168,6 +194229,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -135187,11 +194252,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recNOpSOwuiOak3BW", - "id": "e1994" + "id": "e1995" }, { "aapbId": "cpb-aacip-500-tx355r2k", @@ -135235,6 +194324,10 @@ "id": "city-planning-united-states", "name": "City planning--United States" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "future-the", "name": "Future, The" @@ -135246,6 +194339,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -135303,9 +194400,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recNP6gwLIhUq038o", - "id": "e1995" + "id": "e1996" }, { "aapbId": "cpb-aacip-500-rj48tv9v", @@ -135338,11 +194459,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recNPcYL8EiJKRI8N", "subject": [], - "id": "e1996" + "id": "e1997" }, { "aapbId": "cpb-aacip-500-2n4zm979", @@ -135363,32 +194508,44 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china", + "name": "China" + }, + { + "id": "china-foreign-relations", + "name": "China--Foreign relations" + }, + { + "id": "china-history", + "name": "China--History" }, { "id": "china-history-civil-war-1945-1949", "name": "China--History--Civil War, 1945-1949" }, { - "id": "china-relations-soviet-union", - "name": "China--Relations--Soviet Union" + "id": "communism", + "name": "Communism" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations" }, { "id": "world-politics", @@ -135462,9 +194619,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recNPl5utCf2BVJK0", - "id": "e1997" + "id": "e1998" }, { "aapbId": "cpb-aacip-500-st7dwk90", @@ -135484,7 +194665,7 @@ "contributor": [], "airtableId": "recNPn68f7j1QGL4X", "subject": [], - "id": "e1998" + "id": "e1999" }, { "aapbId": "cpb-aacip-500-x63b490k", @@ -135520,13 +194701,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "reger-max-1873-1916-organ-music", @@ -135565,9 +194750,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recNS1jnCnlS9mjj3", - "id": "e1999" + "id": "e2000" }, { "aapbId": "cpb-aacip-500-sn01406c", @@ -135588,8 +194797,16 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "censorship", + "name": "Censorship" + }, + { + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "foreign-literature", @@ -135600,20 +194817,24 @@ "name": "NAEB Region III" }, { - "id": "soviet-literature-20th-century-history-and-criticism", - "name": "Soviet literature--20th century--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "soviet-literature", + "name": "Soviet literature" }, { - "id": "soviet-literature-censorship", - "name": "Soviet literature--Censorship" + "id": "soviet-literature-20th-century-history-and-criticism", + "name": "Soviet literature--20th century--History and criticism" }, { "id": "soviet-literature-political-aspects", "name": "Soviet literature--Political aspects" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -135673,9 +194894,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recNSCZKujqEuiF8x", - "id": "e2000" + "id": "e2001" }, { "aapbId": "cpb-aacip-500-5x25fs7m", @@ -135689,12 +194934,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNSGR9JiQ2SIoTh", - "subject": [], - "id": "e2001" + "id": "e2002" }, { "aapbId": "cpb-aacip-500-fj29dv46", @@ -135725,6 +194975,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -135770,9 +195024,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recNWKgPJ0dxn2lWO", - "id": "e2002" + "id": "e2003" }, { "aapbId": "cpb-aacip-500-ht2gcc6x", @@ -135800,6 +195078,10 @@ "id": "acting-study-and-teaching", "name": "Acting--Study and teaching" }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -135808,6 +195090,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -135815,6 +195101,10 @@ { "id": "strasberg-lee", "name": "Strasberg, Lee" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -135857,18 +195147,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recNWQBMhCwc2o4E4", - "id": "e2003" + "id": "e2004" }, { "aapbId": "cpb-aacip-500-hm52kv63", @@ -135896,6 +195210,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -135950,9 +195268,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recNWkME72yrQfKYa", - "id": "e2004" + "id": "e2005" }, { "aapbId": "cpb-aacip-500-9k45vb7n", @@ -136015,7 +195357,7 @@ ], "decade": "1960-1969", "airtableId": "recNWuICHkloqYAJx", - "id": "e2005" + "id": "e2006" }, { "aapbId": "cpb-aacip-500-9882ph1r", @@ -136039,17 +195381,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -136094,9 +195440,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recNXCSBI62z9rnQB", - "id": "e2006" + "id": "e2007" }, { "aapbId": "cpb-aacip-500-0g3h217k", @@ -136147,6 +195517,18 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -136216,9 +195598,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recNXMCsrPKQtA5Od", - "id": "e2007" + "id": "e2008" }, { "aapbId": "cpb-aacip-500-n58cm36h", @@ -136242,14 +195648,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -136277,10 +195683,34 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNXa9UNFZ9RhVl7", - "id": "e2008" + "id": "e2009" }, { "aapbId": "cpb-aacip-500-qv3c3t66", @@ -136301,12 +195731,12 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "musical-intervals-and-scales", @@ -136316,6 +195746,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "violin", "name": "Violin" @@ -136351,9 +195785,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recNXet2a3pmeTQRp", - "id": "e2009" + "id": "e2010" }, { "aapbId": "cpb-aacip-500-pg1hnv1h", @@ -136389,6 +195847,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -136418,10 +195880,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNXpsFh4evadtda", - "id": "e2010" + "id": "e2011" }, { "aapbId": "cpb-aacip-500-t43j2g52", @@ -136444,10 +195930,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -136467,10 +195961,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNY2GVwGHZTvHQX", - "id": "e2011" + "id": "e2012" }, { "aapbId": "cpb-aacip-500-3x83p347", @@ -136491,13 +196009,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNY9xA1G92WbCcX", - "id": "e2012" + "id": "e2013" }, { "aapbId": "cpb-aacip-500-251fnw4x", @@ -136521,6 +196067,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "jefferson-joseph-1829-1905", "name": "Jefferson, Joseph, 1829-1905" @@ -136529,6 +196079,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -136536,6 +196090,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -136597,18 +196155,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recNZ8GyhC9EchOn4", - "id": "e2013" + "id": "e2014" }, { "aapbId": "cpb-aacip-500-ft8dkq4t", @@ -136639,6 +196221,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -136684,9 +196270,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recNa4mgJ2igoGb1s", - "id": "e2014" + "id": "e2015" }, { "aapbId": "cpb-aacip-500-j678xj3g", @@ -136706,6 +196316,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -136718,6 +196332,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -136785,9 +196403,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recNcSfberKIzUI8E", - "id": "e2015" + "id": "e2016" }, { "aapbId": "cpb-aacip-500-f47gvp29", @@ -136812,13 +196454,25 @@ "name": "Asia--Politics and government--1945-" }, { - "id": "communism-and-international-relations", - "name": "Communism and international relations" + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "canada", + "name": "Canada" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -136831,6 +196485,10 @@ "id": "postcolonialism", "name": "Postcolonialism" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -136881,11 +196539,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "recNdJbv3EwP2GNHK", - "id": "e2016" + "id": "e2017" }, { "aapbId": "cpb-aacip-500-dv1cpv2v", @@ -136918,11 +196604,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recNdLpGce2flbP5K", "subject": [], - "id": "e2017" + "id": "e2018" }, { "aapbId": "cpb-aacip-500-154ds290", @@ -136940,16 +196650,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNe2iBY1h3FGcd1", - "id": "e2018" + "id": "e2019" }, { "aapbId": "cpb-aacip-500-ft8dkq13", @@ -136968,13 +196710,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "winston-salem", + "name": "Winston-Salem" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNeImEKJRqVVrfO", - "id": "e2019" + "id": "e2020" }, { "aapbId": "cpb-aacip-500-sx648w78", @@ -136995,13 +196765,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNeP3Y6GwvuPypQ", - "id": "e2020" + "id": "e2021" }, { "aapbId": "cpb-aacip-500-b853kc96", @@ -137020,13 +196818,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNePm1ZmaNCulkj", - "id": "e2021" + "id": "e2022" }, { "aapbId": "cpb-aacip-500-s17ssb28", @@ -137046,10 +196872,6 @@ "title": "The comic arts II" }, "subject": [ - { - "id": "books", - "name": "Books" - }, { "id": "comedy", "name": "Comedy" @@ -137058,13 +196880,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -137099,9 +196929,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recNexfA90wUrYGjw", - "id": "e2022" + "id": "e2023" }, { "aapbId": "cpb-aacip-500-fq9q6d1g", @@ -137120,13 +196974,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNfmidOkAbrmsWk", - "id": "e2023" + "id": "e2024" }, { "aapbId": "cpb-aacip-500-qj77z138", @@ -137158,6 +197040,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -137165,6 +197051,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -137191,19 +197081,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recNg79v8lKbPlC61", - "id": "e2024" + "id": "e2025" }, { "aapbId": "cpb-aacip-500-2z12s59j", @@ -137231,6 +197145,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -137282,9 +197200,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recNgGB3v7Q1hyWnW", - "id": "e2025" + "id": "e2026" }, { "aapbId": "cpb-aacip-500-n58cm51q", @@ -137305,17 +197247,13 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-united-states", - "name": "African Americans--United States" - }, { "id": "arts-literature", "name": "Arts, Literature" @@ -137324,10 +197262,18 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-lafayette-theatre", "name": "New Lafayette Theatre" @@ -137337,24 +197283,20 @@ "name": "New York (N.Y.)" }, { - "id": "sociology", - "name": "Sociology" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -137365,6 +197307,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -137381,7 +197347,7 @@ } ], "airtableId": "recNgU7bg5xrr2DdJ", - "id": "e2026" + "id": "e2027" }, { "aapbId": "cpb-aacip-500-0p0wtk79", @@ -137402,24 +197368,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century-history-and-criticism", - "name": "Music--20th century--History and criticism" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -137458,10 +197432,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recNh7ijC6saFylAC", - "id": "e2027" + "id": "e2028" }, { "aapbId": "cpb-aacip-500-rv0d0q36", @@ -137490,8 +197488,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children-family-relationships-united-states", @@ -137501,13 +197499,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -137559,9 +197561,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recNhgWGoN6WctSXj", - "id": "e2028" + "id": "e2029" }, { "aapbId": "cpb-aacip-500-sf2mbg7p", @@ -137592,6 +197618,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -137630,10 +197660,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNi7Jj1mznKtgC6", - "id": "e2029" + "id": "e2030" }, { "aapbId": "cpb-aacip-500-k9316q40", @@ -137649,16 +197703,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNinzHjrJAGzWLJ", - "id": "e2030" + "id": "e2031" }, { "aapbId": "cpb-aacip-500-736m473d", @@ -137684,10 +197770,22 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "social-values-united-states", "name": "Social values--United States" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "sunnyvale-calif", "name": "Sunnyvale (Calif.)" @@ -137696,13 +197794,13 @@ "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, - { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" - }, { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -137729,10 +197827,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNjm7x1EYJjaDIX", - "id": "e2031" + "id": "e2032" }, { "aapbId": "cpb-aacip-500-5t3g2g6r", @@ -137756,10 +197878,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -137773,8 +197907,8 @@ "name": "Religion" }, { - "id": "short-stories", - "name": "Short stories" + "id": "short-stories-history-and-criticism", + "name": "Short stories--History and criticism" } ], "creator": [ @@ -137832,9 +197966,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recNkKyb1AMGg6SFf", - "id": "e2032" + "id": "e2033" }, { "aapbId": "cpb-aacip-500-804xmt4f", @@ -137854,14 +198012,26 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "belgium", "name": "Belgium" }, + { + "id": "canada", + "name": "Canada" + }, { "id": "ceylon", "name": "Ceylon" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "human-rights", "name": "Human rights" @@ -137874,13 +198044,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "united-nations", "name": "United Nations" }, { - "id": "united-states", - "name": "United States" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "world-politics", @@ -137941,9 +198123,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recNnLc5OnEd8H3KN", - "id": "e2033" + "id": "e2034" }, { "aapbId": "cpb-aacip-500-ft8dkn8c", @@ -137979,13 +198185,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -138014,9 +198232,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recNo1OT5erVGQxhB", - "id": "e2034" + "id": "e2035" }, { "aapbId": "cpb-aacip-500-dv1cpt6m", @@ -138036,7 +198278,7 @@ "contributor": [], "airtableId": "recNo2RAuZRUdMj6w", "subject": [], - "id": "e2035" + "id": "e2036" }, { "aapbId": "cpb-aacip-500-wm13sm1k", @@ -138056,14 +198298,26 @@ "title": "Conversations on public relations" }, "subject": [ + { + "id": "ethics", + "name": "Ethics" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "public-relations", "name": "Public relations" @@ -138107,9 +198361,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recNoq8teryTGCSkV", - "id": "e2036" + "id": "e2037" }, { "aapbId": "cpb-aacip-500-fn10t31v", @@ -138133,17 +198411,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -138178,9 +198464,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recNqbZYqStldj3Bs", - "id": "e2037" + "id": "e2038" }, { "aapbId": "cpb-aacip-500-9z90dg82", @@ -138200,6 +198510,14 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "ellington-duke-1899-1974-appreciation", "name": "Ellington, Duke, 1899-1974--Appreciation" @@ -138209,12 +198527,12 @@ "name": "Ellington, Duke, 1899-1974--Criticism and interpretation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -138223,6 +198541,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -138255,10 +198577,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNqtjmwTe1NIfMQ", - "id": "e2038" + "id": "e2039" }, { "aapbId": "cpb-aacip-500-hh6c6k5f", @@ -138280,6 +198626,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -138309,9 +198659,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recNrQHFCwLwl47oY", - "id": "e2039" + "id": "e2040" }, { "aapbId": "cpb-aacip-500-2805260w", @@ -138331,6 +198705,10 @@ "title": "The shadow of the lion" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -138350,6 +198728,18 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -138385,9 +198775,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recNrrd8DnEfyCeZz", - "id": "e2040" + "id": "e2041" }, { "aapbId": "cpb-aacip-500-ws8hk52t", @@ -138419,6 +198833,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -138470,9 +198888,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recNtJ98iQ2UK6m6c", - "id": "e2041" + "id": "e2042" }, { "aapbId": "cpb-aacip-500-3x83p37z", @@ -138504,6 +198946,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -138539,11 +198985,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recNtuiY4GMp3YbdC", - "id": "e2042" + "id": "e2043" }, { "aapbId": "cpb-aacip-500-wp9t5v77", @@ -138568,13 +199042,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -138603,18 +199085,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recNu3L2KJmVQxeHr", - "id": "e2043" + "id": "e2044" }, { "aapbId": "cpb-aacip-500-vt1gp94t", @@ -138639,20 +199149,28 @@ "name": "Ecology & the Environment" }, { - "id": "medicine-united-states-history-20th-century", - "name": "Medicine--United States--History--20th century" + "id": "medicine", + "name": "Medicine" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "nuclear-energy-history-20th-century", - "name": "Nuclear energy--History--20th century," + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "nuclear-energy", + "name": "Nuclear energy" + }, + { + "id": "nuclear-energy-history-20th-century", + "name": "Nuclear energy--History--20th century," }, { "id": "radioisotopes", @@ -138661,6 +199179,14 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -138713,9 +199239,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recNucpbst2fGJaCs", - "id": "e2044" + "id": "e2045" }, { "aapbId": "cpb-aacip-500-736m461q", @@ -138747,6 +199297,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -138789,9 +199343,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recNwqNWCtRqDXsaq", - "id": "e2045" + "id": "e2046" }, { "aapbId": "cpb-aacip-500-qf8jjq5z", @@ -138810,13 +199388,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNxAlesAI59QhHK", - "id": "e2046" + "id": "e2047" }, { "aapbId": "cpb-aacip-500-ws8hk68g", @@ -138837,13 +199443,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recNxZWj0ipsgMD4N", - "id": "e2047" + "id": "e2048" }, { "aapbId": "cpb-aacip-500-h98zdz0p", @@ -138878,6 +199512,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -138898,10 +199536,34 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recNxfhGFZN96I8bV", - "id": "e2048" + "id": "e2049" }, { "aapbId": "cpb-aacip-500-bc3szn2t", @@ -138921,10 +199583,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -138932,6 +199590,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -138966,9 +199628,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recNxntKOzHgb9tWf", - "id": "e2049" + "id": "e2050" }, { "aapbId": "cpb-aacip-500-2f7jtr0k", @@ -139000,6 +199686,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -139057,9 +199747,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recNy5NmC1Z828Eh3", - "id": "e2050" + "id": "e2051" }, { "aapbId": "cpb-aacip-500-w6697h1q", @@ -139085,6 +199799,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -139119,9 +199837,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recO0IBQcfeUyOQ8c", - "id": "e2051" + "id": "e2052" }, { "aapbId": "cpb-aacip-500-th8bmk7c", @@ -139142,13 +199884,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recO0U97gowcV4T6d", - "id": "e2052" + "id": "e2053" }, { "aapbId": "cpb-aacip-500-k649td7z", @@ -139180,10 +199950,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -139225,9 +200003,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recO10YYKhHUPcEM2", - "id": "e2053" + "id": "e2054" }, { "aapbId": "cpb-aacip-500-p843wb0m", @@ -139247,6 +200049,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "economic-development", "name": "Economic development" @@ -139280,8 +200086,12 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -139312,9 +200122,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recO212hfFG9KFFaI", - "id": "e2054" + "id": "e2055" }, { "aapbId": "cpb-aacip-500-d795c45f", @@ -139334,17 +200168,17 @@ "title": "The truth about radio" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "united-states-federal-communications-commission", - "name": "United States. Federal Communications Commission" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-federal-communications-commission-fcc", + "name": "United States. Federal Communications Commission. (FCC)" } ], "creator": [ @@ -139379,9 +200213,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recO2ks1Vb3uQkmd0", - "id": "e2055" + "id": "e2056" }, { "aapbId": "cpb-aacip-500-s756jw10", @@ -139402,8 +200260,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "city-planning-united-states", @@ -139417,10 +200275,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "minorities-united-states", "name": "Minorities--United States" @@ -139444,6 +200298,18 @@ { "id": "technology", "name": "Technology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -139507,9 +200373,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recO32MWgdPBEyU51", - "id": "e2056" + "id": "e2057" }, { "aapbId": "cpb-aacip-500-bz619b8k", @@ -139534,17 +200424,13 @@ "name": "Denmark" }, { - "id": "education-denmark", - "name": "Education--Denmark" + "id": "education", + "name": "Education" }, { "id": "europe", "name": "Europe" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "internationalism", "name": "Internationalism" @@ -139552,6 +200438,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -139597,9 +200491,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recO3d0WapLuk60MO", - "id": "e2057" + "id": "e2058" }, { "aapbId": "cpb-aacip-500-3x83p202", @@ -139620,20 +200538,36 @@ }, "subject": [ { - "id": "dickinson-emily-1830-1886-drama", - "name": "Dickinson, Emily, 1830-1886--Drama" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "dickinson-emily-1830-1886", + "name": "Dickinson, Emily, 1830-1886" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "writers", - "name": "Writers" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -139695,18 +200629,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recO4WvsSzPXmVWu4", - "id": "e2058" + "id": "e2059" }, { "aapbId": "cpb-aacip-500-xk84pg12", @@ -139725,8 +200683,16 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "founding-fathers-of-the-united-states", @@ -139807,9 +200773,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recO4cc1nYtaGiFrZ", - "id": "e2059" + "id": "e2060" }, { "aapbId": "cpb-aacip-500-sq8qhb3b", @@ -139824,12 +200814,21 @@ "id": "advances-in-science", "title": "Advances in science" }, + "subject": [ + { + "id": "science", + "name": "Science" + }, + { + "id": "science-technology", + "name": "Science & Technology" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recO5ZfL9OkKFIBSD", - "subject": [], - "id": "e2060" + "id": "e2061" }, { "aapbId": "cpb-aacip-500-862bdb8b", @@ -139872,6 +200871,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -139918,9 +200921,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recO7jzYzN38gRgTw", - "id": "e2061" + "id": "e2062" }, { "aapbId": "cpb-aacip-500-gx44vt61", @@ -139947,6 +200974,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "ohio", "name": "Ohio" @@ -139990,9 +201021,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recO7skUIKKNmZ3Ru", - "id": "e2062" + "id": "e2063" }, { "aapbId": "cpb-aacip-500-901zhq2p", @@ -140028,8 +201083,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -140039,9 +201098,21 @@ "id": "public-television-united-states", "name": "Public television--United States" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "television-equipment-and-supplies", "name": "Television--Equipment and supplies" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -140058,10 +201129,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recO9ce4XPZouhcsu", - "id": "e2063" + "id": "e2064" }, { "aapbId": "cpb-aacip-500-zp3vzk8c", @@ -140081,10 +201176,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -140092,6 +201183,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -140126,9 +201221,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recOCrud5ZB30i3ni", - "id": "e2064" + "id": "e2065" }, { "aapbId": "cpb-aacip-500-qb9v5d7t", @@ -140168,6 +201287,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -140211,9 +201334,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recOEdys63v3uQsbb", - "id": "e2065" + "id": "e2066" }, { "aapbId": "cpb-aacip-500-930nwz73", @@ -140232,10 +201379,18 @@ "title": "30th Annual Couchiching conference, 1961" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "diplomacy", "name": "Diplomacy" @@ -140248,10 +201403,18 @@ "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "war", "name": "War" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -140308,11 +201471,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recOHJyeVRC0ynjxD", - "id": "e2066" + "id": "e2067" }, { "aapbId": "cpb-aacip-500-4q7qsc35", @@ -140344,10 +201535,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -140389,9 +201588,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recOHQ6VNcybrFsG4", - "id": "e2067" + "id": "e2068" }, { "aapbId": "cpb-aacip-500-0z710h2c", @@ -140415,6 +201638,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -140423,13 +201650,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -140459,14 +201698,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recOHjxgkLD4Wg1PB", - "id": "e2068" + "id": "e2069" }, { "aapbId": "cpb-aacip-500-5h7bwn1z", @@ -140480,12 +201747,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recOHkghsWZcFPgSi", "subject": [], - "id": "e2069" + "id": "e2070" }, { "aapbId": "cpb-aacip-500-b27psr9n", @@ -140517,6 +201808,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -140546,10 +201841,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recOK4eD9s2Y4iIvj", - "id": "e2070" + "id": "e2071" }, { "aapbId": "cpb-aacip-500-br8mht5x", @@ -140575,6 +201894,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -140609,9 +201932,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recOKVPRPHFRbscgf", - "id": "e2071" + "id": "e2072" }, { "aapbId": "cpb-aacip-500-q814s61c", @@ -140625,12 +201972,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recOL91EnwHkSa0YI", - "subject": [], - "id": "e2072" + "id": "e2073" }, { "aapbId": "cpb-aacip-500-0v89m71k", @@ -140663,11 +202019,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recOLLirCiAwXbAZ6", "subject": [], - "id": "e2073" + "id": "e2074" }, { "aapbId": "cpb-aacip-500-cf9j7t61", @@ -140686,8 +202066,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -140754,9 +202134,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recOMXd4RWX28Cc0k", - "id": "e2074" + "id": "e2075" }, { "aapbId": "cpb-aacip-500-0k26fc7d", @@ -140778,6 +202182,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -140807,9 +202215,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recOMdDbHG6LFrEwj", - "id": "e2075" + "id": "e2076" }, { "aapbId": "cpb-aacip-500-f7667z2v", @@ -140833,13 +202265,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -140880,9 +202312,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recONXsVcrQz4LK6Y", - "id": "e2076" + "id": "e2077" }, { "aapbId": "cpb-aacip-500-ft8dkn74", @@ -140906,17 +202362,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -140954,18 +202414,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recOQHJJjSyRFJFUo", - "id": "e2077" + "id": "e2078" }, { "aapbId": "cpb-aacip-500-7w677j1c", @@ -140982,9 +202466,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -141014,9 +202514,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recOTh10YXmLeNpnK", - "id": "e2078" + "id": "e2079" }, { "aapbId": "cpb-aacip-500-qf8jjr55", @@ -141034,13 +202558,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recOTo8sznyevsYHA", - "id": "e2079" + "id": "e2080" }, { "aapbId": "cpb-aacip-500-wd3q111j", @@ -141065,17 +202617,21 @@ "name": "Bowed stringed instruments--Bowing" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestra", "name": "Orchestra" @@ -141111,9 +202667,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recOUTl3NPughXMZh", - "id": "e2080" + "id": "e2081" }, { "aapbId": "cpb-aacip-500-kp7trw2n", @@ -141144,6 +202724,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -141196,9 +202780,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "recOUkvNwOdKj9SWi", - "id": "e2081" + "id": "e2082" }, { "aapbId": "cpb-aacip-500-wp9t5w27", @@ -141229,6 +202837,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -141279,11 +202891,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recOV0KldKz1fiAfh", - "id": "e2082" + "id": "e2083" }, { "aapbId": "cpb-aacip-500-4x54jz8j", @@ -141298,16 +202938,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recOVApJl0W8zaz07", - "id": "e2083" + "id": "e2084" }, { "aapbId": "cpb-aacip-500-df6k4n6b", @@ -141328,20 +203004,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -141350,6 +203026,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -141425,9 +203109,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recOVPtyywIAsYVNL", - "id": "e2084" + "id": "e2085" }, { "aapbId": "cpb-aacip-500-fb4wn87r", @@ -141455,29 +203163,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -141488,6 +203204,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -141510,7 +203250,7 @@ } ], "airtableId": "recOVuwXqMFe9ldQO", - "id": "e2085" + "id": "e2086" }, { "aapbId": "cpb-aacip-500-r20rwf98", @@ -141531,13 +203271,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recOWFq44gfY5Cpo3", - "id": "e2086" + "id": "e2087" }, { "aapbId": "cpb-aacip-500-nk36580g", @@ -141558,24 +203326,35 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -141583,8 +203362,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -141619,9 +203398,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recOWKESj0WZmKmRc", - "id": "e2087" + "id": "e2088" }, { "aapbId": "cpb-aacip-500-x05xbq5f", @@ -141653,6 +203456,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -141704,9 +203511,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recOWyilAxba8Cduc", - "id": "e2088" + "id": "e2089" }, { "aapbId": "cpb-aacip-500-ft8dkp7b", @@ -141734,6 +203565,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -141782,9 +203617,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recOZpk06MU3SKyeU", - "id": "e2089" + "id": "e2090" }, { "aapbId": "cpb-aacip-500-125qcr3r", @@ -141812,6 +203671,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -141854,9 +203717,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recOZtyFbpwfU51aw", - "id": "e2090" + "id": "e2091" }, { "aapbId": "cpb-aacip-500-r49g8q8j", @@ -141870,16 +203757,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recOcRUk51uynyCDQ", - "id": "e2091" + "id": "e2092" }, { "aapbId": "cpb-aacip-500-g15tc726", @@ -141907,6 +203834,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -141955,9 +203886,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recOcdLuiN7l5T9rT", - "id": "e2092" + "id": "e2093" }, { "aapbId": "cpb-aacip-500-dj58hz37", @@ -141978,8 +203933,12 @@ }, "subject": [ { - "id": "communism-cuba", - "name": "Communism--Cuba" + "id": "communism", + "name": "Communism" + }, + { + "id": "cuba", + "name": "Cuba" }, { "id": "cuba-history-revolution-1959", @@ -141998,12 +203957,12 @@ "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -142042,9 +204001,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recOczoeUBqmICqHQ", - "id": "e2093" + "id": "e2094" }, { "aapbId": "cpb-aacip-500-ws8hk549", @@ -142064,17 +204047,25 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "writers", - "name": "Writers" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -142142,18 +204133,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recOe9bYyK7riLqEi", - "id": "e2094" + "id": "e2095" }, { "aapbId": "cpb-aacip-500-hm52kt0f", @@ -142174,21 +204189,29 @@ }, "subject": [ { - "id": "agriculture-united-states-history-20th-century", - "name": "Agriculture--United States--History--20th century" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "agriculture", + "name": "Agriculture" }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "nuclear-energy", + "name": "Nuclear energy" + }, { "id": "nuclear-energy-history-20th-century", "name": "Nuclear energy--History--20th century," @@ -142198,8 +204221,16 @@ "name": "Nuclear energy--Research--United States" }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -142252,9 +204283,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recOgDXXDx1VJVJ71", - "id": "e2095" + "id": "e2096" }, { "aapbId": "cpb-aacip-500-416t299h", @@ -142282,6 +204337,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -142339,9 +204402,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recOgGHYx9PCJIPu3", - "id": "e2096" + "id": "e2097" }, { "aapbId": "cpb-aacip-500-3t9d8t0p", @@ -142355,12 +204442,49 @@ "id": "the-african-revolution", "title": "The African revolution" }, + "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "revolutionaries-africa", + "name": "Revolutionaries--Africa" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recOhm998wZYnIXkC", - "subject": [], - "id": "e2097" + "id": "e2098" }, { "aapbId": "cpb-aacip-500-5717qt70", @@ -142384,13 +204508,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -142425,9 +204549,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recOi557Iuk4ddPFE", - "id": "e2098" + "id": "e2099" }, { "aapbId": "cpb-aacip-500-ns0kxt9c", @@ -142458,6 +204606,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -142528,9 +204680,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recOi8jbiSWDeDnU2", - "id": "e2099" + "id": "e2100" }, { "aapbId": "cpb-aacip-500-7p8tg05c", @@ -142551,6 +204727,22 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sex", + "name": "Sex" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -142585,9 +204777,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "airtableId": "recOiGt0pKn3fdepJ", - "id": "e2100" + "id": "e2101" }, { "aapbId": "cpb-aacip-500-kw57jg0h", @@ -142615,6 +204831,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "political-parties-united-states", "name": "Political parties--United States" @@ -142623,6 +204843,14 @@ "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -142638,6 +204866,14 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -142674,9 +204910,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recOiNWJ76NVKCEka", - "id": "e2101" + "id": "e2102" }, { "aapbId": "cpb-aacip-500-sq8qhb0m", @@ -142699,6 +204959,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -142712,10 +204976,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recOimpGe2kDLhLEK", - "id": "e2102" + "id": "e2103" }, { "aapbId": "cpb-aacip-500-g44hrj1k", @@ -142735,6 +205023,10 @@ "title": "Intellectual adventure of ancient man" }, "subject": [ + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "gilgamesh-legendary-character-legends", "name": "Gilgamesh (Legendary character)--Legends" @@ -142758,6 +205050,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" } ], "creator": [ @@ -142798,9 +205098,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recOio5VyfxCjYhAE", - "id": "e2103" + "id": "e2104" }, { "aapbId": "cpb-aacip-500-g44hrj49", @@ -142828,13 +205152,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -142887,9 +205219,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recOjZdFLJPc0PTH7", - "id": "e2104" + "id": "e2105" }, { "aapbId": "cpb-aacip-500-x05xbr2x", @@ -142910,20 +205266,28 @@ }, "subject": [ { - "id": "film-criticism-united-states", - "name": "Film criticism--United States" + "id": "film", + "name": "Film" }, { - "id": "film-history", - "name": "Film History" + "id": "film-criticism-united-states", + "name": "Film criticism--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -142961,18 +205325,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recOkBZ18js4a2O1D", - "id": "e2105" + "id": "e2106" }, { "aapbId": "cpb-aacip-500-sf2mbg00", @@ -142993,24 +205381,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "animals", + "name": "Animals" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -143072,9 +205464,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recOklxhOCxnNktHL", - "id": "e2106" + "id": "e2107" }, { "aapbId": "cpb-aacip-500-jd4pq33h", @@ -143098,9 +205514,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -143140,9 +205564,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recOlnHdfrUMGK2t0", - "id": "e2107" + "id": "e2108" }, { "aapbId": "cpb-aacip-500-h41jnc63", @@ -143162,10 +205610,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -143247,9 +205703,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recOmlsCYnQG7QkLc", - "id": "e2108" + "id": "e2109" }, { "aapbId": "cpb-aacip-500-5h7bwn4p", @@ -143272,10 +205752,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -143295,10 +205783,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recOn4wzT9Af7GI2o", - "id": "e2109" + "id": "e2110" }, { "aapbId": "cpb-aacip-500-xw47vb0g", @@ -143318,6 +205830,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "particles", "name": "Particles" @@ -143369,9 +205885,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": null, "airtableId": "recOozALu7UQ0TEyo", - "id": "e2110" + "id": "e2111" }, { "aapbId": "cpb-aacip-500-pr7mtq8t", @@ -143392,13 +205932,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recOozu5G9gzbvBqX", - "id": "e2111" + "id": "e2112" }, { "aapbId": "cpb-aacip-500-m9023j71", @@ -143429,6 +205997,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -143492,9 +206068,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recOpSzaLHv1g6rsb", - "id": "e2112" + "id": "e2113" }, { "aapbId": "cpb-aacip-500-m61bq850", @@ -143518,9 +206118,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -143550,6 +206166,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -143579,9 +206201,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recOqSXXBd3cKzyx2", - "id": "e2113" + "id": "e2114" }, { "aapbId": "cpb-aacip-500-kk94ck5v", @@ -143612,6 +206258,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -143644,6 +206294,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -143654,7 +206328,7 @@ } ], "airtableId": "recOrCm1Z8rOkGv3v", - "id": "e2114" + "id": "e2115" }, { "aapbId": "cpb-aacip-500-hm52kv7b", @@ -143674,10 +206348,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -143690,10 +206360,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "inner-cities", "name": "Inner cities" @@ -143706,6 +206372,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "urban-high-schools", "name": "Urban high schools" @@ -143752,9 +206426,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recOs16f8oVbdH3hd", - "id": "e2115" + "id": "e2116" }, { "aapbId": "cpb-aacip-500-h41jnd3k", @@ -143829,7 +206527,7 @@ ], "decade": "1960-1969", "airtableId": "recOsrOy5r71DGMfp", - "id": "e2116" + "id": "e2117" }, { "aapbId": "cpb-aacip-500-707wqx5z", @@ -143844,12 +206542,30 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "finland", + "name": "Finland" + } + ], + "settlement": [ + { + "id": "helsinki", + "name": "Helsinki" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recOt7sOb5l1VlVtC", "subject": [], - "id": "e2117" + "id": "e2118" }, { "aapbId": "cpb-aacip-500-nz80qd5q", @@ -143873,6 +206589,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -143924,9 +206644,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recOvINaUvaRDeRRX", - "id": "e2118" + "id": "e2119" }, { "aapbId": "cpb-aacip-500-0z710j03", @@ -143952,6 +206696,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -143974,10 +206722,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recOvdHdcm2QpaDwK", - "id": "e2119" + "id": "e2120" }, { "aapbId": "cpb-aacip-500-rf5kfk1h", @@ -144034,7 +206806,7 @@ ], "decade": "1960-1969", "airtableId": "recOvxRHJQ9gHa0SQ", - "id": "e2120" + "id": "e2121" }, { "aapbId": "cpb-aacip-500-fx73zz6h", @@ -144058,6 +206830,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -144105,9 +206881,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recOwrV4znJIPH1y3", - "id": "e2121" + "id": "e2122" }, { "aapbId": "cpb-aacip-500-7p8tfx5s", @@ -144128,12 +206928,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -144142,6 +206938,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -144168,10 +206968,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recOxv4VEzSPRGtf7", - "id": "e2122" + "id": "e2123" }, { "aapbId": "cpb-aacip-500-8911sm90", @@ -144207,6 +207031,14 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "oceans", + "name": "Oceans" + }, { "id": "science", "name": "Science" @@ -144259,9 +207091,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recOxxYnQ4LalTqzU", - "id": "e2123" + "id": "e2124" }, { "aapbId": "cpb-aacip-500-v698bm3g", @@ -144280,6 +207136,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -144301,6 +207161,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -144311,7 +207195,7 @@ } ], "airtableId": "recOy4V15Np25JlWq", - "id": "e2124" + "id": "e2125" }, { "aapbId": "cpb-aacip-500-sj19qq9c", @@ -144325,12 +207209,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recOyjdj0g181LsL0", - "subject": [], - "id": "e2125" + "id": "e2126" }, { "aapbId": "cpb-aacip-500-jm23gp4x", @@ -144355,8 +207244,12 @@ "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, { - "id": "composers-18th-century", - "name": "Composers--18th century" + "id": "composers", + "name": "Composers" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "music", @@ -144367,16 +207260,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -144411,9 +207304,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recOzSRmxYnqmFNlw", - "id": "e2126" + "id": "e2127" }, { "aapbId": "cpb-aacip-500-7d2q9388", @@ -144429,16 +207346,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recP0H0BClTtvwwL3", - "id": "e2127" + "id": "e2128" }, { "aapbId": "cpb-aacip-500-hx15rq48", @@ -144458,6 +207419,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -144474,14 +207439,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -144525,9 +207490,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recP0cHwsiieOU0O9", - "id": "e2128" + "id": "e2129" }, { "aapbId": "cpb-aacip-500-f7667z9j", @@ -144547,13 +207536,21 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { - "id": "china-civilisation", - "name": "China civilisation" + "id": "china-civilization", + "name": "China civilization" + }, + { + "id": "education", + "name": "Education" }, { "id": "lectures-and-lecturing", @@ -144563,6 +207560,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -144572,12 +207573,12 @@ "name": "Science & Technology" }, { - "id": "science-china-history", - "name": "Science--China--History" + "id": "science-history", + "name": "Science--History" }, { - "id": "technology-china-history", - "name": "Technology--China--History" + "id": "technology", + "name": "Technology" } ], "creator": [ @@ -144604,11 +207605,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recP1SqdKpbb9oJOP", - "id": "e2129" + "id": "e2130" }, { "aapbId": "cpb-aacip-500-zs2kbx5m", @@ -144640,6 +207669,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -144647,6 +207680,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -144673,19 +207710,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recP2QDQrtGVs5lew", - "id": "e2130" + "id": "e2131" }, { "aapbId": "cpb-aacip-500-707wqz4x", @@ -144718,6 +207779,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -144759,10 +207824,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recP68RygBuFNgH6d", - "id": "e2131" + "id": "e2132" }, { "aapbId": "cpb-aacip-500-rx93d001", @@ -144803,8 +207892,12 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -144839,9 +207932,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recP78yWgBHqL1uCb", - "id": "e2132" + "id": "e2133" }, { "aapbId": "cpb-aacip-500-r20rwg5h", @@ -144861,12 +207978,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -144887,10 +208004,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPAKyv6mTMAiPxx", - "id": "e2133" + "id": "e2134" }, { "aapbId": "cpb-aacip-500-dz03336b", @@ -144911,8 +208052,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -144922,6 +208063,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soldiers", "name": "Soldiers" @@ -144931,8 +208076,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -144989,9 +208134,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recPBLcilpJNxFC0R", - "id": "e2134" + "id": "e2135" }, { "aapbId": "cpb-aacip-500-cj87n23p", @@ -145015,13 +208184,17 @@ "id": "classical-drama-tragedy", "name": "Classical drama (Tragedy)" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "euripides-iphigenia-in-tauris-english", "name": "Euripides. Iphigenia in Tauris. English" }, { - "id": "iphigenia-greek-mythology-drama", - "name": "Iphigenia (Greek mythology)--Drama" + "id": "iphigenia-greek-mythology", + "name": "Iphigenia (Greek mythology)" }, { "id": "melodrama", @@ -145031,6 +208204,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -145054,10 +208231,34 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPCNdppKN6pEBJq", - "id": "e2135" + "id": "e2136" }, { "aapbId": "cpb-aacip-500-xp6v2r30", @@ -145083,6 +208284,10 @@ "id": "concerts", "name": "Concerts" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "henry-o-1862-1910", "name": "Henry, O., 1862-1910" @@ -145095,13 +208300,29 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera", "name": "Opera" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "religion", "name": "Religion" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -145162,11 +208383,39 @@ { "id": "opera", "name": "Opera" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "airtableId": "recPDOtQCaTaV9twY", - "id": "e2136" + "id": "e2137" }, { "aapbId": "cpb-aacip-500-ft8dkq7j", @@ -145181,12 +208430,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPDxkgPv8IsNEWL", "subject": [], - "id": "e2137" + "id": "e2138" }, { "aapbId": "cpb-aacip-500-jq0svz5g", @@ -145207,16 +208480,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "latin-america", @@ -145233,6 +208510,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -145265,10 +208546,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPEdQwKVwt8h12d", - "id": "e2138" + "id": "e2139" }, { "aapbId": "cpb-aacip-500-vd6p458q", @@ -145288,6 +208593,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "consumers-japan", "name": "Consumers--Japan" @@ -145320,17 +208629,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pacifism", "name": "Pacifism" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "reconstruction-1939-1951-japan", "name": "Reconstruction (1939-1951)--Japan" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -145361,9 +208678,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recPEsC98JHvsi9GD", - "id": "e2139" + "id": "e2140" }, { "aapbId": "cpb-aacip-500-hq3s050g", @@ -145383,25 +208724,49 @@ "title": "The comic arts II" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "comedy", "name": "Comedy" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "television", + "name": "Television" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", "name": "Wit and humor" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -145432,9 +208797,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recPHVvsP4Jan2e9W", - "id": "e2140" + "id": "e2141" }, { "aapbId": "cpb-aacip-500-x34mr285", @@ -145455,13 +208844,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPHkQ5Y4ujuamYV", - "id": "e2141" + "id": "e2142" }, { "aapbId": "cpb-aacip-500-930nwx45", @@ -145481,6 +208898,14 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "irving-washington-1783-1859", "name": "Irving, Washington, 1783-1859" @@ -145493,21 +208918,25 @@ "id": "irving-washington-1783-1859-history-of-new-york", "name": "Irving, Washington, 1783-1859. History of New York" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "writers", - "name": "Writers" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -145557,18 +208986,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recPIaK6KLviWWmlI", - "id": "e2142" + "id": "e2143" }, { "aapbId": "cpb-aacip-500-sq8qh845", @@ -145589,20 +209042,16 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "british-literature", + "name": "British literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -145637,9 +209086,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recPJAkpEUUM7wVzW", - "id": "e2143" + "id": "e2144" }, { "aapbId": "cpb-aacip-500-sb3wz42h", @@ -145660,24 +209133,24 @@ }, "subject": [ { - "id": "fiction-20th-century-stories-plots-etc", - "name": "Fiction--20th century--Stories, plots, etc" - }, - { - "id": "fiction-technique", - "name": "Fiction--Technique" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "writers", - "name": "Writers" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "us-literature", + "name": "U.S. Literature" }, { "id": "writing-psychological-aspects", @@ -145751,9 +209224,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recPJS9DB0jzOgYTn", - "id": "e2144" + "id": "e2145" }, { "aapbId": "cpb-aacip-500-kp7trv4x", @@ -145768,12 +209265,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPJYLgsqCMxkknW", "subject": [], - "id": "e2145" + "id": "e2146" }, { "aapbId": "cpb-aacip-500-00003n2x", @@ -145794,24 +209315,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -145862,15 +209375,39 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recPJk51CLrOZm9WQ", - "id": "e2146" + "id": "e2147" }, { "aapbId": "cpb-aacip-500-h98zdz8m", "naebId": "70-5-45", "umdId": "4526", - "title": "Program #45", + "title": "Program #45 The Housing Hassle: Landlord vs. Tenant", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -145881,9 +209418,49 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "apartment-dwellers", + "name": "Apartment dwellers" + }, + { + "id": "courts", + "name": "Courts" + }, + { + "id": "housing", + "name": "Housing" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "rental-housing", + "name": "Rental housing" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -145894,6 +209471,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -145904,7 +209505,7 @@ } ], "airtableId": "recPK5J3qds0iy3bi", - "id": "e2147" + "id": "e2148" }, { "aapbId": "cpb-aacip-500-qz22h62f", @@ -145925,32 +209526,28 @@ }, "subject": [ { - "id": "communism-latin-america", - "name": "Communism--Latin America" + "id": "communism", + "name": "Communism" }, { "id": "latin-america", "name": "Latin America" }, - { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "socialism-latin-america", - "name": "Socialism--Latin America" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World politics" }, { "id": "world-politics", @@ -145989,9 +209586,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recPK90VXvfwvhCqi", - "id": "e2148" + "id": "e2149" }, { "aapbId": "cpb-aacip-500-dr2p9j4q", @@ -146010,13 +209631,21 @@ "title": "American adventure" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "city-planning", "name": "City planning" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -146031,28 +209660,23 @@ "name": "NAEB Region II" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "painting", + "name": "Painting" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "sociology", + "name": "Sociology" }, { - "id": "washington-dc-drama", - "name": "Washington (D.C.)--Drama" + "id": "washington-dc", + "name": "Washington (D.C.)" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -146066,8 +209690,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -146096,9 +209720,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recPKfNQBCePjDqsh", - "id": "e2149" + "id": "e2150" }, { "aapbId": "cpb-aacip-500-qr4nqj6n", @@ -146119,25 +209767,33 @@ }, "subject": [ { - "id": "british-broadcasting-corporation", - "name": "British Broadcasting Corporation" + "id": "british-broadcasting-corporation-bbc", + "name": "British Broadcasting Corporation (BBC)" }, { "id": "broadcasting", "name": "Broadcasting" }, { - "id": "crime-and-criminals-great-britain", - "name": "Crime and criminals--Great Britain" + "id": "crime-and-criminals", + "name": "Crime and criminals" }, { "id": "europe", "name": "Europe" }, + { + "id": "great-britain", + "name": "Great Britain" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "television", "name": "Television" @@ -146186,9 +209842,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recPLQzGxkQsrVi9w", - "id": "e2150" + "id": "e2151" }, { "aapbId": "cpb-aacip-500-7p8tfx4j", @@ -146216,6 +209896,10 @@ "id": "vietnam-war-1961-1975-congresses", "name": "Vietnam War, 1961-1975--Congresses" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -146259,9 +209943,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recPMHY3124ZaAALv", - "id": "e2151" + "id": "e2152" }, { "aapbId": "cpb-aacip-500-x34mr07h", @@ -146297,6 +210005,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "priests-italy", "name": "Priests--Italy" @@ -146343,9 +210055,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recPMscJrmUdzA0F5", - "id": "e2152" + "id": "e2153" }, { "aapbId": "cpb-aacip-500-0p0wtn3r", @@ -146377,6 +210113,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -146412,10 +210156,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPMsuPgwHveDHMS", - "id": "e2153" + "id": "e2154" }, { "aapbId": "cpb-aacip-500-1n7xqg87", @@ -146430,12 +210198,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recPO5cr7fVcbiGwb", - "subject": [], - "id": "e2154" + "id": "e2155" }, { "aapbId": "cpb-aacip-500-c824g721", @@ -146456,12 +210241,20 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -146485,14 +210278,42 @@ "id": "educational", "name": "Educational" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recPOXHZG3CzwW1wl", - "id": "e2155" + "id": "e2156" }, { "aapbId": "cpb-aacip-500-bv79x348", @@ -146519,18 +210340,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "police", "name": "Police" @@ -146590,9 +210415,33 @@ "name": "Crime" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recPOfJ4yz8Vb3hQS", - "id": "e2156" + "id": "e2157" }, { "aapbId": "cpb-aacip-500-vm42wq1v", @@ -146614,11 +210463,15 @@ "subject": [ { "id": "law", - "name": "Law," + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -146653,9 +210506,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recPPCGR4mg8n0Qax", - "id": "e2157" + "id": "e2158" }, { "aapbId": "cpb-aacip-500-ks6j534f", @@ -146683,10 +210560,18 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "petroleum-chemicals", "name": "Petroleum chemicals" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "southern-states-commerce", "name": "Southern States--Commerce" @@ -146698,10 +210583,6 @@ { "id": "textile-fabrics-united-states", "name": "Textile fabrics--United States" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -146760,9 +210641,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recPQGDoI6BA73CKY", - "id": "e2158" + "id": "e2159" }, { "aapbId": "cpb-aacip-500-p55dh011", @@ -146786,10 +210691,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -146858,9 +210775,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recPQHyEgrWtDBaoI", - "id": "e2159" + "id": "e2160" }, { "aapbId": "cpb-aacip-500-nz80qd0h", @@ -146881,32 +210822,36 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "20th-century", + "name": "20th century" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "composition-music", "name": "Composition (Music)" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -146957,9 +210902,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recPQRJhZ3gXY8doK", - "id": "e2160" + "id": "e2161" }, { "aapbId": "cpb-aacip-500-vt1gp97j", @@ -146979,21 +210948,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -147031,18 +211012,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recPTOLtd2MDOwBma", - "id": "e2161" + "id": "e2162" }, { "aapbId": "cpb-aacip-500-nv99b570", @@ -147074,6 +211079,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -147109,10 +211122,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPVAAEqSrWO0KMi", - "id": "e2162" + "id": "e2163" }, { "aapbId": "cpb-aacip-500-4m91d254", @@ -147169,7 +211206,7 @@ ], "decade": "1960-1969", "airtableId": "recPW3STimGPVQFla", - "id": "e2163" + "id": "e2164" }, { "aapbId": "cpb-aacip-500-69700x04", @@ -147201,6 +211238,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -147248,9 +211289,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recPWto1qeGn77n11", - "id": "e2164" + "id": "e2165" }, { "aapbId": "cpb-aacip-500-9g5gg238", @@ -147278,6 +211343,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -147296,11 +211365,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -147314,8 +211378,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -147332,12 +211396,6 @@ "name": "Ehle, John, 1925-2018", "type": "Person" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "wynn-earl-r", "name": "Wynn, Earl R.", @@ -147361,9 +211419,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recPXCFfSx7QccuTS", - "id": "e2165" + "id": "e2166" }, { "aapbId": "cpb-aacip-500-sj19qp95", @@ -147387,9 +211469,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -147424,9 +211514,156 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recPXCL0geycxRxSW", - "id": "e2166" + "id": "e2167" + }, + { + "aapbId": "cpb-aacip-500-00003m2q", + "naebId": "61-51-8", + "umdId": "1429", + "title": "Indian Sign", + "broadcastDate": "1961-10-14", + "duration": 868, + "seriesDescription": "Documentary series on the American cowboy, produced by the University of Texas.", + "description": "This program focuses on the American Indian.", + "location": "Hornbake Special Collections", + "temporal": "1961-1970", + "language": "English", + "year": "1961", + "series": { + "id": "the-american-cowboy", + "title": "The American cowboy" + }, + "subject": [ + { + "id": "cowboys-united-states", + "name": "Cowboys--United States" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "education-history-19th-century", + "name": "Education--History--19th century" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, + { + "id": "naeb-region-v", + "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "west-us", + "name": "West (U.S.)" + } + ], + "creator": [ + { + "id": "kut-radio-station-austin-tex", + "name": "KUT (Radio station : Austin, Tex.)", + "type": "Corporate Body", + "role": "Producer" + }, + { + "id": "university-of-texas", + "name": "University of Texas", + "type": "Corporate Body", + "role": "Producer" + } + ], + "genre": [ + { + "id": "history", + "name": "History" + }, + { + "id": "documentary", + "name": "Documentary" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], + "decade": "1960-1969", + "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + } + ], + "airtableId": "recPXrTVkBtJFBdIu", + "id": "e2168" }, { "aapbId": "cpb-aacip-500-v40jz940", @@ -147445,13 +211682,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPXup5quzxZC2Xv", - "id": "e2168" + "id": "e2169" }, { "aapbId": "cpb-aacip-500-nc5scr21", @@ -147481,6 +211746,14 @@ { "id": "olympics", "name": "Olympics" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -147497,10 +211770,34 @@ "name": "Athletics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "mexico", + "name": "Mexico" + } + ], + "region": [ + { + "id": "valley-of-mexico", + "name": "Valley of Mexico" + } + ], + "settlement": [ + { + "id": "mexico-city", + "name": "Mexico City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPYIBH7N7P7cPs6", - "id": "e2169" + "id": "e2170" }, { "aapbId": "cpb-aacip-500-7s7hv839", @@ -147532,6 +211829,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -147567,10 +211872,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPYTMbKKvqloTeQ", - "id": "e2170" + "id": "e2171" }, { "aapbId": "cpb-aacip-500-js9h892v", @@ -147593,10 +211922,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -147616,10 +211953,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPZAVvXRJymy52v", - "id": "e2171" + "id": "e2172" }, { "aapbId": "cpb-aacip-500-mg7fw36n", @@ -147659,6 +212020,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -147708,9 +212073,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recPZFZauZ6k7Gb0F", - "id": "e2172" + "id": "e2173" }, { "aapbId": "cpb-aacip-500-th8bmk64", @@ -147725,12 +212114,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPZil5rQr7PENjm", "subject": [], - "id": "e2173" + "id": "e2174" }, { "aapbId": "cpb-aacip-500-f18sgd0d", @@ -147751,8 +212164,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "democratic-party-us", @@ -147762,10 +212175,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, { "id": "racism-united-states", "name": "Racism--United States" @@ -147778,6 +212199,14 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -147789,6 +212218,10 @@ { "id": "wallace-george-c-george-corley-1919-1998", "name": "Wallace, George C. (George Corley), 1919-1998" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -147823,9 +212256,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recPZtM8Ewu7oMMQf", - "id": "e2174" + "id": "e2175" }, { "aapbId": "cpb-aacip-500-sb3wz46g", @@ -147849,17 +212306,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -147921,18 +212382,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recPaRSjXCYv8VgX3", - "id": "e2175" + "id": "e2176" }, { "aapbId": "cpb-aacip-500-rr1pmg1c", @@ -147995,11 +212480,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recPbz5cumEh6No7k", - "id": "e2176" + "id": "e2177" }, { "aapbId": "cpb-aacip-500-p55dgz5m", @@ -148023,6 +212536,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -148070,9 +212587,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recPcwdpgPcUb6hSr", - "id": "e2177" + "id": "e2178" }, { "aapbId": "cpb-aacip-500-6t0gzd7s", @@ -148093,21 +212634,21 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "inner-cities", "name": "Inner cities" }, + { + "id": "law", + "name": "Law" + }, { "id": "milwaukee-wis", "name": "Milwaukee (Wis.)" @@ -148116,6 +212657,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "police", "name": "Police" @@ -148128,6 +212673,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -148176,9 +212725,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recPcxVrEHbI9AQkN", - "id": "e2178" + "id": "e2179" }, { "aapbId": "cpb-aacip-500-n58cm536", @@ -148197,13 +212770,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPeBveH02UjAUjE", - "id": "e2179" + "id": "e2180" }, { "aapbId": "cpb-aacip-500-wp9t5w0r", @@ -148288,9 +212889,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recPeupc6cASaAhEi", - "id": "e2180" + "id": "e2181" }, { "aapbId": "cpb-aacip-500-5m628x86", @@ -148304,12 +212929,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPfLp0ACkLJjpHr", - "subject": [], - "id": "e2181" + "id": "e2182" }, { "aapbId": "cpb-aacip-500-fq9q6d9d", @@ -148329,25 +212959,29 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china-foreign-relations", + "name": "China--Foreign relations" + }, { "id": "india", "name": "India" }, { - "id": "india-relations-china", - "name": "India--Relations--China" + "id": "india-foreign-relations", + "name": "India--Foreign relations" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "world-politics", - "name": "World Politics" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -148389,9 +213023,33 @@ "role": "Guest" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recPgSrog2a0MYxBf", - "id": "e2182" + "id": "e2183" }, { "aapbId": "cpb-aacip-500-jq0sw10v", @@ -148421,11 +213079,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPgTOvOJCkoC0Lv", "subject": [], - "id": "e2183" + "id": "e2184" }, { "aapbId": "cpb-aacip-500-6t0gzc0w", @@ -148454,20 +213136,28 @@ "name": "Gluck, Christoph Willibald, Ritter von, 1714-1787. Orfeo ed Euridice" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-18th-century", "name": "Opera--18th century" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -148496,9 +213186,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recPiL1xnYQjfuYjN", - "id": "e2184" + "id": "e2185" }, { "aapbId": "cpb-aacip-500-8p5vbt31", @@ -148522,17 +213236,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -148577,9 +213295,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recPjGZDVja0AYrDG", - "id": "e2185" + "id": "e2186" }, { "aapbId": "cpb-aacip-500-xs5jg191", @@ -148610,6 +213352,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -148636,11 +213382,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recPjfoGqHQv0j2YB", - "id": "e2186" + "id": "e2187" }, { "aapbId": "cpb-aacip-500-hh6c6j6g", @@ -148664,6 +213438,10 @@ "id": "communism", "name": "Communism" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -148676,6 +213454,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -148685,8 +213467,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -148757,9 +213539,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recPjn9xrmTASc9uU", - "id": "e2187" + "id": "e2188" }, { "aapbId": "cpb-aacip-500-p55dh067", @@ -148780,13 +213586,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPlCAE65LNFaxQo", - "id": "e2188" + "id": "e2189" }, { "aapbId": "cpb-aacip-500-qz22h57f", @@ -148807,13 +213641,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPlhrxdx3aOZAHb", - "id": "e2189" + "id": "e2190" }, { "aapbId": "cpb-aacip-500-00003m07", @@ -148833,6 +213695,10 @@ "title": "Speaking of Mexico" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -148840,6 +213706,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -148856,10 +213726,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPmCIwVy821lO88", - "id": "e2190" + "id": "e2191" }, { "aapbId": "cpb-aacip-500-mk658d3p", @@ -148880,20 +213774,24 @@ }, "subject": [ { - "id": "jazz-books", - "name": "Jazz books" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" + }, + { + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz-books", + "name": "Jazz books" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -148902,6 +213800,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -148934,10 +213840,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPnpiEGLIYbSW9d", - "id": "e2191" + "id": "e2192" }, { "aapbId": "cpb-aacip-500-v11vk073", @@ -148965,6 +213895,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -148972,6 +213906,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -149001,6 +213939,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "cockcroft-john-sir-1897-1967", "name": "Cockcroft, John, Sir, 1897-1967", @@ -149042,9 +213986,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recPo3SJN0n8YrJ1T", - "id": "e2192" + "id": "e2193" }, { "aapbId": "cpb-aacip-500-m03xxr52", @@ -149059,12 +214027,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recPoUZIG4QJdEv4A", - "subject": [], - "id": "e2193" + "id": "e2194" }, { "aapbId": "cpb-aacip-500-p55dh07g", @@ -149085,17 +214070,29 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "canada", + "name": "Canada" }, { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -149105,12 +214102,16 @@ "name": "International relations" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "sociology", + "name": "Sociology" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "world-politics", @@ -149162,11 +214163,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "recPqHt7ifZBtrCzP", - "id": "e2194" + "id": "e2195" }, { "aapbId": "cpb-aacip-500-dj58j02c", @@ -149198,10 +214227,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -149237,9 +214274,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recPrAcrhMPu7QCBx", - "id": "e2195" + "id": "e2196" }, { "aapbId": "cpb-aacip-500-gh9b9p37", @@ -149260,13 +214321,21 @@ }, "subject": [ { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "religion", + "name": "Religion" }, { "id": "shamans", "name": "Shamans" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "yurok-indians", "name": "Yurok Indians" @@ -149330,9 +214399,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recPsJnmdZzhQyj0J", - "id": "e2196" + "id": "e2197" }, { "aapbId": "cpb-aacip-500-vt1gpb19", @@ -149352,9 +214445,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -149371,10 +214476,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPt63dWiXtEqN2g", - "id": "e2197" + "id": "e2198" }, { "aapbId": "cpb-aacip-500-9s1kmx2h", @@ -149395,12 +214524,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -149409,6 +214534,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -149435,10 +214564,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPtLi1JkJHPXkfr", - "id": "e2198" + "id": "e2199" }, { "aapbId": "cpb-aacip-500-599z438t", @@ -149462,6 +214615,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -149509,9 +214666,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recPuruIvU6KvPCxK", - "id": "e2199" + "id": "e2200" }, { "aapbId": "cpb-aacip-500-b56d647h", @@ -149534,6 +214715,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "education", + "name": "Education" + }, { "id": "educational-television", "name": "Educational television" @@ -149542,14 +214727,14 @@ "id": "educational-television-stations", "name": "Educational television stations" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "public-television-united-states", "name": "Public television--United States" @@ -149558,6 +214743,10 @@ "id": "television-in-education", "name": "Television in education" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "universities-and-colleges", "name": "Universities and colleges" @@ -149577,10 +214766,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recPvabynP5nSV9rn", - "id": "e2200" + "id": "e2201" }, { "aapbId": "cpb-aacip-500-3t9d8s6x", @@ -149600,10 +214813,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -149617,13 +214826,17 @@ "name": "Crime" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "inner-cities", "name": "Inner cities" }, + { + "id": "law", + "name": "Law" + }, { "id": "milwaukee-wis", "name": "Milwaukee (Wis.)" @@ -149632,6 +214845,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -149678,9 +214895,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recPvg7YZbF3Yd0ge", - "id": "e2201" + "id": "e2202" }, { "aapbId": "cpb-aacip-500-8g8fk72q", @@ -149695,12 +214936,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "saskatchewan", + "name": "Saskatchewan" + } + ], + "settlement": [ + { + "id": "saskatoon", + "name": "Saskatoon" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recPwb4DSWQZQFBhM", "subject": [], - "id": "e2202" + "id": "e2203" }, { "aapbId": "cpb-aacip-500-1z41wb3s", @@ -149720,13 +214985,25 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china", + "name": "China" + }, { "id": "china-civilization", "name": "China civilization" }, { - "id": "history-modern", - "name": "History, Modern" + "id": "china-history", + "name": "China--History" + }, + { + "id": "education", + "name": "Education" }, { "id": "lectures-and-lecturing", @@ -149736,6 +215013,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -149745,8 +215026,8 @@ "name": "Science & Technology" }, { - "id": "technological-innovations-china", - "name": "Technological innovations--China" + "id": "technology", + "name": "Technology" } ], "creator": [ @@ -149773,11 +215054,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recPxADHwZ80o4MLG", - "id": "e2203" + "id": "e2204" }, { "aapbId": "cpb-aacip-500-7m042n2s", @@ -149796,13 +215105,41 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "columbia", + "name": "Columbia" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recPxONSo1LeGXuWV", - "id": "e2204" + "id": "e2205" }, { "aapbId": "cpb-aacip-500-g7374v81", @@ -149830,18 +215167,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -149897,9 +215238,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recPxPF5My2zYHecB", - "id": "e2205" + "id": "e2206" }, { "aapbId": "cpb-aacip-500-1v5bh34t", @@ -149930,6 +215295,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -149962,6 +215331,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -149972,7 +215365,7 @@ } ], "airtableId": "recPxSAWqQK706Gyi", - "id": "e2206" + "id": "e2207" }, { "aapbId": "cpb-aacip-500-0v89m593", @@ -149996,9 +215389,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -150033,9 +215434,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recPydrT8IklQFlQt", - "id": "e2207" + "id": "e2208" }, { "aapbId": "cpb-aacip-500-8g8fk66g", @@ -150059,6 +215484,10 @@ "id": "buxtehude-dietrich-1637-1707-organ-music", "name": "Buxtehude, Dietrich, 1637-1707. Organ music" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "music", "name": "Music" @@ -150067,13 +215496,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "pachelbel-johann-1653-1706-organ-music", @@ -150116,9 +215549,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recPylgNZIN6zBnqt", - "id": "e2208" + "id": "e2209" }, { "aapbId": "cpb-aacip-500-ff3m1j5t", @@ -150139,13 +215596,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recPzESKsqUQ7ojtA", - "id": "e2209" + "id": "e2210" }, { "aapbId": "cpb-aacip-500-h41jnd13", @@ -150169,10 +215654,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -150210,9 +215703,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recQ0knsUUr3pAhM5", - "id": "e2210" + "id": "e2211" }, { "aapbId": "cpb-aacip-500-4f1mmh90", @@ -150235,17 +215752,21 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "finance", + "name": "Finance" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-finance", - "name": "Public broadcasting--Finance" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -150254,6 +215775,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -150270,10 +215799,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQ0wG4E7czNoX1Q", - "id": "e2211" + "id": "e2212" }, { "aapbId": "cpb-aacip-500-bc3szn5j", @@ -150293,13 +215846,17 @@ "title": "When disaster strikes" }, "subject": [ + { + "id": "disasters", + "name": "Disasters" + }, { "id": "disasters-decision-making", "name": "Disasters--Decision making" }, { - "id": "disasters-drama", - "name": "Disasters--Drama" + "id": "drama", + "name": "Drama" }, { "id": "ecology-the-environment", @@ -150314,8 +215871,8 @@ "name": "NAEB Region V" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { "id": "tornado-damage", @@ -150378,9 +215935,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recQ1xOYvdPEeZBAm", - "id": "e2212" + "id": "e2213" }, { "aapbId": "cpb-aacip-500-5717qr7k", @@ -150400,6 +215981,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -150452,11 +216037,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recQ1ygmXYMP4NYlV", - "id": "e2213" + "id": "e2214" }, { "aapbId": "cpb-aacip-500-vq2s915n", @@ -150493,8 +216106,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -150521,10 +216142,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQ2A2ePrZWGe6K8", - "id": "e2214" + "id": "e2215" }, { "aapbId": "cpb-aacip-500-5h7bwp2d", @@ -150545,13 +216190,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recQ2I8sf2hgaRmIr", - "id": "e2215" + "id": "e2216" }, { "aapbId": "cpb-aacip-500-mc8rgw2h", @@ -150567,9 +216240,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -150592,10 +216277,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recQ3ogiyodEEg0TN", - "id": "e2216" + "id": "e2217" }, { "aapbId": "cpb-aacip-500-cj87n33w", @@ -150610,12 +216319,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recQ4VOqDjussbScH", "subject": [], - "id": "e2217" + "id": "e2218" }, { "aapbId": "cpb-aacip-500-fj29dt57", @@ -150634,13 +216367,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recQ7DJy7Fm0xey40", - "id": "e2218" + "id": "e2219" }, { "aapbId": "cpb-aacip-500-h41jnd0v", @@ -150661,24 +216422,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -150687,6 +216448,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -150719,10 +216488,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQ9HhWAMnGWABv1", - "id": "e2219" + "id": "e2220" }, { "aapbId": "cpb-aacip-500-gf0mxc67", @@ -150747,13 +216540,17 @@ "name": "Correctional institutions" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "prisoners", "name": "Prisoners" @@ -150807,9 +216604,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "tallahassee", + "name": "Tallahassee" + } + ], "decade": "1950-1959", "airtableId": "recQ9ioBiX6mlPXhm", - "id": "e2220" + "id": "e2221" }, { "aapbId": "cpb-aacip-500-zs2kbx2w", @@ -150828,13 +216649,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recQAAdlwSlpMQgxn", - "id": "e2221" + "id": "e2222" }, { "aapbId": "cpb-aacip-500-gb1xj34b", @@ -150854,21 +216703,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, { - "id": "jazz-musicians-missouri-biography", - "name": "Jazz musicians--Missouri--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-missouri-biography", + "name": "Jazz musicians--Missouri--Biography" }, { "id": "music", @@ -150878,6 +216731,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "river-boats-songs-and-music", "name": "River boats--Songs and music" @@ -150885,6 +216742,10 @@ { "id": "rivers", "name": "Rivers" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -150917,10 +216778,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQAeoGUVwPXL3BS", - "id": "e2222" + "id": "e2223" }, { "aapbId": "cpb-aacip-500-tx355r81", @@ -150943,10 +216828,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -150975,9 +216856,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recQCEQH05bpQUkIG", - "id": "e2223" + "id": "e2224" }, { "aapbId": "cpb-aacip-500-qv3c3v4x", @@ -150998,17 +216903,33 @@ }, "subject": [ { - "id": "eccentrics-and-eccentricities-drama", - "name": "Eccentrics and eccentricities--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "eccentrics-and-eccentricities", + "name": "Eccentrics and eccentricities" }, { - "id": "eccentrics-and-eccentricities-united-states", - "name": "Eccentrics and eccentricities--United States" + "id": "education", + "name": "Education" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "philosophy", + "name": "Philosophy" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -151019,11 +216940,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -151037,8 +216953,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -151055,12 +216971,6 @@ "name": "Ehle, John, 1925-2018", "type": "Person" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "wynn-earl-r", "name": "Wynn, Earl R.", @@ -151078,9 +216988,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recQCSlNSIhgKNoxp", - "id": "e2224" + "id": "e2225" }, { "aapbId": "cpb-aacip-500-dz033392", @@ -151108,29 +217042,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -151141,6 +217083,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -151163,7 +217129,7 @@ } ], "airtableId": "recQCgyJrBfLXPqyy", - "id": "e2225" + "id": "e2226" }, { "aapbId": "cpb-aacip-500-cv4bsz0n", @@ -151195,6 +217161,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -151238,9 +217212,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recQFLPqNBHnHrl0z", - "id": "e2226" + "id": "e2227" }, { "aapbId": "cpb-aacip-500-9c6s2t6m", @@ -151265,6 +217263,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -151273,10 +217275,18 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-stories-american", "name": "War stories, American" }, + { + "id": "world-politics", + "name": "World Politics" + }, { "id": "world-war-1914-1918", "name": "World War, 1914-1918" @@ -151284,6 +217294,10 @@ { "id": "world-war-1939-1945", "name": "World War, 1939-1945" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -151378,9 +217392,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recQFv7LegA7lzGpG", - "id": "e2227" + "id": "e2228" }, { "aapbId": "cpb-aacip-500-f18sgd2w", @@ -151410,6 +217448,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -151455,9 +217497,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recQFxWRpv8lMG7RG", - "id": "e2228" + "id": "e2229" }, { "aapbId": "cpb-aacip-500-5m628z0g", @@ -151475,13 +217541,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recQGKaGctAdVufVy", - "id": "e2229" + "id": "e2230" }, { "aapbId": "cpb-aacip-500-r20rwf6j", @@ -151501,6 +217595,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -151513,6 +217611,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "psychology", "name": "Psychology" @@ -151550,11 +217656,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recQHaufJTSodB6Et", - "id": "e2230" + "id": "e2231" }, { "aapbId": "cpb-aacip-500-pg1hnw4f", @@ -151586,10 +217720,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -151625,9 +217767,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recQIFEqilD3MHDMI", - "id": "e2231" + "id": "e2232" }, { "aapbId": "cpb-aacip-500-610vv38k", @@ -151645,13 +217811,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recQIqE5c4lyP99Rz", - "id": "e2232" + "id": "e2233" }, { "aapbId": "cpb-aacip-500-b853kd1g", @@ -151683,6 +217877,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -151718,10 +217920,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQIyeXrDrN6479h", - "id": "e2233" + "id": "e2234" }, { "aapbId": "cpb-aacip-500-jd4pq52p", @@ -151742,13 +217968,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recQJfydwqB4pNl2g", - "id": "e2234" + "id": "e2235" }, { "aapbId": "cpb-aacip-500-tx355s2s", @@ -151783,6 +218037,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -151809,10 +218067,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQM11sNnuzgFZcY", - "id": "e2235" + "id": "e2236" }, { "aapbId": "cpb-aacip-500-t14tp631", @@ -151830,13 +218112,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recQMAIDLWsomrv91", - "id": "e2236" + "id": "e2237" }, { "aapbId": "cpb-aacip-500-9s1kmx57", @@ -151864,22 +218174,22 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -151891,6 +218201,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -151955,9 +218273,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recQMFBPd0zeoaJMn", - "id": "e2237" + "id": "e2238" }, { "aapbId": "cpb-aacip-500-n8730d0t", @@ -151981,10 +218323,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -152004,10 +218362,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQMNp0m9kD8xbLf", - "id": "e2238" + "id": "e2239" }, { "aapbId": "cpb-aacip-500-3r0pwf9q", @@ -152027,10 +218409,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -152038,6 +218416,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -152078,9 +218460,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recQMasJE7zW9i66a", - "id": "e2239" + "id": "e2240" }, { "aapbId": "cpb-aacip-500-kh0f092r", @@ -152093,12 +218499,36 @@ "id": "national-educational-radio-audio-visits", "title": "National Educational Radio Audio Visits" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recQMqwwROyoepjzD", "subject": [], - "id": "e2240" + "id": "e2241" }, { "aapbId": "cpb-aacip-500-nk36581q", @@ -152122,6 +218552,10 @@ "id": "buxtehude-dietrich-1637-1707-organ-music", "name": "Buxtehude, Dietrich, 1637-1707. Organ music" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "music", "name": "Music" @@ -152131,16 +218565,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-17th-century", - "name": "Organ music--17th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "purcell-henry-1659-1695", @@ -152179,9 +218613,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recQNXbZIuteEWRwH", - "id": "e2241" + "id": "e2242" }, { "aapbId": "cpb-aacip-500-9c6s2s6d", @@ -152201,21 +218659,21 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -152274,9 +218732,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recQOLWq5DhhEmnFG", - "id": "e2242" + "id": "e2243" }, { "aapbId": "cpb-aacip-500-8c9r602h", @@ -152291,12 +218773,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recQOOaHwKdGRN5IP", "subject": [], - "id": "e2243" + "id": "e2244" }, { "aapbId": "cpb-aacip-500-br8mhv54", @@ -152324,6 +218830,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -152337,13 +218847,41 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recQOfqmfTNPIGCKr", - "id": "e2244" + "id": "e2245" }, { "aapbId": "cpb-aacip-500-736m469n", @@ -152371,6 +218909,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -152378,6 +218920,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -152407,6 +218953,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "eisenhower-dwight-d-dwight-david-1890-1969", "name": "Eisenhower, Dwight D. (Dwight David), 1890-1969", @@ -152454,9 +219006,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recQOxwNPFo0Nv7rw", - "id": "e2245" + "id": "e2246" }, { "aapbId": "cpb-aacip-500-cj87n305", @@ -152484,6 +219060,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -152539,9 +219119,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recQRk4R1wNrhSuFf", - "id": "e2246" + "id": "e2247" }, { "aapbId": "cpb-aacip-500-vt1gp88k", @@ -152565,17 +219169,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -152619,18 +219227,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recQTBSTa5KWHruvQ", - "id": "e2247" + "id": "e2248" }, { "aapbId": "cpb-aacip-500-zp3vzn4t", @@ -152662,6 +219294,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -152711,11 +219347,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recQTeFJ5UfFCb58V", - "id": "e2248" + "id": "e2249" }, { "aapbId": "cpb-aacip-500-1r6n3s80", @@ -152734,10 +219398,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "bremer-fredrika-1801-1865-travel", "name": "Bremer, Fredrika, 1801-1865--Travel" @@ -152750,25 +219410,33 @@ "id": "foreign-literature", "name": "Foreign Literature" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "travel-leisure", - "name": "Travel & Leisure" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" }, { - "id": "womens-history", - "name": "Women's History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -152807,10 +219475,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": null, "contributor": [], "airtableId": "recQTeU6C9OEhxAeY", - "id": "e2249" + "id": "e2250" }, { "aapbId": "cpb-aacip-500-js9h8883", @@ -152839,13 +219531,21 @@ "name": "Due process of law--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "truth", "name": "Truth" @@ -152901,9 +219601,33 @@ "name": "Crime" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recQU1s0iKS8EB26t", - "id": "e2250" + "id": "e2251" }, { "aapbId": "cpb-aacip-500-p843w94c", @@ -152923,26 +219647,26 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-american-leadership", - "name": "African American leadership" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-employment", - "name": "African Americans--Employment" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "employment", + "name": "Employment" }, { "id": "inner-cities", "name": "Inner cities" }, + { + "id": "leadership", + "name": "Leadership" + }, { "id": "milwaukee-wis", "name": "Milwaukee (Wis.)" @@ -152951,6 +219675,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "wisconsin", "name": "Wisconsin" @@ -152994,9 +219726,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recQWkwGcQKnRVh6C", - "id": "e2251" + "id": "e2252" }, { "aapbId": "cpb-aacip-500-g15tc92m", @@ -153015,13 +219771,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recQXDFUoakbVgXWy", - "id": "e2252" + "id": "e2253" }, { "aapbId": "cpb-aacip-500-tb0xv17f", @@ -153036,12 +219820,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recQXfmr39LCQny7d", "subject": [], - "id": "e2253" + "id": "e2254" }, { "aapbId": "cpb-aacip-500-4746tz28", @@ -153061,10 +219869,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -153102,9 +219918,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recQYenngrNCWalM4", - "id": "e2254" + "id": "e2255" }, { "aapbId": "cpb-aacip-500-b27psv03", @@ -153124,6 +219964,10 @@ "title": "Latin American perspectives II" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "latin-america", "name": "Latin America" @@ -153136,17 +219980,25 @@ "id": "missions-spanish", "name": "Missions, Spanish" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "texas-history-to-1846", - "name": "Texas--History--To 1846" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "texas-history-to-1846", + "name": "Texas--History--To 1846" } ], "creator": [ @@ -153181,9 +220033,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recQZ02w7n6t2kt2t", - "id": "e2255" + "id": "e2256" }, { "aapbId": "cpb-aacip-500-319s5g3r", @@ -153204,17 +220080,17 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -153252,9 +220128,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recQZmbQsP1cY1MLi", - "id": "e2256" + "id": "e2257" }, { "aapbId": "cpb-aacip-500-3f4kqm3t", @@ -153274,6 +220174,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -153285,6 +220189,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -153331,9 +220239,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recQarXPgK8geYRro", - "id": "e2257" + "id": "e2258" }, { "aapbId": "cpb-aacip-500-1g0hxv92", @@ -153354,16 +220286,28 @@ }, "subject": [ { - "id": "communism-india-history-20th-century", - "name": "Communism--India--History--20th century" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "china-foreign-relations", + "name": "China--Foreign relations" }, { - "id": "india-relations-china", - "name": "India--Relations--China" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "india", + "name": "India" + }, + { + "id": "india-foreign-relations", + "name": "India--Foreign relations" }, { "id": "india-relations-soviet-union", @@ -153374,12 +220318,12 @@ "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -153453,9 +220397,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recQb7sHA77Q0rWUS", - "id": "e2258" + "id": "e2259" }, { "aapbId": "cpb-aacip-500-6w96bm6n", @@ -153479,10 +220447,26 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "education", + "name": "Education" + }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, { "id": "teachers", "name": "Teachers" @@ -153490,10 +220474,6 @@ { "id": "youth", "name": "Youth" - }, - { - "id": "youth-mental-health", - "name": "Youth--Mental health" } ], "creator": [ @@ -153544,9 +220524,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recQbO9ZuoXfuXklL", - "id": "e2259" + "id": "e2260" }, { "aapbId": "cpb-aacip-500-rv0d0q6x", @@ -153581,6 +220585,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -153604,13 +220612,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recQeennmJ0t4gIct", - "id": "e2260" + "id": "e2261" }, { "aapbId": "cpb-aacip-500-hq3s047z", @@ -153631,8 +220663,12 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-authors", + "name": "African American authors" + }, + { + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -153643,24 +220679,28 @@ "name": "African Americans--Civil rights" }, { - "id": "appreciation", - "name": "Appreciation" + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "biography", - "name": "Biography" + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "hughes-langston-1902-1967", "name": "Hughes, Langston, 1902-1967" }, + { + "id": "literature-appreciation-united-states", + "name": "Literature--Appreciation--United States" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "poetry-appreciation", - "name": "Poetry--Appreciation" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "us-literature", @@ -153711,9 +220751,33 @@ "name": "Fiction/Non-fiction" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recQf68cNAxeGwhFc", - "id": "e2261" + "id": "e2262" }, { "aapbId": "cpb-aacip-500-w950mr9v", @@ -153741,6 +220805,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -153748,6 +220816,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -153776,9 +220848,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recQf8rEYNARtuDu8", - "id": "e2262" + "id": "e2263" }, { "aapbId": "cpb-aacip-500-154ds229", @@ -153799,10 +220895,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -153858,7 +220950,7 @@ ], "decade": "1950-1959", "airtableId": "recQfjCj2rAoMKTKJ", - "id": "e2263" + "id": "e2264" }, { "aapbId": "cpb-aacip-500-hx15rp2k", @@ -153886,6 +220978,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -153929,9 +221025,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recQfu99hll4R2KlF", - "id": "e2264" + "id": "e2265" }, { "aapbId": "cpb-aacip-500-08638f9t", @@ -153952,28 +221072,40 @@ }, "subject": [ { - "id": "agriculture-denmark", - "name": "Agriculture--Denmark" + "id": "agriculture", + "name": "Agriculture" + }, + { + "id": "denmark", + "name": "Denmark" }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, { - "id": "farmers-denmark", - "name": "Farmers--Denmark" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "farmers", + "name": "Farmers" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "sailors-denmark", - "name": "Sailors--Denmark" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "shipping-denmark", - "name": "Shipping--Denmark" + "id": "sailors", + "name": "Sailors" + }, + { + "id": "shipping", + "name": "Shipping" } ], "creator": [ @@ -154019,9 +221151,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recQgTb0fE63ch9zg", - "id": "e2265" + "id": "e2266" }, { "aapbId": "cpb-aacip-500-5q4rp59q", @@ -154049,6 +221205,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -154092,9 +221252,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recQhEnxgc1KolLQy", - "id": "e2266" + "id": "e2267" }, { "aapbId": "cpb-aacip-500-pr7mtq53", @@ -154126,6 +221310,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -154173,9 +221361,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recQjL3kWx1DnHomk", - "id": "e2267" + "id": "e2268" }, { "aapbId": "cpb-aacip-500-sx648v9j", @@ -154208,11 +221420,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recQjls7ypEANRZ1P", "subject": [], - "id": "e2268" + "id": "e2269" }, { "aapbId": "cpb-aacip-500-fq9q6c7q", @@ -154243,6 +221479,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -154307,9 +221547,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recQkCJKzHDiPklkc", - "id": "e2269" + "id": "e2270" }, { "aapbId": "cpb-aacip-500-jh3d3d77", @@ -154337,6 +221601,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -154391,9 +221659,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recQkLqTSHjU2RWFe", - "id": "e2270" + "id": "e2271" }, { "aapbId": "cpb-aacip-500-q23r0m3n", @@ -154407,12 +221699,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recQkbXwmAFKtq9NL", "subject": [], - "id": "e2271" + "id": "e2272" }, { "aapbId": "cpb-aacip-500-gt5fgk89", @@ -154433,24 +221749,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "domestic-animals", + "name": "Domestic animals" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -154534,9 +221854,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recQkkv9T4FGemBfe", - "id": "e2272" + "id": "e2273" }, { "aapbId": "cpb-aacip-500-pr7mtp7c", @@ -154564,9 +221908,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -154647,9 +221999,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recQl1MHTFENQG5uF", - "id": "e2273" + "id": "e2274" }, { "aapbId": "cpb-aacip-500-j38kj94h", @@ -154669,7 +222045,7 @@ "contributor": [], "airtableId": "recQlvBAofrGQYjqJ", "subject": [], - "id": "e2274" + "id": "e2275" }, { "aapbId": "cpb-aacip-500-kk94cm3k", @@ -154688,6 +222064,10 @@ "title": "Latin American perspectives II" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "latin-america", "name": "Latin America" @@ -154696,6 +222076,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "student-movements", "name": "Student movements" @@ -154733,9 +222121,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recQm7h93Bv23CfFY", - "id": "e2275" + "id": "e2276" }, { "aapbId": "cpb-aacip-500-g15tc69p", @@ -154756,8 +222168,8 @@ }, "subject": [ { - "id": "freedom-of-speech-united-states-history", - "name": "Freedom of speech--United States--History" + "id": "freedom-of-speech", + "name": "Freedom of speech" }, { "id": "intellectual-freedom", @@ -154771,13 +222183,29 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "teachers-and-community", "name": "Teachers and community" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -154818,9 +222246,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recQn3c2qHcT4gVuC", - "id": "e2276" + "id": "e2277" }, { "aapbId": "cpb-aacip-500-m9023j0b", @@ -154841,20 +222293,36 @@ }, "subject": [ { - "id": "history-of-law", - "name": "History of Law" + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "satire", - "name": "Satire" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "satirists", - "name": "Satirists" + "id": "satire-irish", + "name": "Satire, Irish" + }, + { + "id": "satirists-irish", + "name": "Satirists, Irish" }, { "id": "swift-jonathan-1667-1745", @@ -154930,18 +222398,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recQn7jDKgGQn0eWc", - "id": "e2277" + "id": "e2278" }, { "aapbId": "cpb-aacip-500-g44hrh5b", @@ -154998,7 +222490,7 @@ ], "decade": "1960-1969", "airtableId": "recQoFjlTR29xpQTX", - "id": "e2278" + "id": "e2279" }, { "aapbId": "cpb-aacip-500-h98zdz9v", @@ -155018,6 +222510,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" } ], "creator": [ @@ -155056,10 +222556,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recQomWmvUYFxX8UF", - "id": "e2279" + "id": "e2280" }, { "aapbId": "cpb-aacip-500-057cw51b", @@ -155087,6 +222611,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -155138,9 +222666,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recQows9iQlbW5XBK", - "id": "e2280" + "id": "e2281" }, { "aapbId": "cpb-aacip-500-dn3zx884", @@ -155162,6 +222714,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -155191,9 +222747,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recQpDAabmjVUgMnA", - "id": "e2281" + "id": "e2282" }, { "aapbId": "cpb-aacip-500-wd3q1220", @@ -155207,12 +222787,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recQqN0Hth8GKSZg8", "subject": [], - "id": "e2282" + "id": "e2283" }, { "aapbId": "cpb-aacip-500-4q7qsb07", @@ -155240,6 +222844,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -155247,6 +222855,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -155276,6 +222888,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "bhabha-homi-jehangir-1909-1966", "name": "Bhabha, Homi Jehangir, 1909-1966", @@ -155329,9 +222947,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recQr9M1L9Az0AOxc", - "id": "e2283" + "id": "e2284" }, { "aapbId": "cpb-aacip-500-6d5pd662", @@ -155351,10 +222993,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "big-bands-history", "name": "Big bands--History" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -155363,14 +223013,6 @@ "id": "jazz-musicians-united-states-biography", "name": "Jazz musicians--United States--Biography" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, { "id": "music", "name": "Music" @@ -155378,6 +223020,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -155441,9 +223091,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recQrHGw2yWcSPoh1", - "id": "e2284" + "id": "e2285" }, { "aapbId": "cpb-aacip-500-pg1hnv08", @@ -155464,36 +223138,35 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "drama", + "name": "Drama" + }, + { + "id": "military", + "name": "Military" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "radio-plays-american", - "name": "Radio plays, American" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "united-states-history-war-of-1812-campaigns", - "name": "United States--History--War of 1812--Campaigns" + "id": "radio-plays-american", + "name": "Radio plays, American" }, { - "id": "united-states-history-war-of-1812-drama", - "name": "United States--History--War of 1812--Drama" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "united-states-history-war-of-1812-military-personnel-american", - "name": "United States--History--War of 1812--Military personnel--American" + "id": "war-of-1812", + "name": "War of 1812" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -155501,8 +223174,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -155531,9 +223204,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recQs4vV96brvkmh9", - "id": "e2285" + "id": "e2286" }, { "aapbId": "cpb-aacip-500-hm52ks5f", @@ -155560,9 +223257,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -155589,10 +223294,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recQsPlb96gNtfHXS", - "id": "e2286" + "id": "e2287" }, { "aapbId": "cpb-aacip-500-zc7rss6n", @@ -155615,6 +223344,10 @@ "id": "concerts", "name": "Concerts" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "halvorsen-johan-1864-1935", "name": "Halvorsen, Johan, 1864-1935" @@ -155627,6 +223360,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -155651,6 +223388,34 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", @@ -155663,7 +223428,7 @@ } ], "airtableId": "recQsqUSCtdUqZnkX", - "id": "e2287" + "id": "e2288" }, { "aapbId": "cpb-aacip-500-7d2q9421", @@ -155687,10 +223452,6 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "health", "name": "Health" @@ -155707,6 +223468,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pedodontics", "name": "Pedodontics" @@ -155738,9 +223503,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recQtehXBTyy30cRI", - "id": "e2288" + "id": "e2289" }, { "aapbId": "cpb-aacip-500-zg6g6215", @@ -155759,7 +223548,7 @@ "contributor": [], "airtableId": "recQtm1Fhs8IYPnpj", "subject": [], - "id": "e2289" + "id": "e2290" }, { "aapbId": "cpb-aacip-500-5q4rp72f", @@ -155778,13 +223567,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recQtzzmBQRveX26e", - "id": "e2290" + "id": "e2291" }, { "aapbId": "cpb-aacip-500-df6k4p7s", @@ -155798,12 +223615,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recQuRQ6dU2vDxzvB", - "subject": [], - "id": "e2291" + "id": "e2292" }, { "aapbId": "cpb-aacip-500-7m042m3t", @@ -155823,6 +223649,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -155875,11 +223705,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recQuYDufv0si5Yhw", - "id": "e2292" + "id": "e2293" }, { "aapbId": "cpb-aacip-500-w6697h0g", @@ -155898,10 +223756,6 @@ "title": "National Association of Educational Broadcasters 40th Annual Convention, 1964" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "education", "name": "Education" @@ -155910,10 +223764,6 @@ "id": "educational-technology", "name": "Educational technology" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "learning", "name": "Learning" @@ -155923,12 +223773,20 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -155959,9 +223817,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recQvGHf9hB29nbwy", - "id": "e2293" + "id": "e2294" }, { "aapbId": "cpb-aacip-500-7940wt1z", @@ -155977,16 +223859,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recQvJpR3vg3xwC7L", - "id": "e2294" + "id": "e2295" }, { "aapbId": "cpb-aacip-500-3t9d8r1h", @@ -156006,14 +223924,38 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "travel-writing", "name": "Travel writing" }, + { + "id": "twain-mark-1835-1910", + "name": "Twain, Mark, 1835-1910" + }, { "id": "twain-mark-1835-1910-travel", "name": "Twain, Mark, 1835-1910--Travel" @@ -156023,12 +223965,8 @@ "name": "U.S. Literature" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" - }, - { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -156080,9 +224018,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "recQvsVXyaAiRNqYV", - "id": "e2295" + "id": "e2296" }, { "aapbId": "cpb-aacip-500-gm81pz4w", @@ -156110,18 +224072,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -156177,9 +224143,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recQwdnniNf0hPZOh", - "id": "e2296" + "id": "e2297" }, { "aapbId": "cpb-aacip-500-7p8tfx0k", @@ -156203,9 +224193,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -156240,9 +224238,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recQwyHM8yRLsrRZN", - "id": "e2297" + "id": "e2298" }, { "aapbId": "cpb-aacip-500-3j393x0v", @@ -156268,13 +224290,25 @@ "id": "asia-social-life-and-customs", "name": "Asia--Social life and customs" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -156304,9 +224338,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recQx9No7NQ64ANpY", - "id": "e2298" + "id": "e2299" }, { "aapbId": "cpb-aacip-500-w37kv63f", @@ -156333,6 +224391,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -156378,9 +224440,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recQxKwjaJjPxJZpX", - "id": "e2299" + "id": "e2300" }, { "aapbId": "cpb-aacip-500-xp6v2s0g", @@ -156399,13 +224485,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recQxRhzqKmdgphJc", - "id": "e2300" + "id": "e2301" }, { "aapbId": "cpb-aacip-500-00003n0f", @@ -156429,33 +224543,49 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "india", + "name": "India" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -156466,6 +224596,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -156488,7 +224642,7 @@ } ], "airtableId": "recQxtfVEDTUiCxdg", - "id": "e2301" + "id": "e2302" }, { "aapbId": "cpb-aacip-500-rb6w2b2j", @@ -156507,13 +224661,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recQy2oYjGtnDwu9Q", - "id": "e2302" + "id": "e2303" }, { "aapbId": "cpb-aacip-500-cr5ndp07", @@ -156541,6 +224723,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -156589,9 +224775,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recQyZ1FJiD0E3GOr", - "id": "e2303" + "id": "e2304" }, { "aapbId": "cpb-aacip-500-x921hk8x", @@ -156623,6 +224833,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -156666,9 +224884,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recQzI49hV3LDyJQR", - "id": "e2304" + "id": "e2305" }, { "aapbId": "cpb-aacip-500-b27pss5w", @@ -156686,6 +224928,10 @@ "title": "News in 20th century America" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "journalism-united-states", "name": "Journalism--United States" @@ -156698,6 +224944,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -156711,8 +224961,12 @@ "name": "Sexism" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -156783,9 +225037,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recQzshOyWuDsScp0", - "id": "e2305" + "id": "e2306" }, { "aapbId": "cpb-aacip-500-bz619c91", @@ -156809,6 +225087,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -156830,8 +225116,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -156868,9 +225154,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recR0hNJEbETyE0sm", - "id": "e2306" + "id": "e2307" }, { "aapbId": "cpb-aacip-500-bk16r87k", @@ -156890,6 +225200,14 @@ "title": "Monteverdi" }, "subject": [ + { + "id": "18th-century", + "name": "18th century" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "monteverdi-claudio-1567-1643", "name": "Monteverdi, Claudio, 1567-1643" @@ -156898,14 +225216,18 @@ "id": "music", "name": "Music" }, - { - "id": "music-18th-century", - "name": "Music--18th century" - }, { "id": "opera-18th-century", "name": "Opera--18th century" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sacred-music", "name": "Sacred music" @@ -156941,10 +225263,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recR2MWOZbmrI8EzY", - "id": "e2307" + "id": "e2308" }, { "aapbId": "cpb-aacip-500-ns0kxv9k", @@ -156976,29 +225322,37 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" }, { "id": "youth", @@ -157013,6 +225367,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -157041,7 +225419,7 @@ } ], "airtableId": "recR3EQKHla6byxPF", - "id": "e2308" + "id": "e2309" }, { "aapbId": "cpb-aacip-500-s46h5k7t", @@ -157069,6 +225447,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-government", "name": "U.S. Government" @@ -157134,9 +225516,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recR3wLkFA5hb9hs3", - "id": "e2309" + "id": "e2310" }, { "aapbId": "cpb-aacip-500-2j687237", @@ -157164,6 +225570,10 @@ "id": "city-planning-united-states", "name": "City planning--United States" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "future-the", "name": "Future, The" @@ -157179,6 +225589,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -157230,9 +225644,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recR43mhiOXHzbHUx", - "id": "e2310" + "id": "e2311" }, { "aapbId": "cpb-aacip-500-dz033403", @@ -157257,8 +225695,8 @@ "name": "Alcoholism" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "illinois", @@ -157272,13 +225710,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -157301,10 +225743,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recR4D6HRjWgk0HAk", - "id": "e2311" + "id": "e2312" }, { "aapbId": "cpb-aacip-500-5m628w80", @@ -157336,6 +225802,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -157379,9 +225853,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recR4DRJqe5vjofa0", - "id": "e2312" + "id": "e2313" }, { "aapbId": "cpb-aacip-500-tx355q0w", @@ -157402,28 +225900,36 @@ }, "subject": [ { - "id": "improvisation-music", - "name": "Improvisation (Music)" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "europe", + "name": "Europe" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "music", - "name": "Music" + "id": "improvisation-music", + "name": "Improvisation (Music)" }, { - "id": "music-europe-history-and-criticism", - "name": "Music--Europe--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "music", + "name": "Music" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -157456,10 +225962,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recR4RYbhxhbPtllZ", - "id": "e2313" + "id": "e2314" }, { "aapbId": "cpb-aacip-500-hm52kv0n", @@ -157483,6 +226013,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -157491,13 +226025,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -157527,14 +226073,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recR4bd5XZMunTTHb", - "id": "e2314" + "id": "e2315" }, { "aapbId": "cpb-aacip-500-qr4nqk6v", @@ -157566,6 +226140,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -157601,11 +226179,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recR5YAXJx7mdlgI3", - "id": "e2315" + "id": "e2316" }, { "aapbId": "cpb-aacip-500-9s1kmz7x", @@ -157640,6 +226246,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "purchasing", "name": "Purchasing" @@ -157679,9 +226289,33 @@ "name": "Business/Financial" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recR6j6cQGe7mS2DM", - "id": "e2316" + "id": "e2317" }, { "aapbId": "cpb-aacip-500-5t3g2g70", @@ -157701,6 +226335,10 @@ "title": "Speaking of Mexico" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -157708,6 +226346,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -157724,10 +226366,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recR7SraETrihaoCB", - "id": "e2317" + "id": "e2318" }, { "aapbId": "cpb-aacip-500-qf8jjq3g", @@ -157763,6 +226429,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -157775,9 +226445,17 @@ "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use", "name": "Tobacco use" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -157817,9 +226495,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recR7pQxYoFiOmqe1", - "id": "e2318" + "id": "e2319" }, { "aapbId": "cpb-aacip-500-222r8k6s", @@ -157888,7 +226590,7 @@ ], "decade": "1960-1969", "airtableId": "recRAGqaWD9xXeuv3", - "id": "e2319" + "id": "e2320" }, { "aapbId": "cpb-aacip-500-rr1pmd65", @@ -157912,10 +226614,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -157953,9 +226663,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recRAcbpUCmV5r78L", - "id": "e2320" + "id": "e2321" }, { "aapbId": "cpb-aacip-500-dr2p9j8p", @@ -157973,13 +226707,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRAidJy4G864RAt", - "id": "e2321" + "id": "e2322" }, { "aapbId": "cpb-aacip-500-ks6j554v", @@ -157998,7 +226760,7 @@ "contributor": [], "airtableId": "recRBbvxQxzDogASJ", "subject": [], - "id": "e2322" + "id": "e2323" }, { "aapbId": "cpb-aacip-500-1r6n3r91", @@ -158026,29 +226788,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -158059,6 +226829,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -158075,7 +226869,7 @@ } ], "airtableId": "recRD59ISz5r3Tl9C", - "id": "e2323" + "id": "e2324" }, { "aapbId": "cpb-aacip-500-4q7qsc9m", @@ -158099,6 +226893,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -158107,13 +226905,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -158149,14 +226959,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recRE2xWOenOLIxSj", - "id": "e2324" + "id": "e2325" }, { "aapbId": "cpb-aacip-500-ng4gs04w", @@ -158188,6 +227026,14 @@ { "id": "revolutionaries-africa", "name": "Revolutionaries--Africa" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -158240,9 +227086,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "airtableId": "recREy8sIr3v7FO7W", - "id": "e2325" + "id": "e2326" }, { "aapbId": "cpb-aacip-500-f18sgc3x", @@ -158263,20 +227133,32 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "british-literature", + "name": "British literature" }, { - "id": "criticism", - "name": "Criticism" + "id": "churchill-winston-1874-1965", + "name": "Churchill, Winston, 1874-1965" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "great-britain", + "name": "Great Britain" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -158311,9 +227193,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recRHM85P3zneux3L", - "id": "e2326" + "id": "e2327" }, { "aapbId": "cpb-aacip-500-2b8vfh89", @@ -158369,18 +227275,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recRHYcjHT4Qu0WQf", - "id": "e2327" + "id": "e2328" }, { "aapbId": "cpb-aacip-500-ht2gcf14", @@ -158400,6 +227330,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -158412,11 +227350,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recRHdozMl3LMopSQ", - "id": "e2328" + "id": "e2329" }, { "aapbId": "cpb-aacip-500-251fnw55", @@ -158437,25 +227399,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -158505,9 +227479,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recRI0dMiGvwlA7Pn", - "id": "e2329" + "id": "e2330" }, { "aapbId": "cpb-aacip-500-0p0wtn57", @@ -158527,6 +227525,10 @@ "title": "29th Annual Couchiching Conference, 1960" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "canada-economic-conditions-1945", "name": "Canada--Economic conditions--1945-" @@ -158535,6 +227537,14 @@ "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "economic-conditions", + "name": "Economic conditions" + }, { "id": "economic-development", "name": "Economic development" @@ -158556,12 +227566,8 @@ "name": "Latin America" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" - }, - { - "id": "latin-america-economic-development", - "name": "Latin America--Economic Development" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -158625,11 +227631,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" } ], "decade": "1950-1959", "airtableId": "recRIM9DQwgNd01sd", - "id": "e2330" + "id": "e2331" }, { "aapbId": "cpb-aacip-500-hm52kv1w", @@ -158650,10 +227684,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -158709,7 +227739,7 @@ ], "decade": "1950-1959", "airtableId": "recRIfSkGGifvjvzP", - "id": "e2331" + "id": "e2332" }, { "aapbId": "cpb-aacip-500-s17ss94j", @@ -158732,10 +227762,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -158755,10 +227793,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRJRrvlAr5G4q4u", - "id": "e2332" + "id": "e2333" }, { "aapbId": "cpb-aacip-500-319s5g7q", @@ -158783,13 +227845,17 @@ "name": "Automobiles" }, { - "id": "automobiles-law-and-legislation-great-britain", - "name": "Automobiles--Law and legislation--Great Britain" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "europe", "name": "Europe" }, + { + "id": "great-britain", + "name": "Great Britain" + }, { "id": "great-britain-economic-conditions-20th-century", "name": "Great Britain--Economic conditions--20th century" @@ -158800,11 +227866,27 @@ }, { "id": "highway-planning", - "name": "HIghway planning" + "name": "Highway planning" + }, + { + "id": "law-and-legislation", + "name": "Law and legislation" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -158840,9 +227922,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recRJsf9Dev2dq7mL", - "id": "e2333" + "id": "e2334" }, { "aapbId": "cpb-aacip-500-mk658d2f", @@ -158866,13 +227972,13 @@ "id": "elections-great-britain-history-20th-century", "name": "Elections--Great Britain--History--20th century" }, - { - "id": "europe", - "name": "Europe" - }, { "id": "great-britain-history-20th-century", "name": "Great Britain--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -158937,9 +228043,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recRK4NHssbDyX3J9", - "id": "e2334" + "id": "e2335" }, { "aapbId": "cpb-aacip-500-cr5ndn96", @@ -158960,20 +228090,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -158983,6 +228113,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "swing-music-history-and-criticism", "name": "Swing (Music)--History and criticism" @@ -159049,9 +228187,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recRKKcfMCK5W2Fe7", - "id": "e2335" + "id": "e2336" }, { "aapbId": "cpb-aacip-500-k649tf9n", @@ -159075,6 +228237,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -159083,13 +228249,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -159125,14 +228303,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recRKMj71XV3elagN", - "id": "e2336" + "id": "e2337" }, { "aapbId": "cpb-aacip-500-wd3q1081", @@ -159160,6 +228366,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -159203,9 +228413,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recRKStaeJHU6CZK9", - "id": "e2337" + "id": "e2338" }, { "aapbId": "cpb-aacip-500-1z41w94t", @@ -159225,17 +228459,21 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "great-britain-poetry", + "name": "Great Britain--Poetry" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "writers", - "name": "Writers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -159297,18 +228535,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recRKwBpnGn70uwdC", - "id": "e2338" + "id": "e2339" }, { "aapbId": "cpb-aacip-500-nc5scq2t", @@ -159324,16 +228586,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recRMcbMm56nfR3Qk", - "id": "e2339" + "id": "e2340" }, { "aapbId": "cpb-aacip-500-rb6w2b19", @@ -159357,6 +228659,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -159424,11 +228730,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recRMrrfIXBcAIE54", - "id": "e2340" + "id": "e2341" }, { "aapbId": "cpb-aacip-500-tm720w1p", @@ -159444,12 +228778,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recROECDe71ezQlLA", - "subject": [], - "id": "e2341" + "id": "e2342" }, { "aapbId": "cpb-aacip-500-3775z118", @@ -159476,6 +228815,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -159492,10 +228839,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recROjYjyr2autAsh", - "id": "e2342" + "id": "e2343" }, { "aapbId": "cpb-aacip-500-db7vrc1k", @@ -159519,10 +228890,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -159560,9 +228939,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recRQKa9eT64sAj6f", - "id": "e2343" + "id": "e2344" }, { "aapbId": "cpb-aacip-500-s17ss961", @@ -159581,13 +228984,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recRQlMjvYj9N5XMj", - "id": "e2344" + "id": "e2345" }, { "aapbId": "cpb-aacip-500-08638h3s", @@ -159619,6 +229050,10 @@ "id": "dakota-indians-religion", "name": "Dakota Indians--Religion" }, + { + "id": "dakota-indians-rites-and-ceremonies", + "name": "Dakota Indians--Rites and ceremonies" + }, { "id": "dakota-indians-social-life-and-customs", "name": "Dakota Indians--Social life and customs" @@ -159632,8 +229067,24 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -159654,10 +229105,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRRMnG4QbxviOQY", - "id": "e2345" + "id": "e2346" }, { "aapbId": "cpb-aacip-500-ft8dkp4m", @@ -159677,7 +229152,7 @@ "contributor": [], "airtableId": "recRRfEkkJOJ0CJZx", "subject": [], - "id": "e2346" + "id": "e2347" }, { "aapbId": "cpb-aacip-500-n58cm430", @@ -159698,16 +229173,12 @@ }, "subject": [ { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" - }, - { - "id": "education-united-states", - "name": "Education--United States" + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "industrialization", @@ -159716,6 +229187,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -159744,9 +229223,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recRRpUOx3sDDM2F6", - "id": "e2347" + "id": "e2348" }, { "aapbId": "cpb-aacip-500-td9n792r", @@ -159766,6 +229269,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -159774,6 +229281,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -159829,9 +229344,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recRUCH6arbiYa5uM", - "id": "e2348" + "id": "e2349" }, { "aapbId": "cpb-aacip-500-r49g8r7h", @@ -159851,9 +229390,37 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "police-brutality-united-states", + "name": "Police brutality--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -159870,10 +229437,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRUHqaMqwsqgBRe", - "id": "e2349" + "id": "e2350" }, { "aapbId": "cpb-aacip-500-sx648v6t", @@ -159900,6 +229491,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -159958,9 +229557,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recRUiDPvKbCKCSJv", - "id": "e2350" + "id": "e2351" }, { "aapbId": "cpb-aacip-500-h41jnc9t", @@ -159984,13 +229607,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -160025,9 +229648,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recRUiHHKQGPvMpG3", - "id": "e2351" + "id": "e2352" }, { "aapbId": "cpb-aacip-500-6q1sk34f", @@ -160046,8 +229693,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -160060,6 +229707,10 @@ { "id": "revolutions", "name": "Revolutions" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -160124,9 +229775,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recRVIS6aRNwC41BG", - "id": "e2352" + "id": "e2353" }, { "aapbId": "cpb-aacip-500-154ds301", @@ -160146,6 +229821,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -160158,11 +229841,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recRVjKXzZczNOE2v", - "id": "e2353" + "id": "e2354" }, { "aapbId": "cpb-aacip-500-6w96bm84", @@ -160197,6 +229904,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -160249,9 +229960,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recRVtJha8Cg8lsG8", - "id": "e2354" + "id": "e2355" }, { "aapbId": "cpb-aacip-500-2b8vff7n", @@ -160283,6 +230018,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science-technology", "name": "Science & Technology" @@ -160339,9 +230078,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recRWDwlcVosnW0Mb", - "id": "e2355" + "id": "e2356" }, { "aapbId": "cpb-aacip-500-qb9v5f2t", @@ -160362,13 +230125,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recRWly8OyJW6j3bm", - "id": "e2356" + "id": "e2357" }, { "aapbId": "cpb-aacip-500-z60c1609", @@ -160384,16 +230175,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recRX0zfr9vlGoCVs", - "id": "e2357" + "id": "e2358" }, { "aapbId": "cpb-aacip-500-w950mq36", @@ -160417,17 +230240,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -160478,9 +230309,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recRXFH1G6jf5Jf29", - "id": "e2358" + "id": "e2359" }, { "aapbId": "cpb-aacip-500-qj77z049", @@ -160501,16 +230356,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "latin-america", @@ -160527,6 +230386,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -160559,10 +230422,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRXnOnbzEwsXFX6", - "id": "e2359" + "id": "e2360" }, { "aapbId": "cpb-aacip-500-kw57jg1r", @@ -160576,12 +230463,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRYPAvndp4P1kky", - "subject": [], - "id": "e2360" + "id": "e2361" }, { "aapbId": "cpb-aacip-500-kh0f073k", @@ -160602,16 +230498,28 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "neurosciences", "name": "Neurosciences" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -160635,14 +230543,42 @@ "id": "science", "name": "Science" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recRYiRQ4ay3B1Gpx", - "id": "e2361" + "id": "e2362" }, { "aapbId": "cpb-aacip-500-4f1mmg0m", @@ -160666,10 +230602,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -160727,9 +230659,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recRYwEZuSTnSGRda", - "id": "e2362" + "id": "e2363" }, { "aapbId": "cpb-aacip-500-mg7fw562", @@ -160744,12 +230700,36 @@ "id": "this-drug-age", "title": "This drug age" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recRYxC6AJTErKsDx", "subject": [], - "id": "e2363" + "id": "e2364" }, { "aapbId": "cpb-aacip-500-np1wjj4r", @@ -160773,10 +230753,18 @@ "id": "balloons", "name": "Balloons" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -160785,6 +230773,10 @@ "id": "science-technology", "name": "Science & Technology" }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "winds", "name": "Winds" @@ -160800,11 +230792,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recRacDqWbQopsJB9", - "id": "e2364" + "id": "e2365" }, { "aapbId": "cpb-aacip-500-ws8hk499", @@ -160828,13 +230844,17 @@ "id": "classical-drama-tragedy", "name": "Classical drama (Tragedy)" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "euripides-iphigenia-in-tauris-english", "name": "Euripides. Iphigenia in Tauris. English" }, { - "id": "iphigenia-greek-mythology-drama", - "name": "Iphigenia (Greek mythology)--Drama" + "id": "iphigenia-greek-mythology", + "name": "Iphigenia (Greek mythology)" }, { "id": "melodrama", @@ -160844,6 +230864,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -160867,10 +230891,34 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRahgRrwTyNLiPq", - "id": "e2365" + "id": "e2366" }, { "aapbId": "cpb-aacip-500-j678xh4h", @@ -160894,17 +230942,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -160939,9 +230995,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recRaotU8dfrR9czi", - "id": "e2366" + "id": "e2367" }, { "aapbId": "cpb-aacip-500-k06x1t19", @@ -160977,13 +231057,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "paris-france", "name": "Paris (France)" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -161029,9 +231113,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recRbdZmHyA7EV1uG", - "id": "e2367" + "id": "e2368" }, { "aapbId": "cpb-aacip-500-mk658g0c", @@ -161063,6 +231171,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -161098,11 +231210,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recRbr5kL9g0sE0zk", - "id": "e2368" + "id": "e2369" }, { "aapbId": "cpb-aacip-500-s46h5m2t", @@ -161123,13 +231263,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recRdqEyqWYTZgftT", - "id": "e2369" + "id": "e2370" }, { "aapbId": "cpb-aacip-500-610vv26w", @@ -161147,13 +231315,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRdtNA6Q4vs2cPY", - "id": "e2370" + "id": "e2371" }, { "aapbId": "cpb-aacip-500-hh6c6h8r", @@ -161173,10 +231369,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -161252,9 +231456,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recRdw0vL3UuBAVGL", - "id": "e2371" + "id": "e2372" }, { "aapbId": "cpb-aacip-500-t43j2d74", @@ -161274,21 +231502,29 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "basie-count-1904-1984", "name": "Basie, Count, 1904-1984" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -161297,6 +231533,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -161329,10 +231569,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRfFFoT47RXhKDh", - "id": "e2372" + "id": "e2373" }, { "aapbId": "cpb-aacip-500-zg6g6126", @@ -161356,13 +231620,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -161397,9 +231661,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recRgI6impgm8DkNa", - "id": "e2373" + "id": "e2374" }, { "aapbId": "cpb-aacip-500-2r3p0n61", @@ -161429,12 +231717,16 @@ "name": "Educational television" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -161454,7 +231746,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recRgNyOQLZyuli6Z", - "id": "e2374" + "id": "e2375" }, { "aapbId": "cpb-aacip-500-959c9742", @@ -161468,16 +231760,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRh9fRqpLbfXQ48", - "id": "e2375" + "id": "e2376" }, { "aapbId": "cpb-aacip-500-6m335s8q", @@ -161492,12 +231824,21 @@ "id": "bernard-gabriel", "title": "Bernard Gabriel" }, + "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "painting", + "name": "Painting" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recRhnfKYyj4HtbLj", - "subject": [], - "id": "e2376" + "id": "e2377" }, { "aapbId": "cpb-aacip-500-00003n1p", @@ -161510,12 +231851,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRkY1PSCZcf0G04", "subject": [], - "id": "e2377" + "id": "e2378" }, { "aapbId": "cpb-aacip-500-pn8xff4f", @@ -161533,13 +231898,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRlsai4NW2RyNLh", - "id": "e2378" + "id": "e2379" }, { "aapbId": "cpb-aacip-500-k649td08", @@ -161559,21 +231952,21 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -161632,9 +232025,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recRlwTVrn9SZAjpp", - "id": "e2379" + "id": "e2380" }, { "aapbId": "cpb-aacip-500-08638f3c", @@ -161658,10 +232075,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -161699,9 +232124,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recRm35iKiOQJlaS4", - "id": "e2380" + "id": "e2381" }, { "aapbId": "cpb-aacip-500-h98zdz5w", @@ -161721,6 +232170,10 @@ "title": "Music in the making" }, "subject": [ + { + "id": "19th-century-analysis-appreciation", + "name": "19th century--Analysis, appreciation" + }, { "id": "composition-music", "name": "Composition (Music)" @@ -161729,14 +232182,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century-analysis-appreciation", - "name": "Music--19th century--Analysis, appreciation" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "songs", "name": "Songs" @@ -161772,9 +232225,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recRmUS8C3FUB5ZYv", - "id": "e2381" + "id": "e2382" }, { "aapbId": "cpb-aacip-500-bc3szn9h", @@ -161792,13 +232269,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRmkYZy1uSOosMg", - "id": "e2382" + "id": "e2383" }, { "aapbId": "cpb-aacip-500-dj58hx5h", @@ -161819,24 +232324,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -161953,9 +232458,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recRnWsbYsny6IW3X", - "id": "e2383" + "id": "e2384" }, { "aapbId": "cpb-aacip-500-7h1dpd6d", @@ -161981,6 +232510,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -162003,10 +232536,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRnfqZM4qA6vGgE", - "id": "e2384" + "id": "e2385" }, { "aapbId": "cpb-aacip-500-h12v837x", @@ -162027,16 +232584,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -162083,9 +232648,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recRnvsr8or1xkHdi", - "id": "e2385" + "id": "e2386" }, { "aapbId": "cpb-aacip-500-m32n9z4z", @@ -162106,12 +232695,8 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "music", @@ -162121,6 +232706,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "professional-sports", + "name": "Professional sports" + }, { "id": "rorem-ned-1923", "name": "Rorem, Ned, 1923-" @@ -162162,9 +232755,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recRoVsmlzGOw7gj2", - "id": "e2386" + "id": "e2387" }, { "aapbId": "cpb-aacip-500-gh9b9q4p", @@ -162185,13 +232802,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recRosAYdjYYW7Tru", - "id": "e2387" + "id": "e2388" }, { "aapbId": "cpb-aacip-500-9882pj3f", @@ -162205,12 +232850,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRpOop5gSZX5xXM", - "subject": [], - "id": "e2388" + "id": "e2389" }, { "aapbId": "cpb-aacip-500-h41jnf19", @@ -162224,16 +232878,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRpn8xIet5i2QKA", - "id": "e2389" + "id": "e2390" }, { "aapbId": "cpb-aacip-500-m03xxq3c", @@ -162257,6 +232951,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -162265,13 +232963,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -162301,14 +233011,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recRqHSRY6xYPEQ3r", - "id": "e2390" + "id": "e2391" }, { "aapbId": "cpb-aacip-500-db7vrf4q", @@ -162329,8 +233067,12 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "european-literature", + "name": "European literature" }, { "id": "europeans", @@ -162340,6 +233082,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "national-characteristics-american", "name": "National characteristics, American" @@ -162348,6 +233094,14 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "travel-writing", + "name": "Travel writing" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -162444,9 +233198,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recRqw5tpg5beZO8h", - "id": "e2391" + "id": "e2392" }, { "aapbId": "cpb-aacip-500-qf8jjr2f", @@ -162461,16 +233239,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recRsH28FQPWout41", - "id": "e2392" + "id": "e2393" }, { "aapbId": "cpb-aacip-500-ft8dkq52", @@ -162485,12 +233299,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recRsRr1ptPC5L3yZ", "subject": [], - "id": "e2393" + "id": "e2394" }, { "aapbId": "cpb-aacip-500-m61bq84r", @@ -162515,13 +233353,29 @@ "name": "Christian Churches and Churches of Christ" }, { - "id": "clergy-netherlands", - "name": "Clergy--Netherlands" + "id": "clergy", + "name": "Clergy" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "netherlands", + "name": "Netherlands" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "spiritual-life", "name": "Spiritual life" @@ -162568,9 +233422,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recRtSv3volCkoG0Q", - "id": "e2394" + "id": "e2395" }, { "aapbId": "cpb-aacip-500-rf5kfk9f", @@ -162609,6 +233487,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -162673,9 +233555,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recRuPCNu4HcJZ8S5", - "id": "e2395" + "id": "e2396" }, { "aapbId": "cpb-aacip-500-0z710h92", @@ -162690,16 +233596,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recRve8HQfnKNvq0l", - "id": "e2396" + "id": "e2397" }, { "aapbId": "cpb-aacip-500-4x54jx34", @@ -162727,6 +233677,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -162784,9 +233742,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recRvkD73ZL4LQS5E", - "id": "e2397" + "id": "e2398" }, { "aapbId": "cpb-aacip-500-mp4vnp30", @@ -162819,8 +233801,16 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -162846,6 +233836,30 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "contributor": [ { @@ -162856,7 +233870,7 @@ } ], "airtableId": "recRwEY2EIBBbFO7Z", - "id": "e2398" + "id": "e2399" }, { "aapbId": "cpb-aacip-500-b853kb51", @@ -162888,6 +233902,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -162895,6 +233913,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -162950,18 +233972,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recRwPlivEvxE021G", - "id": "e2399" + "id": "e2400" }, { "aapbId": "cpb-aacip-500-8w384b7x", @@ -162982,16 +234028,24 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "african-american-authors", + "name": "African American authors" + }, + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", @@ -163030,9 +234084,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recRwYWJ1aHFhceFs", - "id": "e2400" + "id": "e2401" }, { "aapbId": "cpb-aacip-500-tt4fsg5r", @@ -163055,10 +234133,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -163078,10 +234164,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recRwySfR8fyH1rUk", - "id": "e2401" + "id": "e2402" }, { "aapbId": "cpb-aacip-500-4b2x767w", @@ -163098,9 +234208,77 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "art", + "name": "Art" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "economic-conditions", + "name": "Economic conditions" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "racism-united-states", + "name": "Racism--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -163111,6 +234289,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -163121,7 +234323,7 @@ } ], "airtableId": "recRxxvG0qImR5txb", - "id": "e2402" + "id": "e2403" }, { "aapbId": "cpb-aacip-500-445hfm2f", @@ -163142,28 +234344,28 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" - }, - { - "id": "american-literature-themes-motives", - "name": "American literature--Themes, motives" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -163216,9 +234418,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recRy7Nuw4sotaVYn", - "id": "e2403" + "id": "e2404" }, { "aapbId": "cpb-aacip-500-hh6c6h68", @@ -163239,25 +234465,29 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "wolfe-thomas-1900-1938", "name": "Wolfe, Thomas, 1900-1938" @@ -163312,9 +234542,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recRyg6k6AH7Z5AUK", - "id": "e2404" + "id": "e2405" }, { "aapbId": "cpb-aacip-500-br8mhs1r", @@ -163339,8 +234593,12 @@ "name": "Crime" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "interrogation", + "name": "Interrogation" + }, + { + "id": "law", + "name": "Law" }, { "id": "lawyers", @@ -163351,8 +234609,12 @@ "name": "NAEB Region IV" }, { - "id": "questioning", - "name": "Questioning" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "sociology", @@ -163418,9 +234680,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recS3AecZ51um4Q9Z", - "id": "e2405" + "id": "e2406" }, { "aapbId": "cpb-aacip-500-3f4kqn31", @@ -163452,6 +234738,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -163499,9 +234789,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recS3vrgVVhE76oSQ", - "id": "e2406" + "id": "e2407" }, { "aapbId": "cpb-aacip-500-4m91d17d", @@ -163521,18 +234835,34 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophers-germany-interviews", "name": "Philosophers--Germany--Interviews" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "physicists-germany-interviews", "name": "Physicists--Germany--Interviews" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "weizsa_cker-carl-friedrich-freiherr-von-1912-2007-interviews", "name": "Weizsa_cker, Carl Friedrich, Freiherr von, 1912-2007--Interviews" @@ -163540,6 +234870,10 @@ { "id": "weizsa_cker-carl-friedrich-freiherr-von-1912-2007-political-and-social-views", "name": "Weizsa_cker, Carl Friedrich, Freiherr von, 1912-2007--Political and social views" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -163579,9 +234913,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recS4A2OMvkUFnkl6", - "id": "e2407" + "id": "e2408" }, { "aapbId": "cpb-aacip-500-gx44vt5s", @@ -163600,13 +234958,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kentucky", + "name": "Kentucky" + } + ], + "settlement": [ + { + "id": "morehead", + "name": "Morehead" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recS4RGSiZ6kQVysN", - "id": "e2408" + "id": "e2409" }, { "aapbId": "cpb-aacip-500-930nx03h", @@ -163626,21 +235012,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -163678,18 +235076,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recS5BM24hhPqH1If", - "id": "e2409" + "id": "e2410" }, { "aapbId": "cpb-aacip-500-mg7fw60t", @@ -163709,6 +235131,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -163718,12 +235144,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" + }, + { + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -163744,10 +235174,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recS5qgesPtwNQuZW", - "id": "e2410" + "id": "e2411" }, { "aapbId": "cpb-aacip-500-pr7mtr1b", @@ -163772,13 +235226,17 @@ "name": "Comedy" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -163796,8 +235254,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -163855,9 +235313,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recS6FpN6pjklVbD4", - "id": "e2411" + "id": "e2412" }, { "aapbId": "cpb-aacip-500-hm52kt2x", @@ -163881,9 +235363,25 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -163900,10 +235398,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recS6PppYS3ZBXIAK", - "id": "e2412" + "id": "e2413" }, { "aapbId": "cpb-aacip-500-mw28f912", @@ -163924,13 +235446,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recS6qRwaFH5XZpxf", - "id": "e2413" + "id": "e2414" }, { "aapbId": "cpb-aacip-500-1j97b62g", @@ -163954,6 +235504,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "social-sciences", "name": "Social sciences" @@ -163995,9 +235549,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recS6uo0y9dtaX0L9", - "id": "e2414" + "id": "e2415" }, { "aapbId": "cpb-aacip-500-jq0sw024", @@ -164014,12 +235592,17 @@ "id": "mainland-china-in-the-1970s", "title": "Mainland China in the 1970s" }, + "subject": [ + { + "id": "china-history", + "name": "China--History" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recS7WSWCm8uZFCrd", - "subject": [], - "id": "e2415" + "id": "e2416" }, { "aapbId": "cpb-aacip-500-1c1tjn14", @@ -164038,13 +235621,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recS7ZkNkYvJeqRWs", - "id": "e2416" + "id": "e2417" }, { "aapbId": "cpb-aacip-500-862bdd29", @@ -164058,12 +235669,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recS8uegaLkmqeIRg", - "subject": [], - "id": "e2417" + "id": "e2418" }, { "aapbId": "cpb-aacip-500-m32nb05k", @@ -164094,6 +235714,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -164126,11 +235750,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recS9vvQB7KVwTLox", - "id": "e2418" + "id": "e2419" }, { "aapbId": "cpb-aacip-500-gh9b9q0q", @@ -164149,13 +235801,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recSAMYKWkaZxf9j7", - "id": "e2419" + "id": "e2420" }, { "aapbId": "cpb-aacip-500-k649tf36", @@ -164186,6 +235866,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -164224,10 +235908,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSBcucLJwSPdhbo", - "id": "e2420" + "id": "e2421" }, { "aapbId": "cpb-aacip-500-hq3s0408", @@ -164252,8 +235960,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -164267,13 +235975,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -164325,9 +236037,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recSBlmHCuUzaxclR", - "id": "e2421" + "id": "e2422" }, { "aapbId": "cpb-aacip-500-w950ms53", @@ -164346,13 +236082,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recSCKLQSeI48obqF", - "id": "e2422" + "id": "e2423" }, { "aapbId": "cpb-aacip-500-rf5kfm2z", @@ -164369,9 +236133,65 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "education", + "name": "Education" + }, + { + "id": "elections-united-states", + "name": "Elections--United States" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "politicians-united-states", + "name": "Politicians--United States" + }, + { + "id": "politics-and-culture-united-states", + "name": "Politics and culture--United States" + }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -164382,6 +236202,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -164392,7 +236236,7 @@ } ], "airtableId": "recSEvrX4etqv00dX", - "id": "e2423" + "id": "e2424" }, { "aapbId": "cpb-aacip-500-v40jzb46", @@ -164420,29 +236264,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -164453,6 +236305,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -164481,7 +236357,7 @@ } ], "airtableId": "recSFIiWRoAj0cOTr", - "id": "e2424" + "id": "e2425" }, { "aapbId": "cpb-aacip-500-jm23gq6m", @@ -164505,6 +236381,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -164513,13 +236393,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -164549,14 +236441,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recSFRPVAw4p5Bf0c", - "id": "e2425" + "id": "e2426" }, { "aapbId": "cpb-aacip-500-zw18r57g", @@ -164577,8 +236497,8 @@ }, "subject": [ { - "id": "history-of-law", - "name": "History of Law" + "id": "education", + "name": "Education" }, { "id": "law", @@ -164587,6 +236507,18 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "political-activity", + "name": "Political activity" + }, + { + "id": "students", + "name": "Students" } ], "creator": [ @@ -164621,9 +236553,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recSFqWJTqrKe1py2", - "id": "e2426" + "id": "e2427" }, { "aapbId": "cpb-aacip-500-tq5rd57m", @@ -164649,6 +236605,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -164683,9 +236643,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recSGClNgn1RdY2RG", - "id": "e2427" + "id": "e2428" }, { "aapbId": "cpb-aacip-500-gh9b9q7d", @@ -164704,13 +236688,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recSGnmY3LCdHBTKo", - "id": "e2428" + "id": "e2429" }, { "aapbId": "cpb-aacip-500-vd6p448h", @@ -164742,6 +236754,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "parenting", "name": "Parenting" @@ -164813,9 +236829,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recSIFdKeotnbjaaA", - "id": "e2429" + "id": "e2430" }, { "aapbId": "cpb-aacip-500-4q7qsc4d", @@ -164835,6 +236875,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -164844,12 +236888,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" + }, + { + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -164870,10 +236918,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSJz2oHyH18Oz7j", - "id": "e2430" + "id": "e2431" }, { "aapbId": "cpb-aacip-500-t727fr2r", @@ -164892,6 +236964,14 @@ "title": "American adventure" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "field-cyrus-w-cyrus-west-1819-1892", "name": "Field, Cyrus W. (Cyrus West), 1819-1892" @@ -164900,6 +236980,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -164909,12 +236993,8 @@ "name": "Science & Technology" }, { - "id": "theater-drama", - "name": "Theater & Drama" - }, - { - "id": "transatlantic-cables-drama", - "name": "Transatlantic cables--Drama" + "id": "transatlantic-cables", + "name": "Transatlantic cables" }, { "id": "transatlantic-cables-history", @@ -164922,11 +237002,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -164940,8 +237015,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -164963,12 +237038,6 @@ "name": "Kuralt, Charles, 1934-1997", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -164981,9 +237050,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recSK16H4jMMcHEHm", - "id": "e2431" + "id": "e2432" }, { "aapbId": "cpb-aacip-500-1834596m", @@ -165004,12 +237097,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -165018,6 +237107,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -165044,10 +237137,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSLGJp7wxY2hIdE", - "id": "e2432" + "id": "e2433" }, { "aapbId": "cpb-aacip-500-vm42wr29", @@ -165068,17 +237185,13 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-united-states", - "name": "African Americans--United States" - }, { "id": "arts-literature", "name": "Arts, Literature" @@ -165087,10 +237200,18 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-lafayette-theatre", "name": "New Lafayette Theatre" @@ -165100,24 +237221,20 @@ "name": "New York (N.Y.)" }, { - "id": "sociology", - "name": "Sociology" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -165128,6 +237245,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -165144,7 +237285,7 @@ } ], "airtableId": "recSMSOb4fLGchqVD", - "id": "e2433" + "id": "e2434" }, { "aapbId": "cpb-aacip-500-g15tc68f", @@ -165164,10 +237305,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "grund-francis-j-francis-joseph-1804-1863", "name": "Grund, Francis J. (Francis Joseph), 1804-1863" @@ -165180,10 +237317,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -165191,6 +237336,14 @@ { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -165229,10 +237382,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSNPczBcqrSlZl9", - "id": "e2434" + "id": "e2435" }, { "aapbId": "cpb-aacip-500-qz22h53g", @@ -165256,6 +237433,10 @@ "id": "communism", "name": "Communism" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -165268,6 +237449,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -165277,8 +237462,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -165349,9 +237534,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recSOyCfQz2AkKO59", - "id": "e2435" + "id": "e2436" }, { "aapbId": "cpb-aacip-500-8p5vbs3t", @@ -165376,13 +237585,25 @@ "name": "Apples--Folklore" }, { - "id": "appleseed-johnny-1774-1845-drama", - "name": "Appleseed, Johnny, 1774-1845--Drama" + "id": "appleseed-johnny-1774-1845", + "name": "Appleseed, Johnny, 1774-1845" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "nursery-growers", "name": "Nursery growers" @@ -165390,14 +237611,13 @@ { "id": "radio-plays-american", "name": "Radio plays, American" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -165405,8 +237625,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -165435,12 +237655,6 @@ "type": "Person", "role": "Actor" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "boyd-bernard", "name": "Boyd, Bernard", @@ -165476,9 +237690,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recSOz8RzDLOaqWKo", - "id": "e2436" + "id": "e2437" }, { "aapbId": "cpb-aacip-500-r20rwg09", @@ -165506,6 +237744,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -165554,9 +237796,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recSP0EOwvHIPaovL", - "id": "e2437" + "id": "e2438" }, { "aapbId": "cpb-aacip-500-jq0sw04m", @@ -165575,13 +237841,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recSQbHLJ9JCfXBBr", - "id": "e2438" + "id": "e2439" }, { "aapbId": "cpb-aacip-500-2z12s56t", @@ -165602,13 +237896,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -165624,10 +237922,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -165686,9 +237980,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recSS9mLzmgsm9VOb", - "id": "e2439" + "id": "e2440" }, { "aapbId": "cpb-aacip-500-z60c152k", @@ -165719,6 +238037,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -165759,9 +238081,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recSSMk9lDh7ia9TW", - "id": "e2440" + "id": "e2441" }, { "aapbId": "cpb-aacip-500-q23r0k5x", @@ -165793,6 +238139,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -165800,6 +238150,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -165826,19 +238180,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recSSO7Rr8qif41zg", - "id": "e2441" + "id": "e2442" }, { "aapbId": "cpb-aacip-500-k9316p51", @@ -165858,10 +238236,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -165870,6 +238256,10 @@ "id": "sociology-united-states", "name": "Sociology--United States" }, + { + "id": "suburbs", + "name": "Suburbs" + }, { "id": "united-states-study-and-teaching", "name": "United States--Study and teaching" @@ -165925,9 +238315,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recSSynhoJCcv5syY", - "id": "e2442" + "id": "e2443" }, { "aapbId": "cpb-aacip-500-5x25fs3n", @@ -165951,6 +238365,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -166002,9 +238420,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recSU31XVeRv33U9O", - "id": "e2443" + "id": "e2444" }, { "aapbId": "cpb-aacip-500-9g5gg29q", @@ -166025,20 +238467,20 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -166048,9 +238490,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "ragtime-music-history-and-criticism", "name": "Ragtime music--History and criticism" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -166083,10 +238533,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSUkWe3SwTmueG6", - "id": "e2444" + "id": "e2445" }, { "aapbId": "cpb-aacip-500-w37kv50h", @@ -166106,17 +238580,33 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -166155,10 +238645,34 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recSWfkmgyzcvmpBA", - "id": "e2445" + "id": "e2446" }, { "aapbId": "cpb-aacip-500-4f1mmj01", @@ -166180,6 +238694,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -166209,9 +238727,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recSXFWDG9AzUNzCO", - "id": "e2446" + "id": "e2447" }, { "aapbId": "cpb-aacip-500-j9609v4g", @@ -166232,8 +238774,8 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" }, { "id": "comedy", @@ -166243,6 +238785,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -166251,10 +238805,18 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "wit-and-humor", "name": "Wit and humor" }, + { + "id": "writing", + "name": "Writing" + }, { "id": "writing-psychological-aspects", "name": "Writing--Psychological aspects" @@ -166300,9 +238862,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recSZnzY79WwGsddH", - "id": "e2447" + "id": "e2448" }, { "aapbId": "cpb-aacip-500-6q1sk208", @@ -166330,6 +238916,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -166373,9 +238963,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recSaAxsYQMo4uvsO", - "id": "e2448" + "id": "e2449" }, { "aapbId": "cpb-aacip-500-s46h5k43", @@ -166399,10 +239013,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -166440,9 +239062,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recSalz1br10hWRqh", - "id": "e2449" + "id": "e2450" }, { "aapbId": "cpb-aacip-500-b27pst7k", @@ -166457,12 +239103,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recSbLDY6G4pjqz8p", "subject": [], - "id": "e2450" + "id": "e2451" }, { "aapbId": "cpb-aacip-500-bg2hc04f", @@ -166506,6 +239176,10 @@ "id": "city-planning-united-states", "name": "City planning--United States" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "future-the", "name": "Future, The" @@ -166517,6 +239191,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -166574,9 +239252,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recSbyxrQlP9NShtb", - "id": "e2451" + "id": "e2452" }, { "aapbId": "cpb-aacip-500-6q1sk247", @@ -166612,6 +239314,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -166688,9 +239394,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recSdR4gw1o8LGjX5", - "id": "e2452" + "id": "e2453" }, { "aapbId": "cpb-aacip-500-th8bmj8d", @@ -166711,24 +239441,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -166812,9 +239546,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recSefQSBUeUJZa6C", - "id": "e2453" + "id": "e2454" }, { "aapbId": "cpb-aacip-500-hm52kt1p", @@ -166834,6 +239592,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -166842,6 +239604,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -166897,9 +239667,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recSfVZ2KHrz14nUC", - "id": "e2454" + "id": "e2455" }, { "aapbId": "cpb-aacip-500-gb1xj26m", @@ -166935,9 +239729,25 @@ "id": "iran-history", "name": "Iran--History" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -166958,10 +239768,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recSg3sCsiwSRkUwD", - "id": "e2455" + "id": "e2456" }, { "aapbId": "cpb-aacip-500-6h4csg8z", @@ -166981,10 +239815,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "big-bands-history", "name": "Big bands--History" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -166993,14 +239835,6 @@ "id": "jazz-musicians-united-states-biography", "name": "Jazz musicians--United States--Biography" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, { "id": "music", "name": "Music" @@ -167008,6 +239842,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -167071,9 +239913,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recSiOfpkn64NJWZP", - "id": "e2456" + "id": "e2457" }, { "aapbId": "cpb-aacip-500-z02z7m4x", @@ -167104,8 +239970,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -167114,6 +239984,14 @@ { "id": "radio-broadcasting", "name": "Radio broadcasting" + }, + { + "id": "united-states", + "name": "United States" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -167130,10 +240008,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSir0koefY2ynqr", - "id": "e2457" + "id": "e2458" }, { "aapbId": "cpb-aacip-500-639k7d1m", @@ -167146,12 +240048,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recSiwePkhZdSMf5j", "subject": [], - "id": "e2458" + "id": "e2459" }, { "aapbId": "cpb-aacip-500-3x83p297", @@ -167167,12 +240093,12 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "20th-century", + "name": "20th century" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" } ], "creator": [ @@ -167215,7 +240141,7 @@ ], "decade": null, "airtableId": "recSjKn7jkkKtefcw", - "id": "e2459" + "id": "e2460" }, { "aapbId": "cpb-aacip-500-dj58hx9g", @@ -167236,20 +240162,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -167259,6 +240185,18 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "spirituals", "name": "Spirituals" @@ -167332,9 +240270,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recSlNSdvg9ASqq9J", - "id": "e2460" + "id": "e2461" }, { "aapbId": "cpb-aacip-500-0r9m6x1s", @@ -167369,6 +240331,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -167393,6 +240359,34 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", @@ -167405,7 +240399,7 @@ } ], "airtableId": "recSllfF63PKXGGe6", - "id": "e2461" + "id": "e2462" }, { "aapbId": "cpb-aacip-500-j38kj85j", @@ -167433,6 +240427,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -167482,9 +240480,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recSlqJVXdCnwDwQb", - "id": "e2462" + "id": "e2463" }, { "aapbId": "cpb-aacip-500-348gjr1p", @@ -167517,8 +240539,12 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "navajo-indians", @@ -167527,6 +240553,10 @@ { "id": "sioux-nation", "name": "Sioux Nation" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -167572,9 +240602,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "recSmXU8JIhEgtKE0", - "id": "e2463" + "id": "e2464" }, { "aapbId": "cpb-aacip-500-445hfm55", @@ -167602,6 +240656,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -167649,9 +240707,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recSmnK3uXDVWKcnH", - "id": "e2464" + "id": "e2465" }, { "aapbId": "cpb-aacip-500-kw57jf48", @@ -167671,10 +240753,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -167687,18 +240765,10 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "inner-cities", "name": "Inner cities" @@ -167715,6 +240785,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "urban-schools", "name": "Urban schools" @@ -167757,9 +240835,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recSqFVnESdD7CjTJ", - "id": "e2465" + "id": "e2466" }, { "aapbId": "cpb-aacip-500-4t6f5n00", @@ -167794,6 +240896,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -167826,10 +240932,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSrBrvPtUlYqIiQ", - "id": "e2466" + "id": "e2467" }, { "aapbId": "cpb-aacip-500-c824g75r", @@ -167861,6 +240991,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -167922,9 +241056,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recSrmWrXuH7ECOm6", - "id": "e2467" + "id": "e2468" }, { "aapbId": "cpb-aacip-500-tx355q8t", @@ -167948,13 +241106,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -167989,9 +241147,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recSt8Sbe77dBWS48", - "id": "e2468" + "id": "e2469" }, { "aapbId": "cpb-aacip-500-mw28f990", @@ -168015,6 +241197,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "politics-and-culture-united-states", "name": "Politics and culture--United States" @@ -168023,9 +241209,17 @@ "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -168056,9 +241250,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recSu05TBzykpkMBT", - "id": "e2469" + "id": "e2470" }, { "aapbId": "cpb-aacip-500-b56d626v", @@ -168087,20 +241305,20 @@ "name": "NAEB Region IV" }, { - "id": "open-letters", - "name": "Open letters" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "news-journalism", + "name": "News & Journalism" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -168152,9 +241370,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "recSunHvCaMmmQBP3", - "id": "e2470" + "id": "e2471" }, { "aapbId": "cpb-aacip-500-639k7c05", @@ -168170,16 +241412,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recSvqQkuiBmGi6Zk", - "id": "e2471" + "id": "e2472" }, { "aapbId": "cpb-aacip-500-zs2kbx1n", @@ -168205,6 +241491,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -168227,10 +241517,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recSvuJfSXOwa1Ivr", - "id": "e2472" + "id": "e2473" }, { "aapbId": "cpb-aacip-500-wd3q120h", @@ -168249,13 +241563,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recSvvIeRcOqwDPTL", - "id": "e2473" + "id": "e2474" }, { "aapbId": "cpb-aacip-500-h41jnd69", @@ -168277,6 +241619,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "education", + "name": "Education" + }, { "id": "educational-radio-stations", "name": "Educational radio stations" @@ -168289,17 +241635,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-association-of-educational-broadcasters-annual-conference", "name": "National Association of Educational Broadcasters Annual Conference" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -168324,9 +241678,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "milwaukee", + "name": "Milwaukee" + } + ], "decade": "1960-1969", "airtableId": "recSx09rUVzFvbB7h", - "id": "e2474" + "id": "e2475" }, { "aapbId": "cpb-aacip-500-959c966b", @@ -168358,6 +241736,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -168409,9 +241791,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recSxgrCIm1pZGKIc", - "id": "e2475" + "id": "e2476" }, { "aapbId": "cpb-aacip-500-5717qs59", @@ -168431,7 +241837,7 @@ "contributor": [], "airtableId": "recSyxGbuBVd2lv2U", "subject": [], - "id": "e2476" + "id": "e2477" }, { "aapbId": "cpb-aacip-500-vh5chh1v", @@ -168451,6 +241857,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -168463,11 +241877,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recSzeTfuaOyHlSdJ", - "id": "e2477" + "id": "e2478" }, { "aapbId": "cpb-aacip-500-ng4gs199", @@ -168498,6 +241936,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -168526,9 +241968,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recSzsiGRxGohonqA", - "id": "e2478" + "id": "e2479" }, { "aapbId": "cpb-aacip-500-hh6c6h51", @@ -168552,6 +242018,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -168599,9 +242069,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recT0c8nyXQTV8jKF", - "id": "e2479" + "id": "e2480" }, { "aapbId": "cpb-aacip-500-9z90dh6s", @@ -168621,6 +242115,10 @@ "title": "The march of medicine" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -168633,6 +242131,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nightingale-florence-1820-1910", "name": "Nightingale, Florence, 1820-1910" @@ -168664,9 +242166,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recT0hMbcM7aXqsdJ", - "id": "e2480" + "id": "e2481" }, { "aapbId": "cpb-aacip-500-tb0xv110", @@ -168698,6 +242224,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" @@ -168755,9 +242285,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recT1D2J3KWjCNI3v", - "id": "e2481" + "id": "e2482" }, { "aapbId": "cpb-aacip-500-xg9f948x", @@ -168778,12 +242332,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -168792,6 +242342,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -168818,10 +242372,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recT1N1KhBOm6qEbN", - "id": "e2482" + "id": "e2483" }, { "aapbId": "cpb-aacip-500-639k7b16", @@ -168849,6 +242427,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -168860,6 +242442,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -168899,9 +242485,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recT1gBdX4MlT2K8E", - "id": "e2483" + "id": "e2484" }, { "aapbId": "cpb-aacip-500-sn01407m", @@ -168930,8 +242540,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children-family-relationships-united-states", @@ -168941,13 +242551,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -168999,9 +242613,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recT2Mmc3NR0yLZFV", - "id": "e2484" + "id": "e2485" }, { "aapbId": "cpb-aacip-500-vt1gp969", @@ -169017,16 +242655,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recT2TKMcVpv5hPcn", - "id": "e2485" + "id": "e2486" }, { "aapbId": "cpb-aacip-500-833n122g", @@ -169047,8 +242725,8 @@ }, "subject": [ { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "laws", @@ -169058,6 +242736,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "privacy-right-of", "name": "Privacy, Right of" @@ -169132,9 +242818,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recT2tnte2CpB19W5", - "id": "e2486" + "id": "e2487" }, { "aapbId": "cpb-aacip-500-707wqz94", @@ -169158,13 +242868,33 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" + }, + { + "id": "vietnam-war-1961-1975", + "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -169205,9 +242935,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recT31r6qyetjDcBe", - "id": "e2487" + "id": "e2488" }, { "aapbId": "cpb-aacip-500-br8mhs37", @@ -169227,6 +242981,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -169279,11 +243037,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recT31sXIvqxJPyzF", - "id": "e2488" + "id": "e2489" }, { "aapbId": "cpb-aacip-500-b853kc2h", @@ -169311,6 +243097,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" @@ -169368,9 +243158,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recT3Rx0vL9KRj5RP", - "id": "e2489" + "id": "e2490" }, { "aapbId": "cpb-aacip-500-kw57jd3t", @@ -169391,16 +243205,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -169426,6 +243248,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -169436,7 +243282,7 @@ } ], "airtableId": "recT4dBBWUbPgtFVK", - "id": "e2490" + "id": "e2491" }, { "aapbId": "cpb-aacip-500-fj29dt3r", @@ -169457,17 +243303,29 @@ }, "subject": [ { - "id": "communism-asia", - "name": "Communism--Asia" + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" @@ -169476,14 +243334,6 @@ "id": "soviet-union-relations-united-states", "name": "Soviet Union--Relations--United States" }, - { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -169568,9 +243418,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recT5Hm15zVj0GLTv", - "id": "e2491" + "id": "e2492" }, { "aapbId": "cpb-aacip-500-2j687220", @@ -169591,28 +243465,36 @@ }, "subject": [ { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" + }, + { + "id": "education", + "name": "Education" }, { "id": "education-higher-united-states", "name": "Education, Higher--United States" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "universities-and-colleges-history", - "name": "Universities and colleges--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" }, { - "id": "universities-and-colleges-united-states-history", - "name": "Universities and colleges--United States--History" + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -169648,9 +243530,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recT6Tt7SvrHVqGd3", - "id": "e2492" + "id": "e2493" }, { "aapbId": "cpb-aacip-500-zc7rsr56", @@ -169686,17 +243592,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacifists-great-britain-biography", "name": "Pacifists--Great Britain--Biography" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "politicians-great-britain-interviews", "name": "Politicians--Great Britain--Interviews" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -169736,9 +243650,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recT7EyyXzaCWGba0", - "id": "e2493" + "id": "e2494" }, { "aapbId": "cpb-aacip-500-2r3p0n9r", @@ -169770,6 +243708,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -169805,11 +243747,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recT7doX4JvDs5iei", - "id": "e2494" + "id": "e2495" }, { "aapbId": "cpb-aacip-500-qn5zb900", @@ -169866,7 +243836,7 @@ ], "decade": "1960-1969", "airtableId": "recT8dDVxFnU4gBcX", - "id": "e2495" + "id": "e2496" }, { "aapbId": "cpb-aacip-500-2f7jtr8h", @@ -169894,6 +243864,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -169955,9 +243929,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recT9g5NBxUCbVzxG", - "id": "e2496" + "id": "e2497" }, { "aapbId": "cpb-aacip-500-4j0b0s4b", @@ -169985,6 +243983,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -169992,6 +243994,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -170020,9 +244026,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recTBFchBJTgSR4qp", - "id": "e2497" + "id": "e2498" }, { "aapbId": "cpb-aacip-500-df6k4n3m", @@ -170042,29 +244072,45 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "education", + "name": "Education" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "fraternities-sororities-germany-marburg", "name": "Fraternities & sororities--Germany--Marburg" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "germany-history-20th-century", + "name": "Germany--History--20th century" + }, + { + "id": "germany-social-life-and-customs", + "name": "Germany--Social life and customs" + }, + { + "id": "germany-societies-etc", + "name": "Germany--Societies, etc" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "students-germany-history-20th-century", - "name": "Students--Germany--History--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "students-germany-social-life-and-customs", - "name": "Students--Germany--Social life and customs" + "id": "sociology", + "name": "Sociology" }, { - "id": "students-germany-societies-etc", - "name": "Students--Germany--Societies, etc" + "id": "students", + "name": "Students" } ], "creator": [ @@ -170110,9 +244156,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recTCCHJouu7Chcuz", - "id": "e2498" + "id": "e2499" }, { "aapbId": "cpb-aacip-500-p843w884", @@ -170129,12 +244199,16 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "biography", - "name": "Biography" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "illinois", @@ -170148,9 +244222,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -170190,9 +244272,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": null, "airtableId": "recTDkjqhEGiNKXAl", - "id": "e2499" + "id": "e2500" }, { "aapbId": "cpb-aacip-500-td9n7c1x", @@ -170223,17 +244329,25 @@ "name": "NAEB Region VI" }, { - "id": "outer-space-exploration-public-opinion", - "name": "Outer space--Exploration--Public opinion" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "science-technology", - "name": "Science & Technology" + "id": "outer-space", + "name": "Outer space" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { "id": "social-values-united-states", "name": "Social values--United States" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "sunnyvale-calif", "name": "Sunnyvale (Calif.)" @@ -170245,10 +244359,6 @@ { "id": "us-politics", "name": "U.S. Politics" - }, - { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" } ], "creator": [ @@ -170275,10 +244385,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recTDwdTUbDDbeED9", - "id": "e2500" + "id": "e2501" }, { "aapbId": "cpb-aacip-500-1v5bh263", @@ -170299,13 +244433,21 @@ }, "subject": [ { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada", + "name": "Canada" + }, + { + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -170322,6 +244464,10 @@ "id": "organization-of-american-states", "name": "Organization of American States" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -170378,11 +244524,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" } ], "decade": "1950-1959", "airtableId": "recTEMK6voLWuCZ88", - "id": "e2501" + "id": "e2502" }, { "aapbId": "cpb-aacip-500-1n7xqf81", @@ -170415,16 +244589,20 @@ "name": "Foster, Stephen Collins, 1826-1864. Songs" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -170453,9 +244631,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recTFkv1zPDPjUouY", - "id": "e2502" + "id": "e2503" }, { "aapbId": "cpb-aacip-500-k649tc58", @@ -170476,8 +244678,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -170487,6 +244689,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soldiers", "name": "Soldiers" @@ -170496,8 +244702,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -170554,9 +244760,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recTGU0TQjrYtYzNS", - "id": "e2503" + "id": "e2504" }, { "aapbId": "cpb-aacip-500-833n137w", @@ -170586,11 +244816,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recTIAyBgm83SgPJi", "subject": [], - "id": "e2504" + "id": "e2505" }, { "aapbId": "cpb-aacip-500-cv4bsx35", @@ -170610,18 +244864,10 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "impartiality", "name": "Impartiality" @@ -170630,10 +244876,26 @@ "id": "jury-ethics-united-states", "name": "Jury ethics--United States" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "trials", "name": "Trials" @@ -170712,9 +244974,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recTK4E15YtlrMdwH", - "id": "e2505" + "id": "e2506" }, { "aapbId": "cpb-aacip-500-4q7qs996", @@ -170738,10 +245024,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -170779,9 +245073,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recTKNtVXgU5QK9jF", - "id": "e2506" + "id": "e2507" }, { "aapbId": "cpb-aacip-500-vd6p4478", @@ -170808,6 +245126,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -170848,9 +245170,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recTKRgpsbfapK8qn", - "id": "e2507" + "id": "e2508" }, { "aapbId": "cpb-aacip-500-rn30754k", @@ -170870,8 +245216,8 @@ }, "subject": [ { - "id": "history-twentieth-century", - "name": "History--Twentieth century" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "kansas-history", @@ -170881,6 +245227,14 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -170894,28 +245248,16 @@ "name": "Politics and government" }, { - "id": "progressivism", - "name": "Progressivism" - }, - { - "id": "sociology", - "name": "Sociology" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "progressivism-united-states-politics", + "name": "Progressivism (United States politics)" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "us-politics", - "name": "U.S. Politics" - }, - { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "white-william-allen-1868-1944", @@ -170946,10 +245288,34 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kansas", + "name": "Kansas" + } + ], + "settlement": [ + { + "id": "lawrence", + "name": "Lawrence" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recTKwZtLqc4DU5m0", - "id": "e2508" + "id": "e2509" }, { "aapbId": "cpb-aacip-500-1r6n3s19", @@ -170968,13 +245334,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recTMvrfR3hQFpuAo", - "id": "e2509" + "id": "e2510" }, { "aapbId": "cpb-aacip-500-9k45vd33", @@ -170991,6 +245385,10 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "japan", "name": "Japan" @@ -171004,8 +245402,12 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -171041,9 +245443,33 @@ "role": "Guest" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recTNIhiRZOzJU7MM", - "id": "e2510" + "id": "e2511" }, { "aapbId": "cpb-aacip-500-n29p6v8m", @@ -171066,6 +245492,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -171079,10 +245509,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recTOQ2y7SCiz5twG", - "id": "e2511" + "id": "e2512" }, { "aapbId": "cpb-aacip-500-0p0wtm29", @@ -171118,10 +245572,22 @@ "id": "comic-drama", "name": "Comic drama" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -171165,9 +245631,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recTQIgSPFbtm4SGT", - "id": "e2512" + "id": "e2513" }, { "aapbId": "cpb-aacip-500-hm52kv5v", @@ -171202,6 +245692,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -171228,10 +245722,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recTQRVLjKGK4jpWh", - "id": "e2513" + "id": "e2514" }, { "aapbId": "cpb-aacip-500-2r3p0p28", @@ -171249,13 +245767,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recTQgCwzu2cK2YVn", - "id": "e2514" + "id": "e2515" }, { "aapbId": "cpb-aacip-500-s17ss95s", @@ -171274,13 +245820,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recTRRAyQcDJ5fO1Z", - "id": "e2515" + "id": "e2516" }, { "aapbId": "cpb-aacip-500-3r0pwg10", @@ -171308,18 +245882,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "police", "name": "Police" @@ -171379,9 +245957,33 @@ "name": "Crime" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recTSao3E3KcXG98p", - "id": "e2516" + "id": "e2517" }, { "aapbId": "cpb-aacip-500-ft8dkq8s", @@ -171413,10 +246015,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -171452,9 +246062,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recTSm79iOhpE3pZb", - "id": "e2517" + "id": "e2518" }, { "aapbId": "cpb-aacip-500-t43j2f9t", @@ -171486,10 +246120,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -171525,9 +246167,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recTT1H472UEkUWMl", - "id": "e2518" + "id": "e2519" }, { "aapbId": "cpb-aacip-500-kw57jg20", @@ -171542,12 +246208,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recTTMEdLPf3Apw5x", "subject": [], - "id": "e2519" + "id": "e2520" }, { "aapbId": "cpb-aacip-500-zg6g6165", @@ -171565,17 +246255,29 @@ }, "subject": [ { - "id": "history-of-law", - "name": "History of Law" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "hutchinson-anne-1591-1643", "name": "Hutchinson, Anne, 1591-1643" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "puritans", "name": "Puritans" @@ -171637,9 +246339,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "airtableId": "recTUO3DOhcN1SriY", - "id": "e2520" + "id": "e2521" }, { "aapbId": "cpb-aacip-500-7659hg92", @@ -171659,6 +246385,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "bali-indonesia-province-description-and-travel", "name": "Bali (Indonesia : Province)--Description and travel" @@ -171676,8 +246406,12 @@ "name": "Balinese (Indonesian people)--Songs and music" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -171736,9 +246470,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recTUvkJ9d0A7qVrp", - "id": "e2521" + "id": "e2522" }, { "aapbId": "cpb-aacip-500-ks6j5514", @@ -171779,6 +246537,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -171808,9 +246570,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recTVtSV5ZlILXyoO", - "id": "e2522" + "id": "e2523" }, { "aapbId": "cpb-aacip-500-69700x43", @@ -171831,13 +246617,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recTVxZfZqdAhBKAI", - "id": "e2523" + "id": "e2524" }, { "aapbId": "cpb-aacip-500-xk84pf5t", @@ -171861,6 +246675,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -171934,9 +246752,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recTWN2xV4ZP5kaC8", - "id": "e2524" + "id": "e2525" }, { "aapbId": "cpb-aacip-500-m61bq98x", @@ -171957,24 +246799,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -172055,9 +246889,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recTWk8iX3JOa3lLE", - "id": "e2525" + "id": "e2526" }, { "aapbId": "cpb-aacip-500-2r3p0p3h", @@ -172081,13 +246939,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -172122,9 +246980,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recTXrV1Vyy0oi129", - "id": "e2526" + "id": "e2527" }, { "aapbId": "cpb-aacip-500-n8730d29", @@ -172145,21 +247027,21 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "steinbeck-john-1902-1968", "name": "Steinbeck, John, 1902-1968" @@ -172167,6 +247049,10 @@ { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -172218,9 +247104,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recTZCzhp8pgdcwvZ", - "id": "e2527" + "id": "e2528" }, { "aapbId": "cpb-aacip-500-1z41wb58", @@ -172244,10 +247154,22 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -172296,9 +247218,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recTcw91Sd5qGDNI0", - "id": "e2529" + "id": "e2530" }, { "aapbId": "cpb-aacip-500-m32nb01m", @@ -172314,16 +247260,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recTdAo3QgdfHZbJk", - "id": "e2530" + "id": "e2531" }, { "aapbId": "cpb-aacip-500-445hfk9x", @@ -172347,9 +247329,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -172384,9 +247374,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recTfLTv8MDEQXAd0", - "id": "e2531" + "id": "e2532" }, { "aapbId": "cpb-aacip-500-7s7hv594", @@ -172406,6 +247420,10 @@ "title": "Document: Deep South" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "electric-power-distribution-united-states", "name": "Electric power distribution--United States" @@ -172418,6 +247436,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" @@ -172425,10 +247447,6 @@ { "id": "southern-states-social-conditions", "name": "Southern States--Social conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -172452,11 +247470,6 @@ } ], "contributor": [ - { - "id": "brassfield-ct", - "name": "Brassfield, C.T.", - "type": "Person" - }, { "id": "fund-for-adult-education-us", "name": "Fund for Adult Education (U.S.)", @@ -172469,6 +247482,12 @@ "type": "Person", "role": "Interviewee" }, + { + "id": "brassfield-ct", + "name": "Brassfield, C.T.", + "type": "Person", + "role": "Interviewee" + }, { "id": "jones-walter-b-walter-bryan-1895-1977", "name": "Jones, Walter B. (Walter Bryan), 1895-1977", @@ -172492,9 +247511,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recTg7Otzywyo0t5V", - "id": "e2532" + "id": "e2533" }, { "aapbId": "cpb-aacip-500-xs5jg169", @@ -172551,7 +247594,7 @@ ], "decade": "1960-1969", "airtableId": "recTh2AYAcpwdHNcm", - "id": "e2533" + "id": "e2534" }, { "aapbId": "cpb-aacip-500-nc5scp43", @@ -172580,8 +247623,12 @@ "name": "Marriage" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "yurok-indians", @@ -172646,9 +247693,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recThSauAQc3lwgiO", - "id": "e2534" + "id": "e2535" }, { "aapbId": "cpb-aacip-500-h98zdx8d", @@ -172676,6 +247747,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orestes-king-of-argos-mythological-character", "name": "Orestes, King of Argos (Mythological character)" @@ -172717,9 +247792,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recTiCfe1tWbzjpNJ", - "id": "e2535" + "id": "e2536" }, { "aapbId": "cpb-aacip-500-wm13sm71", @@ -172735,16 +247834,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recTjx7XZIcj2EEoD", - "id": "e2536" + "id": "e2537" }, { "aapbId": "cpb-aacip-500-z892dd9f", @@ -172768,13 +247903,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -172815,9 +247950,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recTkCmk1pByHcw6t", - "id": "e2537" + "id": "e2538" }, { "aapbId": "cpb-aacip-500-w08wfw8v", @@ -172845,6 +248004,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -172852,6 +248015,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -172880,9 +248047,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recTkHyMkVNe3TIt3", - "id": "e2538" + "id": "e2539" }, { "aapbId": "cpb-aacip-500-8k74zg4d", @@ -172903,20 +248094,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -172927,8 +248118,24 @@ "name": "NAEB Region IV" }, { - "id": "work-songs-united-states-history-and-criticism", - "name": "Work songs--United States--History and criticism" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "work-songs", + "name": "Work songs" } ], "creator": [ @@ -173010,9 +248217,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recTkRaez61vWh0uX", - "id": "e2539" + "id": "e2540" }, { "aapbId": "cpb-aacip-500-pk07256n", @@ -173030,13 +248261,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recTlATsipt7WaK29", - "id": "e2540" + "id": "e2541" }, { "aapbId": "cpb-aacip-500-0v89m53n", @@ -173064,21 +248323,25 @@ "id": "children-united-states", "name": "Children--United States" }, - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "politics-and-culture-united-states", "name": "Politics and culture--United States" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -173113,9 +248376,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recTlLtnLRfGnSmjC", - "id": "e2541" + "id": "e2542" }, { "aapbId": "cpb-aacip-500-sj19qr1n", @@ -173143,18 +248430,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -173210,9 +248501,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recTmrH0Ljf192WQm", - "id": "e2542" + "id": "e2543" }, { "aapbId": "cpb-aacip-500-18345b4b", @@ -173231,8 +248546,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "children-families", @@ -173250,6 +248565,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -173299,9 +248618,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "airtableId": "recTnQiF20K0IHD31", - "id": "e2543" + "id": "e2544" }, { "aapbId": "cpb-aacip-500-c24qpp9k", @@ -173334,6 +248677,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -173375,10 +248722,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recTpQALzY47ixYJ2", - "id": "e2544" + "id": "e2545" }, { "aapbId": "cpb-aacip-500-7940wt3f", @@ -173398,6 +248769,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -173405,6 +248780,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -173433,9 +248812,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "recTrgyEzQZvX4rje", - "id": "e2545" + "id": "e2546" }, { "aapbId": "cpb-aacip-500-v97zqw58", @@ -173464,6 +248867,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "food-production-and-natural-resources", "name": "Food production and natural resources" @@ -173525,9 +248932,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recTridYwCwETlRee", - "id": "e2546" + "id": "e2547" }, { "aapbId": "cpb-aacip-500-bc3szp0j", @@ -173545,13 +248976,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recTsYOsIAy2Dl3qn", - "id": "e2547" + "id": "e2548" }, { "aapbId": "cpb-aacip-500-fn10t34k", @@ -173575,6 +249034,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -173622,9 +249085,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recTu5KuHlctXyfLz", - "id": "e2548" + "id": "e2549" }, { "aapbId": "cpb-aacip-500-qf8jjp8g", @@ -173645,13 +249132,21 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "prisoners-of-war-soviet-union-history", "name": "Prisoners of war--Soviet Union--History" @@ -173665,8 +249160,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -173694,11 +249189,6 @@ } ], "contributor": [ - { - "id": "blumenthal-irene", - "name": "Blumenthal, Irene", - "type": "Person" - }, { "id": "fund-for-adult-education-us", "name": "Fund for Adult Education (U.S.)", @@ -173728,6 +249218,12 @@ "name": "Fisher, Harold H. (Harold Henry), 1890-1975", "type": "Person", "role": "Speaker" + }, + { + "id": "blumenthal-irene", + "name": "Blumenthal, Irene", + "type": "Person", + "role": "Speaker" } ], "genre": [ @@ -173740,9 +249236,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recTuPr2JRHfUxl2R", - "id": "e2549" + "id": "e2550" }, { "aapbId": "cpb-aacip-500-v40jz996", @@ -173761,13 +249281,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recTuwwbUB4mF9LXj", - "id": "e2550" + "id": "e2551" }, { "aapbId": "cpb-aacip-500-3b5wbb3d", @@ -173787,6 +249335,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "children-families", "name": "Children & Families" @@ -173802,6 +249354,10 @@ { "id": "inuit-folklore", "name": "Inuit--Folklore" + }, + { + "id": "law", + "name": "Law" } ], "creator": [ @@ -173854,9 +249410,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recTv8p6U9wZtMdX6", - "id": "e2551" + "id": "e2552" }, { "aapbId": "cpb-aacip-500-n00ztj16", @@ -173880,13 +249460,25 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -173947,11 +249539,39 @@ { "id": "educational", "name": "Educational" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recTvr1LNT8g6Tduv", - "id": "e2552" + "id": "e2553" }, { "aapbId": "cpb-aacip-500-j9609s98", @@ -173983,6 +249603,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -174034,9 +249658,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recTwOpuz8JupvCiP", - "id": "e2553" + "id": "e2554" }, { "aapbId": "cpb-aacip-500-ms3k203x", @@ -174056,10 +249704,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -174067,6 +249711,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -174107,9 +249755,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recTyPaSaIJsgU9Nx", - "id": "e2554" + "id": "e2555" }, { "aapbId": "cpb-aacip-500-kp7trt10", @@ -174129,6 +249801,10 @@ "title": "Music in the making" }, "subject": [ + { + "id": "19th-century-analysis-appreciation", + "name": "19th century--Analysis, appreciation" + }, { "id": "composition-music", "name": "Composition (Music)" @@ -174137,14 +249813,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century-analysis-appreciation", - "name": "Music--19th century--Analysis, appreciation" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "songs", "name": "Songs" @@ -174180,9 +249856,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recTylF4cmrY6aAxS", - "id": "e2555" + "id": "e2556" }, { "aapbId": "cpb-aacip-500-028pgw4g", @@ -174202,25 +249902,29 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "african-americans-employment", - "name": "African Americans--Employment" + "id": "employment", + "name": "Employment" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -174273,9 +249977,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recTz0tLQPrKs35Ht", - "id": "e2556" + "id": "e2557" }, { "aapbId": "cpb-aacip-500-f18sgf0m", @@ -174315,6 +250043,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "skin-cancer", "name": "Skin--Cancer" @@ -174342,9 +250074,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recTzmwH4Is2mknMC", - "id": "e2557" + "id": "e2558" }, { "aapbId": "cpb-aacip-500-6688mp4r", @@ -174358,16 +250114,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recU0JdJFgzyK2XLa", - "id": "e2558" + "id": "e2559" }, { "aapbId": "cpb-aacip-500-xw47v947", @@ -174387,6 +250183,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -174439,11 +250239,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recU1GBG530kAEyu9", - "id": "e2559" + "id": "e2560" }, { "aapbId": "cpb-aacip-500-4t6f5p3x", @@ -174467,10 +250295,6 @@ "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-poetry", "name": "United States--Poetry" @@ -174499,18 +250323,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recU1N4wFwhEJaCS6", - "id": "e2560" + "id": "e2561" }, { "aapbId": "cpb-aacip-500-w37kv520", @@ -174541,6 +250389,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -174598,9 +250454,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recU1YKWUXFcSKdx5", - "id": "e2561" + "id": "e2562" }, { "aapbId": "cpb-aacip-500-18345b5k", @@ -174619,13 +250499,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recU2t69Kt7onR5b6", - "id": "e2562" + "id": "e2563" }, { "aapbId": "cpb-aacip-500-707wqw5r", @@ -174658,21 +250566,25 @@ "name": "Broadcasting policy--United States" }, { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -174692,6 +250604,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -174756,9 +250676,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recU3ZPe4vIDPxkVd", - "id": "e2563" + "id": "e2564" }, { "aapbId": "cpb-aacip-500-6t0gzb25", @@ -174779,16 +250723,20 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", @@ -174827,9 +250775,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recU4Eov431xM5m2X", - "id": "e2564" + "id": "e2565" }, { "aapbId": "cpb-aacip-500-sb3wz507", @@ -174853,9 +250825,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -174890,9 +250870,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recU5lmWGeOzyFDCU", - "id": "e2565" + "id": "e2566" }, { "aapbId": "cpb-aacip-500-db7vrd4h", @@ -174913,13 +250917,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recU5whOTSDYrB9lO", - "id": "e2566" + "id": "e2567" }, { "aapbId": "cpb-aacip-500-5h7bwp0x", @@ -174929,7 +250961,7 @@ "broadcastDate": "1968-07-01", "duration": 1865, "seriesDescription": "A series of readings from letters and speeches by Abraham Lincoln, prepared and delivered by Marvin Ceynar, speech instructor at Northern Illinois University.", - "description": "Episode 7: This program considered several of Abraham Lincoln's speeches from 1961, including his inaugural address and a conciliatory speech delivered less than two weeks earlier on February 22nd at Philadelphia’s Independence Hall, in the face of a divided nation and the secession of seven southern states.", + "description": "Episode 7: This program considered several of Abraham Lincoln's speeches from 1861, including his inaugural address and a conciliatory speech delivered less than two weeks earlier on February 22nd at Philadelphia’s Independence Hall, in the face of a divided nation and the secession of seven southern states.", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -174940,17 +250972,29 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "lincoln-abraham-1809-1865", "name": "Lincoln, Abraham, 1809-1865" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philadelphia-pa", "name": "Philadelphia (P.a.)" @@ -174960,16 +251004,16 @@ "name": "Secession--Southern States" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "us-government", + "name": "U.S. Government" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "us-politics", + "name": "U.S. Politics" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { "id": "united-states-politics-and-government-20th-century", @@ -174996,10 +251040,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recU6fWFjPEvJ8yH0", - "id": "e2567" + "id": "e2568" }, { "aapbId": "cpb-aacip-500-9s1kmx6g", @@ -175023,6 +251091,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -175070,9 +251142,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recU6medO6tp8UzhT", - "id": "e2568" + "id": "e2569" }, { "aapbId": "cpb-aacip-500-nk36582z", @@ -175096,10 +251192,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -175119,10 +251231,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recU7hbnMu1I7XdZY", - "id": "e2569" + "id": "e2570" }, { "aapbId": "cpb-aacip-500-tt4fsg60", @@ -175140,6 +251276,14 @@ "title": "America Street, U.S.A." }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, { "id": "broadcasting", "name": "Broadcasting" @@ -175150,11 +251294,11 @@ }, { "id": "civil-rights", - "name": "Civil Rights" + "name": "Civil rights" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media", @@ -175164,6 +251308,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "police", "name": "Police" @@ -175177,17 +251325,13 @@ "name": "Religion" }, { - "id": "religon", - "name": "Religon" + "id": "sociology", + "name": "Sociology" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, - { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" - }, { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" @@ -175195,6 +251339,10 @@ { "id": "violence", "name": "Violence" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -175221,10 +251369,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recU7xxIPzPwILF21", - "id": "e2570" + "id": "e2571" }, { "aapbId": "cpb-aacip-500-fq9q6f2x", @@ -175259,9 +251431,17 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "public-broadcasting", "name": "Public broadcasting" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -175278,10 +251458,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recU8DeuiIzh6dyFQ", - "id": "e2571" + "id": "e2572" }, { "aapbId": "cpb-aacip-500-s756jw5z", @@ -175320,6 +251524,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -175377,9 +251585,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recU8inLZj4lSidpU", - "id": "e2572" + "id": "e2573" }, { "aapbId": "cpb-aacip-500-445hfm3p", @@ -175400,40 +251632,44 @@ }, "subject": [ { - "id": "businesspeople-great-britain-interviews", - "name": "Businesspeople--Great Britain--Interviews" + "id": "businesspeople", + "name": "Businesspeople" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "china", + "name": "China" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", "name": "Europe" }, + { + "id": "great-britain", + "name": "Great Britain" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "soviet-union-description-and-travel", - "name": "Soviet Union--Description and travel" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "soviet-union", + "name": "Soviet Union" }, { - "id": "travel-leisure", - "name": "Travel & Leisure" + "id": "soviet-union-description-and-travel", + "name": "Soviet Union--Description and travel" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "world-politics", @@ -175477,9 +251713,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recUBJynvGRPNPcXF", - "id": "e2573" + "id": "e2574" }, { "aapbId": "cpb-aacip-500-18345c0k", @@ -175500,16 +251760,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -175544,9 +251804,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recUDPttxczvUsPPF", - "id": "e2574" + "id": "e2575" }, { "aapbId": "cpb-aacip-500-00003n4d", @@ -175570,17 +251854,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -175625,9 +251913,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recUDfNv3dxvWRIH0", - "id": "e2575" + "id": "e2576" }, { "aapbId": "cpb-aacip-500-057cw559", @@ -175660,12 +251972,20 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "navajo-indians", "name": "Navajo Indians" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -175711,9 +252031,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "recUDufklEENUziLK", - "id": "e2576" + "id": "e2577" }, { "aapbId": "cpb-aacip-500-9k45vb55", @@ -175738,13 +252082,17 @@ "name": "Correctional institutions" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "prisoners", "name": "Prisoners" @@ -175798,9 +252146,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "tallahassee", + "name": "Tallahassee" + } + ], "decade": "1950-1959", "airtableId": "recUEjEzi5TKRWgQV", - "id": "e2577" + "id": "e2578" }, { "aapbId": "cpb-aacip-500-fb4wn713", @@ -175821,28 +252193,32 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" - }, - { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "american-literature", + "name": "American literature" }, { "id": "dos-passos-john-1896-1970", "name": "Dos Passos, John, 1896-1970" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -175894,9 +252270,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recUF0X7422xmApql", - "id": "e2578" + "id": "e2579" }, { "aapbId": "cpb-aacip-500-z892dg25", @@ -175915,13 +252315,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recUF8KLx3n3l4VY7", - "id": "e2579" + "id": "e2580" }, { "aapbId": "cpb-aacip-500-5q4rp716", @@ -175941,7 +252369,7 @@ "contributor": [], "airtableId": "recUGWVlB8pD6Ylib", "subject": [], - "id": "e2580" + "id": "e2581" }, { "aapbId": "cpb-aacip-500-5q4rp69x", @@ -175956,12 +252384,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recUH2ycwNsdNFgRF", "subject": [], - "id": "e2581" + "id": "e2582" }, { "aapbId": "cpb-aacip-500-9k45vd2v", @@ -175992,6 +252444,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -176055,9 +252511,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recUHr1yx9MYABjek", - "id": "e2582" + "id": "e2583" }, { "aapbId": "cpb-aacip-500-8911sp46", @@ -176085,13 +252565,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -176144,9 +252632,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recUI99SvUwHxEAcj", - "id": "e2583" + "id": "e2584" }, { "aapbId": "cpb-aacip-500-610vv29m", @@ -176165,13 +252677,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recUIAKN4ZbTgVdc9", - "id": "e2584" + "id": "e2585" }, { "aapbId": "cpb-aacip-500-rf5kfj41", @@ -176192,16 +252732,20 @@ }, "subject": [ { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-louisiana-new-orleans", - "name": "Jazz--Louisiana--New Orleans" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "louisiana-new-orleans", + "name": "Louisiana--New Orleans" }, { "id": "morton-jelly-roll-1941", @@ -176214,6 +252758,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -176254,9 +252802,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recUIXE6hnbSD0KGP", - "id": "e2585" + "id": "e2586" }, { "aapbId": "cpb-aacip-500-9882pj65", @@ -176280,6 +252852,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -176288,13 +252864,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -176330,14 +252918,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recUJjAa6GUm6RNAK", - "id": "e2586" + "id": "e2587" }, { "aapbId": "cpb-aacip-500-fb4wn802", @@ -176352,12 +252968,36 @@ "id": "this-drug-age", "title": "This drug age" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recUKJgd0LgdKTqop", "subject": [], - "id": "e2587" + "id": "e2588" }, { "aapbId": "cpb-aacip-500-4j0b0s6t", @@ -176381,6 +253021,10 @@ "id": "canada", "name": "Canada" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "human-rights", "name": "Human rights" @@ -176397,6 +253041,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "sweden", "name": "Sweden" @@ -176458,9 +253110,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recUKQxtPSuudnaV8", - "id": "e2588" + "id": "e2589" }, { "aapbId": "cpb-aacip-500-n00zth9x", @@ -176492,6 +253168,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -176535,9 +253219,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recUKe8Tmu6SZiw0A", - "id": "e2589" + "id": "e2590" }, { "aapbId": "cpb-aacip-500-qz22h58p", @@ -176566,20 +253274,24 @@ "name": "College teaching" }, { - "id": "education-higher-united-states", - "name": "Education, Higher--United States" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education-higher-united-states", + "name": "Education, Higher--United States" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -176615,9 +253327,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recUKxsmigKqEzSrd", - "id": "e2590" + "id": "e2591" }, { "aapbId": "cpb-aacip-500-5q4rp65z", @@ -176660,6 +253396,14 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -176683,13 +253427,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recUMleLG2Ufx78jK", - "id": "e2591" + "id": "e2592" }, { "aapbId": "cpb-aacip-500-ft8dkq69", @@ -176706,12 +253474,36 @@ "id": "world-this-weekend", "title": "World this weekend" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recUN0rbMugKgNkjR", "subject": [], - "id": "e2592" + "id": "e2593" }, { "aapbId": "cpb-aacip-500-sq8qhb79", @@ -176732,13 +253524,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recUOOAq27hl4BQsx", - "id": "e2593" + "id": "e2594" }, { "aapbId": "cpb-aacip-500-hm52kv9t", @@ -176768,11 +253588,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUORpZwsm8QNFvS", "subject": [], - "id": "e2594" + "id": "e2595" }, { "aapbId": "cpb-aacip-500-1c1tjk6x", @@ -176791,6 +253635,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "art-european", "name": "Art, European" @@ -176799,6 +253647,10 @@ "id": "campo-santo-di-pisa", "name": "Campo santo di Pisa" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "meegeren-han-van-1889-1947", "name": "Meegeren, Han van, 1889-1947" @@ -176807,6 +253659,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "painting-forgeries", "name": "Painting--Forgeries" @@ -176855,9 +253711,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recUPQUysqhUDID6D", - "id": "e2595" + "id": "e2596" }, { "aapbId": "cpb-aacip-500-3n20h65n", @@ -176885,29 +253765,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -176918,6 +253806,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -176940,7 +253852,7 @@ } ], "airtableId": "recUQ7GKcETkOuo2N", - "id": "e2596" + "id": "e2597" }, { "aapbId": "cpb-aacip-500-8s4jr353", @@ -176960,6 +253872,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -176976,14 +253892,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -177027,9 +253943,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recUQRZXi7c0cSbna", - "id": "e2597" + "id": "e2598" }, { "aapbId": "cpb-aacip-500-pg1hnt41", @@ -177049,6 +253989,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -177060,6 +254004,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -177112,9 +254060,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recURVL1WmmqPrHqi", - "id": "e2598" + "id": "e2599" }, { "aapbId": "cpb-aacip-500-zw18r49r", @@ -177138,17 +254110,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -177178,19 +254154,43 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recUSPZU7TY9rphuD", - "id": "e2599" + "id": "e2600" }, { "aapbId": "cpb-aacip-500-9w09183w", @@ -177210,7 +254210,7 @@ "contributor": [], "airtableId": "recUU5Avf3M185gW0", "subject": [], - "id": "e2600" + "id": "e2601" }, { "aapbId": "cpb-aacip-500-4t6f5p45", @@ -177230,17 +254230,17 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -177303,9 +254303,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recUVHnlBwYRP15ay", - "id": "e2601" + "id": "e2602" }, { "aapbId": "cpb-aacip-500-cz32681t", @@ -177325,6 +254349,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" } ], "creator": [ @@ -177363,10 +254395,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUWOKUQQLjq4aUv", - "id": "e2602" + "id": "e2603" }, { "aapbId": "cpb-aacip-500-h7081q4k", @@ -177406,6 +254462,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "netherlands", "name": "Netherlands" @@ -177417,6 +254477,10 @@ { "id": "organ-music", "name": "Organ music" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -177457,9 +254521,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recUWYmgAJv4BmPrG", - "id": "e2603" + "id": "e2604" }, { "aapbId": "cpb-aacip-500-jd4pq51f", @@ -177494,6 +254582,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -177520,10 +254612,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUWbyZHZYAIJL3J", - "id": "e2604" + "id": "e2605" }, { "aapbId": "cpb-aacip-500-3f4kqn48", @@ -177543,10 +254659,6 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -177556,8 +254668,8 @@ "name": "African Americans--Civil rights" }, { - "id": "african-americans-economic-conditions", - "name": "African Americans--Economic conditions" + "id": "economic-conditions", + "name": "Economic conditions" }, { "id": "economy-business", @@ -177572,8 +254684,12 @@ "name": "NAEB Region I" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" }, { "id": "race-relations", @@ -177630,9 +254746,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recUYW1U1F75mqdbt", - "id": "e2605" + "id": "e2606" }, { "aapbId": "cpb-aacip-500-df6k4n53", @@ -177656,9 +254796,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -177679,10 +254827,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUYcZbtUmEhglBF", - "id": "e2606" + "id": "e2607" }, { "aapbId": "cpb-aacip-500-df6k4p2k", @@ -177701,7 +254873,7 @@ "contributor": [], "airtableId": "recUZ7BbmF12ZlRWO", "subject": [], - "id": "e2607" + "id": "e2608" }, { "aapbId": "cpb-aacip-500-416t2b60", @@ -177721,17 +254893,29 @@ "title": "The Chicago lectures" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "geophysics", "name": "Geophysics" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -177755,14 +254939,42 @@ "id": "science", "name": "Science" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recUaEeU3ZJVEALRi", - "id": "e2608" + "id": "e2609" }, { "aapbId": "cpb-aacip-500-g15tc86c", @@ -177783,12 +254995,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -177797,6 +255005,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -177823,10 +255035,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUaJHaXRjg6dLDq", - "id": "e2609" + "id": "e2610" }, { "aapbId": "cpb-aacip-500-bc3szn1k", @@ -177850,9 +255086,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -177882,6 +255134,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -177917,9 +255175,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recUbHJv9loq0IbQE", - "id": "e2610" + "id": "e2611" }, { "aapbId": "cpb-aacip-500-v11vk04c", @@ -177946,6 +255228,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -177962,10 +255248,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUcy0Hb8xaRFP6s", - "id": "e2611" + "id": "e2612" }, { "aapbId": "cpb-aacip-500-tm720x1w", @@ -177985,7 +255295,7 @@ "contributor": [], "airtableId": "recUdcqnu0qpSFO1a", "subject": [], - "id": "e2612" + "id": "e2613" }, { "aapbId": "cpb-aacip-500-fx73zz2j", @@ -178009,6 +255319,10 @@ "id": "antisemitism-germany-20th-century", "name": "Antisemitism--Germany--20th century" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -178024,6 +255338,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -178063,28 +255381,70 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recUdsGOULJtjGrti", - "id": "e2613" + "id": "e2614" }, { "aapbId": "cpb-aacip-500-4j0b0s0c", "naebId": "71-19-1", "umdId": "5430", - "title": "#1 (Reel 2)", + "title": "First concert (part 2)", "duration": 3102, "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers.", + "description": "Concert #1, part 2 of 3. ", "location": "Hornbake Special Collections", + "temporal": "1961-1970", "language": "English", "series": { "id": "1970-may-festival", "title": "1970 May festival" }, "subject": [ + { + "id": "choral-music", + "name": "Choral music" + }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "concerts", + "name": "Concerts" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "haydn-joseph-1732-1809", + "name": "Haydn, Joseph, 1732-1809" + }, { "id": "music", "name": "Music" @@ -178092,19 +255452,111 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "oratorio", + "name": "Oratorio" } ], "creator": [ + { + "id": "haydn-joseph-1732-1809", + "name": "Haydn, Joseph, 1732-1809.", + "type": "Person" + }, + { + "id": "wguc-radio-station-cincinnati-ohio", + "name": "WGUC (Radio station : Cincinnati, Ohio)", + "type": "Corporate Body", + "role": "Producer" + }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", - "type": "Corporate Body" + "type": "Corporate Body", + "role": "Artist" } ], - "decade": null, - "contributor": [], + "contributor": [ + { + "id": "haywood-lorna", + "name": "Haywood, Lorna", + "type": "Person" + }, + { + "id": "thomas-elmer", + "name": "Thomas, Elmer", + "type": "Person" + }, + { + "id": "harrower-peter", + "name": "Harrower, Peter", + "type": "Person" + }, + { + "id": "haydn-joseph-1732-1809", + "name": "Haydn, Joseph, 1732-1809.", + "type": "Person", + "role": "Composer" + }, + { + "id": "shaw-robert-1916-1999", + "name": "Shaw, Robert, 1916-1999", + "type": "Person", + "role": "Conductor" + }, + { + "id": "bennett-myron", + "name": "Bennett, Myron", + "type": "Person", + "role": "Narrator" + } + ], + "genre": [ + { + "id": "music", + "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], + "decade": "1960-1969", "airtableId": "recUfUDBmtT6grVAK", - "id": "e2614" + "id": "e2615" }, { "aapbId": "cpb-aacip-500-2r3p0m72", @@ -178133,16 +255585,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -178180,18 +255636,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recUgUqsAxwVq9Jmh", - "id": "e2615" + "id": "e2616" }, { "aapbId": "cpb-aacip-500-4746tw89", @@ -178212,24 +255692,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century-history-and-criticism", - "name": "Music--20th century--History and criticism" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -178282,9 +255770,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recUgfAgHWzwke1dz", - "id": "e2616" + "id": "e2617" }, { "aapbId": "cpb-aacip-500-ms3k2134", @@ -178302,13 +255814,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recUhuqnrEGiaR9ge", - "id": "e2617" + "id": "e2618" }, { "aapbId": "cpb-aacip-500-gq6r3721", @@ -178332,6 +255872,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -178387,9 +255931,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recUiMcNp7ZmxFzcs", - "id": "e2618" + "id": "e2619" }, { "aapbId": "cpb-aacip-500-rn30748b", @@ -178413,6 +255981,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -178474,9 +256046,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recUiUB6lCkKUUTvt", - "id": "e2619" + "id": "e2620" }, { "aapbId": "cpb-aacip-500-np1wjk3q", @@ -178499,10 +256095,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -178522,10 +256126,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUjNbZbQ3liz1Lh", - "id": "e2620" + "id": "e2621" }, { "aapbId": "cpb-aacip-500-ht2gcd1x", @@ -178568,6 +256196,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -178608,9 +256240,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recUjStgSt6qk8h9l", - "id": "e2621" + "id": "e2622" }, { "aapbId": "cpb-aacip-500-nc5scr0j", @@ -178651,16 +256307,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -178699,9 +256355,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recUlTvI2FgbzenCK", - "id": "e2622" + "id": "e2623" }, { "aapbId": "cpb-aacip-500-nc5scr5r", @@ -178727,6 +256407,10 @@ "id": "career-development", "name": "Career development" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "education", "name": "Education" @@ -178735,17 +256419,21 @@ "id": "educational-broadcasting", "name": "Educational broadcasting" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -178776,9 +256464,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recUmatffABNjigpy", - "id": "e2623" + "id": "e2624" }, { "aapbId": "cpb-aacip-500-7940ws0h", @@ -178798,21 +256510,21 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -178865,9 +256577,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recUmsUEpqMXzUP1a", - "id": "e2624" + "id": "e2625" }, { "aapbId": "cpb-aacip-500-bn9x4h59", @@ -178887,10 +256623,18 @@ "title": "And the world listened" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pericles-approximately-495-bc-429-bc", "name": "Pericles, approximately 495 B.C.-429 B.C" @@ -178898,6 +256642,10 @@ { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -178960,11 +256708,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recUpLzTMPYaAhpmi", - "id": "e2625" + "id": "e2626" }, { "aapbId": "cpb-aacip-500-028pgz15", @@ -178982,13 +256758,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recUpSpGsBetQLNKG", - "id": "e2626" + "id": "e2627" }, { "aapbId": "cpb-aacip-500-f7667z0c", @@ -179009,20 +256813,28 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "book-publishing", + "name": "Book publishing" + }, + { + "id": "british-literature", + "name": "British literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -179057,9 +256869,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recUqBAmEovqeSVGM", - "id": "e2627" + "id": "e2628" }, { "aapbId": "cpb-aacip-500-tb0xv04h", @@ -179083,13 +256919,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -179124,9 +256960,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recUvsrLvNEpYQW4u", - "id": "e2628" + "id": "e2629" }, { "aapbId": "cpb-aacip-500-f766807f", @@ -179148,13 +257008,49 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recUx7RdARcUNKdOG", - "id": "e2629" + "id": "e2630" }, { "aapbId": "cpb-aacip-500-fx740078", @@ -179174,9 +257070,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -179193,10 +257101,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUxEHnMmNb5CYAy", - "id": "e2630" + "id": "e2631" }, { "aapbId": "cpb-aacip-500-pz51mb0f", @@ -179228,9 +257160,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -179265,9 +257205,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recUxTA1KPHQ57WPS", - "id": "e2631" + "id": "e2632" }, { "aapbId": "cpb-aacip-500-ns0kxv1n", @@ -179287,6 +257251,10 @@ "title": "Window on the world" }, "subject": [ + { + "id": "cartoonists", + "name": "Cartoonists" + }, { "id": "cartoonists-great-britain-biography", "name": "Cartoonists--Great Britain--Biography" @@ -179295,6 +257263,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "great-britain", "name": "Great Britain" @@ -179304,16 +257276,12 @@ "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" - }, - { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "wit-and-humor-pictorial-history-20th-century", - "name": "Wit and humor, Pictorial--History--20th century" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -179342,9 +257310,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recUybTaaP9J3zj7H", - "id": "e2632" + "id": "e2633" }, { "aapbId": "cpb-aacip-500-j678xj4q", @@ -179364,9 +257356,29 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "riots", + "name": "Riots" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -179383,10 +257395,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recUzeakktIt66eIg", - "id": "e2633" + "id": "e2634" }, { "aapbId": "cpb-aacip-500-g15tc893", @@ -179399,12 +257435,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recV0JFlPgi6boox2", "subject": [], - "id": "e2634" + "id": "e2635" }, { "aapbId": "cpb-aacip-500-3x83p152", @@ -179428,13 +257488,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -179469,9 +257529,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recV12m7690hQnTCd", - "id": "e2635" + "id": "e2636" }, { "aapbId": "cpb-aacip-500-fb4wn86h", @@ -179504,12 +257588,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -179536,10 +257620,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recV1hG4Df3nUuquH", - "id": "e2636" + "id": "e2637" }, { "aapbId": "cpb-aacip-500-1g0hxv7k", @@ -179559,6 +257667,14 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -179571,6 +257687,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "student-exchange-programs", "name": "Student exchange programs" @@ -179623,9 +257743,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recV1lXgQ6fbB0CVO", - "id": "e2637" + "id": "e2638" }, { "aapbId": "cpb-aacip-500-2r3p0m2v", @@ -179650,20 +257794,15 @@ "name": "NAEB Region II" }, { - "id": "poets-20th-century", - "name": "Poets--20th century" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -179671,8 +257810,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -179707,9 +257846,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recV1xEn1ZjopLxNo", - "id": "e2638" + "id": "e2639" }, { "aapbId": "cpb-aacip-500-416t299h", @@ -179737,6 +257900,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -179794,9 +257965,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recV2Lie1iyubpreI", - "id": "e2639" + "id": "e2640" }, { "aapbId": "cpb-aacip-500-z892dg1x", @@ -179815,13 +258010,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recV2ZjWA2fVnB9Q4", - "id": "e2640" + "id": "e2641" }, { "aapbId": "cpb-aacip-500-c24qpp1n", @@ -179840,8 +258063,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -179855,6 +258078,14 @@ "id": "jefferson-thomas-1743-1826", "name": "Jefferson, Thomas, 1743-1826" }, + { + "id": "law", + "name": "Law" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, { "id": "statutes-united-states", "name": "Statutes--United States" @@ -179922,9 +258153,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recV2izSpNpgaZB21", - "id": "e2641" + "id": "e2642" }, { "aapbId": "cpb-aacip-500-862bdc1v", @@ -179948,10 +258203,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symbolism-in-politics-united-states", "name": "Symbolism in politics--United States" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -179967,6 +258230,10 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -179997,9 +258264,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recV3KnOaO1TdxvSG", - "id": "e2642" + "id": "e2643" }, { "aapbId": "cpb-aacip-500-s756jv4h", @@ -180031,6 +258322,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -180074,9 +258373,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recV4CDIxQqUrGIzI", - "id": "e2643" + "id": "e2644" }, { "aapbId": "cpb-aacip-500-xk84pg8r", @@ -180104,29 +258427,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -180137,6 +258468,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -180153,7 +258508,7 @@ } ], "airtableId": "recV4Hm4EtHn5p5ae", - "id": "e2644" + "id": "e2645" }, { "aapbId": "cpb-aacip-500-mw28f78b", @@ -180177,6 +258532,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "terence", "name": "Terence" @@ -180222,9 +258581,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recV4NRBUx0Yef8Ew", - "id": "e2645" + "id": "e2646" }, { "aapbId": "cpb-aacip-500-08638g2b", @@ -180264,6 +258647,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -180313,9 +258700,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recV69KgwlCiq8evM", - "id": "e2646" + "id": "e2647" }, { "aapbId": "cpb-aacip-500-rv0d0q4f", @@ -180340,8 +258751,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -180355,13 +258766,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -180413,9 +258828,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recV9E8qzJMO6b7qj", - "id": "e2647" + "id": "e2648" }, { "aapbId": "cpb-aacip-500-jw86nh9j", @@ -180435,10 +258874,18 @@ "title": "Creative method" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "jazz", "name": "Jazz" @@ -180452,8 +258899,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "shearing-george-interviews", @@ -180509,9 +258956,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recV9LyjXEdU1ynIk", - "id": "e2648" + "id": "e2649" }, { "aapbId": "cpb-aacip-500-251fnw7n", @@ -180531,21 +259002,33 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "animals", + "name": "Animals" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "us-literature", + "name": "U.S. Literature" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -180603,9 +259086,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "recV9YHMurrhGpimf", - "id": "e2649" + "id": "e2650" }, { "aapbId": "cpb-aacip-500-pn8xfd7z", @@ -180636,6 +259143,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -180676,9 +259187,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recVBcaWkmcUUmVg3", - "id": "e2650" + "id": "e2651" }, { "aapbId": "cpb-aacip-500-4m91d27m", @@ -180710,6 +259245,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -180717,6 +259256,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -180743,19 +259286,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recVC7fu2ZsjBbnJw", - "id": "e2651" + "id": "e2652" }, { "aapbId": "cpb-aacip-500-v698bm8p", @@ -180770,12 +259337,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recVD65lFYy7EvEXd", "subject": [], - "id": "e2652" + "id": "e2653" }, { "aapbId": "cpb-aacip-500-tm720v2q", @@ -180804,12 +259395,16 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -180850,9 +259445,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recVDWflTopdozQ1y", - "id": "e2653" + "id": "e2654" }, { "aapbId": "cpb-aacip-500-js9h885c", @@ -180875,13 +259494,25 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "smoking", "name": "Smoking" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -180902,10 +259533,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recVEBkpmPwMkPLzp", - "id": "e2654" + "id": "e2655" }, { "aapbId": "cpb-aacip-500-t43j2h02", @@ -180937,6 +259592,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -180980,9 +259643,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recVEKBZRp8biyN5C", - "id": "e2655" + "id": "e2656" }, { "aapbId": "cpb-aacip-500-348gjr4d", @@ -181006,17 +259693,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -181078,18 +259769,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recVGc8fJy8TPLvs1", - "id": "e2656" + "id": "e2657" }, { "aapbId": "cpb-aacip-500-1834599b", @@ -181112,6 +259827,10 @@ { "id": "peace-corps-us-history", "name": "Peace Corps (U.S.)--History" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -181152,9 +259871,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recVHyuFrQt9e4WOR", - "id": "e2657" + "id": "e2658" }, { "aapbId": "cpb-aacip-500-j678xk16", @@ -181168,12 +259911,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recVIL6qTy5NgWjUZ", - "subject": [], - "id": "e2658" + "id": "e2659" }, { "aapbId": "cpb-aacip-500-p843w89c", @@ -181198,17 +259950,25 @@ "name": "Comedy" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "silent-films", "name": "Silent films" @@ -181218,8 +259978,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -181266,9 +260026,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recVJUGGEvT8pwRq3", - "id": "e2659" + "id": "e2660" }, { "aapbId": "cpb-aacip-500-pn8xff1q", @@ -181308,6 +260092,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -181363,9 +260151,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recVLGryTUeZ3meqb", - "id": "e2660" + "id": "e2661" }, { "aapbId": "cpb-aacip-500-4f1mmh68", @@ -181379,12 +260191,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recVMH3VjoGKHDDAT", "subject": [], - "id": "e2661" + "id": "e2662" }, { "aapbId": "cpb-aacip-500-1z41wb7r", @@ -181399,12 +260235,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recVNB9dPGDnJrjC7", "subject": [], - "id": "e2662" + "id": "e2663" }, { "aapbId": "cpb-aacip-500-rn30745m", @@ -181425,17 +260285,29 @@ }, "subject": [ { - "id": "immigrants-united-states-drama", - "name": "Immigrants--United States--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "immigrants-united-states", + "name": "Immigrants--United States" }, { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" @@ -181528,9 +260400,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "recVNKWQ3Nt43fYP8", - "id": "e2663" + "id": "e2664" }, { "aapbId": "cpb-aacip-500-2n4zm962", @@ -181554,6 +260450,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -181565,6 +260465,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -181610,9 +260514,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recVNsYDk2AGTOsit", - "id": "e2664" + "id": "e2665" }, { "aapbId": "cpb-aacip-500-2r3p0n22", @@ -181638,6 +260566,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -181660,10 +260592,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recVOxSP1lMiUrNMy", - "id": "e2666" + "id": "e2667" }, { "aapbId": "cpb-aacip-500-hq3s037r", @@ -181698,6 +260654,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -181721,13 +260681,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recVPHInsX6CUCWSJ", - "id": "e2667" + "id": "e2668" }, { "aapbId": "cpb-aacip-500-1r6n3s7r", @@ -181743,6 +260727,10 @@ "title": "Artist speaks" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "artistic-collaboration", "name": "Artistic collaboration" @@ -181755,10 +260743,22 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "theater", "name": "Theater" }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, { "id": "writers-on-writing-playwrights", "name": "Writers on writing. Playwrights" @@ -181814,9 +260814,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": null, "airtableId": "recVRc0XvIhqHVcF6", - "id": "e2668" + "id": "e2669" }, { "aapbId": "cpb-aacip-500-mk658d8w", @@ -181837,13 +260861,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recVSm8SEC6mGnXeQ", - "id": "e2669" + "id": "e2670" }, { "aapbId": "cpb-aacip-500-9k45vc6m", @@ -181864,13 +260916,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recVUFwp4kGPAFbFI", - "id": "e2670" + "id": "e2671" }, { "aapbId": "cpb-aacip-500-jw86nj39", @@ -181913,6 +260993,18 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -181959,9 +261051,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recVULjKIrFD9yHu4", - "id": "e2671" + "id": "e2672" }, { "aapbId": "cpb-aacip-500-kp7trt7f", @@ -182008,10 +261124,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "netherlands", + "name": "Netherlands" + } + ], + "region": [ + { + "id": "north-holland", + "name": "North Holland" + } + ], + "settlement": [ + { + "id": "hilversum", + "name": "Hilversum" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recVV4GgepFJr6zE5", - "id": "e2672" + "id": "e2673" }, { "aapbId": "cpb-aacip-500-v40jzb07", @@ -182035,6 +261175,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -182043,13 +261187,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -182079,14 +261235,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recVWGf38XVm3nZSp", - "id": "e2673" + "id": "e2674" }, { "aapbId": "cpb-aacip-500-222r8n8p", @@ -182107,13 +261291,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recVWl91GgbBFN247", - "id": "e2674" + "id": "e2675" }, { "aapbId": "cpb-aacip-500-ft8dkp0n", @@ -182148,6 +261360,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -182171,13 +261387,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recVYAC589zpqTDH2", - "id": "e2675" + "id": "e2676" }, { "aapbId": "cpb-aacip-500-cf9j7s6t", @@ -182208,6 +261448,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -182278,9 +261522,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recVYNK5NxrDdIZAG", - "id": "e2676" + "id": "e2677" }, { "aapbId": "cpb-aacip-500-j678xh8g", @@ -182315,6 +261583,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -182338,13 +261610,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recVZQLEo0vxQ2nwq", - "id": "e2677" + "id": "e2678" }, { "aapbId": "cpb-aacip-500-qf8jjr7n", @@ -182368,6 +261664,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -182413,11 +261713,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "airtableId": "recVZZFN5eZBEuGq9", - "id": "e2678" + "id": "e2679" }, { "aapbId": "cpb-aacip-500-zp3vzm4m", @@ -182441,13 +261769,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -182482,9 +261810,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recVZbRhP8gNPD6ab", - "id": "e2679" + "id": "e2680" }, { "aapbId": "cpb-aacip-500-d795c396", @@ -182510,6 +261862,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -182544,9 +261900,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recVZis92vuaJMunj", - "id": "e2680" + "id": "e2681" }, { "aapbId": "cpb-aacip-500-m03xxr0v", @@ -182578,10 +261958,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -182617,9 +262005,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recVZp2DfbNXXm5pu", - "id": "e2681" + "id": "e2682" }, { "aapbId": "cpb-aacip-500-zk55kc38", @@ -182639,17 +262051,13 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-employment", - "name": "African Americans--Employment" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "employment", @@ -182672,13 +262080,17 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "public-welfare-united-states", "name": "Public welfare--United States" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "us-government", "name": "U.S. Government" @@ -182721,9 +262133,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recVa87LvkvUqduxm", - "id": "e2682" + "id": "e2683" }, { "aapbId": "cpb-aacip-500-1r6n3q9t", @@ -182743,6 +262179,10 @@ "title": "New England anthology" }, "subject": [ + { + "id": "american-poetry", + "name": "American poetry" + }, { "id": "francis-robert-1901-1987-interviews", "name": "Francis, Robert, 1901-1987--Interviews" @@ -182752,24 +262192,20 @@ "name": "NAEB Region I" }, { - "id": "new-england-poetry", - "name": "New England--Poetry" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism" - }, - { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century" + "id": "new-england-poetry", + "name": "New England--Poetry" }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -182816,9 +262252,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recVaH2nsiCNfKCPj", - "id": "e2683" + "id": "e2684" }, { "aapbId": "cpb-aacip-500-930nwx3x", @@ -182842,10 +262302,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -182883,9 +262351,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recVamdPHOeluxA6P", - "id": "e2684" + "id": "e2685" }, { "aapbId": "cpb-aacip-500-6q1sk40p", @@ -182916,6 +262408,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "rivers", "name": "Rivers" @@ -182953,9 +262449,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recVbIUaRmc2pYGkY", - "id": "e2685" + "id": "e2686" }, { "aapbId": "cpb-aacip-500-319s5h5f", @@ -182968,12 +262488,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recVf5M5JFaUQh9wK", "subject": [], - "id": "e2686" + "id": "e2687" }, { "aapbId": "cpb-aacip-500-0c4snq6d", @@ -183001,6 +262545,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -183052,9 +262600,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recVfQod8NJFpXeDt", - "id": "e2687" + "id": "e2688" }, { "aapbId": "cpb-aacip-500-jh3d3c5j", @@ -183094,6 +262666,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -183101,6 +262677,10 @@ { "id": "psychopharmacology", "name": "Psychopharmacology" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -183159,9 +262739,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recVhtI9o8z4IDa69", - "id": "e2688" + "id": "e2689" }, { "aapbId": "cpb-aacip-500-8g8fk84d", @@ -183196,6 +262800,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -183222,10 +262830,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recVjI3AULqem1ZGH", - "id": "e2689" + "id": "e2690" }, { "aapbId": "cpb-aacip-500-df6k4p98", @@ -183247,6 +262879,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -183255,13 +262891,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -183297,14 +262945,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recVjkKKv5RKGXpHF", - "id": "e2690" + "id": "e2691" }, { "aapbId": "cpb-aacip-500-ff3m1j62", @@ -183335,6 +263011,10 @@ { "id": "montral-qubec", "name": "Montréal (Québec)" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -183367,10 +263047,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recVkA48FvU9q6YIj", - "id": "e2691" + "id": "e2692" }, { "aapbId": "cpb-aacip-500-qr4nqj7w", @@ -183394,17 +263098,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -183439,9 +263151,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recVlrpQ6l2RCgHpu", - "id": "e2692" + "id": "e2693" }, { "aapbId": "cpb-aacip-500-028pgx7d", @@ -183466,6 +263202,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "patriotism-united-states", "name": "Patriotism--United States" @@ -183477,6 +263217,14 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -183497,10 +263245,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "buffalo", + "name": "Buffalo" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recVmoHCWM8QBjtA3", - "id": "e2693" + "id": "e2694" }, { "aapbId": "cpb-aacip-500-k06x1v47", @@ -183520,13 +263292,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recVpmxTK8cvk4iIm", - "id": "e2694" + "id": "e2695" }, { "aapbId": "cpb-aacip-500-h7081p8b", @@ -183543,13 +263343,41 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "houston", + "name": "Houston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recVqE5mVFl6rSC9G", - "id": "e2695" + "id": "e2696" }, { "aapbId": "cpb-aacip-500-0p0wtk62", @@ -183569,14 +263397,14 @@ "title": "People talk back" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -183648,9 +263476,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recVqGjryPU1JrMlJ", - "id": "e2696" + "id": "e2697" }, { "aapbId": "cpb-aacip-500-930nwz34", @@ -183674,6 +263526,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -183682,13 +263538,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -183724,14 +263592,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recVqJNtJ1PHlH5Bc", - "id": "e2697" + "id": "e2698" }, { "aapbId": "cpb-aacip-500-p26q3r34", @@ -183750,13 +263646,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recVrOB6qYaFI8A2a", - "id": "e2698" + "id": "e2699" }, { "aapbId": "cpb-aacip-500-c824g738", @@ -183788,6 +263712,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -183821,10 +263749,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recVrwfNNzoFc6aVd", - "id": "e2699" + "id": "e2700" }, { "aapbId": "cpb-aacip-500-t727fr30", @@ -183844,6 +263796,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -183851,6 +263807,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -183897,9 +263857,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recVs9niaTqLvaJOb", - "id": "e2700" + "id": "e2701" }, { "aapbId": "cpb-aacip-500-pr7mtq2c", @@ -183920,13 +263904,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recVsaSI9pzec7An1", - "id": "e2701" + "id": "e2702" }, { "aapbId": "cpb-aacip-500-4f1mmj18", @@ -183954,29 +263966,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -183987,6 +264007,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -184009,7 +264053,7 @@ } ], "airtableId": "recVtGoeHdTL87iMG", - "id": "e2702" + "id": "e2703" }, { "aapbId": "cpb-aacip-500-sj19qq06", @@ -184033,6 +264077,10 @@ "id": "bach-johann-sebastian-1685-1750-organ-music", "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "handel-george-frideric-1685-1759-instrumental-music-selections-arranged", "name": "Handel, George Frideric, 1685-1759. Instrumental music. Selections; arranged" @@ -184046,16 +264094,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -184090,9 +264138,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recVwKchcjnMtcrHq", - "id": "e2703" + "id": "e2704" }, { "aapbId": "cpb-aacip-500-k9316q57", @@ -184120,6 +264192,10 @@ "id": "college-students-political-activity-united-states", "name": "College students--Political activity--United States" }, + { + "id": "education", + "name": "Education" + }, { "id": "education-higher-aims-and-objectives-united-states", "name": "Education, Higher--Aims and objectives--United States" @@ -184128,25 +264204,33 @@ "id": "education-higher-united-states", "name": "Education, Higher--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "students-social-life-and-customers", - "name": "Students--Social life and customers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-life-and-customers", + "name": "Social life and customers" + }, + { + "id": "students", + "name": "Students" + }, + { + "id": "us-politics", + "name": "U.S. Politics" }, { "id": "undergraduates", "name": "Undergraduates" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -184182,9 +264266,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recVwY5DSp1OO7kkh", - "id": "e2704" + "id": "e2705" }, { "aapbId": "cpb-aacip-500-pr7mtq0w", @@ -184208,10 +264316,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -184269,9 +264373,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recVy8EaVPygQQVft", - "id": "e2705" + "id": "e2706" }, { "aapbId": "cpb-aacip-500-9s1kmz6p", @@ -184288,9 +264416,105 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "agriculture", + "name": "Agriculture" + }, + { + "id": "courts", + "name": "Courts" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "hunger", + "name": "Hunger" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, + { + "id": "labor", + "name": "Labor" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "politicians-united-states", + "name": "Politicians--United States" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "social-values-united-states", + "name": "Social values--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-congress-history-20th-century", + "name": "United States. Congress--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -184301,6 +264525,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -184311,7 +264559,7 @@ } ], "airtableId": "recVyKHseNBEGEfr0", - "id": "e2706" + "id": "e2707" }, { "aapbId": "cpb-aacip-500-r785p11n", @@ -184332,13 +264580,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recVyb2gHH779awhv", - "id": "e2707" + "id": "e2708" }, { "aapbId": "cpb-aacip-500-6w96bn1n", @@ -184369,6 +264645,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -184409,9 +264689,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recVz06TXti7CDEEt", - "id": "e2708" + "id": "e2709" }, { "aapbId": "cpb-aacip-500-gx44vt78", @@ -184426,12 +264730,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recVzezTCzsLgFRFd", "subject": [], - "id": "e2709" + "id": "e2710" }, { "aapbId": "cpb-aacip-500-08638h2j", @@ -184458,6 +264786,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -184474,10 +264806,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recW0ByikIdBi7Qza", - "id": "e2710" + "id": "e2711" }, { "aapbId": "cpb-aacip-500-g44hrh3v", @@ -184501,13 +264857,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -184542,9 +264898,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recW0kG7TOYWx4NsK", - "id": "e2711" + "id": "e2712" }, { "aapbId": "cpb-aacip-500-3775z18z", @@ -184564,6 +264944,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -184576,6 +264960,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -184604,18 +264992,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recW13WoorFmv41UM", - "id": "e2712" + "id": "e2713" }, { "aapbId": "cpb-aacip-500-h12v8474", @@ -184635,6 +265051,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -184651,14 +265071,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -184702,9 +265122,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recW1E34ei4LH44hy", - "id": "e2713" + "id": "e2714" }, { "aapbId": "cpb-aacip-500-zg6g6304", @@ -184736,9 +265180,17 @@ "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -184764,18 +265216,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recW1UOYSVEBNyvym", - "id": "e2714" + "id": "e2715" }, { "aapbId": "cpb-aacip-500-cz32666m", @@ -184799,6 +265275,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -184846,9 +265326,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recW2OSiROt5koD6h", - "id": "e2715" + "id": "e2716" }, { "aapbId": "cpb-aacip-500-m61bq89z", @@ -184880,10 +265384,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -184919,9 +265431,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recW2wIuXnwKQKu30", - "id": "e2716" + "id": "e2717" }, { "aapbId": "cpb-aacip-500-1g0hxx09", @@ -184952,6 +265488,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -184980,9 +265520,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recW3YIzNPThMTt6c", - "id": "e2717" + "id": "e2718" }, { "aapbId": "cpb-aacip-500-ft8dkn4d", @@ -185014,6 +265578,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -185071,9 +265639,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recW4VD2YREkduZKz", - "id": "e2718" + "id": "e2719" }, { "aapbId": "cpb-aacip-500-v11vk06v", @@ -185097,13 +265689,17 @@ "id": "classical-drama-tragedy", "name": "Classical drama (Tragedy)" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "euripides-iphigenia-in-tauris-english", "name": "Euripides. Iphigenia in Tauris. English" }, { - "id": "iphigenia-greek-mythology-drama", - "name": "Iphigenia (Greek mythology)--Drama" + "id": "iphigenia-greek-mythology", + "name": "Iphigenia (Greek mythology)" }, { "id": "melodrama", @@ -185113,6 +265709,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -185136,10 +265736,34 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recW4VySVWel51uFv", - "id": "e2719" + "id": "e2720" }, { "aapbId": "cpb-aacip-500-jw86nk9z", @@ -185163,8 +265787,8 @@ "name": "Broadcasting" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "jackson-andrew-1767-1845", @@ -185174,6 +265798,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "presidents-united-states", "name": "Presidents--United States" @@ -185186,21 +265814,20 @@ "id": "theater-drama", "name": "Theater & Drama" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -185208,8 +265835,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -185231,12 +265858,6 @@ "name": "Young, Fred", "type": "Person", "role": "Actor" - }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" } ], "genre": [ @@ -185249,9 +265870,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recW4fVCjaAqPx7ek", - "id": "e2720" + "id": "e2721" }, { "aapbId": "cpb-aacip-500-bg2hbx92", @@ -185278,9 +265923,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -185307,10 +265960,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recW4ikvaqSMcB4Z4", - "id": "e2721" + "id": "e2722" }, { "aapbId": "cpb-aacip-500-np1wjk95", @@ -185329,8 +266006,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -185345,8 +266022,8 @@ "name": "Monticello (Va)" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "university-of-virginia", @@ -185415,9 +266092,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recW6QDr8IuXPToCh", - "id": "e2722" + "id": "e2723" }, { "aapbId": "cpb-aacip-500-cc0tvj19", @@ -185449,6 +266150,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -185484,11 +266189,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recW6nrx30ABdbUWm", - "id": "e2723" + "id": "e2724" }, { "aapbId": "cpb-aacip-500-5h7bwm20", @@ -185513,8 +266246,16 @@ "name": "Art & Architecture" }, { - "id": "england-economic-conditions-20th-century", - "name": "England--Economic conditions--20th century" + "id": "economic-conditions", + "name": "Economic conditions" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "england", + "name": "England" }, { "id": "europe", @@ -185528,6 +266269,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "textiles", "name": "Textiles" @@ -185576,9 +266321,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recW7YDqUxT9Dkcdx", - "id": "e2724" + "id": "e2725" }, { "aapbId": "cpb-aacip-500-1g0hxz1r", @@ -185610,6 +266379,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -185645,11 +266418,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recW86GhhlAV4QjIX", - "id": "e2725" + "id": "e2726" }, { "aapbId": "cpb-aacip-500-9882pj0q", @@ -185667,10 +266468,18 @@ "title": "Nuremberg and Vietnam: Who Is Guilty?" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "international-law", "name": "International law" }, + { + "id": "law", + "name": "Law" + }, { "id": "military-offenses-united-states", "name": "Military offenses--United States" @@ -185683,6 +266492,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -185691,9 +266504,17 @@ "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-crimes", "name": "War crimes" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -185733,9 +266554,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1970-1979", "airtableId": "recW9GneFfw0fNyhq", - "id": "e2726" + "id": "e2727" }, { "aapbId": "cpb-aacip-500-j09w4z38", @@ -185771,6 +266616,14 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "oceans", + "name": "Oceans" + }, { "id": "science", "name": "Science" @@ -185823,9 +266676,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recW9tzLQT5Z4NKmN", - "id": "e2727" + "id": "e2728" }, { "aapbId": "cpb-aacip-500-4m91d399", @@ -185854,12 +266731,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -185891,6 +266776,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -185901,7 +266810,7 @@ } ], "airtableId": "recWAHswNe7HHz5If", - "id": "e2728" + "id": "e2729" }, { "aapbId": "cpb-aacip-500-5q4rp68p", @@ -185929,6 +266838,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -185977,9 +266890,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recWAWhJNrfiJ3CkW", - "id": "e2729" + "id": "e2730" }, { "aapbId": "cpb-aacip-500-jd4pq33h", @@ -186003,9 +266940,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -186045,9 +266990,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recWB4rusDqyrE4OI", - "id": "e2730" + "id": "e2731" }, { "aapbId": "cpb-aacip-500-mw28f929", @@ -186078,6 +267047,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -186110,6 +267083,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -186120,7 +267117,7 @@ } ], "airtableId": "recWByI5g0ADkF4yf", - "id": "e2731" + "id": "e2732" }, { "aapbId": "cpb-aacip-500-4f1mmf8b", @@ -186141,24 +267138,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -186231,9 +267228,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recWByrcKeNtTAIrs", - "id": "e2732" + "id": "e2733" }, { "aapbId": "cpb-aacip-500-k06x1t58", @@ -186273,6 +267294,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -186340,9 +267365,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recWCGxpEv7wbsFXZ", - "id": "e2733" + "id": "e2734" }, { "aapbId": "cpb-aacip-500-7w677h6c", @@ -186366,6 +267415,10 @@ "id": "banting-frederick-grant-sir-1891-1941", "name": "Banting, Frederick Grant, Sir, 1891-1941" }, + { + "id": "canada", + "name": "Canada" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -186377,6 +267430,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -186405,9 +267462,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recWCrLKWsy9saxtD", - "id": "e2734" + "id": "e2735" }, { "aapbId": "cpb-aacip-500-bv79x39g", @@ -186433,6 +267514,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -186455,10 +267540,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recWDqX6bdBu3LztG", - "id": "e2735" + "id": "e2736" }, { "aapbId": "cpb-aacip-500-1r6n3r7j", @@ -186484,6 +267593,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -186518,9 +267631,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recWElTurcEw9IcOg", - "id": "e2736" + "id": "e2737" }, { "aapbId": "cpb-aacip-500-qf8jjp4h", @@ -186544,14 +267681,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physics", "name": "Physics" @@ -186613,9 +267750,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recWEw9JRfig4uTai", - "id": "e2737" + "id": "e2738" }, { "aapbId": "cpb-aacip-500-cz32679j", @@ -186635,17 +267796,25 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "architecture-american", + "name": "Architecture, American" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -186680,9 +267849,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recWFYo6v9kSmQdCd", - "id": "e2738" + "id": "e2739" }, { "aapbId": "cpb-aacip-500-zc7rsr7p", @@ -186700,7 +267893,7 @@ "contributor": [], "airtableId": "recWFfExmIGM6IXot", "subject": [], - "id": "e2739" + "id": "e2740" }, { "aapbId": "cpb-aacip-500-3775z35n", @@ -186728,6 +267921,14 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "film", + "name": "Film" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "lincoln-center-for-the-performing-arts-film-society", "name": "Lincoln Center for the Performing Arts. Film Society" @@ -186736,29 +267937,33 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, + { + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, { "id": "performing-arts", "name": "Performing Arts" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -186769,6 +267974,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -186785,7 +268014,7 @@ } ], "airtableId": "recWHNcOlIEHlWTub", - "id": "e2740" + "id": "e2741" }, { "aapbId": "cpb-aacip-500-kk94ck4m", @@ -186817,10 +268046,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -186862,9 +268099,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recWHzhNz0WoIZQYc", - "id": "e2741" + "id": "e2742" }, { "aapbId": "cpb-aacip-500-7s7hv74b", @@ -186885,8 +268146,12 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" }, { "id": "fink-mike-1770-1823", @@ -186908,21 +268173,29 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "ohio-river", "name": "Ohio River" }, { - "id": "popular-culture-united-states-history", - "name": "Popular culture--United States--History" + "id": "popular-culture", + "name": "Popular culture" }, { "id": "river-boats", "name": "River boats" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -186966,9 +268239,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recWJB96lyxXrg4eW", - "id": "e2742" + "id": "e2743" }, { "aapbId": "cpb-aacip-500-rx93d040", @@ -186989,13 +268286,17 @@ }, "subject": [ { - "id": "composers-france-19th-century", - "name": "Composers--France--19th century" + "id": "composers", + "name": "Composers" }, { "id": "europe", "name": "Europe" }, + { + "id": "france", + "name": "France" + }, { "id": "franck-ce_sar-1822-1890-organ-music", "name": "Franck, Ce_sar, 1822-1890. Organ music" @@ -187008,17 +268309,21 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { - "id": "organists-france", - "name": "Organists--France" + "id": "organists", + "name": "Organists" } ], "creator": [ @@ -187053,9 +268358,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recWKFXyyqK7pvyRa", - "id": "e2743" + "id": "e2744" }, { "aapbId": "cpb-aacip-500-r49g8q9s", @@ -187069,16 +268398,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recWKItr8o4OlP26z", - "id": "e2744" + "id": "e2745" }, { "aapbId": "cpb-aacip-500-m03xxq9t", @@ -187096,13 +268465,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recWKMWXM47Hv2qXZ", - "id": "e2745" + "id": "e2746" }, { "aapbId": "cpb-aacip-500-s756jt9h", @@ -187123,21 +268520,33 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "drama", + "name": "Drama" }, { - "id": "drama-soviet-union-history-and-criticism", - "name": "Drama--Soviet Union--History and criticism" + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { - "id": "dramatists-soviet-union", - "name": "Dramatists--Soviet Union" + "id": "dramatists", + "name": "Dramatists" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" @@ -187146,10 +268555,6 @@ "id": "theater-drama", "name": "Theater & Drama" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -187220,9 +268625,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recWMOikelm8aWYa5", - "id": "e2746" + "id": "e2747" }, { "aapbId": "cpb-aacip-500-d21rkk6k", @@ -187243,12 +268672,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -187257,6 +268682,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -187283,10 +268712,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recWMrh4ZeP0gjDku", - "id": "e2747" + "id": "e2748" }, { "aapbId": "cpb-aacip-500-pk072495", @@ -187308,6 +268761,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -187337,9 +268794,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recWMtNzGf4uSZ2wB", - "id": "e2748" + "id": "e2749" }, { "aapbId": "cpb-aacip-500-6t0gzb1x", @@ -187368,16 +268849,24 @@ "name": "Denmark" }, { - "id": "denmark-drama", - "name": "Denmark--Drama" + "id": "drama", + "name": "Drama" }, { "id": "europe", "name": "Europe" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -187423,9 +268912,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recWN86E0aeqyNJ5W", - "id": "e2749" + "id": "e2750" }, { "aapbId": "cpb-aacip-500-rj48tv3d", @@ -187445,10 +268958,6 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" @@ -187458,13 +268967,21 @@ "name": "Constitutional amendments--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "trials", "name": "Trials" @@ -187523,9 +269040,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recWNIUuGk70PR6vq", - "id": "e2750" + "id": "e2751" }, { "aapbId": "cpb-aacip-500-bg2hbz2k", @@ -187546,24 +269087,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -187572,6 +269113,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -187604,10 +269153,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recWNIoqKLsgr9iAw", - "id": "e2751" + "id": "e2752" }, { "aapbId": "cpb-aacip-500-sn01411c", @@ -187627,46 +269200,50 @@ "title": "U.S. foreign policy: Demands of the next decade" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { "id": "china-civilization", - "name": "China--Civilization" + "name": "China civilization" }, { "id": "china-history", "name": "China--History" }, { - "id": "communism-china", - "name": "Communism--China" - }, - { - "id": "communism-southeast-asia", - "name": "Communism--Southeast Asia" + "id": "communism", + "name": "Communism" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "southeast-asia", + "name": "Southeast Asia" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -187700,9 +269277,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "recWNbe1qlNuhTykW", - "id": "e2752" + "id": "e2753" }, { "aapbId": "cpb-aacip-500-r20rwf3t", @@ -187721,13 +269322,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recWNnM89mRDdeyxQ", - "id": "e2753" + "id": "e2754" }, { "aapbId": "cpb-aacip-500-6q1sk336", @@ -187744,9 +269373,37 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "politicians-united-states", + "name": "Politicians--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -187757,6 +269414,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -187767,7 +269448,7 @@ } ], "airtableId": "recWNxt4WgUx804Ga", - "id": "e2754" + "id": "e2755" }, { "aapbId": "cpb-aacip-500-2b8vfg44", @@ -187824,7 +269505,7 @@ ], "decade": "1960-1969", "airtableId": "recWO80e1waztXSOO", - "id": "e2755" + "id": "e2756" }, { "aapbId": "cpb-aacip-500-bg2hc00g", @@ -187840,16 +269521,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recWPU0xRDD8i7UXB", - "id": "e2756" + "id": "e2757" }, { "aapbId": "cpb-aacip-500-rb6w293k", @@ -187890,12 +269607,12 @@ "name": "Federal government--United States" }, { - "id": "public-broadcasting-finance", - "name": "Public broadcasting--Finance" + "id": "finance", + "name": "Finance" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -187909,9 +269626,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -187942,9 +269667,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recWRAQBS9AZ8bFSz", - "id": "e2757" + "id": "e2758" }, { "aapbId": "cpb-aacip-500-v97zqx47", @@ -187971,6 +269720,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -187987,10 +269740,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recWTO2IP4HzuANQo", - "id": "e2758" + "id": "e2759" }, { "aapbId": "cpb-aacip-500-f18sgc1f", @@ -188018,6 +269795,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -188073,9 +269854,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recWUB5lF39PaV4yX", - "id": "e2759" + "id": "e2760" }, { "aapbId": "cpb-aacip-500-kd1qkz2m", @@ -188095,10 +269900,18 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "home-rule-ireland", "name": "Home rule--Ireland" }, + { + "id": "ireland", + "name": "Ireland" + }, { "id": "ireland-history-20th-century", "name": "Ireland--History--20th century" @@ -188108,16 +269921,16 @@ "name": "NAEB Region III" }, { - "id": "nationalism-ireland", - "name": "Nationalism--Ireland" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sinn-fein", - "name": "Sinn Fein" + "id": "nationalism", + "name": "Nationalism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sinn-fein", + "name": "Sinn Fein" }, { "id": "world-politics", @@ -188180,9 +269993,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recWUO1fQqkneLOJt", - "id": "e2760" + "id": "e2761" }, { "aapbId": "cpb-aacip-500-c53f302t", @@ -188197,16 +270034,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recWWBjfQb6rOgrX7", - "id": "e2761" + "id": "e2762" }, { "aapbId": "cpb-aacip-500-0p0wtm4s", @@ -188235,17 +270108,25 @@ "name": "College facilities" }, { - "id": "education-higher-united-states", - "name": "Education, Higher--United States" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education-higher-united-states", + "name": "Education, Higher--United States" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "security-measures-united-states", + "name": "Security measures--United States" + }, { "id": "sociology", "name": "Sociology" @@ -188255,12 +270136,8 @@ "name": "Student housing" }, { - "id": "universities-and-colleges-security-measures-united-states", - "name": "Universities and colleges--Security measures--United States" - }, - { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -188296,9 +270173,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recWY21J2TuRG3ydJ", - "id": "e2762" + "id": "e2763" }, { "aapbId": "cpb-aacip-500-rn307562", @@ -188318,8 +270219,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -188384,9 +270289,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recWYCiE3yPxzH05J", - "id": "e2763" + "id": "e2764" }, { "aapbId": "cpb-aacip-500-n29p6t4f", @@ -188410,6 +270339,10 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "education", + "name": "Education" + }, { "id": "habit", "name": "Habit" @@ -188430,13 +270363,29 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use", "name": "Tobacco use" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -188483,9 +270432,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recWYGAjiw1YSJE8z", - "id": "e2764" + "id": "e2765" }, { "aapbId": "cpb-aacip-500-dn3zx69z", @@ -188509,6 +270482,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -188560,9 +270537,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recWZKcbTyC9EkdkF", - "id": "e2765" + "id": "e2766" }, { "aapbId": "cpb-aacip-500-vx062m1v", @@ -188588,10 +270589,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "marriage", "name": "Marriage" @@ -188604,6 +270601,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sexual-health", "name": "Sexual health" @@ -188645,9 +270646,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "airtableId": "recWZusxuGv5tKRvC", - "id": "e2766" + "id": "e2767" }, { "aapbId": "cpb-aacip-500-mp4vnp1h", @@ -188682,6 +270707,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -188734,9 +270763,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recWaQ5gibkqmKKt7", - "id": "e2767" + "id": "e2768" }, { "aapbId": "cpb-aacip-500-zc7rss1f", @@ -188769,11 +270822,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recWbvk0b1992PoPz", "subject": [], - "id": "e2768" + "id": "e2769" }, { "aapbId": "cpb-aacip-500-jd4pq43q", @@ -188801,6 +270878,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -188850,9 +270931,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "airtableId": "recWcYEUKbZpeToG5", - "id": "e2769" + "id": "e2770" }, { "aapbId": "cpb-aacip-500-0v89m56c", @@ -188879,9 +270984,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -188908,10 +271021,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recWdml2iZwIQHhNY", - "id": "e2770" + "id": "e2771" }, { "aapbId": "cpb-aacip-500-416t2c27", @@ -188925,12 +271062,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recWe1i83msXpjzqj", "subject": [], - "id": "e2771" + "id": "e2772" }, { "aapbId": "cpb-aacip-500-fn10t44s", @@ -188954,6 +271115,10 @@ "id": "concerts-new-jersey", "name": "Concerts--New Jersey" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "monteverdi-claudio-1567-1643-anniversaries-etc", "name": "Monteverdi, Claudio, 1567-1643--Anniversaries, etc" @@ -188965,6 +271130,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -188991,11 +271160,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recWe6sckeAR1G7kA", - "id": "e2772" + "id": "e2773" }, { "aapbId": "cpb-aacip-500-7659hg8t", @@ -189019,10 +271216,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -189060,9 +271265,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recWeEpHhP4tT7dPl", - "id": "e2773" + "id": "e2774" }, { "aapbId": "cpb-aacip-500-862bdc9s", @@ -189094,6 +271323,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -189101,6 +271334,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -189127,19 +271364,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recWeGYv5hSj35kHK", - "id": "e2774" + "id": "e2775" }, { "aapbId": "cpb-aacip-500-hh6c6k85", @@ -189166,12 +271427,16 @@ "name": "Educational radio stations" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -189191,7 +271456,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recWeTjtDtw0S75Vv", - "id": "e2775" + "id": "e2776" }, { "aapbId": "cpb-aacip-500-vd6p449r", @@ -189212,16 +271477,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -189268,9 +271541,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recWf66Ass7KiFDNz", - "id": "e2776" + "id": "e2777" }, { "aapbId": "cpb-aacip-500-s756jv60", @@ -189287,9 +271584,37 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "hunger", + "name": "Hunger" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -189300,6 +271625,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -189310,7 +271659,7 @@ } ], "airtableId": "recWfloNHqAuWu3Al", - "id": "e2777" + "id": "e2778" }, { "aapbId": "cpb-aacip-500-n29p6v7c", @@ -189329,13 +271678,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recWfxoDNdJySofTe", - "id": "e2778" + "id": "e2779" }, { "aapbId": "cpb-aacip-500-r785p10d", @@ -189352,9 +271729,53 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "crime", + "name": "Crime" + }, + { + "id": "economic-conditions", + "name": "Economic conditions" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "employment", + "name": "Employment" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "population", + "name": "Population" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -189365,6 +271786,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -189375,7 +271820,7 @@ } ], "airtableId": "recWjyWh7R7mM3cgU", - "id": "e2779" + "id": "e2780" }, { "aapbId": "cpb-aacip-500-h7081q5t", @@ -189395,6 +271840,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -189404,12 +271853,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -189430,10 +271883,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recWl55g4xSUUvOma", - "id": "e2780" + "id": "e2781" }, { "aapbId": "cpb-aacip-500-833n127p", @@ -189460,9 +271937,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -189489,10 +271974,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recWlEsCjRLkFL7LB", - "id": "e2781" + "id": "e2782" }, { "aapbId": "cpb-aacip-500-08638f5v", @@ -189512,10 +272021,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -189523,6 +272028,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -189563,9 +272072,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recWlPq24nYOc2SJE", - "id": "e2782" + "id": "e2783" }, { "aapbId": "cpb-aacip-500-pg1hnt80", @@ -189592,9 +272125,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -189621,10 +272162,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recWmDVTircl66axU", - "id": "e2783" + "id": "e2784" }, { "aapbId": "cpb-aacip-500-7d2q925b", @@ -189644,10 +272209,6 @@ "title": "Document: Deep South" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "economy-business", "name": "Economy & Business" @@ -189657,12 +272218,12 @@ "name": "NAEB Region II" }, { - "id": "petroleum-prospecting-louisiana-history", - "name": "Petroleum--Prospecting--Louisiana--History" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "petroleum-prospecting-louisiana-history", + "name": "Petroleum--Prospecting--Louisiana--History" }, { "id": "southern-states-commerce", @@ -189671,10 +272232,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -189727,9 +272284,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recWnUuL1yoNlGuzo", - "id": "e2784" + "id": "e2785" }, { "aapbId": "cpb-aacip-500-cf9j7v11", @@ -189745,9 +272326,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -189770,10 +272363,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recWofQ7fz1wTZV0o", - "id": "e2785" + "id": "e2786" }, { "aapbId": "cpb-aacip-500-d21rkh26", @@ -189793,10 +272410,22 @@ "title": "Document: Deep South" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "oil-reservoir-engineering", "name": "Oil reservoir engineering" @@ -189812,10 +272441,6 @@ { "id": "sulfur-industry-united-states", "name": "Sulfur industry--United States" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -189874,9 +272499,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recWpzXqu73k10MvX", - "id": "e2786" + "id": "e2787" }, { "aapbId": "cpb-aacip-500-4m91d31c", @@ -189896,24 +272545,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -189997,9 +272646,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recWqBUuKGbEHKTSu", - "id": "e2787" + "id": "e2788" }, { "aapbId": "cpb-aacip-500-930nwz9k", @@ -190027,18 +272700,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -190094,9 +272771,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recWqNVGYHwKutp9Q", - "id": "e2788" + "id": "e2789" }, { "aapbId": "cpb-aacip-500-sf2mbf3h", @@ -190116,6 +272817,14 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "indonesia-colonization", "name": "Indonesia--Colonization" @@ -190132,9 +272841,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "netherlands-colonies-indonesia-history", "name": "Netherlands--Colonies--Indonesia--History" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -190180,9 +272897,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recWqPodt8P1L2kSf", - "id": "e2789" + "id": "e2790" }, { "aapbId": "cpb-aacip-500-np1wjk8x", @@ -190226,13 +272967,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "semantics", "name": "Semantics" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -190263,9 +273008,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recWqWR4jg4tkas5e", - "id": "e2790" + "id": "e2791" }, { "aapbId": "cpb-aacip-500-1c1tjm64", @@ -190297,6 +273066,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -190332,11 +273105,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recWrnQH8XcbplTDR", - "id": "e2791" + "id": "e2792" }, { "aapbId": "cpb-aacip-500-4746tx61", @@ -190367,6 +273168,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -190405,10 +273210,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recWtOFgVAWo8GwI1", - "id": "e2792" + "id": "e2793" }, { "aapbId": "cpb-aacip-500-9w09185c", @@ -190438,6 +273267,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -190483,9 +273316,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recWv2emmeJHTWH5B", - "id": "e2793" + "id": "e2794" }, { "aapbId": "cpb-aacip-500-vm42ws18", @@ -190503,13 +273360,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recWyU3L62gaEhGDw", - "id": "e2794" + "id": "e2795" }, { "aapbId": "cpb-aacip-500-9w09182n", @@ -190530,13 +273415,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recWzPDnxz5p5V1rg", - "id": "e2795" + "id": "e2796" }, { "aapbId": "cpb-aacip-500-4j0b0r5c", @@ -190569,12 +273482,20 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "navajo-indians", "name": "Navajo Indians" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -190620,9 +273541,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "recWzQE3hwYcBPgYO", - "id": "e2796" + "id": "e2797" }, { "aapbId": "cpb-aacip-500-dr2p9h21", @@ -190647,8 +273592,8 @@ "name": "Adventure and adventurers--United States--Biography" }, { - "id": "explorers-biography", - "name": "Explorers--Biography" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "explorers-united-states-biography", @@ -190658,9 +273603,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "siberia-russia-description-and-travel", "name": "Siberia (Russia)--Description and travel" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -190694,9 +273647,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recWzijFi4SKyLI8w", - "id": "e2797" + "id": "e2798" }, { "aapbId": "cpb-aacip-500-x921hk56", @@ -190721,13 +273698,17 @@ "name": "Arms control" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -190737,8 +273718,8 @@ "name": "Science & Technology" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -190779,9 +273760,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recWzkZFCxDgXvPEL", - "id": "e2798" + "id": "e2799" }, { "aapbId": "cpb-aacip-500-ft8dkq2b", @@ -190796,12 +273801,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recWzlIcriyyhq4m9", "subject": [], - "id": "e2799" + "id": "e2800" }, { "aapbId": "cpb-aacip-500-mw28f80m", @@ -190821,10 +273850,22 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "indonesia-history-20th-century", + "name": "Indonesia--History--20th century" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -190833,10 +273874,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -190874,9 +273911,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recX0claZHR3TPIqk", - "id": "e2800" + "id": "e2801" }, { "aapbId": "cpb-aacip-500-rx93d11g", @@ -190897,6 +273958,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" } ], "creator": [ @@ -190907,10 +273976,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recX0iqYQV2NCxuvw", - "id": "e2801" + "id": "e2802" }, { "aapbId": "cpb-aacip-500-j09w5054", @@ -190941,6 +274034,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" @@ -190980,9 +274077,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recX2qd7ib5OiSmyn", - "id": "e2802" + "id": "e2803" }, { "aapbId": "cpb-aacip-500-9z90dj1s", @@ -191002,6 +274123,14 @@ "title": "The next fifty years" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, { "id": "cities-and-towns", "name": "Cities and towns" @@ -191012,7 +274141,7 @@ }, { "id": "civil-rights", - "name": "Civil Rights" + "name": "Civil rights" }, { "id": "future-the", @@ -191025,6 +274154,18 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -191082,9 +274223,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recX4L1fiWpN1DCWy", - "id": "e2803" + "id": "e2804" }, { "aapbId": "cpb-aacip-500-ww76zf9x", @@ -191119,6 +274284,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -191171,9 +274340,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recX5oUd9QnOhJjqd", - "id": "e2804" + "id": "e2805" }, { "aapbId": "cpb-aacip-500-qz22h54q", @@ -191197,6 +274390,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -191205,13 +274402,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -191247,14 +274456,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recX7LVXhrCveNwCT", - "id": "e2805" + "id": "e2806" }, { "aapbId": "cpb-aacip-500-610vv28c", @@ -191286,10 +274523,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -191331,9 +274576,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recX93ptYn6PnXpel", - "id": "e2806" + "id": "e2807" }, { "aapbId": "cpb-aacip-500-rn30755t", @@ -191368,6 +274637,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -191394,10 +274667,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recX9ihnpmx0RTVFA", - "id": "e2807" + "id": "e2808" }, { "aapbId": "cpb-aacip-500-0g3h214v", @@ -191417,22 +274714,26 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "statutes-and-codes", "name": "Statutes and codes" @@ -191493,9 +274794,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recXAuhj6eP1xhQnx", - "id": "e2808" + "id": "e2809" }, { "aapbId": "cpb-aacip-500-1j97b73x", @@ -191513,13 +274838,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recXBYqdtkH4AYb0B", - "id": "e2809" + "id": "e2810" }, { "aapbId": "cpb-aacip-500-vt1gp863", @@ -191559,6 +274912,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -191596,9 +274953,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recXBdGNeccb5E7us", - "id": "e2810" + "id": "e2811" }, { "aapbId": "cpb-aacip-500-h41jnc5v", @@ -191619,13 +275000,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -191641,10 +275026,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -191703,9 +275084,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recXC2fc9rRO1tVNE", - "id": "e2811" + "id": "e2812" }, { "aapbId": "cpb-aacip-500-n29p6w0w", @@ -191726,16 +275131,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -191770,9 +275175,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recXC4bFiTL41O92h", - "id": "e2812" + "id": "e2813" }, { "aapbId": "cpb-aacip-500-b27pss1x", @@ -191796,6 +275225,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -191845,9 +275278,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recXCPRe7zUfwY68r", - "id": "e2813" + "id": "e2814" }, { "aapbId": "cpb-aacip-500-ks6j5375", @@ -191868,13 +275325,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -191890,10 +275351,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -191952,9 +275409,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recXDCmYyr0NPBRZ9", - "id": "e2814" + "id": "e2815" }, { "aapbId": "cpb-aacip-500-t43j2g69", @@ -191975,13 +275456,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recXHMZr3lw6doJ9K", - "id": "e2815" + "id": "e2816" }, { "aapbId": "cpb-aacip-500-g7374t3m", @@ -192005,6 +275514,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "italy", + "name": "Italy" + }, { "id": "labour-party-great-britain-history-20th-century", "name": "Labour Party (Great Britain)--History--20th century" @@ -192013,6 +275526,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "politicians-great-britain-interviews", "name": "Politicians--Great Britain--Interviews" @@ -192022,16 +275539,8 @@ "name": "Politicians--Italy--Interviews" }, { - "id": "socialism-italy-history-20th-century", - "name": "Socialism--Italy--History--20th century" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialism", + "name": "Socialism" }, { "id": "world-politics", @@ -192081,9 +275590,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recXLFHvn3ZNu0NGX", - "id": "e2816" + "id": "e2817" }, { "aapbId": "cpb-aacip-500-qn5zb995", @@ -192103,6 +275636,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -192115,11 +275656,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recXLjLuG7hLNt2Zf", - "id": "e2817" + "id": "e2818" }, { "aapbId": "cpb-aacip-500-3n20h74m", @@ -192143,6 +275708,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -192176,11 +275745,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "airtableId": "recXMh5Ov13kYn03A", - "id": "e2818" + "id": "e2819" }, { "aapbId": "cpb-aacip-500-k06x1v08", @@ -192200,7 +275797,7 @@ "contributor": [], "airtableId": "recXMtgLhuUWe79Yy", "subject": [], - "id": "e2819" + "id": "e2820" }, { "aapbId": "cpb-aacip-500-z31nmw89", @@ -192235,6 +275832,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-government", "name": "U.S. Government" @@ -192270,9 +275871,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recXN9YLvIc2KVyau", - "id": "e2820" + "id": "e2821" }, { "aapbId": "cpb-aacip-500-4f1mmg79", @@ -192292,10 +275917,18 @@ "title": "Peace, love, creativity: Hope of mankind" }, "subject": [ + { + "id": "civilization-philosophy", + "name": "Civilization--Philosophy" + }, { "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -192304,13 +275937,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -192340,14 +275985,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recXPqEuYj4LfHYB9", - "id": "e2821" + "id": "e2822" }, { "aapbId": "cpb-aacip-500-rx93d16p", @@ -192378,6 +276051,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -192410,11 +276087,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recXQuNUDzQDxpTwK", - "id": "e2822" + "id": "e2823" }, { "aapbId": "cpb-aacip-500-rv0d0q2z", @@ -192438,6 +276143,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -192499,9 +276208,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recXR8PkJJ5sn2lP7", - "id": "e2823" + "id": "e2824" }, { "aapbId": "cpb-aacip-500-n29p6w53", @@ -192516,12 +276249,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recXS2X5gyGZmpd3Z", "subject": [], - "id": "e2824" + "id": "e2825" }, { "aapbId": "cpb-aacip-500-542jbh25", @@ -192536,16 +276293,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recXT0oThpTEG9Gyr", - "id": "e2825" + "id": "e2826" }, { "aapbId": "cpb-aacip-500-08638f8k", @@ -192585,6 +276378,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -192628,9 +276425,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recXTaj31rG7QMcP7", - "id": "e2826" + "id": "e2827" }, { "aapbId": "cpb-aacip-500-bg2hc036", @@ -192651,13 +276472,21 @@ }, "subject": [ { - "id": "history-ancient", - "name": "History, Ancient" + "id": "economic-history", + "name": "Economic history" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-distribution-of-goods", "name": "Physical distribution of goods" @@ -192670,18 +276499,6 @@ "id": "socialism", "name": "Socialism" }, - { - "id": "socialism-history", - "name": "Socialism--History" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -192719,9 +276536,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recXWG1BWH4xaoz3W", - "id": "e2827" + "id": "e2828" }, { "aapbId": "cpb-aacip-500-rj48tv64", @@ -192742,21 +276583,17 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -192764,6 +276601,10 @@ { "id": "war-stories-american", "name": "War stories, American" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -192858,9 +276699,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recXWJKrsE9eRRTGi", - "id": "e2828" + "id": "e2829" }, { "aapbId": "cpb-aacip-500-n00ztj4x", @@ -192880,21 +276745,17 @@ "title": "Books in the news" }, "subject": [ - { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "russian-literature", + "name": "Russian literature" } ], "creator": [ @@ -192929,9 +276790,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recXXBFlEvInxjfod", - "id": "e2829" + "id": "e2830" }, { "aapbId": "cpb-aacip-500-6m335s67", @@ -192944,12 +276829,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recXXDhPQCMhLuD0x", "subject": [], - "id": "e2830" + "id": "e2831" }, { "aapbId": "cpb-aacip-500-t727fp91", @@ -192973,9 +276882,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -193027,9 +276944,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recXXnRJUJ44iylKl", - "id": "e2831" + "id": "e2832" }, { "aapbId": "cpb-aacip-500-vq2s909d", @@ -193049,6 +276990,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -193072,6 +277017,18 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -193123,9 +277080,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recXYNAdg8sV9BUFI", - "id": "e2832" + "id": "e2833" }, { "aapbId": "cpb-aacip-500-r785p14c", @@ -193153,6 +277134,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -193201,9 +277186,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recXYQJ5IWpOMVz5b", - "id": "e2833" + "id": "e2834" }, { "aapbId": "cpb-aacip-500-w37kv51r", @@ -193223,6 +277232,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "composition-music", "name": "Composition (Music)" @@ -193240,8 +277253,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -193282,9 +277295,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recXa8poaQICTDr3i", - "id": "e2834" + "id": "e2835" }, { "aapbId": "cpb-aacip-500-707wqw9q", @@ -193308,13 +277345,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -193355,9 +277392,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recXbRBkg2gk1cQv9", - "id": "e2835" + "id": "e2836" }, { "aapbId": "cpb-aacip-500-m32n9x9z", @@ -193389,6 +277450,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -193431,9 +277496,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recXbkhynlcv3E3Az", - "id": "e2836" + "id": "e2837" }, { "aapbId": "cpb-aacip-500-w08wfv8n", @@ -193473,6 +277562,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -193516,9 +277609,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recXbwS8sSeo60pLo", - "id": "e2837" + "id": "e2838" }, { "aapbId": "cpb-aacip-500-t727fs0g", @@ -193539,16 +277656,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -193583,9 +277700,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recXcoY6cS7i1IxRR", - "id": "e2838" + "id": "e2839" }, { "aapbId": "cpb-aacip-500-2r3p0n5s", @@ -193599,12 +277740,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recXcp2ryumrEyi36", "subject": [], - "id": "e2839" + "id": "e2840" }, { "aapbId": "cpb-aacip-500-sb3wz61p", @@ -193636,6 +277801,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -193671,10 +277844,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recXcpMfgcb1B3FaD", - "id": "e2840" + "id": "e2841" }, { "aapbId": "cpb-aacip-500-qj77z121", @@ -193694,6 +277891,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -193706,11 +277911,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recXdGjZ7EPnwvVvI", - "id": "e2841" + "id": "e2842" }, { "aapbId": "cpb-aacip-500-251fnw6d", @@ -193738,6 +277967,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -193811,9 +278044,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recXdJqoXGlwjXx7Z", - "id": "e2842" + "id": "e2843" }, { "aapbId": "cpb-aacip-500-4q7qsd1w", @@ -193857,9 +278114,17 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "smoking", "name": "Smoking" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -193899,9 +278164,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recXeBI7VYLrG4q7w", - "id": "e2843" + "id": "e2844" }, { "aapbId": "cpb-aacip-500-bv79x437", @@ -193922,33 +278211,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-1877-1964", - "name": "African Americans--History--1877-1964" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" - }, - { - "id": "history-of-law", - "name": "History of Law" + "id": "african-americans", + "name": "African Americans" }, { "id": "king-martin-luther-jr-1929-1968", "name": "King, Martin Luther, Jr., 1929-1968" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "new-deal-1933-1939", "name": "New Deal, 1933-1939" }, + { + "id": "religion", + "name": "Religion" + }, { "id": "roosevelt-franklin-d-franklin-delano-1882-1945", "name": "Roosevelt, Franklin D. (Franklin Delano), 1882-1945" @@ -193961,6 +278254,10 @@ "id": "southern-christian-leadership-conference", "name": "Southern Christian Leadership Conference" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -193969,6 +278266,10 @@ "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-politics-and-government-20th-century", "name": "United States--Politics and government--20th century" @@ -194006,9 +278307,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recXglf1ldD8P92nt", - "id": "e2844" + "id": "e2845" }, { "aapbId": "cpb-aacip-500-vd6p453h", @@ -194028,21 +278353,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "brubeck-dave-criticism-and-interpretation", "name": "Brubeck, Dave--Criticism and interpretation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -194051,6 +278380,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -194083,10 +278416,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recXjLdwfr1BkoFYX", - "id": "e2845" + "id": "e2846" }, { "aapbId": "cpb-aacip-500-x63b4b3h", @@ -194126,13 +278483,29 @@ "id": "indians-of-north-america", "name": "Indians of North America" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -194153,10 +278526,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recXkXYFlvihRu3Yq", - "id": "e2846" + "id": "e2847" }, { "aapbId": "cpb-aacip-500-k9316r2q", @@ -194189,11 +278586,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recXm2n3OnCT7vVqq", "subject": [], - "id": "e2847" + "id": "e2848" }, { "aapbId": "cpb-aacip-500-j9609t2s", @@ -194229,13 +278650,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -194264,9 +278697,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recXm6MzF0curmt0f", - "id": "e2848" + "id": "e2849" }, { "aapbId": "cpb-aacip-500-cf9j7t9r", @@ -194287,12 +278744,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -194301,6 +278754,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -194327,10 +278784,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recXm8UhN5U7iU2ew", - "id": "e2849" + "id": "e2850" }, { "aapbId": "cpb-aacip-500-3b5wbc3m", @@ -194344,16 +278825,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recXnB7cDXpV2lySi", - "id": "e2850" + "id": "e2851" }, { "aapbId": "cpb-aacip-500-ww76zf10", @@ -194373,6 +278894,18 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "agriculture", + "name": "Agriculture" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -194393,9 +278926,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "world-health-organization", "name": "World Health Organization" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -194441,9 +278982,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recXnKFJGXpm83GMh", - "id": "e2851" + "id": "e2852" }, { "aapbId": "cpb-aacip-500-bg2hbx7k", @@ -194463,6 +279028,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -194479,6 +279048,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -194495,13 +279068,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -194572,9 +279157,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "recXnTtq3yHxF2dUP", - "id": "e2852" + "id": "e2853" }, { "aapbId": "cpb-aacip-500-bk16r65p", @@ -194594,10 +279203,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "big-bands-history", "name": "Big bands--History" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -194606,14 +279223,6 @@ "id": "jazz-musicians-united-states-biography", "name": "Jazz musicians--United States--Biography" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, { "id": "music", "name": "Music" @@ -194621,6 +279230,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -194696,9 +279313,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recXnpqtQoeNKcrQn", - "id": "e2853" + "id": "e2854" }, { "aapbId": "cpb-aacip-500-5717qt2s", @@ -194721,10 +279362,18 @@ "id": "autonomy-and-independence-movements", "name": "Autonomy and independence movements" }, + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "developing-countries", "name": "Developing countries" @@ -194738,12 +279387,12 @@ "name": "International relations" }, { - "id": "nationalism-developing-countries", - "name": "Nationalism--Developing countries" + "id": "nationalism", + "name": "Nationalism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -194807,11 +279456,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recXoXP94eOPG7TjT", - "id": "e2854" + "id": "e2855" }, { "aapbId": "cpb-aacip-500-6m335r8h", @@ -194835,6 +279512,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -194920,9 +279601,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recXow8qVfyAMikH1", - "id": "e2855" + "id": "e2856" }, { "aapbId": "cpb-aacip-500-3b5wbb9v", @@ -194942,6 +279647,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -194954,11 +279667,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recXqfANa5Eps3x6l", - "id": "e2856" + "id": "e2857" }, { "aapbId": "cpb-aacip-500-kp7trt27", @@ -194979,8 +279716,16 @@ }, "subject": [ { - "id": "drama-20th-century-themes-motives", - "name": "Drama--20th century--Themes, motives" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "freud-sigmund-1856-1939", @@ -194990,17 +279735,29 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychoanalysis", "name": "Psychoanalysis" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -195074,18 +279831,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recXqg2xe3GMvN6as", - "id": "e2857" + "id": "e2858" }, { "aapbId": "cpb-aacip-500-bg2hbz6j", @@ -195104,6 +279885,10 @@ "title": "Backgrounds of music" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -195116,10 +279901,22 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "singers", "name": "Singers" @@ -195181,9 +279978,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recXrLLE2YEUN4Ade", - "id": "e2858" + "id": "e2859" }, { "aapbId": "cpb-aacip-500-901zhn7g", @@ -195214,6 +280035,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -195259,9 +280084,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recXtMCxnWKyv0AJO", - "id": "e2859" + "id": "e2860" }, { "aapbId": "cpb-aacip-500-d21rkh3f", @@ -195356,9 +280205,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recXtpTXScxJ7OeG4", - "id": "e2860" + "id": "e2861" }, { "aapbId": "cpb-aacip-500-6688mn39", @@ -195379,16 +280252,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -195414,6 +280295,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -195424,7 +280329,7 @@ } ], "airtableId": "recXw4nCkgv8TKmYK", - "id": "e2861" + "id": "e2862" }, { "aapbId": "cpb-aacip-500-tt4fsg4h", @@ -195464,13 +280369,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-performance", - "name": "Music--Performance" - }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "performance", + "name": "Performance" } ], "creator": [ @@ -195493,10 +280402,34 @@ "role": "Host" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": null, "contributor": [], "airtableId": "recXyDWbSnoRLD8FC", - "id": "e2862" + "id": "e2863" }, { "aapbId": "cpb-aacip-500-5t3g2h8f", @@ -195517,8 +280450,8 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" }, { "id": "exiles", @@ -195532,6 +280465,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "paraguay-politics-and-government-1954-1989", "name": "Paraguay--Politics and government--1954-1989" @@ -195577,9 +280514,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recXzcCLk5u4DNLfL", - "id": "e2863" + "id": "e2864" }, { "aapbId": "cpb-aacip-500-6q1sk375", @@ -195603,6 +280564,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -195650,11 +280615,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recXzsqWTsmGNMfyF", - "id": "e2864" + "id": "e2865" }, { "aapbId": "cpb-aacip-500-mk658f05", @@ -195672,13 +280665,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recY0hhpGUptHUrqZ", - "id": "e2865" + "id": "e2866" }, { "aapbId": "cpb-aacip-500-7d2q9299", @@ -195706,6 +280727,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -195754,9 +280779,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recY1TAGO2Klf7XQK", - "id": "e2866" + "id": "e2867" }, { "aapbId": "cpb-aacip-500-v11vk11v", @@ -195788,6 +280837,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -195830,9 +280883,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recY4b2Gc4twW2DWA", - "id": "e2867" + "id": "e2868" }, { "aapbId": "cpb-aacip-500-7w677j6k", @@ -195865,11 +280942,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recY4t9dGafxH2i8k", "subject": [], - "id": "e2868" + "id": "e2869" }, { "aapbId": "cpb-aacip-500-00003n35", @@ -195883,16 +280984,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recY5dTbVA86gQ0Lw", - "id": "e2869" + "id": "e2870" }, { "aapbId": "cpb-aacip-500-wp9t5x16", @@ -195915,10 +281056,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -195938,10 +281087,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recY5pqjW36nV0FUP", - "id": "e2870" + "id": "e2871" }, { "aapbId": "cpb-aacip-500-r785p134", @@ -195982,16 +281155,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -196030,9 +281203,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recY5sXIytgbLV5cQ", - "id": "e2871" + "id": "e2872" }, { "aapbId": "cpb-aacip-500-z892dg8m", @@ -196051,13 +281248,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recY5wMiHWhvMgH6W", - "id": "e2872" + "id": "e2873" }, { "aapbId": "cpb-aacip-500-r785p223", @@ -196098,16 +281323,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -196146,9 +281371,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recY6AKRGwFdi1SNO", - "id": "e2873" + "id": "e2874" }, { "aapbId": "cpb-aacip-500-bc3szn6s", @@ -196172,6 +281421,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -196233,9 +281486,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recY6gWXxsIIjanGe", - "id": "e2874" + "id": "e2875" }, { "aapbId": "cpb-aacip-500-7m042p0h", @@ -196259,6 +281536,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -196267,13 +281548,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -196303,14 +281596,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recY6s7dccrDgf3cU", - "id": "e2875" + "id": "e2876" }, { "aapbId": "cpb-aacip-500-qn5zb87g", @@ -196331,12 +281652,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -196345,6 +281662,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -196371,10 +281692,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recY8NhxCEEOU53XI", - "id": "e2876" + "id": "e2877" }, { "aapbId": "cpb-aacip-500-hd7nt89n", @@ -196393,13 +281738,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recYAMpoPtO7ExNt3", - "id": "e2877" + "id": "e2878" }, { "aapbId": "cpb-aacip-500-w6697f41", @@ -196419,6 +281792,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -196431,6 +281808,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -196498,9 +281879,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recYBU6f2ZtP7mExy", - "id": "e2878" + "id": "e2879" }, { "aapbId": "cpb-aacip-500-gx44vs9j", @@ -196528,6 +281933,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -196589,9 +281998,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recYBdEpAi7jD4YOR", - "id": "e2879" + "id": "e2880" }, { "aapbId": "cpb-aacip-500-w08wfv9w", @@ -196612,13 +282045,25 @@ }, "subject": [ { - "id": "authors-19th-century-biography", - "name": "Authors--19th century--Biography" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "twain-mark-1835-1910", "name": "Twain, Mark, 1835-1910" @@ -196630,10 +282075,6 @@ { "id": "wit-and-humor", "name": "Wit and humor" - }, - { - "id": "writers", - "name": "Writers" } ], "creator": [ @@ -196695,18 +282136,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recYDCTKVgFH2Fvud", - "id": "e2880" + "id": "e2881" }, { "aapbId": "cpb-aacip-500-kh0f0819", @@ -196734,6 +282199,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -196791,9 +282264,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recYDaQTGfmftLYL3", - "id": "e2881" + "id": "e2882" }, { "aapbId": "cpb-aacip-500-bc3szn0b", @@ -196818,8 +282315,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -196833,13 +282330,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -196891,9 +282392,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recYEFtqli6Cd8U9d", - "id": "e2882" + "id": "e2883" }, { "aapbId": "cpb-aacip-500-ng4gs03n", @@ -196921,6 +282446,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -196964,9 +282493,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recYHUFJ7dckFU1rr", - "id": "e2883" + "id": "e2884" }, { "aapbId": "cpb-aacip-500-ms3k218b", @@ -196993,6 +282546,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -197009,10 +282566,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYIIHQaLlpFArtT", - "id": "e2884" + "id": "e2885" }, { "aapbId": "cpb-aacip-500-j38kj871", @@ -197033,8 +282614,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "education", @@ -197044,10 +282625,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "leisure", "name": "Leisure" @@ -197056,6 +282633,10 @@ "id": "medical-care", "name": "Medical care" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "mental-health", "name": "Mental health" @@ -197071,6 +282652,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -197128,9 +282713,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recYJlLEqGwUBtiEF", - "id": "e2885" + "id": "e2886" }, { "aapbId": "cpb-aacip-500-zp3vzn91", @@ -197166,10 +282775,22 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -197216,9 +282837,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recYL4kZwZKvYAZUA", - "id": "e2886" + "id": "e2887" }, { "aapbId": "cpb-aacip-500-9p2w7n62", @@ -197242,17 +282887,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -197287,9 +282940,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recYLB3tZptLgq8NU", - "id": "e2887" + "id": "e2888" }, { "aapbId": "cpb-aacip-500-5m628x08", @@ -197312,6 +282989,10 @@ { "id": "elections-united-states-1964", "name": "Elections--United States--1964" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -197364,9 +283045,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recYMfXXGtV0HAFQW", - "id": "e2888" + "id": "e2889" }, { "aapbId": "cpb-aacip-500-4m91d20x", @@ -197390,13 +283095,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -197437,9 +283142,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recYMyZqXtwa0a6wL", - "id": "e2889" + "id": "e2890" }, { "aapbId": "cpb-aacip-500-m61bq956", @@ -197472,12 +283201,12 @@ "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -197510,10 +283239,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYNFRBvsXGm1DIJ", - "id": "e2890" + "id": "e2891" }, { "aapbId": "cpb-aacip-500-7p8tg044", @@ -197527,12 +283280,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recYO4jBSEFS5Y8FR", - "subject": [], - "id": "e2891" + "id": "e2892" }, { "aapbId": "cpb-aacip-500-jm23gp8w", @@ -197564,6 +283326,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -197593,10 +283359,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYP9OizUnQUv3nq", - "id": "e2892" + "id": "e2893" }, { "aapbId": "cpb-aacip-500-vx062m62", @@ -197606,7 +283396,7 @@ "broadcastDate": "1968-08-14", "duration": 1819, "seriesDescription": "For series info, see Item 3313 and 3314. This prog.: Assessment of the response, attitude and relevancyof Detroit's Poverty Program, including an interview with the director.", - "description": "For series info, see Item 3313 and 3314. This prog.: Assessment of the response, attitude and relevancyof Detroit's Poverty Program, including an interview with the director.", + "description": "For series info, see Item 3313 and 3314. This prog.: Assessment of the response, attitude and relevancy of Detroit's Poverty Program, including an interview with the director.", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -197616,9 +283406,25 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -197635,10 +283441,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYPCV4Vdk28Y5YD", - "id": "e2893" + "id": "e2894" }, { "aapbId": "cpb-aacip-500-th8bmk4n", @@ -197663,13 +283493,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -197698,18 +283536,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recYPXXJKNdEAOzzP", - "id": "e2894" + "id": "e2895" }, { "aapbId": "cpb-aacip-500-dr2p9k4x", @@ -197736,6 +283602,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -197752,10 +283622,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYPZJ40NkwLlytP", - "id": "e2895" + "id": "e2896" }, { "aapbId": "cpb-aacip-500-4m91d24w", @@ -197783,6 +283677,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -197790,6 +283688,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -197819,6 +283721,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "tandam-donald-j", "name": "Tandam, Donald J.", @@ -197866,9 +283774,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recYQGOeAkjTJsiuH", - "id": "e2896" + "id": "e2897" }, { "aapbId": "cpb-aacip-500-7940wr87", @@ -197896,6 +283828,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-poetry", "name": "New England--Poetry" @@ -197904,10 +283840,6 @@ "id": "us-literature", "name": "U.S. Literature" }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" - }, { "id": "wilbur-richard-1921-poems-selections", "name": "Wilbur, Richard, 1921- Poems. Selections" @@ -197973,9 +283905,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recYRLolFHUaSZJXA", - "id": "e2897" + "id": "e2898" }, { "aapbId": "cpb-aacip-500-0z710g64", @@ -197999,6 +283955,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -198066,11 +284026,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recYRfpKcr40rMJ22", - "id": "e2898" + "id": "e2899" }, { "aapbId": "cpb-aacip-500-h7081n84", @@ -198098,6 +284086,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -198155,9 +284151,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recYXQNOgVGhGGJKk", - "id": "e2899" + "id": "e2900" }, { "aapbId": "cpb-aacip-500-7m042p20", @@ -198173,16 +284193,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recYZK09s8Cu5nm0U", - "id": "e2900" + "id": "e2901" }, { "aapbId": "cpb-aacip-500-5m628x5g", @@ -198215,11 +284279,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recYZekjnYKxpKPiL", "subject": [], - "id": "e2901" + "id": "e2902" }, { "aapbId": "cpb-aacip-500-6w96bm5d", @@ -198242,6 +284330,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -198288,9 +284380,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recYZeuO1j5VBgIv3", - "id": "e2902" + "id": "e2903" }, { "aapbId": "cpb-aacip-500-8s4jr36b", @@ -198311,10 +284427,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -198370,7 +284482,7 @@ ], "decade": "1950-1959", "airtableId": "recYZipqEXlyR0Aed", - "id": "e2903" + "id": "e2904" }, { "aapbId": "cpb-aacip-500-qn5zbb5d", @@ -198390,6 +284502,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -198406,14 +284522,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -198457,9 +284573,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recYaWB2lilStUSf8", - "id": "e2904" + "id": "e2905" }, { "aapbId": "cpb-aacip-500-nk36588d", @@ -198478,13 +284618,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recYavvqcjmoCWaCu", - "id": "e2905" + "id": "e2906" }, { "aapbId": "cpb-aacip-500-ww76zf8p", @@ -198504,6 +284672,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -198516,6 +284688,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -198544,24 +284720,52 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recYbGMhiYVuS80nu", - "id": "e2906" + "id": "e2907" }, { "aapbId": "cpb-aacip-500-nk365b0w", "naebId": "70-5-27", "umdId": "4511", - "title": "Program #27", + "title": "Program #27 Changing America: Birch Bayh and Electoral Reform", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -198572,9 +284776,49 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "electoral-college", + "name": "Electoral college" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "patriotism-united-states", + "name": "Patriotism--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-congress-history-20th-century", + "name": "United States. Congress--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -198585,6 +284829,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -198595,7 +284863,7 @@ } ], "airtableId": "recYbgtsS9aOCUIRM", - "id": "e2907" + "id": "e2908" }, { "aapbId": "cpb-aacip-500-833n136n", @@ -198612,9 +284880,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -198644,9 +284928,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recYbhyccjjOErnAo", - "id": "e2908" + "id": "e2909" }, { "aapbId": "cpb-aacip-500-542jbf9f", @@ -198670,6 +284978,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -198725,9 +285037,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recYdwOEdtL6ruIyV", - "id": "e2909" + "id": "e2910" }, { "aapbId": "cpb-aacip-500-j9609t31", @@ -198748,16 +285084,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -198783,6 +285127,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -198793,7 +285161,7 @@ } ], "airtableId": "recYesimk5MtxMfCu", - "id": "e2910" + "id": "e2911" }, { "aapbId": "cpb-aacip-500-hd7nt75g", @@ -198821,6 +285189,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -198858,9 +285230,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recYfJTohdR0vTIKw", - "id": "e2911" + "id": "e2912" }, { "aapbId": "cpb-aacip-500-g7374t7k", @@ -198883,6 +285279,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -198896,10 +285296,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYh1Q84YG3ATKlt", - "id": "e2912" + "id": "e2913" }, { "aapbId": "cpb-aacip-500-3b5wbb4n", @@ -198927,6 +285351,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -198934,6 +285362,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -198963,6 +285395,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "tandam-donald-j", "name": "Tandam, Donald J.", @@ -199010,9 +285448,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recYhaoyoQLoEjYjJ", - "id": "e2913" + "id": "e2914" }, { "aapbId": "cpb-aacip-500-p843w973", @@ -199033,20 +285495,28 @@ }, "subject": [ { - "id": "communism-china", - "name": "Communism--China" + "id": "china", + "name": "China" }, { - "id": "communism-southeast-asia", - "name": "Communism--Southeast Asia" + "id": "communism", + "name": "Communism" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "southeast-asia", + "name": "Southeast Asia" + }, + { + "id": "us-government", + "name": "U.S. Government" }, { "id": "us-history-1900-present", @@ -199064,6 +285534,10 @@ "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -199097,9 +285571,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recYimCaDF6A8HTDn", - "id": "e2914" + "id": "e2915" }, { "aapbId": "cpb-aacip-500-8911sp5f", @@ -199136,8 +285634,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -199158,10 +285664,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYiqxaehtm1VMPs", - "id": "e2915" + "id": "e2916" }, { "aapbId": "cpb-aacip-500-js9h878w", @@ -199192,6 +285722,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -199268,9 +285802,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recYjafhjoL7GlYH0", - "id": "e2916" + "id": "e2917" }, { "aapbId": "cpb-aacip-500-tt4fsf9h", @@ -199298,6 +285856,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -199341,9 +285903,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recYjpGOFtybRcb6q", - "id": "e2917" + "id": "e2918" }, { "aapbId": "cpb-aacip-500-cf9j7t22", @@ -199362,13 +285948,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recYjwYfSapjavdET", - "id": "e2918" + "id": "e2919" }, { "aapbId": "cpb-aacip-500-7w677g4p", @@ -199389,13 +286003,25 @@ }, "subject": [ { - "id": "biographers-united-states-biography", - "name": "Biographers--United States--Biography" + "id": "biography-united-states", + "name": "Biography--United States" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, { "id": "washington-george-1732-1799", "name": "Washington, George, 1732-1799" @@ -199440,9 +286066,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recYl6J2X9OpITTVu", - "id": "e2919" + "id": "e2920" }, { "aapbId": "cpb-aacip-500-vx062k5m", @@ -199466,6 +286116,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "terence", "name": "Terence" @@ -199511,9 +286165,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recYlCxmj0RGF7vSK", - "id": "e2920" + "id": "e2921" }, { "aapbId": "cpb-aacip-500-m03xxr4t", @@ -199532,13 +286210,17 @@ "title": "American adventure" }, "subject": [ + { + "id": "american-revolution-1775-1783", + "name": "American Revolution, 1775-1783" + }, { "id": "drama", "name": "Drama" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "lee-ezra-1749-1821", @@ -199548,25 +286230,24 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "submarines-ships", "name": "Submarines (Ships)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { - "id": "united-states-history-revolution-1775-1783", - "name": "United States--History--Revolution, 1775-1783" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -199574,8 +286255,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -199610,9 +286291,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": null, "airtableId": "recYlOUvia6eVv2Pe", - "id": "e2921" + "id": "e2922" }, { "aapbId": "cpb-aacip-500-833n1306", @@ -199644,6 +286349,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -199693,9 +286406,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recYljxB94lvctGPe", - "id": "e2922" + "id": "e2923" }, { "aapbId": "cpb-aacip-500-319s5g2h", @@ -199716,20 +286453,20 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -199739,9 +286476,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "southern-states-music", "name": "Southern States--Music" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -199774,10 +286523,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYnDIK1PmQLe9iN", - "id": "e2923" + "id": "e2924" }, { "aapbId": "cpb-aacip-500-rx93d146", @@ -199798,13 +286571,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recYoMpA7kHyifVEF", - "id": "e2924" + "id": "e2925" }, { "aapbId": "cpb-aacip-500-kd1qm10q", @@ -199821,13 +286622,49 @@ { "id": "2665", "name": "2665" + }, + { + "id": "agriculture", + "name": "Agriculture" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recYqLYLPGGzFKvlG", - "id": "e2925" + "id": "e2926" }, { "aapbId": "cpb-aacip-500-pg1hnt58", @@ -199848,17 +286685,21 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "african-american-authors", + "name": "African American authors" }, { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -199896,9 +286737,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recYqYzsBDlUIrYFp", - "id": "e2926" + "id": "e2927" }, { "aapbId": "cpb-aacip-500-9882pj26", @@ -199933,6 +286798,10 @@ "id": "minnesota", "name": "Minnesota" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-government", "name": "U.S. Government" @@ -199968,9 +286837,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recYqqaVU2AFBX8EA", - "id": "e2927" + "id": "e2928" }, { "aapbId": "cpb-aacip-500-hx15rq1j", @@ -199985,12 +286878,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recYrIt1Rpv34Z59p", "subject": [], - "id": "e2928" + "id": "e2929" }, { "aapbId": "cpb-aacip-500-3f4kqm81", @@ -200011,8 +286928,16 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -200023,12 +286948,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -200102,18 +287035,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recYs7osZLsdhOKhd", - "id": "e2929" + "id": "e2930" }, { "aapbId": "cpb-aacip-500-f18sgb95", @@ -200134,20 +287091,24 @@ }, "subject": [ { - "id": "improvisation-music-history-and-criticism", - "name": "Improvisation (Music)--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "improvisation-music-history-and-criticism", + "name": "Improvisation (Music)--History and criticism" + }, + { + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -200156,6 +287117,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -200188,10 +287153,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYt9ScjXKbMCVUd", - "id": "e2930" + "id": "e2931" }, { "aapbId": "cpb-aacip-500-6d5pd801", @@ -200212,13 +287201,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recYtou6ulwKDZuLZ", - "id": "e2931" + "id": "e2932" }, { "aapbId": "cpb-aacip-500-319s5g01", @@ -200241,6 +287258,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -200287,9 +287308,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recYvXPcwZybSof7O", - "id": "e2932" + "id": "e2933" }, { "aapbId": "cpb-aacip-500-9g5gg416", @@ -200317,29 +287362,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -200350,6 +287403,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -200366,7 +287443,7 @@ } ], "airtableId": "recYvsOBmiTacI2ep", - "id": "e2933" + "id": "e2934" }, { "aapbId": "cpb-aacip-500-ws8hk482", @@ -200397,6 +287474,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -200466,9 +287551,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recYwd2twN41Oz2gU", - "id": "e2934" + "id": "e2935" }, { "aapbId": "cpb-aacip-500-gf0mxd4z", @@ -200489,13 +287598,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recYxwP9hDPYjQTFr", - "id": "e2935" + "id": "e2936" }, { "aapbId": "cpb-aacip-500-jh3d3d4h", @@ -200523,9 +287660,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -200558,10 +287703,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYyeqMMkUjIZ3IU", - "id": "e2936" + "id": "e2937" }, { "aapbId": "cpb-aacip-500-kk94cj4d", @@ -200605,6 +287774,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "sociology", "name": "Sociology" @@ -200648,9 +287825,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recYz70TUHM9MV52R", - "id": "e2937" + "id": "e2938" }, { "aapbId": "cpb-aacip-500-3t9d8s9n", @@ -200701,7 +287902,7 @@ "contributor": [], "airtableId": "recYzMSKqYpdMkJhS", "subject": [], - "id": "e2938" + "id": "e2939" }, { "aapbId": "cpb-aacip-500-sq8qhb4k", @@ -200732,8 +287933,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -200742,6 +287947,14 @@ { "id": "radio-broadcasting", "name": "Radio broadcasting" + }, + { + "id": "united-states", + "name": "United States" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -200758,10 +287971,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recYzqDb5kQDoCcfE", - "id": "e2939" + "id": "e2940" }, { "aapbId": "cpb-aacip-500-416t2b1s", @@ -200781,21 +288018,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -200804,6 +288045,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -200836,10 +288081,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZ0UJxnrySpG5Ur", - "id": "e2940" + "id": "e2941" }, { "aapbId": "cpb-aacip-500-m9023m3g", @@ -200855,16 +288124,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recZ0ed2jo7TlEHXB", - "id": "e2941" + "id": "e2942" }, { "aapbId": "cpb-aacip-500-8c9r5z9t", @@ -200882,13 +288187,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recZ0n9T3xEIY3ZWl", - "id": "e2942" + "id": "e2943" }, { "aapbId": "cpb-aacip-500-251fnw8w", @@ -200920,6 +288253,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -200977,9 +288314,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recZ0qYX9Hja8SFgy", - "id": "e2943" + "id": "e2944" }, { "aapbId": "cpb-aacip-500-5x25ft6k", @@ -201010,6 +288371,10 @@ { "id": "montral-qubec", "name": "Montréal (Québec)" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -201042,10 +288407,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZ12Awh1zxaKjER", - "id": "e2944" + "id": "e2945" }, { "aapbId": "cpb-aacip-500-v698bk38", @@ -201066,32 +288455,44 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "smalls-robert-1839-1915", "name": "Smalls, Robert, 1839-1915" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -201126,9 +288527,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "airtableId": "recZ46xHM9wIjBcQc", - "id": "e2945" + "id": "e2946" }, { "aapbId": "cpb-aacip-500-p55dh13q", @@ -201147,13 +288572,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZ4HYBKpWxmoQiY", - "id": "e2946" + "id": "e2947" }, { "aapbId": "cpb-aacip-500-6688mp7g", @@ -201173,6 +288626,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -201189,14 +288646,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -201240,9 +288697,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recZ4QeXJsmB05ACw", - "id": "e2947" + "id": "e2948" }, { "aapbId": "cpb-aacip-500-5m628z5p", @@ -201266,6 +288747,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -201274,13 +288759,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -201316,14 +288813,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recZ5jnUKCXhYUrkw", - "id": "e2948" + "id": "e2949" }, { "aapbId": "cpb-aacip-500-0v89m604", @@ -201337,16 +288862,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recZ76JG1CIDomn48", - "id": "e2949" + "id": "e2950" }, { "aapbId": "cpb-aacip-500-0g3h210w", @@ -201366,10 +288931,18 @@ "title": "And the world listened" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -201421,11 +288994,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recZ79RzZBXzNNS6J", - "id": "e2950" + "id": "e2951" }, { "aapbId": "cpb-aacip-500-1834595c", @@ -201446,20 +289047,16 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "british-literature", + "name": "British literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -201494,9 +289091,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recZ7Gyn1SGq2UotA", - "id": "e2951" + "id": "e2952" }, { "aapbId": "cpb-aacip-500-gh9b9r2d", @@ -201515,13 +289136,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recZ83FPV4CJHFaQt", - "id": "e2952" + "id": "e2953" }, { "aapbId": "cpb-aacip-500-c824g760", @@ -201540,13 +289189,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZ9q7EhVTy5PXKR", - "id": "e2953" + "id": "e2954" }, { "aapbId": "cpb-aacip-500-542jbg8d", @@ -201567,12 +289244,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -201581,6 +289254,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -201607,10 +289284,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZACx6k8OereWXz", - "id": "e2954" + "id": "e2955" }, { "aapbId": "cpb-aacip-500-gh9b9p20", @@ -201630,16 +289331,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -201648,6 +289353,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -201680,10 +289389,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZAV4gHX9I5R0EJ", - "id": "e2955" + "id": "e2956" }, { "aapbId": "cpb-aacip-500-mw28f79k", @@ -201707,17 +289440,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -201762,9 +289499,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recZArIUGLKa6C6UZ", - "id": "e2956" + "id": "e2957" }, { "aapbId": "cpb-aacip-500-251fnx1d", @@ -201783,6 +289544,10 @@ "title": "NHK Symphony Hall" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "music", "name": "Music" @@ -201827,9 +289592,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "asia", + "name": "Asia" + } + ], + "country": [ + { + "id": "japan", + "name": "Japan" + } + ], + "region": [ + { + "id": "kanto-region", + "name": "Kanto Region" + } + ], + "settlement": [ + { + "id": "tokyo", + "name": "Tokyo" + } + ], "decade": "1950-1959", "airtableId": "recZCzeReDFzrOzzm", - "id": "e2957" + "id": "e2958" }, { "aapbId": "cpb-aacip-500-j9609t6r", @@ -201869,6 +289658,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -201936,9 +289729,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recZD6Qy9buxpj7K7", - "id": "e2958" + "id": "e2959" }, { "aapbId": "cpb-aacip-500-125qcq7h", @@ -201958,10 +289775,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -201969,6 +289782,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -202009,9 +289826,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recZDY8riCNTGynxf", - "id": "e2959" + "id": "e2960" }, { "aapbId": "cpb-aacip-500-rj48tw8t", @@ -202031,8 +289872,12 @@ "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "social-problems", @@ -202097,9 +289942,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "airtableId": "recZFSSCJk45QwW8e", - "id": "e2960" + "id": "e2961" }, { "aapbId": "cpb-aacip-500-hm52ks85", @@ -202131,6 +290000,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -202188,9 +290061,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recZFuxvJsIz1YP6j", - "id": "e2961" + "id": "e2962" }, { "aapbId": "cpb-aacip-500-vh5chg0d", @@ -202211,13 +290108,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZHJf3Hfxioyat3", - "id": "e2962" + "id": "e2963" }, { "aapbId": "cpb-aacip-500-pr7mtp8m", @@ -202241,17 +290166,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -202302,9 +290235,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recZHmgiZTUABOK6Q", - "id": "e2963" + "id": "e2964" }, { "aapbId": "cpb-aacip-500-qr4nqk73", @@ -202328,6 +290285,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -202336,13 +290297,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -202372,14 +290345,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recZHt7PaC0FXY5C6", - "id": "e2964" + "id": "e2965" }, { "aapbId": "cpb-aacip-500-cr5ndn57", @@ -202411,6 +290412,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -202468,9 +290473,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recZKZL9dPV8cZk8c", - "id": "e2965" + "id": "e2966" }, { "aapbId": "cpb-aacip-500-zw18r528", @@ -202494,17 +290523,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -202560,18 +290593,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recZLvCxdpipm5jcN", - "id": "e2966" + "id": "e2967" }, { "aapbId": "cpb-aacip-500-nv99b41b", @@ -202592,12 +290649,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -202606,6 +290659,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -202632,10 +290689,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZM71YhIkkcvHVc", - "id": "e2967" + "id": "e2968" }, { "aapbId": "cpb-aacip-500-s756jw0r", @@ -202671,6 +290752,14 @@ "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "science", "name": "Science" @@ -202679,6 +290768,10 @@ "id": "science-technology", "name": "Science & Technology" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "technology", "name": "Technology" @@ -202686,6 +290779,10 @@ { "id": "theology", "name": "Theology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -202737,9 +290834,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recZMGqYsSQczQjIZ", - "id": "e2968" + "id": "e2969" }, { "aapbId": "cpb-aacip-500-vt1gp90v", @@ -202764,17 +290885,25 @@ "name": "Christians--Germany" }, { - "id": "clergy-germany", - "name": "Clergy--Germany" + "id": "clergy", + "name": "Clergy" }, { "id": "europe", "name": "Europe" }, + { + "id": "germany", + "name": "Germany" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physics-germany-history", "name": "Physics--Germany--History" @@ -202782,6 +290911,10 @@ { "id": "religion", "name": "Religion" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -202827,9 +290960,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recZMKg2vFmQriqje", - "id": "e2969" + "id": "e2970" }, { "aapbId": "cpb-aacip-500-0v89m515", @@ -202853,9 +291010,33 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -202885,6 +291066,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -202914,9 +291101,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recZNDTSNZlfvfKts", - "id": "e2970" + "id": "e2971" }, { "aapbId": "cpb-aacip-500-3f4kqm7s", @@ -202937,25 +291148,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -203017,9 +291236,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recZNsYzT5a6lQK8F", - "id": "e2971" + "id": "e2972" }, { "aapbId": "cpb-aacip-500-ks6j5425", @@ -203051,6 +291294,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -203104,9 +291351,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recZO5eNtHSbZVyWI", - "id": "e2972" + "id": "e2973" }, { "aapbId": "cpb-aacip-500-nz80qf26", @@ -203127,8 +291398,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -203138,6 +291409,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soldiers", "name": "Soldiers" @@ -203147,8 +291422,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -203205,9 +291480,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recZPHutusMP9jZ4N", - "id": "e2973" + "id": "e2974" }, { "aapbId": "cpb-aacip-500-rb6w2991", @@ -203226,13 +291525,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recZQFAxLRHffooZa", - "id": "e2974" + "id": "e2975" }, { "aapbId": "cpb-aacip-500-df6k4p81", @@ -203258,10 +291585,6 @@ "id": "educational-change", "name": "Educational change" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -203315,9 +291638,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recZS2qIoWoRFcDj3", - "id": "e2975" + "id": "e2976" }, { "aapbId": "cpb-aacip-500-833n1256", @@ -203349,6 +291696,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -203400,9 +291751,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recZTimHqyePwVata", - "id": "e2976" + "id": "e2977" }, { "aapbId": "cpb-aacip-500-7659hh6j", @@ -203420,32 +291795,40 @@ }, "subject": [ { - "id": "heard-alexander-1917-2009", - "name": "Heard, Alexander, 1917-2009" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" + }, + { + "id": "heard-alexander-1917-2009", + "name": "Heard, Alexander, 1917-2009" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "nixon-richard-m-richard-milhous-1913-1994", "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" }, { - "id": "presidents", - "name": "Presidents" + "id": "presidents-united-states", + "name": "Presidents--United States" }, { "id": "student-strikes", "name": "Student strikes" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "us-government", + "name": "U.S. Government" }, { "id": "us-history-1900-present", @@ -203464,8 +291847,8 @@ "name": "Vietnam War, 1961-1975--Cambodia" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "genre": [ @@ -203474,11 +291857,35 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZVDu14uMMedust", - "id": "e2977" + "id": "e2978" }, { "aapbId": "cpb-aacip-500-804xms30", @@ -203499,16 +291906,28 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "russia", + "name": "Russia" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -203534,6 +291953,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -203544,7 +291987,7 @@ } ], "airtableId": "recZVf73i0wzE2quo", - "id": "e2978" + "id": "e2979" }, { "aapbId": "cpb-aacip-500-n8730d8r", @@ -203564,33 +292007,37 @@ "title": "The multiversity today" }, "subject": [ + { + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" + }, { "id": "college-students", "name": "College students" }, { - "id": "education-graduate", - "name": "Education (Graduate)" + "id": "education", + "name": "Education" }, { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "education-graduate", + "name": "Education (Graduate)" }, { "id": "education-higher-united-states", "name": "Education, Higher--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -203626,9 +292073,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recZWnPla8KYijOMW", - "id": "e2979" + "id": "e2980" }, { "aapbId": "cpb-aacip-500-j09w5104", @@ -203661,11 +292132,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recZXR7UccblgNK3R", "subject": [], - "id": "e2980" + "id": "e2981" }, { "aapbId": "cpb-aacip-500-gq6r384q", @@ -203683,13 +292178,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recZYaLtkkjAKdK6i", - "id": "e2981" + "id": "e2982" }, { "aapbId": "cpb-aacip-500-vq2s9174", @@ -203710,13 +292233,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZZgTReQUdzrOn5", - "id": "e2982" + "id": "e2983" }, { "aapbId": "cpb-aacip-500-xk84pg4s", @@ -203734,7 +292285,7 @@ "contributor": [], "airtableId": "recZZypJNU9cmD9nT", "subject": [], - "id": "e2983" + "id": "e2984" }, { "aapbId": "cpb-aacip-500-v97zqv7j", @@ -203754,10 +292305,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -203845,9 +292404,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recZaqrvLILizvrWE", - "id": "e2984" + "id": "e2985" }, { "aapbId": "cpb-aacip-500-j38kj80b", @@ -203870,9 +292453,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -203907,9 +292498,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recZdFDrkdUWTC6aO", - "id": "e2985" + "id": "e2986" }, { "aapbId": "cpb-aacip-500-rr1pmg2m", @@ -203929,7 +292544,7 @@ "contributor": [], "airtableId": "recZdT1FwKE9PC3DN", "subject": [], - "id": "e2986" + "id": "e2987" }, { "aapbId": "cpb-aacip-500-3775z157", @@ -203950,24 +292565,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -204062,9 +292677,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recZeR1i4VtxZ1y9a", - "id": "e2987" + "id": "e2988" }, { "aapbId": "cpb-aacip-500-7s7hv81t", @@ -204095,6 +292734,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -204127,11 +292770,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recZew3JhfXfl3RRD", - "id": "e2988" + "id": "e2989" }, { "aapbId": "cpb-aacip-500-8c9r5z0n", @@ -204157,6 +292828,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -204179,10 +292854,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZf1xmMqNDTXOcA", - "id": "e2989" + "id": "e2990" }, { "aapbId": "cpb-aacip-500-x34mr29d", @@ -204211,12 +292910,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -204248,6 +292955,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -204258,7 +292989,7 @@ } ], "airtableId": "recZh9gWCxuxzJa1g", - "id": "e2990" + "id": "e2991" }, { "aapbId": "cpb-aacip-500-st7dwm7q", @@ -204277,13 +293008,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recZhF6zjFNGLDfxK", - "id": "e2991" + "id": "e2992" }, { "aapbId": "cpb-aacip-500-610vv363", @@ -204304,13 +293063,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZhOXnH6TOFuly7", - "id": "e2992" + "id": "e2993" }, { "aapbId": "cpb-aacip-500-pg1hnv2r", @@ -204330,12 +293117,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -204356,10 +293143,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZhvDhLkDb3YLjm", - "id": "e2993" + "id": "e2994" }, { "aapbId": "cpb-aacip-500-vd6p466f", @@ -204380,8 +293191,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -204407,10 +293218,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -204453,9 +293272,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recZiPFY6MoArM4dB", - "id": "e2994" + "id": "e2995" }, { "aapbId": "cpb-aacip-500-kd1qkz5b", @@ -204487,6 +293330,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -204544,9 +293391,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recZitp2vLukA4lQu", - "id": "e2995" + "id": "e2996" }, { "aapbId": "cpb-aacip-500-ws8hk64h", @@ -204562,16 +293433,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recZjPQZ2Z1K3M0wQ", - "id": "e2996" + "id": "e2997" }, { "aapbId": "cpb-aacip-500-5d8nhb98", @@ -204593,6 +293504,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -204622,9 +293537,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recZjbpl7jbuwz3AE", - "id": "e2997" + "id": "e2998" }, { "aapbId": "cpb-aacip-500-cc0tvj80", @@ -204645,13 +293584,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZjn7zLIVviBH2h", - "id": "e2998" + "id": "e2999" }, { "aapbId": "cpb-aacip-500-vq2s920n", @@ -204666,12 +293633,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recZjr6HjXVBFgIrN", "subject": [], - "id": "e2999" + "id": "e3000" }, { "aapbId": "cpb-aacip-500-542jbg0g", @@ -204700,24 +293691,24 @@ "name": "NAEB Region IV" }, { - "id": "news-journalism", - "name": "News & Journalism" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "periodicals", - "name": "Periodicals" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "news-journalism", + "name": "News & Journalism" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "periodicals", + "name": "Periodicals" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -204769,9 +293760,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "recZjzUfBS8MgBm0f", - "id": "e3000" + "id": "e3001" }, { "aapbId": "cpb-aacip-500-r49g8r51", @@ -204795,6 +293810,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -204803,13 +293822,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -204845,14 +293876,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recZkAgwkw1nPN3yZ", - "id": "e3001" + "id": "e3002" }, { "aapbId": "cpb-aacip-500-8911sn18", @@ -204872,10 +293931,22 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "hungary", + "name": "Hungary" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -204884,10 +293955,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -204919,9 +293986,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recZm5kQQSlZANFFm", - "id": "e3002" + "id": "e3003" }, { "aapbId": "cpb-aacip-500-028pgx4p", @@ -204946,20 +294037,20 @@ "name": "NAEB Region IV" }, { - "id": "news-journalism", - "name": "News & Journalism" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "periodicals", - "name": "Periodicals" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "news-journalism", + "name": "News & Journalism" }, { - "id": "united-states", - "name": "United States" + "id": "periodicals", + "name": "Periodicals" }, { "id": "wit-and-humor", @@ -205015,9 +294106,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "recZnrR2Yp514f5AO", - "id": "e3003" + "id": "e3004" }, { "aapbId": "cpb-aacip-500-vd6p4528", @@ -205038,28 +294153,20 @@ }, "subject": [ { - "id": "naeb-region-iii", - "name": "NAEB Region III" - }, - { - "id": "poetics", - "name": "Poetics" + "id": "american-poetry", + "name": "American poetry" }, { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism" - }, - { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "poetry-themes-motives", - "name": "Poetry--Themes, motives" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -205094,9 +294201,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recZocCfEjVz7CKjp", - "id": "e3004" + "id": "e3005" }, { "aapbId": "cpb-aacip-500-s46h5m6s", @@ -205126,11 +294257,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZr8qUugT4Ti0IU", "subject": [], - "id": "e3005" + "id": "e3006" }, { "aapbId": "cpb-aacip-500-wh2dd965", @@ -205150,21 +294305,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "big-bands-history", "name": "Big bands--History" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -205173,6 +294332,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -205205,10 +294368,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZrOhujQi3jBDsc", - "id": "e3006" + "id": "e3007" }, { "aapbId": "cpb-aacip-500-513tz704", @@ -205229,12 +294416,12 @@ }, "subject": [ { - "id": "english-language-study-and-teaching-foreign-speakers", - "name": "English language--Study and teaching--Foreign speakers" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "english-language-study-and-teaching-foreign-speakers", + "name": "English language--Study and teaching--Foreign speakers" }, { "id": "language-and-languages", @@ -205249,8 +294436,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" }, { "id": "teaching", @@ -205285,9 +294476,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recZroCiyfmHOzaX6", - "id": "e3007" + "id": "e3008" }, { "aapbId": "cpb-aacip-500-736m465p", @@ -205312,24 +294527,40 @@ "name": "Children & Families" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "parenting", + "name": "Parenting" }, { "id": "radio-plays-american", "name": "Radio plays, American" }, { - "id": "teachers-drama", - "name": "Teachers--Drama" + "id": "teachers", + "name": "Teachers" } ], "creator": [ @@ -205382,9 +294613,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "recZs4CDs3PeaRqVW", - "id": "e3008" + "id": "e3009" }, { "aapbId": "cpb-aacip-500-4m91d343", @@ -205447,7 +294702,7 @@ ], "decade": "1960-1969", "airtableId": "recZs6OUN4mFT7Y1t", - "id": "e3009" + "id": "e3010" }, { "aapbId": "cpb-aacip-500-h98zf108", @@ -205463,9 +294718,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -205488,10 +294755,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recZsCdk5WpqqbJ4t", - "id": "e3010" + "id": "e3011" }, { "aapbId": "cpb-aacip-500-610vv34m", @@ -205531,6 +294822,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -205566,10 +294861,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZtkliqoSCheaG8", - "id": "e3011" + "id": "e3012" }, { "aapbId": "cpb-aacip-500-zk55kb0b", @@ -205598,12 +294917,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -205635,6 +294962,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -205645,7 +294996,7 @@ } ], "airtableId": "recZuIhIFQXiV0z5k", - "id": "e3012" + "id": "e3013" }, { "aapbId": "cpb-aacip-500-pr7mtq4v", @@ -205675,11 +295026,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZuUdJLTqT40gJc", "subject": [], - "id": "e3013" + "id": "e3014" }, { "aapbId": "cpb-aacip-500-9s1kmx96", @@ -205699,17 +295074,25 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "biography-united-states", + "name": "Biography--United States" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -205744,9 +295127,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recZuh3i0viQMuj7X", - "id": "e3014" + "id": "e3015" }, { "aapbId": "cpb-aacip-500-rb6w290v", @@ -205774,6 +295181,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -205809,10 +295220,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recZvJ8hqwQhVHfsZ", - "id": "e3015" + "id": "e3016" }, { "aapbId": "cpb-aacip-500-3x83p13k", @@ -205832,6 +295267,14 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -205841,28 +295284,28 @@ "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "music", + "name": "Music" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "jazz-new-york-state-new-york-history-and-criticism", - "name": "Jazz--New York (State)--New York--History and criticism" + "id": "naeb-region-iv", + "name": "NAEB Region IV" }, { - "id": "music", - "name": "Music" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "naeb-region-iv", - "name": "NAEB Region IV" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "new-york-state-new-york-history-and-criticism", + "name": "New York (State)--New York--History and criticism" } ], "creator": [ @@ -205926,9 +295369,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recZvKO4fFnnccCtE", - "id": "e3016" + "id": "e3017" }, { "aapbId": "cpb-aacip-500-0g3h2114", @@ -205952,13 +295419,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -205993,9 +295460,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recZvxnG8SfTy13TD", - "id": "e3017" + "id": "e3018" }, { "aapbId": "cpb-aacip-500-jh3d3f10", @@ -206013,13 +295504,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recZwTUjPo4eSDVBm", - "id": "e3018" + "id": "e3019" }, { "aapbId": "cpb-aacip-500-610vv30n", @@ -206033,12 +295552,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recZxCWQNfZngsZ4b", - "subject": [], - "id": "e3019" + "id": "e3020" }, { "aapbId": "cpb-aacip-500-5x25fs93", @@ -206064,6 +295592,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -206098,9 +295630,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recZxuFq56n59lA9p", - "id": "e3020" + "id": "e3021" }, { "aapbId": "cpb-aacip-500-1n7xqg1j", @@ -206121,16 +295677,24 @@ }, "subject": [ { - "id": "egoism-drama", - "name": "Egoism--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "egoism", + "name": "Egoism" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology) Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philoctetes-greek-mythology", + "name": "Philoctetes (Greek mythology)" }, { "id": "sophocles-philoctetes", @@ -206171,9 +295735,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reca1odz80JtUtm5k", - "id": "e3021" + "id": "e3022" }, { "aapbId": "cpb-aacip-500-dv1cpt5c", @@ -206194,24 +295782,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -206295,9 +295887,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "reca29Poa9X3vUGhZ", - "id": "e3022" + "id": "e3023" }, { "aapbId": "cpb-aacip-500-mk658f83", @@ -206323,6 +295939,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -206345,10 +295965,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reca2DBhcZRqhBfmY", - "id": "e3023" + "id": "e3024" }, { "aapbId": "cpb-aacip-500-st7dwk3j", @@ -206368,22 +296012,26 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "statutes-and-codes", "name": "Statutes and codes" @@ -206437,9 +296085,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "reca2rXObUf4jvsho", - "id": "e3024" + "id": "e3025" }, { "aapbId": "cpb-aacip-500-4746tw4b", @@ -206460,28 +296132,40 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "satirists-english", - "name": "Satirists, English" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "satire-english", + "name": "Satire, English" }, { "id": "thackeray-william-makepeace-1811-1863-travel-united-states", "name": "Thackeray, William Makepeace, 1811-1863--Travel--United States" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -206520,10 +296204,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reca3ENytXJntcO0N", - "id": "e3025" + "id": "e3026" }, { "aapbId": "cpb-aacip-500-w950mq9n", @@ -206547,6 +296255,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -206598,9 +296310,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "reca4NReaMZHNN1zn", - "id": "e3026" + "id": "e3027" }, { "aapbId": "cpb-aacip-500-zw18r58q", @@ -206622,6 +296358,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -206651,9 +296391,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reca53lninhdQB0rc", - "id": "e3027" + "id": "e3028" }, { "aapbId": "cpb-aacip-500-xw47v96q", @@ -206674,24 +296438,32 @@ }, "subject": [ { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" }, { - "id": "education-united-states", - "name": "Education--United States" + "id": "education", + "name": "Education" }, { "id": "expertise", "name": "Expertise" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -206720,9 +296492,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reca5AtLObouZwNI8", - "id": "e3028" + "id": "e3029" }, { "aapbId": "cpb-aacip-500-cn6z1d29", @@ -206736,16 +296532,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reca5CpKn3X6UFFpw", - "id": "e3029" + "id": "e3030" }, { "aapbId": "cpb-aacip-500-s17ss939", @@ -206764,13 +296600,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reca5OWVWrV7LcbHF", - "id": "e3030" + "id": "e3031" }, { "aapbId": "cpb-aacip-500-ns0kxv6v", @@ -206789,13 +296653,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reca6YE6OdllYAuym", - "id": "e3031" + "id": "e3032" }, { "aapbId": "cpb-aacip-500-b27pst3m", @@ -206843,10 +296735,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "political-planning", "name": "Political planning" @@ -206854,6 +296742,14 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -206911,9 +296807,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reca7QahROy9oSwAw", - "id": "e3032" + "id": "e3033" }, { "aapbId": "cpb-aacip-500-513tz743", @@ -206934,13 +296854,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reca8HNGaoNScENwc", - "id": "e3033" + "id": "e3034" }, { "aapbId": "cpb-aacip-500-ng4gs06c", @@ -206954,16 +296902,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reca8IOtGCKxJwQZs", - "id": "e3034" + "id": "e3035" }, { "aapbId": "cpb-aacip-500-8911sn6g", @@ -206983,6 +296971,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -207035,11 +297027,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "reca9tsgNhOLjmJTa", - "id": "e3035" + "id": "e3036" }, { "aapbId": "cpb-aacip-500-hh6c6j01", @@ -207063,9 +297083,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -207095,6 +297131,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -207124,9 +297166,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "reca9wWhKXLpNGWFs", - "id": "e3036" + "id": "e3037" }, { "aapbId": "cpb-aacip-500-rb6w283c", @@ -207155,8 +297221,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children-family-relationships-united-states", @@ -207166,13 +297232,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -207230,9 +297300,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recaAZG4ggoTWihNl", - "id": "e3037" + "id": "e3038" }, { "aapbId": "cpb-aacip-500-610vv185", @@ -207253,13 +297347,25 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", "name": "Dramatists" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "greene-graham-1904-1991", "name": "Greene, Graham, 1904-1991" @@ -207269,12 +297375,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -207348,18 +297462,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recaBRInMUjSdoxEA", - "id": "e3038" + "id": "e3039" }, { "aapbId": "cpb-aacip-500-bg2hc05p", @@ -207380,28 +297518,40 @@ }, "subject": [ { - "id": "composers-germany", - "name": "Composers--Germany" + "id": "20th-century", + "name": "20th century" + }, + { + "id": "composers", + "name": "Composers" }, { "id": "composition-music", "name": "Composition (Music)" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" + }, + { + "id": "germany", + "name": "Germany" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "piano-music-20th-century", - "name": "Piano music--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "piano-music", + "name": "Piano music" }, { "id": "wolpe-stefan", @@ -207448,12 +297598,36 @@ }, { "id": "performing-arts", - "name": "Performing arts" + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recaBWUYMH2sXSKEm", - "id": "e3039" + "id": "e3040" }, { "aapbId": "cpb-aacip-500-t727fp91", @@ -207477,9 +297651,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -207531,9 +297713,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recaBssZoDfTHfqvA", - "id": "e3040" + "id": "e3041" }, { "aapbId": "cpb-aacip-500-n8730c9s", @@ -207561,10 +297767,18 @@ "id": "crockett-davy-1786-1836-fiction", "name": "Crockett, Davy, 1786-1836--Fiction" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "paulding-james-kirke-1778-1860", "name": "Paulding, James Kirke, 1778-1860" @@ -207580,6 +297794,14 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -207623,18 +297845,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recaCUBFqp12psRdi", - "id": "e3041" + "id": "e3042" }, { "aapbId": "cpb-aacip-500-0p0wtn7q", @@ -207658,17 +297904,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -207713,9 +297963,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recaDtuOgaSW4xOqI", - "id": "e3042" + "id": "e3043" }, { "aapbId": "cpb-aacip-500-r785p06n", @@ -207736,12 +298010,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -207750,6 +298020,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -207776,10 +298050,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaEW5AuzxIYkOpV", - "id": "e3043" + "id": "e3044" }, { "aapbId": "cpb-aacip-500-cn6z1b73", @@ -207799,6 +298097,10 @@ "title": "Tales of the valiant" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "heroes", "name": "Heroes" @@ -207820,8 +298122,16 @@ "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -207880,9 +298190,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recaFzl3xWP5v0aCv", - "id": "e3044" + "id": "e3045" }, { "aapbId": "cpb-aacip-500-6688mn78", @@ -207903,13 +298237,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recaGO1J11n7jBdfh", - "id": "e3045" + "id": "e3046" }, { "aapbId": "cpb-aacip-500-cc0tvh2b", @@ -207941,6 +298303,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -207988,9 +298354,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recaGP1oKtN390PHd", - "id": "e3046" + "id": "e3047" }, { "aapbId": "cpb-aacip-500-p55dgz6v", @@ -208014,9 +298404,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -208046,6 +298452,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -208075,9 +298487,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recaIiPujyeBFWWUZ", - "id": "e3047" + "id": "e3048" }, { "aapbId": "cpb-aacip-500-vm42wr4s", @@ -208096,13 +298532,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recaJhFVeAi0fFSfa", - "id": "e3048" + "id": "e3049" }, { "aapbId": "cpb-aacip-500-k9316r5f", @@ -208130,6 +298594,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "political-parties-united-states", "name": "Political parties--United States" @@ -208138,6 +298606,14 @@ "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -208153,6 +298629,14 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -208189,9 +298673,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recaKCkrkDL9pQnqi", - "id": "e3049" + "id": "e3050" }, { "aapbId": "cpb-aacip-500-q814s426", @@ -208212,16 +298720,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -208231,6 +298743,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "waller-fats-1904-1943-works-selections", "name": "Waller, Fats, 1904-1943. Works. Selections" @@ -208266,10 +298782,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaKHIzhrZp9dqo1", - "id": "e3050" + "id": "e3051" }, { "aapbId": "cpb-aacip-500-cv4bt02h", @@ -208296,12 +298836,16 @@ "name": "Educational radio stations" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -208321,7 +298865,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recaM5s9zK6sqje6k", - "id": "e3051" + "id": "e3052" }, { "aapbId": "cpb-aacip-500-fj29dt2h", @@ -208342,12 +298886,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -208356,6 +298896,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -208382,10 +298926,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaMnnlnMkSDtX3P", - "id": "e3052" + "id": "e3053" }, { "aapbId": "cpb-aacip-500-445hfm0z", @@ -208416,6 +298984,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -208444,9 +299016,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recaNVJgb2l8Wt7FJ", - "id": "e3053" + "id": "e3054" }, { "aapbId": "cpb-aacip-500-8p5vbt2s", @@ -208474,29 +299070,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -208507,6 +299111,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -208535,7 +299163,7 @@ } ], "airtableId": "recaOg9fHyQZu5e7S", - "id": "e3054" + "id": "e3055" }, { "aapbId": "cpb-aacip-500-r785p23b", @@ -208555,7 +299183,7 @@ "contributor": [], "airtableId": "recaOiLG3yxty6YaU", "subject": [], - "id": "e3055" + "id": "e3056" }, { "aapbId": "cpb-aacip-500-ks6j5553", @@ -208583,6 +299211,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -208631,9 +299263,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recaPQa8PfVjwiu7b", - "id": "e3056" + "id": "e3057" }, { "aapbId": "cpb-aacip-500-5717qt31", @@ -208665,10 +299321,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -208704,9 +299368,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recaQAb7cipqkuCTW", - "id": "e3057" + "id": "e3058" }, { "aapbId": "cpb-aacip-500-445hfm7n", @@ -208726,6 +299414,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -208742,6 +299434,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -208754,13 +299450,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -208843,9 +299551,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "recaQzEwAS08AhLXC", - "id": "e3058" + "id": "e3059" }, { "aapbId": "cpb-aacip-500-rx93d12q", @@ -208865,7 +299597,7 @@ "contributor": [], "airtableId": "recaRgDykCXbv9Ym2", "subject": [], - "id": "e3059" + "id": "e3060" }, { "aapbId": "cpb-aacip-500-v11vk10m", @@ -208886,20 +299618,24 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-1941-1950-history-and-criticism", - "name": "Jazz--1941-1950--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-1941-1950-history-and-criticism", + "name": "Jazz--1941-1950--History and criticism" }, { "id": "music", @@ -208908,6 +299644,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -208940,10 +299680,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaS6zKprQkooAcq", - "id": "e3060" + "id": "e3061" }, { "aapbId": "cpb-aacip-500-0r9m6w5j", @@ -208964,8 +299728,12 @@ }, "subject": [ { - "id": "authors-19th-century-biography", - "name": "Authors--19th century--Biography" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "ecology-the-environment", @@ -208979,6 +299747,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "rivers", "name": "Rivers" @@ -208990,10 +299766,6 @@ { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "writers", - "name": "Writers" } ], "creator": [ @@ -209049,18 +299821,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recaSDuECA5cieDDp", - "id": "e3061" + "id": "e3062" }, { "aapbId": "cpb-aacip-500-nv99b442", @@ -209088,18 +299884,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -209155,9 +299955,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recaUDtVdPx3Imsqq", - "id": "e3062" + "id": "e3063" }, { "aapbId": "cpb-aacip-500-9w09190c", @@ -209174,9 +299998,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -209206,9 +300046,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recaUXruq9uWkvhnV", - "id": "e3063" + "id": "e3064" }, { "aapbId": "cpb-aacip-500-4b2x780m", @@ -209238,11 +300102,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaVoAJw2cykNKBH", "subject": [], - "id": "e3064" + "id": "e3065" }, { "aapbId": "cpb-aacip-500-h41jnf6h", @@ -209269,6 +300157,10 @@ "id": "medicine", "name": "Medicine" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "mexico", "name": "Mexico" @@ -209276,6 +300168,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -209310,9 +300206,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recaX5xzZMi91PUmc", - "id": "e3065" + "id": "e3066" }, { "aapbId": "cpb-aacip-500-qn5zbb1f", @@ -209332,10 +300252,6 @@ "title": "Library of Congress lectures" }, "subject": [ - { - "id": "foreign-literature", - "name": "Foreign Literature" - }, { "id": "poets-new-zealand", "name": "Poets, New Zealand" @@ -209368,18 +300284,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recaY4rTzNr3Czedo", - "id": "e3066" + "id": "e3067" }, { "aapbId": "cpb-aacip-500-0k26fc1z", @@ -209399,6 +300339,22 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sex", + "name": "Sex" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -209425,10 +300381,34 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaY8Cwftk9X5j8o", - "id": "e3067" + "id": "e3068" }, { "aapbId": "cpb-aacip-500-69700w54", @@ -209448,6 +300428,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -209456,6 +300440,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -209511,9 +300503,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recaZL8jxClMzJz0f", - "id": "e3068" + "id": "e3069" }, { "aapbId": "cpb-aacip-500-vh5chf1f", @@ -209537,9 +300553,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -209569,6 +300601,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -209598,9 +300636,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recaZLdoLEiXKsq6S", - "id": "e3069" + "id": "e3070" }, { "aapbId": "cpb-aacip-500-vq2s921w", @@ -209628,6 +300690,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -209677,9 +300743,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recaZTyMbM73B5v3F", - "id": "e3070" + "id": "e3071" }, { "aapbId": "cpb-aacip-500-n29p6w14", @@ -209707,6 +300797,10 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -209715,29 +300809,33 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, + { + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, { "id": "shakespeare-plays", "name": "Shakespeare plays" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -209748,6 +300846,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -209770,7 +300892,7 @@ } ], "airtableId": "recaZevETB0fDbIDu", - "id": "e3071" + "id": "e3072" }, { "aapbId": "cpb-aacip-500-wd3q116r", @@ -209791,13 +300913,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recaa4ZLQSFBUCkHM", - "id": "e3072" + "id": "e3073" }, { "aapbId": "cpb-aacip-500-wd3q115h", @@ -209832,6 +300982,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -209852,10 +301006,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaaSOg1K4rMTbib", - "id": "e3073" + "id": "e3074" }, { "aapbId": "cpb-aacip-500-tb0xv14q", @@ -209871,16 +301049,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recaafi9qxhntGQdB", - "id": "e3074" + "id": "e3075" }, { "aapbId": "cpb-aacip-500-2n4zm95t", @@ -209900,26 +301114,30 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, - { - "id": "copper-scroll", - "name": "Copper scroll" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "hidden-treasures", "name": "Hidden treasures" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -209951,11 +301169,6 @@ } ], "contributor": [ - { - "id": "allegro-john-marco-1923", - "name": "Allegro, John Marco, 1923-", - "type": "Person" - }, { "id": "reed-william", "name": "Reed, William", @@ -209978,6 +301191,12 @@ "name": "Mansoor, Menahem", "type": "Person", "role": "Speaker" + }, + { + "id": "allegro-john-marco-1923", + "name": "Allegro, John Marco, 1923-", + "type": "Person", + "role": "Speaker" } ], "genre": [ @@ -209990,9 +301209,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recaarlyA2Iz8u4Ti", - "id": "e3075" + "id": "e3076" }, { "aapbId": "cpb-aacip-500-fx73zz02", @@ -210023,6 +301266,18 @@ { "id": "cheyenne-indians-social-life-and-customs", "name": "Cheyenne Indians--Social life and customs" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -210075,9 +301330,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recabfLMCgYstPmxP", - "id": "e3076" + "id": "e3077" }, { "aapbId": "cpb-aacip-500-3n20h61p", @@ -210101,6 +301380,14 @@ "id": "europe", "name": "Europe" }, + { + "id": "germany", + "name": "Germany" + }, + { + "id": "germany-saxony", + "name": "Germany--Saxony" + }, { "id": "great-britain", "name": "Great Britain" @@ -210109,6 +301396,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "prisoner-of-war-camps", "name": "Prisoner-of-war camps" @@ -210118,12 +301409,16 @@ "name": "Prisoners of war--England--Biography" }, { - "id": "prisons-germany-saxony", - "name": "Prisons--Germany--Saxony" + "id": "prisons", + "name": "Prisons" }, { "id": "schloss-colditz-colditz-germany-history-20th-century", "name": "Schloss Colditz (Colditz, Germany)--History--20th century" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -210152,9 +301447,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recaby0vhpu4iHEB2", - "id": "e3077" + "id": "e3078" }, { "aapbId": "cpb-aacip-500-qj77z11s", @@ -210174,21 +301493,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -210226,18 +301557,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recac6kVRhv4APOhJ", - "id": "e3078" + "id": "e3079" }, { "aapbId": "cpb-aacip-500-d795c38z", @@ -210252,12 +301607,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recacUgzMdKTb9bfv", "subject": [], - "id": "e3079" + "id": "e3080" }, { "aapbId": "cpb-aacip-500-3j393z3s", @@ -210278,17 +301657,25 @@ "name": "Classical music" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" }, { - "id": "music-performance", - "name": "Music--Performance" + "id": "music", + "name": "Music" }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "performance", + "name": "Performance" + }, { "id": "schumann-robert-1810-1856", "name": "Schumann, Robert, 1810-1856" @@ -210332,9 +301719,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "airtableId": "recacYMRQ5eWeUfq2", - "id": "e3080" + "id": "e3081" }, { "aapbId": "cpb-aacip-500-m61bq87g", @@ -210362,6 +301773,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -210403,9 +301818,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recacqtFmuzSqaKzY", - "id": "e3081" + "id": "e3082" }, { "aapbId": "cpb-aacip-500-k06x1t41", @@ -210437,6 +301876,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -210496,9 +301939,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recacwAZxBa3OH9IS", - "id": "e3082" + "id": "e3083" }, { "aapbId": "cpb-aacip-500-cc0tvh3k", @@ -210518,6 +301985,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -210570,11 +302041,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recae0KygmFmNCuuO", - "id": "e3083" + "id": "e3084" }, { "aapbId": "cpb-aacip-500-sf2mbf67", @@ -210607,12 +302106,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -210639,10 +302138,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recaeXu7H5jVZNAhI", - "id": "e3084" + "id": "e3085" }, { "aapbId": "cpb-aacip-500-tb0xv077", @@ -210666,6 +302189,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "france", + "name": "France" + }, { "id": "italy-social-conditions-1945-1976", "name": "Italy--Social conditions--1945-1976" @@ -210675,16 +302202,20 @@ "name": "NAEB Region III" }, { - "id": "prostitutes-france-paris", - "name": "Prostitutes--France--Paris" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "prostitution", + "name": "Prostitution" }, { - "id": "prostitutes-france-social-conditions", - "name": "Prostitutes--France--Social conditions" + "id": "social-conditions", + "name": "Social conditions" }, { - "id": "prostitution-france-paris", - "name": "Prostitution--France--Paris" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -210730,9 +302261,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recagOFxhB0qLdk00", - "id": "e3085" + "id": "e3086" }, { "aapbId": "cpb-aacip-500-f18sgc9c", @@ -210749,9 +302304,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -210781,9 +302352,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recahKNYOhDHDXd47", - "id": "e3086" + "id": "e3087" }, { "aapbId": "cpb-aacip-500-m9023j6s", @@ -210804,24 +302399,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -210916,9 +302511,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recalIBXIOpwyXl5f", - "id": "e3087" + "id": "e3088" }, { "aapbId": "cpb-aacip-500-gf0mxc11", @@ -210981,7 +302600,7 @@ ], "decade": "1960-1969", "airtableId": "recalXM3yBB71OBMe", - "id": "e3088" + "id": "e3089" }, { "aapbId": "cpb-aacip-500-g7374v1b", @@ -210997,16 +302616,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recam6EVpjO00Ti7P", - "id": "e3089" + "id": "e3090" }, { "aapbId": "cpb-aacip-500-k35mf519", @@ -211023,9 +302686,101 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "architecture", + "name": "Architecture" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "city-planning", + "name": "City planning" + }, + { + "id": "crime", + "name": "Crime" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "federal-grants", + "name": "Federal grants" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "medicine", + "name": "Medicine" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "nixon-richard-m-richard-milhous-1913-1994", + "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" + }, + { + "id": "performance", + "name": "Performance" + }, + { + "id": "pollution-united-states", + "name": "Pollution--United States" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "transportation-united-states-20th-century", + "name": "Transportation--United States--20th century" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -211036,6 +302791,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -211046,7 +302825,7 @@ } ], "airtableId": "recamBPcwEhZTJc0Y", - "id": "e3090" + "id": "e3091" }, { "aapbId": "cpb-aacip-500-qz22h510", @@ -211088,8 +302867,8 @@ "name": "NAEB Region I" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "world-politics", @@ -211139,9 +302918,33 @@ "name": "Business/Financial" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "airtableId": "recamOuoDaD5ZYrFW", - "id": "e3091" + "id": "e3092" }, { "aapbId": "cpb-aacip-500-q814s43f", @@ -211161,6 +302964,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -211170,8 +302977,16 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "science", + "name": "Science" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -211212,9 +303027,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recaqA39YbI5n82r0", - "id": "e3092" + "id": "e3093" }, { "aapbId": "cpb-aacip-500-dr2p9j27", @@ -211242,6 +303081,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -211290,9 +303133,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recas5PNZdB2G2lqU", - "id": "e3093" + "id": "e3094" }, { "aapbId": "cpb-aacip-500-2f7jts7g", @@ -211312,6 +303179,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -211324,11 +303199,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recasAMsfN10TL5Cz", - "id": "e3094" + "id": "e3095" }, { "aapbId": "cpb-aacip-500-8s4jr34v", @@ -211352,6 +303251,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -211365,8 +303268,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -211401,9 +303304,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recasIK3nVca7gWKy", - "id": "e3095" + "id": "e3096" }, { "aapbId": "cpb-aacip-500-3x83p35g", @@ -211430,6 +303357,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -211446,10 +303377,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recasVmEEL6v3bjTf", - "id": "e3096" + "id": "e3097" }, { "aapbId": "cpb-aacip-500-vm42wr0t", @@ -211470,25 +303425,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -211550,9 +303513,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recaubJoRn9UVYtel", - "id": "e3097" + "id": "e3098" }, { "aapbId": "cpb-aacip-500-p26q3p95", @@ -211577,13 +303564,17 @@ "name": "Correctional institutions" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "prisoners", "name": "Prisoners" @@ -211637,9 +303628,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "tallahassee", + "name": "Tallahassee" + } + ], "decade": "1950-1959", "airtableId": "recavpi6uSw55dLo9", - "id": "e3098" + "id": "e3099" }, { "aapbId": "cpb-aacip-500-3r0pwh4x", @@ -211667,6 +303682,10 @@ "id": "africa-economic-policy", "name": "Africa--Economic policy" }, + { + "id": "africa-foreign-relations", + "name": "Africa--Foreign relations" + }, { "id": "developing-countries", "name": "Developing countries" @@ -211675,13 +303694,21 @@ "id": "economic-assistance", "name": "Economic assistance" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "united-states-foreign-relations-africa", - "name": "United States--Foreign relations--Africa" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "world-politics", @@ -211716,9 +303743,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "recawVs9BngzBoKIG", - "id": "e3099" + "id": "e3100" }, { "aapbId": "cpb-aacip-500-db7vrf10", @@ -211738,6 +303789,26 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "womens-rights", + "name": "Women's rights" } ], "creator": [ @@ -211748,6 +303819,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -211758,7 +303853,7 @@ } ], "airtableId": "recax4mmq6cTFYtgU", - "id": "e3100" + "id": "e3101" }, { "aapbId": "cpb-aacip-500-5d8nhc6r", @@ -211777,19 +303872,47 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recaxYChjFUAL2VK0", - "id": "e3101" + "id": "e3102" }, { "aapbId": "cpb-aacip-500-tb0xv20z", "naebId": "70-5-4", "umdId": "4487", - "title": "Program #4 Saul Alinsky", + "title": "Program #4 The Committed Generation Saul Alinsky", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -211800,9 +303923,105 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "crime", + "name": "Crime" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "federal-government-united-states", + "name": "Federal government--United States" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "police-brutality-united-states", + "name": "Police brutality--United States" + }, + { + "id": "political-activists", + "name": "Political activists" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" + }, + { + "id": "social-values-united-states", + "name": "Social values--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-congress-history-20th-century", + "name": "United States. Congress--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "values", + "name": "Values" + }, + { + "id": "vietnam-war-1961-1975", + "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -211813,6 +304032,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -211823,7 +304066,7 @@ } ], "airtableId": "recayRBpdM4IJcEee", - "id": "e3102" + "id": "e3103" }, { "aapbId": "cpb-aacip-500-n58cm397", @@ -211843,6 +304086,14 @@ "title": "Poetry in song III" }, "subject": [ + { + "id": "art", + "name": "Art" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "music", "name": "Music" @@ -211852,16 +304103,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -211899,18 +304154,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recb0VcEI4xBJkKeQ", - "id": "e3103" + "id": "e3104" }, { "aapbId": "cpb-aacip-500-rr1pmf15", @@ -211930,17 +304209,33 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "puritans", + "name": "Puritans" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -212005,9 +304300,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recb1OH7u7ZSLZqKB", - "id": "e3104" + "id": "e3105" }, { "aapbId": "cpb-aacip-500-3t9d8s1q", @@ -212058,7 +304377,7 @@ "contributor": [], "airtableId": "recb1pwn00Q2WR509", "subject": [], - "id": "e3105" + "id": "e3106" }, { "aapbId": "cpb-aacip-500-d21rkk3v", @@ -212080,6 +304399,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -212109,9 +304432,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recb3jcI4wOWG0jzr", - "id": "e3107" + "id": "e3108" }, { "aapbId": "cpb-aacip-500-222r8k88", @@ -212131,10 +304478,6 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" @@ -212147,10 +304490,18 @@ "id": "forgery-of-manuscripts", "name": "Forgery of manuscripts" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -212200,9 +304551,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recb45b86FtNDKeax", - "id": "e3108" + "id": "e3109" }, { "aapbId": "cpb-aacip-500-th8bmm0w", @@ -212217,12 +304592,36 @@ "id": "four-documentaries", "title": "Four documentaries" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recb4mXFA5WT5Vc0U", "subject": [], - "id": "e3109" + "id": "e3110" }, { "aapbId": "cpb-aacip-500-rb6w288k", @@ -212254,6 +304653,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -212297,9 +304704,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recb62UgT24h99Tu5", - "id": "e3110" + "id": "e3111" }, { "aapbId": "cpb-aacip-500-4f1mmg62", @@ -212320,16 +304751,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -212355,6 +304794,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -212365,7 +304828,7 @@ } ], "airtableId": "recb81T10tKr9u5l4", - "id": "e3111" + "id": "e3112" }, { "aapbId": "cpb-aacip-500-8c9r5x5n", @@ -212393,6 +304856,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -212400,6 +304867,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -212429,6 +304900,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "gray-james-lorne", "name": "Gray, James Lorne", @@ -212470,9 +304947,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recb9H4qBsEvkTQGW", - "id": "e3112" + "id": "e3113" }, { "aapbId": "cpb-aacip-500-fj29dw0f", @@ -212493,10 +304994,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -212552,7 +305049,7 @@ ], "decade": "1950-1959", "airtableId": "recbAu4liEgeoaojV", - "id": "e3113" + "id": "e3114" }, { "aapbId": "cpb-aacip-500-fq9q6d3z", @@ -212571,6 +305068,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -212592,6 +305093,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -212602,7 +305127,7 @@ } ], "airtableId": "recbCMqQQ5YXq3T0u", - "id": "e3114" + "id": "e3115" }, { "aapbId": "cpb-aacip-500-ff3m1j9s", @@ -212616,12 +305141,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recbCnEsiwKHyxrFc", - "subject": [], - "id": "e3115" + "id": "e3116" }, { "aapbId": "cpb-aacip-500-2805263m", @@ -212641,17 +305175,21 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -212686,9 +305224,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recbE2SIzrDC9C6Ca", - "id": "e3116" + "id": "e3117" }, { "aapbId": "cpb-aacip-500-cv4bsz5v", @@ -212703,12 +305265,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recbFDTc5rv1JuBPF", - "subject": [], - "id": "e3117" + "id": "e3118" }, { "aapbId": "cpb-aacip-500-v97zqx5g", @@ -212734,6 +305301,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -212756,10 +305327,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recbG5iWReAfh4s95", - "id": "e3118" + "id": "e3119" }, { "aapbId": "cpb-aacip-500-j38kj832", @@ -212777,13 +305372,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recbG8NmI8XVPwqyT", - "id": "e3119" + "id": "e3120" }, { "aapbId": "cpb-aacip-500-pc2t8m7r", @@ -212801,13 +305424,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recbGOPwlCLjz31ZF", - "id": "e3120" + "id": "e3121" }, { "aapbId": "cpb-aacip-500-6h4csh07", @@ -212832,8 +305483,12 @@ "name": "Britain Yearly Meeting (Society of Friends)" }, { - "id": "communists-denmark", - "name": "Communists--Denmark" + "id": "communists", + "name": "Communists" + }, + { + "id": "denmark", + "name": "Denmark" }, { "id": "europe", @@ -212843,17 +305498,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacifists", "name": "Pacifists" }, { - "id": "politicians-denmark", - "name": "Politicians--Denmark" + "id": "politicians", + "name": "Politicians" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -212899,9 +305558,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recbGQPeoLYxJrJ4o", - "id": "e3121" + "id": "e3122" }, { "aapbId": "cpb-aacip-500-1g0hxw03", @@ -212921,10 +305604,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -212932,6 +305611,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -212966,9 +305649,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recbJkQd5YXIAU7QT", - "id": "e3122" + "id": "e3123" }, { "aapbId": "cpb-aacip-500-rb6w2824", @@ -212993,12 +305700,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -213045,9 +305752,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recbK3nQOOuw6HFdx", - "id": "e3123" + "id": "e3124" }, { "aapbId": "cpb-aacip-500-gt5fgh7n", @@ -213068,24 +305799,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -213094,6 +305825,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -213126,10 +305865,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recbLzxVKC2lxwuAl", - "id": "e3124" + "id": "e3125" }, { "aapbId": "cpb-aacip-500-542jbg5p", @@ -213149,10 +305912,18 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "children-families", + "name": "Children & Families" + }, { "id": "hitchhiking-europe", "name": "Hitchhiking--Europe" }, + { + "id": "hostels", + "name": "Hostels" + }, { "id": "hotelkeepers-italy", "name": "Hotelkeepers--Italy" @@ -213166,8 +305937,16 @@ "name": "NAEB Region III" }, { - "id": "youth-hostels", - "name": "Youth hostels" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -213213,9 +305992,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recbQ0ziEKkYdJuoS", - "id": "e3125" + "id": "e3126" }, { "aapbId": "cpb-aacip-500-j9609v20", @@ -213251,13 +306054,21 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "psycholinguistics", "name": "Psycholinguistics" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -213288,9 +306099,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recbQw4UurpVjXpoc", - "id": "e3126" + "id": "e3127" }, { "aapbId": "cpb-aacip-500-1v5bh18c", @@ -213315,13 +306150,21 @@ "name": "Economics report" }, { - "id": "economists-great-britain", - "name": "Economists--Great Britain" + "id": "economists", + "name": "Economists" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "europe", "name": "Europe" }, + { + "id": "great-britain", + "name": "Great Britain" + }, { "id": "great-britain-economic-conditions-20th-century", "name": "Great Britain--Economic conditions--20th century" @@ -213331,8 +306174,20 @@ "name": "NAEB Region III" }, { - "id": "welfare-state-great-britain", - "name": "Welfare state--Great Britain" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "welfare", + "name": "Welfare" + }, + { + "id": "welfare-state", + "name": "Welfare state" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -213372,9 +306227,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recbRDYssOnfJtssR", - "id": "e3127" + "id": "e3128" }, { "aapbId": "cpb-aacip-500-kk94cm13", @@ -213437,7 +306316,7 @@ ], "decade": "1960-1969", "airtableId": "recbRmRcbw4Tij0jY", - "id": "e3128" + "id": "e3129" }, { "aapbId": "cpb-aacip-500-1v5bh12x", @@ -213465,6 +306344,10 @@ "id": "citrus-fruits-harvesting", "name": "Citrus fruits--Harvesting" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "frozen-fruit-juices", "name": "Frozen fruit juices" @@ -213474,12 +306357,12 @@ "name": "NAEB Region II" }, { - "id": "southern-states-economic-conditions", - "name": "Southern States--Economic conditions" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "southern-states-economic-conditions", + "name": "Southern States--Economic conditions" } ], "creator": [ @@ -213549,9 +306432,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recbV6KScrMh5gGPF", - "id": "e3129" + "id": "e3130" }, { "aapbId": "cpb-aacip-500-j9609t09", @@ -213576,8 +306483,12 @@ "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, { - "id": "composers-18th-century", - "name": "Composers--18th century" + "id": "composers", + "name": "Composers" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "music", @@ -213588,16 +306499,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -213632,9 +306543,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recbWbFzWGO2rXF8J", - "id": "e3130" + "id": "e3131" }, { "aapbId": "cpb-aacip-500-kh0f0897", @@ -213657,6 +306592,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "broadcasting-research", + "name": "Broadcasting research" + }, { "id": "educational-broadcasting", "name": "Educational broadcasting" @@ -213670,8 +306609,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -213682,8 +306625,12 @@ "name": "Public television--United States" }, { - "id": "research", - "name": "Research" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -213700,10 +306647,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recbWtvBsbZzDSpYo", - "id": "e3131" + "id": "e3132" }, { "aapbId": "cpb-aacip-500-fx73zz58", @@ -213723,6 +306694,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -213735,6 +306710,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -213763,18 +306742,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recbXfpriYygQHtTA", - "id": "e3132" + "id": "e3133" }, { "aapbId": "cpb-aacip-500-639k7b94", @@ -213798,13 +306805,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -213839,9 +306846,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recbXmkfq6rGBjRPQ", - "id": "e3133" + "id": "e3134" }, { "aapbId": "cpb-aacip-500-cr5ndq5n", @@ -213859,13 +306890,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recbYYi2NBVo3IFTr", - "id": "e3134" + "id": "e3135" }, { "aapbId": "cpb-aacip-500-6d5pd70t", @@ -213886,13 +306945,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recbYfrdJZGdhY27B", - "id": "e3135" + "id": "e3136" }, { "aapbId": "cpb-aacip-500-br8mhs4g", @@ -213916,13 +307003,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -213963,9 +307050,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recbZY2TMVJ773xiX", - "id": "e3136" + "id": "e3137" }, { "aapbId": "cpb-aacip-500-d50fzt71", @@ -213989,6 +307100,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -213997,13 +307112,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -214033,14 +307160,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recba0g7CvadYNt64", - "id": "e3137" + "id": "e3138" }, { "aapbId": "cpb-aacip-500-t14tp48t", @@ -214064,17 +307219,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -214115,9 +307278,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recbaQOgOG7TxI1jJ", - "id": "e3138" + "id": "e3139" }, { "aapbId": "cpb-aacip-500-3r0pwh94", @@ -214145,6 +307332,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "toscanini-arturo-1867-1957-friends-and-associates", "name": "Toscanini, Arturo, 1867-1957--Friends and associates" @@ -214194,9 +307385,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recbaS7KPTZWVD0w1", - "id": "e3139" + "id": "e3140" }, { "aapbId": "cpb-aacip-500-2n4zmc6g", @@ -214216,9 +307431,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -214235,10 +307462,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recbaoUGOVCuMHU13", - "id": "e3140" + "id": "e3141" }, { "aapbId": "cpb-aacip-500-xk84ph01", @@ -214261,10 +307512,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -214293,9 +307540,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recbcLOAjpcYVt0Xh", - "id": "e3141" + "id": "e3142" }, { "aapbId": "cpb-aacip-500-cc0tvh8s", @@ -214319,13 +307590,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -214360,9 +307631,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recbdxQQTbz72t7zj", - "id": "e3142" + "id": "e3143" }, { "aapbId": "cpb-aacip-500-t43j2g2b", @@ -214386,10 +307681,6 @@ "id": "agriculture", "name": "Agriculture" }, - { - "id": "agriculture-united-states", - "name": "Agriculture--United States" - }, { "id": "architecture", "name": "Architecture" @@ -214414,6 +307705,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "future-the", "name": "Future, The" @@ -214425,6 +307720,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -214488,9 +307787,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recbe80aGCwriKFQ8", - "id": "e3143" + "id": "e3144" }, { "aapbId": "cpb-aacip-500-bg2hbz42", @@ -214515,8 +307838,8 @@ "name": "Broadcasting" }, { - "id": "education-united-states", - "name": "Education--United States" + "id": "education", + "name": "Education" }, { "id": "educational-radio-stations", @@ -214535,12 +307858,8 @@ "name": "Educational television stations" }, { - "id": "history-of-education", - "name": "History of Education" - }, - { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -214553,6 +307872,14 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -214583,9 +307910,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recbfUzbPDTs2wuYt", - "id": "e3144" + "id": "e3145" }, { "aapbId": "cpb-aacip-500-154ds11v", @@ -214606,13 +307957,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -214628,10 +307983,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -214690,9 +308041,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recbgQKPVguYi5RBb", - "id": "e3145" + "id": "e3146" }, { "aapbId": "cpb-aacip-500-gm81px8n", @@ -214728,13 +308103,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -214763,9 +308150,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recbguNTdW6RvQ6JB", - "id": "e3146" + "id": "e3147" }, { "aapbId": "cpb-aacip-500-dr2p9h60", @@ -214788,6 +308199,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -214834,9 +308249,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recbhkwiS2jKtaUkP", - "id": "e3147" + "id": "e3148" }, { "aapbId": "cpb-aacip-500-7940wr48", @@ -214856,14 +308295,30 @@ "title": "American adventure" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" }, + { + "id": "tennessee", + "name": "Tennessee" + }, { "id": "tennessee-river-valley-history", "name": "Tennessee River Valley--History" @@ -214873,16 +308328,11 @@ "name": "Tennessee Valley Authority" }, { - "id": "tennessee-drama", - "name": "Tennessee--Drama" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -214896,8 +308346,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -214932,9 +308382,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recbiDqNH2aEwsQ1t", - "id": "e3148" + "id": "e3149" }, { "aapbId": "cpb-aacip-500-3b5wbb1x", @@ -214958,6 +308432,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -214966,10 +308444,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -215001,9 +308475,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recbiMzfXtU3uBthE", - "id": "e3149" + "id": "e3150" }, { "aapbId": "cpb-aacip-500-tq5rd515", @@ -215043,6 +308541,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -215086,9 +308588,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recbiu4zTR5tYfwP2", - "id": "e3150" + "id": "e3151" }, { "aapbId": "cpb-aacip-500-d795c49d", @@ -215109,17 +308635,21 @@ }, "subject": [ { - "id": "china-history-19th-century", - "name": "China--History--19th century" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "china-history", + "name": "China--History" }, { "id": "japan", "name": "Japan" }, + { + "id": "japan-foreign-relations", + "name": "Japan--Foreign relations" + }, { "id": "japan-history-19th-century", "name": "Japan--History--19th century" @@ -215133,20 +308663,20 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "united-states-foreign-relations-japan", - "name": "United States--Foreign relations--Japan" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "united-states-history-20th-century", "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -215177,9 +308707,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recbjvhFfasIFpBbO", - "id": "e3151" + "id": "e3152" }, { "aapbId": "cpb-aacip-500-599z432c", @@ -215193,12 +308747,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recbjvu5xXf6QqX6U", - "subject": [], - "id": "e3152" + "id": "e3153" }, { "aapbId": "cpb-aacip-500-q23r0k8n", @@ -215212,12 +308771,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recbjzCmGmLZzBAiL", - "subject": [], - "id": "e3153" + "id": "e3154" }, { "aapbId": "cpb-aacip-500-2v2ccx8x", @@ -215280,9 +308848,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "asia", + "name": "Asia" + } + ], + "country": [ + { + "id": "japan", + "name": "Japan" + } + ], + "region": [ + { + "id": "kanto-region", + "name": "Kanto Region" + } + ], + "settlement": [ + { + "id": "tokyo", + "name": "Tokyo" + } + ], "decade": "1950-1959", "airtableId": "recbki2PsRl3W6cBE", - "id": "e3154" + "id": "e3155" }, { "aapbId": "cpb-aacip-500-2f7jts50", @@ -215311,20 +308903,32 @@ "name": "Dakota Indians--History" }, { - "id": "indians-of-north-america", - "name": "Indians of North America" + "id": "economic-conditions", + "name": "Economic conditions" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "indians-of-north-america-economic-conditions", - "name": "Indians of North America--Economic conditions" + "id": "indians-of-north-america", + "name": "Indians of North America" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -215345,10 +308949,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recbkxj03HbCKxxzh", - "id": "e3155" + "id": "e3156" }, { "aapbId": "cpb-aacip-500-rb6w289t", @@ -215376,6 +309004,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -215424,9 +309056,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recblR4HpsVRA72Fh", - "id": "e3156" + "id": "e3157" }, { "aapbId": "cpb-aacip-500-g15tc79w", @@ -215445,13 +309101,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recblcT2AiGL4V98i", - "id": "e3157" + "id": "e3158" }, { "aapbId": "cpb-aacip-500-st7dwm40", @@ -215482,6 +309166,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -215522,9 +309210,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recblh5hK3Val2sWn", - "id": "e3158" + "id": "e3159" }, { "aapbId": "cpb-aacip-500-f18sgc2p", @@ -215545,12 +309257,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -215559,6 +309267,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -215585,10 +309297,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recblpnjNQsfCeQZp", - "id": "e3159" + "id": "e3160" }, { "aapbId": "cpb-aacip-500-vq2s914d", @@ -215623,6 +309359,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -215649,10 +309389,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recblv9xmTM5ucC2q", - "id": "e3160" + "id": "e3161" }, { "aapbId": "cpb-aacip-500-639k7b8w", @@ -215676,17 +309440,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -215724,18 +309492,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recbm0b6Cc5gZKmPp", - "id": "e3161" + "id": "e3162" }, { "aapbId": "cpb-aacip-500-5t3g2g09", @@ -215766,6 +309558,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -215806,9 +309602,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "recbmbbz11peDmpRP", - "id": "e3162" + "id": "e3163" }, { "aapbId": "cpb-aacip-500-8p5vbv1r", @@ -215822,12 +309642,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recbo4rdBudRqkAO2", "subject": [], - "id": "e3163" + "id": "e3164" }, { "aapbId": "cpb-aacip-500-057cw542", @@ -215848,20 +309692,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -215871,6 +309715,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-performance", "name": "Piano--Performance" @@ -215958,9 +309810,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recbobaeTWw4rcpfH", - "id": "e3164" + "id": "e3165" }, { "aapbId": "cpb-aacip-500-028pgx9w", @@ -215973,12 +309849,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recbqHqdhwaEU7HPB", "subject": [], - "id": "e3165" + "id": "e3166" }, { "aapbId": "cpb-aacip-500-v698bj9h", @@ -216021,6 +309921,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -216060,9 +309964,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recbqMvDIkyh4KfDQ", - "id": "e3166" + "id": "e3167" }, { "aapbId": "cpb-aacip-500-qr4nqm4k", @@ -216082,9 +310010,33 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "welfare", + "name": "Welfare" } ], "creator": [ @@ -216101,10 +310053,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recbrCQQGq5rD85bC", - "id": "e3167" + "id": "e3168" }, { "aapbId": "cpb-aacip-500-1j97b550", @@ -216132,6 +310108,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -216139,6 +310119,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -216168,6 +310152,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "townshend-oliver", "name": "Townshend, Oliver", @@ -216203,9 +310193,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recbrkHxSQfC4VEHH", - "id": "e3168" + "id": "e3169" }, { "aapbId": "cpb-aacip-500-td9n799f", @@ -216225,10 +310239,22 @@ "title": "31st Annual Couchiching Conference, 1962" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -216265,6 +310291,10 @@ "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -216333,11 +310363,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recbrpL1cQ7zDetCC", - "id": "e3169" + "id": "e3170" }, { "aapbId": "cpb-aacip-500-nz80qd1r", @@ -216377,6 +310435,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -216432,9 +310494,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recbsjAwJdmiIpI6P", - "id": "e3170" + "id": "e3171" }, { "aapbId": "cpb-aacip-500-s17ss91t", @@ -216466,6 +310552,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -216523,9 +310613,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recbsvsKp4SpyjM1G", - "id": "e3171" + "id": "e3172" }, { "aapbId": "cpb-aacip-500-ff3m1k3j", @@ -216542,9 +310656,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -216574,9 +310704,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recbt3NixIOQMEtbf", - "id": "e3172" + "id": "e3173" }, { "aapbId": "cpb-aacip-500-t14tp51b", @@ -216600,6 +310754,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -216655,9 +310813,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recbtFvyGIprDxqy3", - "id": "e3173" + "id": "e3174" }, { "aapbId": "cpb-aacip-500-hq3s045g", @@ -216672,12 +310854,36 @@ "id": "crossroad-in-time", "title": "Crossroad in time" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recbtVjsJA08Kg76T", "subject": [], - "id": "e3174" + "id": "e3175" }, { "aapbId": "cpb-aacip-500-3t9d8s5p", @@ -216696,13 +310902,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recbu4PesJiOWJ4xg", - "id": "e3175" + "id": "e3176" }, { "aapbId": "cpb-aacip-500-7659hj09", @@ -216735,11 +310969,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recbuk7sQXMZ4JHZN", "subject": [], - "id": "e3176" + "id": "e3177" }, { "aapbId": "cpb-aacip-500-cv4bsz1w", @@ -216767,6 +311025,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -216844,9 +311106,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recbvkH3py6d2jkyF", - "id": "e3177" + "id": "e3178" }, { "aapbId": "cpb-aacip-500-rb6w281w", @@ -216866,6 +311152,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -216878,6 +311168,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -216900,18 +311194,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recbwMoFiwLiNiaOQ", - "id": "e3178" + "id": "e3179" }, { "aapbId": "cpb-aacip-500-gh9b9n9g", @@ -216968,7 +311290,7 @@ ], "decade": "1960-1969", "airtableId": "recbxvM6POl6OJito", - "id": "e3179" + "id": "e3180" }, { "aapbId": "cpb-aacip-500-h41jnf2j", @@ -216985,6 +311307,10 @@ { "id": "2870", "name": "2870" + }, + { + "id": "education", + "name": "Education" } ], "contributor": [ @@ -216995,10 +311321,34 @@ "role": "Speaker" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "airtableId": "recby5A8WPvi8rcsD", - "id": "e3180" + "id": "e3181" }, { "aapbId": "cpb-aacip-500-n8730f01", @@ -217019,13 +311369,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recbyQjsvGxphVmPC", - "id": "e3181" + "id": "e3182" }, { "aapbId": "cpb-aacip-500-4m91d26c", @@ -217045,21 +311423,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -217097,18 +311487,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recbyioUkISrxDhxW", - "id": "e3182" + "id": "e3183" }, { "aapbId": "cpb-aacip-500-pz51m840", @@ -217128,6 +311542,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -217186,11 +311604,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recbzm8jKr5473jsV", - "id": "e3183" + "id": "e3184" }, { "aapbId": "cpb-aacip-500-4746tx0k", @@ -217211,25 +311657,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -217303,9 +311757,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recc0z8cvdNOKus3d", - "id": "e3184" + "id": "e3185" }, { "aapbId": "cpb-aacip-500-tb0xv24x", @@ -217329,6 +311807,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -217337,13 +311819,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -217379,14 +311873,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recc1jOHblWfCxR2k", - "id": "e3185" + "id": "e3186" }, { "aapbId": "cpb-aacip-500-kd1qm11z", @@ -217406,6 +311928,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -217422,14 +311948,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -217473,9 +311999,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recc3OTWwXkYCDjud", - "id": "e3186" + "id": "e3187" }, { "aapbId": "cpb-aacip-500-18345c39", @@ -217492,9 +312042,33 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -217505,6 +312079,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -217515,7 +312113,7 @@ } ], "airtableId": "recc3yZB6bkLyOagX", - "id": "e3187" + "id": "e3188" }, { "aapbId": "cpb-aacip-500-d50fzv1s", @@ -217547,6 +312145,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -217582,11 +312184,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recc42tlrwW1mDwU5", - "id": "e3188" + "id": "e3189" }, { "aapbId": "cpb-aacip-500-5717qr92", @@ -217607,24 +312237,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -217633,6 +312263,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -217665,10 +312303,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recc5hsBvlgTyhsKp", - "id": "e3189" + "id": "e3190" }, { "aapbId": "cpb-aacip-500-5h7bwm6z", @@ -217700,6 +312362,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tuberculosis", "name": "Tuberculosis" @@ -217773,9 +312439,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recc68yRbtl2yrVVq", - "id": "e3190" + "id": "e3191" }, { "aapbId": "cpb-aacip-500-7p8tfz67", @@ -217793,7 +312483,7 @@ "contributor": [], "airtableId": "recc77KVTGpyg9KNf", "subject": [], - "id": "e3191" + "id": "e3192" }, { "aapbId": "cpb-aacip-500-kp7trt3g", @@ -217814,17 +312504,21 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "stringed-instruments", "name": "Stringed instruments" @@ -217864,9 +312558,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recc7FocNcAX4CkzH", - "id": "e3192" + "id": "e3193" }, { "aapbId": "cpb-aacip-500-736m484v", @@ -217882,9 +312600,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -217907,10 +312637,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recc7wYXy0RZbWJlr", - "id": "e3193" + "id": "e3194" }, { "aapbId": "cpb-aacip-500-ng4gs182", @@ -217942,6 +312696,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -217949,6 +312707,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -217975,19 +312737,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recc8HI5PUxaM9ZOO", - "id": "e3194" + "id": "e3195" }, { "aapbId": "cpb-aacip-500-057cw52k", @@ -218008,16 +312794,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -218064,9 +312858,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recc8Ttk3jCKawYXm", - "id": "e3195" + "id": "e3196" }, { "aapbId": "cpb-aacip-500-cv4bsz7b", @@ -218086,18 +312904,26 @@ "title": "20th Century Music for Piano" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, { "id": "bartk-bla-1881-1945", "name": "Bartók, Béla, 1881-1945" }, { - "id": "composers-hungary-biography", - "name": "Composers--Hungary--Biography" + "id": "composers", + "name": "Composers" }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "hungary", "name": "Hungary" @@ -218106,17 +312932,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "piano-music-20th-century", - "name": "Piano music--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "piano-music", + "name": "Piano music" } ], "creator": [ @@ -218159,12 +312985,36 @@ }, { "id": "performing-arts", - "name": "Performing arts" + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recc8lQoD454aaueW", - "id": "e3196" + "id": "e3197" }, { "aapbId": "cpb-aacip-500-s756jv9q", @@ -218183,6 +313033,18 @@ "title": "NHK Symphony Hall" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "music", "name": "Music" @@ -218231,9 +313093,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "asia", + "name": "Asia" + } + ], + "country": [ + { + "id": "japan", + "name": "Japan" + } + ], + "region": [ + { + "id": "kanto-region", + "name": "Kanto Region" + } + ], + "settlement": [ + { + "id": "tokyo", + "name": "Tokyo" + } + ], "decade": "1950-1959", "airtableId": "recc8t7l47dHYgPHS", - "id": "e3197" + "id": "e3198" }, { "aapbId": "cpb-aacip-500-6m335s0s", @@ -218265,6 +313151,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -218301,9 +313191,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "reccATMnLXc0ZdglI", - "id": "e3198" + "id": "e3199" }, { "aapbId": "cpb-aacip-500-gx44vt9r", @@ -218317,16 +313231,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reccAWqp9WDsRrdoN", - "id": "e3199" + "id": "e3200" }, { "aapbId": "cpb-aacip-500-8g8fk76p", @@ -218347,8 +313301,16 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "censorship", + "name": "Censorship" + }, + { + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "foreign-literature", @@ -218359,20 +313321,24 @@ "name": "NAEB Region III" }, { - "id": "soviet-literature-20th-century-history-and-criticism", - "name": "Soviet literature--20th century--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "soviet-literature-censorship", - "name": "Soviet literature--Censorship" + "id": "soviet-literature", + "name": "Soviet literature" + }, + { + "id": "soviet-literature-20th-century-history-and-criticism", + "name": "Soviet literature--20th century--History and criticism" }, { "id": "soviet-literature-political-aspects", "name": "Soviet literature--Political aspects" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -218432,9 +313398,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "reccBSevbghQLKRpo", - "id": "e3200" + "id": "e3201" }, { "aapbId": "cpb-aacip-500-8g8fk79d", @@ -218462,6 +313452,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -218505,9 +313499,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "airtableId": "reccERO5VeiYxthMP", - "id": "e3201" + "id": "e3202" }, { "aapbId": "cpb-aacip-500-4746tx78", @@ -218524,9 +313542,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -218556,9 +313590,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reccFFuElootlIJv5", - "id": "e3202" + "id": "e3203" }, { "aapbId": "cpb-aacip-500-736m475w", @@ -218582,6 +313640,10 @@ "id": "child-development", "name": "Child development" }, + { + "id": "children-families", + "name": "Children & Families" + }, { "id": "language-acquisition", "name": "Language acquisition" @@ -218599,8 +313661,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -218631,9 +313697,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "reccIHZXw9MmjhnlP", - "id": "e3203" + "id": "e3204" }, { "aapbId": "cpb-aacip-500-7940ws76", @@ -218652,7 +313742,7 @@ "contributor": [], "airtableId": "reccIgIqD9ybnVPJ9", "subject": [], - "id": "e3204" + "id": "e3205" }, { "aapbId": "cpb-aacip-500-jw86nh89", @@ -218672,10 +313762,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -218683,6 +313769,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -218723,9 +313813,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reccIsAS40IibxKoU", - "id": "e3205" + "id": "e3206" }, { "aapbId": "cpb-aacip-500-xs5jg308", @@ -218749,6 +313863,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -218770,8 +313892,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -218802,9 +313924,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "reccJDNS6zpiqsTaU", - "id": "e3206" + "id": "e3207" }, { "aapbId": "cpb-aacip-500-sb3wz440", @@ -218824,17 +313970,41 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "puritans", + "name": "Puritans" + }, + { + "id": "religion", + "name": "Religion" }, { - "id": "womens-history", - "name": "Women's History" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -218899,9 +314069,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "reccJgRh8gpZ5m6vD", - "id": "e3207" + "id": "e3208" }, { "aapbId": "cpb-aacip-500-pg1hnv9f", @@ -218922,8 +314116,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -218937,10 +314131,18 @@ "id": "king-martin-luther-jr-1929-1968", "name": "King, Martin Luther, Jr., 1929-1968" }, + { + "id": "king-martin-luther-jr-1929-1968-speeches-selections", + "name": "King, Martin Luther, Jr., 1929-1968. Speeches. Selections" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sociology", "name": "Sociology" @@ -218958,8 +314160,8 @@ "name": "Vietnam War, 1961-1975--Protest movements--United States" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -218979,18 +314181,42 @@ } ], "genre": [ + { + "id": "politics", + "name": "Politics" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "politics", - "name": "Politics" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "reccKCnO5P1fD0HNv", - "id": "e3208" + "id": "e3209" }, { "aapbId": "cpb-aacip-500-2n4zmc7q", @@ -219011,13 +314237,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reccKaPQaveIttByg", - "id": "e3209" + "id": "e3210" }, { "aapbId": "cpb-aacip-500-6688mn22", @@ -219041,10 +314295,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -219082,9 +314344,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "reccM7zv5cgO4FUal", - "id": "e3210" + "id": "e3211" }, { "aapbId": "cpb-aacip-500-s46h5k2m", @@ -219141,7 +314427,7 @@ ], "decade": "1960-1969", "airtableId": "reccMY1uVKeumx7JZ", - "id": "e3211" + "id": "e3212" }, { "aapbId": "cpb-aacip-500-rv0d0s2c", @@ -219172,6 +314458,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -219217,9 +314507,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "reccNANFdVgS4nruP", - "id": "e3212" + "id": "e3213" }, { "aapbId": "cpb-aacip-500-ng4grz77", @@ -219251,6 +314565,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -219308,9 +314626,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "reccNv3v5nYyVdvxE", - "id": "e3213" + "id": "e3214" }, { "aapbId": "cpb-aacip-500-2b8vfg2n", @@ -219330,14 +314672,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -219346,21 +314688,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -219407,9 +314753,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "reccO35aJeGzvCIq4", - "id": "e3214" + "id": "e3215" }, { "aapbId": "cpb-aacip-500-n8730f8z", @@ -219436,6 +314806,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -219452,10 +314826,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccOBBTXJFjiLm4X", - "id": "e3215" + "id": "e3216" }, { "aapbId": "cpb-aacip-500-0c4sns33", @@ -219481,6 +314879,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -219503,10 +314905,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccPGa2lCpum3zir", - "id": "e3216" + "id": "e3217" }, { "aapbId": "cpb-aacip-500-c824g69h", @@ -219534,6 +314960,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -219541,6 +314971,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -219570,6 +315004,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "tandam-donald-j", "name": "Tandam, Donald J.", @@ -219599,9 +315039,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "reccPHSx8VvwpTH1D", - "id": "e3217" + "id": "e3218" }, { "aapbId": "cpb-aacip-500-gx44vs6t", @@ -219633,6 +315097,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -219684,9 +315152,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "reccQ51kgzViZlxjd", - "id": "e3218" + "id": "e3219" }, { "aapbId": "cpb-aacip-500-fx740039", @@ -219700,12 +315192,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reccQACTlHNxfleBa", - "subject": [], - "id": "e3219" + "id": "e3220" }, { "aapbId": "cpb-aacip-500-0p0wtm12", @@ -219726,24 +315227,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { "id": "boogie-woogie-music-history-and-criticism", "name": "Boogie woogie (Music)--History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -219752,6 +315253,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -219784,10 +315293,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccRSKRNtusKKoZJ", - "id": "e3220" + "id": "e3221" }, { "aapbId": "cpb-aacip-500-5t3g2h76", @@ -219820,12 +315353,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -219866,9 +315399,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "airtableId": "reccS7dSRolUmIbnp", - "id": "e3221" + "id": "e3222" }, { "aapbId": "cpb-aacip-500-n29p6w3m", @@ -219888,10 +315445,22 @@ "title": "31st Annual Couchiching Conference, 1962" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -219912,6 +315481,14 @@ "id": "nuclear-warfare", "name": "Nuclear warfare" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -219974,11 +315551,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "reccTkUOxfeKPFA2a", - "id": "e3222" + "id": "e3223" }, { "aapbId": "cpb-aacip-500-v11vk18j", @@ -219998,46 +315603,50 @@ "title": "U.S. foreign policy: Demands of the next decade" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { "id": "china-civilization", - "name": "China--Civilization" + "name": "China civilization" }, { "id": "china-history", "name": "China--History" }, { - "id": "communism-china", - "name": "Communism--China" - }, - { - "id": "communism-southeast-asia", - "name": "Communism--Southeast Asia" + "id": "communism", + "name": "Communism" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "southeast-asia", + "name": "Southeast Asia" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -220071,9 +315680,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "reccUIuEbOACkFCTF", - "id": "e3223" + "id": "e3224" }, { "aapbId": "cpb-aacip-500-qj77z177", @@ -220096,10 +315729,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -220119,10 +315760,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccUNdQTewaaf4hi", - "id": "e3224" + "id": "e3225" }, { "aapbId": "cpb-aacip-500-m32n9z56", @@ -220143,12 +315808,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -220157,6 +315818,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -220183,10 +315848,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccUODOlJTUG9fLZ", - "id": "e3225" + "id": "e3226" }, { "aapbId": "cpb-aacip-500-610vv21p", @@ -220210,6 +315899,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -220221,6 +315914,10 @@ { "id": "tops", "name": "Tops" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "genre": [ @@ -220233,11 +315930,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "reccUcU9R3gN9tmCN", - "id": "e3226" + "id": "e3227" }, { "aapbId": "cpb-aacip-500-qr4nqm3b", @@ -220256,13 +315977,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reccVJmvN5r6uNsGJ", - "id": "e3227" + "id": "e3228" }, { "aapbId": "cpb-aacip-500-w08wfx04", @@ -220279,9 +316028,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -220311,9 +316076,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reccWorbBLzYZiwib", - "id": "e3228" + "id": "e3229" }, { "aapbId": "cpb-aacip-500-4t6f5m3h", @@ -220337,17 +316126,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -220388,9 +316185,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "reccX1ce15E5Oqtky", - "id": "e3229" + "id": "e3230" }, { "aapbId": "cpb-aacip-500-ff3m1j79", @@ -220409,6 +316230,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -220424,10 +316249,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "reccZ8KB4SvOnLKBH", - "id": "e3230" + "id": "e3231" }, { "aapbId": "cpb-aacip-500-gb1xj389", @@ -220448,25 +316297,37 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" }, { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "communism-and-international-relations", - "name": "Communism and international relations" + "id": "canada", + "name": "Canada" }, { - "id": "communism-asia", - "name": "Communism--Asia" + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -220476,12 +316337,8 @@ "name": "International relations" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -220533,11 +316390,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "reccZn9iM6rCnVeAF", - "id": "e3231" + "id": "e3232" }, { "aapbId": "cpb-aacip-500-xg9f955d", @@ -220557,6 +316442,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -220577,6 +316466,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -220589,13 +316482,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -220666,9 +316571,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "reccbU97wt38P6QLa", - "id": "e3232" + "id": "e3233" }, { "aapbId": "cpb-aacip-500-kk94ck7b", @@ -220696,6 +316625,10 @@ "id": "cities-and-towns", "name": "Cities and towns" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "future-the", "name": "Future, The" @@ -220708,6 +316641,10 @@ "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "physics", "name": "Physics" @@ -220732,6 +316669,10 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "youth", "name": "Youth" @@ -220792,9 +316733,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reccc0fMQRkyKKlez", - "id": "e3233" + "id": "e3234" }, { "aapbId": "cpb-aacip-500-tm720v07", @@ -220815,12 +316780,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -220829,6 +316790,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -220855,10 +316820,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccc37pLlWkheAhh", - "id": "e3234" + "id": "e3235" }, { "aapbId": "cpb-aacip-500-1v5bh313", @@ -220879,8 +316868,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { "id": "japan", @@ -220894,6 +316883,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -220902,17 +316895,21 @@ "id": "pearl-harbor-hawaii-attack-on-1941", "name": "Pearl Harbor (Hawaii), Attack on, 1941" }, - { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" }, { "id": "world-war-1939-1945", @@ -220947,9 +316944,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "reccda5CXWecCMlxE", - "id": "e3235" + "id": "e3236" }, { "aapbId": "cpb-aacip-500-2f7jts0s", @@ -220969,14 +316990,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -220985,21 +317006,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -221058,9 +317083,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recceNuDHRrlNa4Ax", - "id": "e3236" + "id": "e3237" }, { "aapbId": "cpb-aacip-500-5d8nhc31", @@ -221080,6 +317129,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -221087,6 +317140,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -221133,9 +317190,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recceRbzQ5FjZvDt2", - "id": "e3237" + "id": "e3238" }, { "aapbId": "cpb-aacip-500-6t0gzc8t", @@ -221153,16 +317234,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reccfDpS3QIhYg33E", - "id": "e3238" + "id": "e3239" }, { "aapbId": "cpb-aacip-500-zk55k982", @@ -221207,8 +317320,12 @@ "name": "NAEB Region III" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -221261,9 +317378,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "reccfEwbyIaKqrNgz", - "id": "e3239" + "id": "e3240" }, { "aapbId": "cpb-aacip-500-td9n7930", @@ -221295,6 +317436,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -221352,9 +317497,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "reccfHd4rY0xCKfNW", - "id": "e3240" + "id": "e3241" }, { "aapbId": "cpb-aacip-500-h12v8346", @@ -221374,6 +317543,18 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "germany", + "name": "Germany" + }, + { + "id": "jews", + "name": "Jews" + }, { "id": "jews-germany-20th-century", "name": "Jews--Germany--20th century" @@ -221391,8 +317572,16 @@ "name": "NAEB Region III" }, { - "id": "rabbis-germany", - "name": "Rabbis--Germany" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "rabbis", + "name": "Rabbis" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -221418,6 +317607,30 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "contributor": [ { @@ -221428,7 +317641,7 @@ } ], "airtableId": "reccfdkUUbrEZWvis", - "id": "e3241" + "id": "e3242" }, { "aapbId": "cpb-aacip-500-9p2w7m8b", @@ -221448,6 +317661,10 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "bligh-william-1754-1817", "name": "Bligh, William, 1754-1817" @@ -221456,6 +317673,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacific-area-civilization", "name": "Pacific Area--Civilization" @@ -221465,8 +317686,8 @@ "name": "Pacific Area--Discovery and exploration" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -221518,9 +317739,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reccg2P5yjNJPFr3M", - "id": "e3242" + "id": "e3243" }, { "aapbId": "cpb-aacip-500-p843w77p", @@ -221552,6 +317797,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "sailors-united-states", "name": "Sailors--United States" @@ -221563,6 +317812,10 @@ { "id": "sea-songs-united-states", "name": "Sea songs--United States" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -221586,13 +317839,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "reccgangoiMWRd39q", - "id": "e3243" + "id": "e3244" }, { "aapbId": "cpb-aacip-500-kk94ck9t", @@ -221613,13 +317890,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recchiOr0ksrCCHnU", - "id": "e3244" + "id": "e3245" }, { "aapbId": "cpb-aacip-500-r785p12w", @@ -221653,11 +317958,6 @@ } ], "creator": [ - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body" - }, { "id": "national-association-of-educational-broadcasters", "name": "National Association of Educational Broadcasters", @@ -221687,10 +317987,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recciBXSy0FQYJ7DR", - "id": "e3245" + "id": "e3246" }, { "aapbId": "cpb-aacip-500-fq9q6d85", @@ -221707,12 +318031,36 @@ "id": "world-this-weekend", "title": "World this weekend" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recciq4hUnFyNu4wK", "subject": [], - "id": "e3246" + "id": "e3247" }, { "aapbId": "cpb-aacip-500-p843w806", @@ -221740,6 +318088,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -221816,9 +318168,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recciuoaqNWIOz35U", - "id": "e3247" + "id": "e3248" }, { "aapbId": "cpb-aacip-500-vm42wq8j", @@ -221839,21 +318215,13 @@ }, "subject": [ { - "id": "ballet-dancers-great-britain-biography", - "name": "Ballet dancers--Great Britain--Biography" - }, - { - "id": "ballet-great-britain-history", - "name": "Ballet--Great Britain--History" + "id": "ballet", + "name": "Ballet" }, { "id": "ballet-history-20th-century", "name": "Ballet--History--20th century" }, - { - "id": "europe", - "name": "Europe" - }, { "id": "great-britain", "name": "Great Britain" @@ -221862,6 +318230,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -221893,9 +318265,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "reccjCg1j40RRAPEJ", - "id": "e3248" + "id": "e3249" }, { "aapbId": "cpb-aacip-500-r20rwg31", @@ -221916,12 +318312,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -221930,6 +318322,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -221956,10 +318352,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recckYGXkDCJsYHZW", - "id": "e3249" + "id": "e3250" }, { "aapbId": "cpb-aacip-500-t43j2f8k", @@ -221980,16 +318400,20 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "law-and-legislation", + "name": "Law and legislation" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "public-broadcasting-law-and-legislation", - "name": "Public broadcasting--Law and legislation" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" } ], "creator": [ @@ -222029,9 +318453,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recclZNxpvyiPah5I", - "id": "e3250" + "id": "e3251" }, { "aapbId": "cpb-aacip-500-vx062n4s", @@ -222070,6 +318518,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -222134,9 +318586,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "reccmxFMgWR3Z0uuq", - "id": "e3251" + "id": "e3252" }, { "aapbId": "cpb-aacip-500-jw86nk50", @@ -222144,7 +318620,7 @@ "title": "National Association of Educational Broadcasters Convention - Banquet (Reel 2)", "duration": 1800, "seriesDescription": "These recordings featured highlights from the National Association of Educational Broadcasters 40th Annual Convention in 1964.", - "description": "This session features post-banquet remarks by a distinguished group of public broadcasting leaders.", + "description": "This session features post-banquet remarks by a distinguished group of public broadcasting leaders. In this second reel is the majority of the closing speech by U.S. Information Agency Director Carl Rowan.", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -222171,8 +318647,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -222181,6 +318661,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -222195,12 +318683,14 @@ { "id": "rowan-carl-t-carl-thomas-1925-2000", "name": "Rowan, Carl T. (Carl Thomas), 1925-2000", - "type": "Person" + "type": "Person", + "role": "Speaker" }, { - "id": "braum-cyril-m", - "name": "Braum, Cyril M.", - "type": "Person" + "id": "united-states-information-agency", + "name": "United States Information Agency", + "type": "Corporate Body", + "role": "Subject" } ], "genre": [ @@ -222209,9 +318699,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "reccn9OVbGEnVJKIC", - "id": "e3252" + "id": "e3253" }, { "aapbId": "cpb-aacip-500-f18sgd4c", @@ -222243,6 +318757,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -222292,9 +318814,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "reccnYCaIedSgpDM0", - "id": "e3253" + "id": "e3254" }, { "aapbId": "cpb-aacip-500-5717qr6b", @@ -222321,9 +318867,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -222350,10 +318904,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "reccnymN7r3KryIlO", - "id": "e3254" + "id": "e3255" }, { "aapbId": "cpb-aacip-500-639k7c9b", @@ -222374,13 +318952,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reccoLX9IU2lvJ47c", - "id": "e3255" + "id": "e3256" }, { "aapbId": "cpb-aacip-500-jd4pq417", @@ -222400,12 +319006,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -222426,10 +319032,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccpfoNxuFCeqzxm", - "id": "e3256" + "id": "e3257" }, { "aapbId": "cpb-aacip-500-wm13sn38", @@ -222449,10 +319079,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -222490,9 +319128,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "reccqNSGPhw6x3nw0", - "id": "e3257" + "id": "e3258" }, { "aapbId": "cpb-aacip-500-v698bn16", @@ -222516,6 +319178,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -222524,13 +319190,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -222566,14 +319244,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reccqxONc1w7QDvyY", - "id": "e3258" + "id": "e3259" }, { "aapbId": "cpb-aacip-500-gf0mxd3q", @@ -222591,13 +319297,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reccrD0agwsVzEn0k", - "id": "e3259" + "id": "e3260" }, { "aapbId": "cpb-aacip-500-k649tf4f", @@ -222616,13 +319350,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reccrgMbfGh6cmC7i", - "id": "e3260" + "id": "e3261" }, { "aapbId": "cpb-aacip-500-1r6n3r52", @@ -222654,6 +319416,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -222689,11 +319455,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "reccru197hPuRCXCw", - "id": "e3261" + "id": "e3262" }, { "aapbId": "cpb-aacip-500-9p2w7n5t", @@ -222713,17 +319507,29 @@ "title": "The Chicago lectures" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "geophysics", "name": "Geophysics" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -222747,14 +319553,42 @@ "id": "science", "name": "Science" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reccsfmG5N2I8UNC7", - "id": "e3262" + "id": "e3263" }, { "aapbId": "cpb-aacip-500-fn10t47h", @@ -222778,6 +319612,10 @@ "id": "canada", "name": "Canada" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "human-rights", "name": "Human rights" @@ -222794,6 +319632,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "sweden", "name": "Sweden" @@ -222855,9 +319701,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reccw4mOpymgI8wMF", - "id": "e3263" + "id": "e3264" }, { "aapbId": "cpb-aacip-500-w08wfw2d", @@ -222877,21 +319747,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -222928,9 +319802,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reccwhnUPqe671d1V", - "id": "e3264" + "id": "e3265" }, { "aapbId": "cpb-aacip-500-707wqw60", @@ -222951,28 +319849,36 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-california-los-angeles", - "name": "African Americans--California--Los Angeles" + "id": "california-los-angeles", + "name": "California--Los Angeles" }, { - "id": "african-americans-california-los-angeles-attitudes", - "name": "African Americans--California--Los Angeles--Attitudes" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "african-americans-california-los-angeles-history-20th-century", - "name": "African Americans--California--Los Angeles--History--20th century" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "african-americans-california-los-angeles-social-conditions", - "name": "African Americans--California--Los Angeles--Social conditions" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "social-attitudes", + "name": "Social attitudes" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -223019,9 +319925,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "reccwpihI9gWSq6P7", - "id": "e3265" + "id": "e3266" }, { "aapbId": "cpb-aacip-500-zp3vzk74", @@ -223041,10 +319971,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "dickens-charles-1812-1870-travel-united-states", "name": "Dickens, Charles, 1812-1870--Travel--United States" @@ -223053,10 +319979,18 @@ "id": "dickens-charles-1812-1870-american-notes", "name": "Dickens, Charles, 1812-1870. American notes" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "travel-leisure", "name": "Travel & Leisure" @@ -223068,6 +320002,14 @@ { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -223106,10 +320048,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reccxwXpF0Plm4ejw", - "id": "e3266" + "id": "e3267" }, { "aapbId": "cpb-aacip-500-862bdb5m", @@ -223133,6 +320099,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -223144,6 +320114,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -223183,9 +320157,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "reccy7A6Tiv3wCKP8", - "id": "e3267" + "id": "e3268" }, { "aapbId": "cpb-aacip-500-6688mm5k", @@ -223217,6 +320215,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -223260,9 +320266,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "reccyBEYNUk3UQfkU", - "id": "e3268" + "id": "e3269" }, { "aapbId": "cpb-aacip-500-tq5rd52d", @@ -223302,6 +320332,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -223363,9 +320397,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "reccyWZtRJAux6Cds", - "id": "e3269" + "id": "e3270" }, { "aapbId": "cpb-aacip-500-t14tp65h", @@ -223396,6 +320454,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -223436,9 +320498,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recd0OA8mITEluENQ", - "id": "e3270" + "id": "e3271" }, { "aapbId": "cpb-aacip-500-1g0hxx5h", @@ -223459,8 +320545,8 @@ }, "subject": [ { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "language-and-languages", @@ -223475,8 +320561,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" }, { "id": "teaching", @@ -223511,9 +320601,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recd0Zw0ipDqQwjhs", - "id": "e3271" + "id": "e3272" }, { "aapbId": "cpb-aacip-500-4f1mmg1v", @@ -223533,10 +320647,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -223544,6 +320654,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -223584,9 +320698,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recd23WpHoph9qF8v", - "id": "e3272" + "id": "e3273" }, { "aapbId": "cpb-aacip-500-x05xbq85", @@ -223607,20 +320745,24 @@ }, "subject": [ { - "id": "improvisation-music-history-and-criticism", - "name": "Improvisation (Music)--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "improvisation-music-history-and-criticism", + "name": "Improvisation (Music)--History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -223629,6 +320771,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -223661,10 +320807,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recd2Kps5oxqlmbZk", - "id": "e3273" + "id": "e3274" }, { "aapbId": "cpb-aacip-500-2805264v", @@ -223680,6 +320850,10 @@ "title": "Music now" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, { "id": "composition-music", "name": "Composition (Music)" @@ -223688,10 +320862,6 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "songs", "name": "Songs" @@ -223699,6 +320869,10 @@ { "id": "strandberg-newton", "name": "Strandberg, Newton" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -223752,7 +320926,7 @@ ], "decade": null, "airtableId": "recd2wwf35VfG5Bpg", - "id": "e3274" + "id": "e3275" }, { "aapbId": "cpb-aacip-500-gq6r379q", @@ -223780,6 +320954,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -223823,9 +321001,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recd4keeXma0eLEtZ", - "id": "e3275" + "id": "e3276" }, { "aapbId": "cpb-aacip-500-2v2ccw8q", @@ -223846,16 +321048,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -223881,6 +321091,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -223891,7 +321125,7 @@ } ], "airtableId": "recd52bKSeBv2POZg", - "id": "e3276" + "id": "e3277" }, { "aapbId": "cpb-aacip-500-445hfm6d", @@ -223915,13 +321149,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -223956,9 +321190,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recd5M87r05HVw6IF", - "id": "e3277" + "id": "e3278" }, { "aapbId": "cpb-aacip-500-v40jz97q", @@ -223980,6 +321238,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -224009,9 +321271,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recd6rUU3FvL9igIe", - "id": "e3278" + "id": "e3279" }, { "aapbId": "cpb-aacip-500-gq6r393p", @@ -224031,24 +321317,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -224132,9 +321418,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recd6vHBDTS287NRi", - "id": "e3279" + "id": "e3280" }, { "aapbId": "cpb-aacip-500-rv0d0s4v", @@ -224162,29 +321472,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -224195,6 +321513,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -224223,7 +321565,7 @@ } ], "airtableId": "recd75Orkv2oF9wcE", - "id": "e3280" + "id": "e3281" }, { "aapbId": "cpb-aacip-500-ks6j556b", @@ -224243,10 +321585,6 @@ "title": "The Institute on Man and Science" }, "subject": [ - { - "id": "causation", - "name": "Causation" - }, { "id": "cycles", "name": "Cycles" @@ -224255,6 +321593,14 @@ "id": "discoveries-in-science", "name": "Discoveries in science" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -224263,6 +321609,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nature", "name": "Nature" @@ -224300,11 +321650,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recd7ALRqhLqrKEju", - "id": "e3281" + "id": "e3282" }, { "aapbId": "cpb-aacip-500-cf9j7t1t", @@ -224325,20 +321703,36 @@ }, "subject": [ { - "id": "film-criticism-united-states", - "name": "Film criticism--United States" + "id": "europe", + "name": "Europe" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "film-criticism-united-states", + "name": "Film criticism--United States" + }, + { + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "soviet-union", + "name": "Soviet Union" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -224376,18 +321770,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recd9MjzFJ12tTAaQ", - "id": "e3282" + "id": "e3283" }, { "aapbId": "cpb-aacip-500-tq5rd45x", @@ -224408,29 +321826,41 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "race-discrimination", "name": "Race discrimination" }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -224480,9 +321910,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recdADphYX47lj17D", - "id": "e3283" + "id": "e3284" }, { "aapbId": "cpb-aacip-500-251fnx7v", @@ -224500,13 +321954,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recdB6lEVJGOS7rAl", - "id": "e3284" + "id": "e3285" }, { "aapbId": "cpb-aacip-500-zp3vzm5v", @@ -224527,13 +322009,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -224549,10 +322035,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -224611,9 +322093,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recdBF4x2slQLqJiH", - "id": "e3285" + "id": "e3286" }, { "aapbId": "cpb-aacip-500-wd3q1170", @@ -224633,6 +322139,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -224640,6 +322150,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -224686,9 +322200,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recdBc45ApTTZ0DLg", - "id": "e3286" + "id": "e3287" }, { "aapbId": "cpb-aacip-500-6w96bm9c", @@ -224712,6 +322250,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "great-lakes-north-america", "name": "Great Lakes (North America)" @@ -224728,6 +322270,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -224735,6 +322281,14 @@ { "id": "transportation-united-states-20th-century", "name": "Transportation--United States--20th century" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -224787,9 +322341,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recdCbpyQtGsRNNKT", - "id": "e3287" + "id": "e3288" }, { "aapbId": "cpb-aacip-500-599z421x", @@ -224813,13 +322391,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -224854,9 +322432,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recdD9FHzK79HNJzD", - "id": "e3288" + "id": "e3289" }, { "aapbId": "cpb-aacip-500-q23r0k26", @@ -224869,6 +322471,12 @@ "id": "international-classroom", "title": "International classroom" }, + "subject": [ + { + "id": "education", + "name": "Education" + } + ], "contributor": [ { "id": "malik-charles-habib-1906-1987", @@ -224877,11 +322485,34 @@ "role": "Speaker" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "airtableId": "recdE65FdaPoq5wpY", - "subject": [], - "id": "e3289" + "id": "e3290" }, { "aapbId": "cpb-aacip-500-c824g810", @@ -224895,12 +322526,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recdGWKNJMOg8lwks", "subject": [], - "id": "e3290" + "id": "e3291" }, { "aapbId": "cpb-aacip-500-m03xxp2x", @@ -224925,13 +322580,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -224960,18 +322623,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recdJVB3BGQu9pyqX", - "id": "e3291" + "id": "e3292" }, { "aapbId": "cpb-aacip-500-f47gvn5t", @@ -224992,8 +322683,8 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "agriculture", + "name": "Agriculture" }, { "id": "ecology-the-environment", @@ -225008,12 +322699,12 @@ "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "southern-states-agriculture", - "name": "Southern States--Agriculture" + "id": "southern-states", + "name": "Southern States" }, { "id": "southern-states-commerce", @@ -225022,10 +322713,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -225078,9 +322765,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recdJzeTKk1lov0Vv", - "id": "e3292" + "id": "e3293" }, { "aapbId": "cpb-aacip-500-z02z7m6d", @@ -225101,13 +322812,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recdLX9QerzO2UIDk", - "id": "e3293" + "id": "e3294" }, { "aapbId": "cpb-aacip-500-0v89m52d", @@ -225131,6 +322870,10 @@ "id": "amish-music", "name": "Amish--Music" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "ballads-german", "name": "Ballads, German" @@ -225143,13 +322886,21 @@ "id": "ballads-japanese", "name": "Ballads, Japanese" }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -225173,13 +322924,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recdNUszqvmNt0O10", - "id": "e3294" + "id": "e3295" }, { "aapbId": "cpb-aacip-500-542jbg6x", @@ -225212,8 +322987,16 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -225239,6 +323022,30 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "contributor": [ { @@ -225249,7 +323056,7 @@ } ], "airtableId": "recdOATD2KHovicNh", - "id": "e3295" + "id": "e3296" }, { "aapbId": "cpb-aacip-500-rn307629", @@ -225277,6 +323084,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -225284,6 +323095,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -225312,9 +323127,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recdONNiVmJTVmXtC", - "id": "e3296" + "id": "e3297" }, { "aapbId": "cpb-aacip-500-0g3h2203", @@ -225334,17 +323173,29 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "journalists", + "name": "Journalists" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "writing", - "name": "Writing." + "id": "war-stories-american", + "name": "War stories, American" } ], "creator": [ @@ -225379,9 +323230,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recdOvyzLefQUzVUa", - "id": "e3297" + "id": "e3298" }, { "aapbId": "cpb-aacip-500-m32nb06t", @@ -225401,10 +323276,22 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "economic-policy", "name": "Economic policy" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" + }, { "id": "environmental-health", "name": "Environmental health" @@ -225429,13 +323316,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "poverty", "name": "Poverty" }, { - "id": "sociology", - "name": "Sociology" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -225462,11 +323353,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recdQCCwyBSZQsMcl", - "id": "e3298" + "id": "e3299" }, { "aapbId": "cpb-aacip-500-639k7b2f", @@ -225490,6 +323409,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -225551,9 +323474,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recdRmNkCHCuiQLCA", - "id": "e3299" + "id": "e3300" }, { "aapbId": "cpb-aacip-500-td9n7b36", @@ -225593,6 +323540,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sexually-transmitted-disease-vaccines", "name": "Sexually transmitted disease vaccines" @@ -225670,9 +323621,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recdSu7eykBjDCNW2", - "id": "e3300" + "id": "e3301" }, { "aapbId": "cpb-aacip-500-69700x6k", @@ -225692,16 +323667,20 @@ }, "subject": [ { - "id": "children-families", - "name": "Children & Families" + "id": "british-literature", + "name": "British literature" }, { - "id": "children-drama", - "name": "Children--Drama" + "id": "children", + "name": "Children" }, { - "id": "english-literature-19th-century", - "name": "English literature--19th century" + "id": "drama", + "name": "Drama" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "folklore-england", @@ -225741,7 +323720,7 @@ } ], "airtableId": "recdTcZiBHjpuOCGc", - "id": "e3301" + "id": "e3302" }, { "aapbId": "cpb-aacip-500-9s1kn03b", @@ -225771,6 +323750,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -225778,6 +323761,14 @@ { "id": "sex", "name": "Sex" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -225816,6 +323807,30 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -225826,7 +323841,7 @@ } ], "airtableId": "recdTfHYaBci1PFpc", - "id": "e3302" + "id": "e3303" }, { "aapbId": "cpb-aacip-500-rf5kfk47", @@ -225856,6 +323871,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -225909,9 +323928,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "airtableId": "recdU31IDr5s48tVn", - "id": "e3303" + "id": "e3304" }, { "aapbId": "cpb-aacip-500-cc0tvh0v", @@ -225935,9 +323978,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -225989,9 +324040,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recdUj7Zboc9yH3Fk", - "id": "e3304" + "id": "e3305" }, { "aapbId": "cpb-aacip-500-1v5bh20n", @@ -226016,20 +324091,28 @@ "name": "Algren, Nelson, 1909-1981" }, { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -226064,9 +324147,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recdVjDjvZrllAboK", - "id": "e3305" + "id": "e3306" }, { "aapbId": "cpb-aacip-500-5d8nhc09", @@ -226082,16 +324189,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recdVsXxCzWVzwPNR", - "id": "e3306" + "id": "e3307" }, { "aapbId": "cpb-aacip-500-f7667z1m", @@ -226111,17 +324254,45 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "crime", + "name": "Crime" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -226186,9 +324357,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recdVwZk0ZxMyr5a7", - "id": "e3307" + "id": "e3308" }, { "aapbId": "cpb-aacip-500-610vv33c", @@ -226208,6 +324403,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -226217,12 +324416,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" + }, + { + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -226243,16 +324446,40 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdWkkRMTFCotkAc", - "id": "e3308" + "id": "e3309" }, { "aapbId": "cpb-aacip-500-0v89m67t", "naebId": "70-5-36", "umdId": "4520", - "title": "Program #36", + "title": "Program #36 Heroin Addiction: The Long Road Back", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -226263,9 +324490,85 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "alcohol", + "name": "Alcohol" + }, + { + "id": "alcoholism", + "name": "Alcoholism" + }, + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "college-students", + "name": "College students" + }, + { + "id": "drugs", + "name": "Drugs" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "ethics", + "name": "Ethics" + }, + { + "id": "marijuana", + "name": "Marijuana" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "teenagers", + "name": "Teenagers" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -226276,6 +324579,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -226286,7 +324613,7 @@ } ], "airtableId": "recdXBNUeDAxzuDT9", - "id": "e3309" + "id": "e3310" }, { "aapbId": "cpb-aacip-500-rr1pmd26", @@ -226318,6 +324645,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -226373,9 +324704,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recdXOmnDcyaMvlXb", - "id": "e3310" + "id": "e3311" }, { "aapbId": "cpb-aacip-500-vt1gpb80", @@ -226393,13 +324748,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recdXnCFI3wcDZzkF", - "id": "e3311" + "id": "e3312" }, { "aapbId": "cpb-aacip-500-sj19qr4c", @@ -226419,6 +324802,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" } ], "creator": [ @@ -226457,10 +324848,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdYS54OeAZ4UtXg", - "id": "e3312" + "id": "e3313" }, { "aapbId": "cpb-aacip-500-fx73zz80", @@ -226481,10 +324896,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -226540,7 +324951,7 @@ ], "decade": "1950-1959", "airtableId": "recdYtIxACsOZplyd", - "id": "e3313" + "id": "e3314" }, { "aapbId": "cpb-aacip-500-wm13sn0j", @@ -226561,13 +324972,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recdaBHcK1XjejH3G", - "id": "e3314" + "id": "e3315" }, { "aapbId": "cpb-aacip-500-vq2s911p", @@ -226587,6 +325026,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -226596,8 +325039,16 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "science", + "name": "Science" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -226638,9 +325089,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recdanNKRNKCBRJpc", - "id": "e3315" + "id": "e3316" }, { "aapbId": "cpb-aacip-500-wm13sm5j", @@ -226667,6 +325142,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -226683,10 +325162,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdc7DovdM35GcR9", - "id": "e3316" + "id": "e3317" }, { "aapbId": "cpb-aacip-500-df6k4q31", @@ -226707,6 +325210,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" } ], "creator": [ @@ -226717,10 +325228,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdcsLYLPKvCmwpN", - "id": "e3317" + "id": "e3318" }, { "aapbId": "cpb-aacip-500-7d2q936s", @@ -226741,13 +325276,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recdcxUFovZAgu2CC", - "id": "e3318" + "id": "e3319" }, { "aapbId": "cpb-aacip-500-pk072367", @@ -226784,13 +325347,17 @@ "name": "Great Britain. Metropolitan Police Office. Criminal Investigation Department--History--20th century" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "police-great-britain-history-20th-century", "name": "Police--Great Britain--History--20th century" @@ -226826,9 +325393,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recdd1W8m0c0QuViB", - "id": "e3319" + "id": "e3320" }, { "aapbId": "cpb-aacip-500-1c1tjk9n", @@ -226853,16 +325444,16 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -226903,9 +325494,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "recdeioyR9pYKjb46", - "id": "e3320" + "id": "e3321" }, { "aapbId": "cpb-aacip-500-kh0f0880", @@ -226926,6 +325541,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" } ], "creator": [ @@ -226936,10 +325559,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdg68zdFmytNWiT", - "id": "e3321" + "id": "e3322" }, { "aapbId": "cpb-aacip-500-qj77xz8w", @@ -226959,18 +325606,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -227056,15 +325707,39 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recdgDdsyPyNhrG3f", - "id": "e3322" + "id": "e3323" }, { "aapbId": "cpb-aacip-500-h12v850n", "naebId": "70-5-8", "umdId": "4491", - "title": "Program #8 what's Happening to American Blacks?", + "title": "Program #8 What's Happening to American Blacks?", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -227075,9 +325750,85 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "black-nationalism", + "name": "Black nationalism" + }, + { + "id": "constitutions-united-states", + "name": "Constitutions--United States" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "economics", + "name": "Economics" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "employment", + "name": "Employment" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "population", + "name": "Population" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "racism-united-states", + "name": "Racism--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "united-nations", + "name": "United Nations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -227088,6 +325839,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -227098,7 +325873,7 @@ } ], "airtableId": "recdgF9cc8RIVB5kv", - "id": "e3323" + "id": "e3324" }, { "aapbId": "cpb-aacip-500-862bdc23", @@ -227122,6 +325897,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -227130,13 +325909,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -227166,14 +325957,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recdgG1SYptl6qbPX", - "id": "e3324" + "id": "e3325" }, { "aapbId": "cpb-aacip-500-7m042n6r", @@ -227204,17 +326023,17 @@ "id": "federal-government-united-states", "name": "Federal government--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -227228,9 +326047,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -227247,10 +326074,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdgVZsy3MiqvsZb", - "id": "e3325" + "id": "e3326" }, { "aapbId": "cpb-aacip-500-804xms6q", @@ -227270,10 +326121,18 @@ "title": "They fought alone" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "rocketry-germany-history-20th-century", "name": "Rocketry--Germany--History--20th century" @@ -227282,6 +326141,10 @@ "id": "rocketry-history-20th-century", "name": "Rocketry--History--20th century" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "von-braun-wernher-1912-1977-anecdotes", "name": "Von Braun, Wernher, 1912-1977--Anecdotes" @@ -227352,9 +326215,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recdgz9M4Czzk8dd9", - "id": "e3326" + "id": "e3327" }, { "aapbId": "cpb-aacip-500-m32n9z7p", @@ -227375,20 +326262,24 @@ }, "subject": [ { - "id": "dixieland-music-louisiana", - "name": "Dixieland music--Louisiana" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-louisiana-new-orleans", - "name": "Jazz musicians--Louisiana--New Orleans" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-louisiana-new-orleans", + "name": "Jazz musicians--Louisiana--New Orleans" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "louisiana", + "name": "Louisiana" }, { "id": "music", @@ -227397,6 +326288,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -227429,10 +326324,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdh2BF0tOHV7Vr9", - "id": "e3327" + "id": "e3328" }, { "aapbId": "cpb-aacip-500-z31nmw0c", @@ -227452,17 +326371,13 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, { - "id": "communism-united-states", - "name": "Communism--United States" + "id": "communism", + "name": "Communism" }, { "id": "internal-security-united-states", @@ -227472,6 +326387,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security-united-states-1950-1960", "name": "National security--United States--1950-1960" @@ -227481,8 +326404,8 @@ "name": "U.S. Government" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -227550,9 +326473,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recdhrJ4FHeSgBBqb", - "id": "e3328" + "id": "e3329" }, { "aapbId": "cpb-aacip-500-3f4kqn87", @@ -227566,12 +326513,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recdiSjpZHHpQJ7PL", "subject": [], - "id": "e3329" + "id": "e3330" }, { "aapbId": "cpb-aacip-500-hm52kt5n", @@ -227592,12 +326563,12 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "musical-intervals-and-scales", @@ -227607,6 +326578,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "violin", "name": "Violin" @@ -227642,9 +326617,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recdk8aqiue5qPORk", - "id": "e3330" + "id": "e3331" }, { "aapbId": "cpb-aacip-500-xs5jg18s", @@ -227665,20 +326664,24 @@ }, "subject": [ { - "id": "film-criticism-united-states", - "name": "Film criticism--United States" + "id": "film", + "name": "Film" }, { - "id": "film-history", - "name": "Film History" + "id": "film-criticism-united-states", + "name": "Film criticism--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -227716,18 +326719,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recdkvMK1H4BCDrlz", - "id": "e3331" + "id": "e3332" }, { "aapbId": "cpb-aacip-500-319s5f68", @@ -227747,10 +326774,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -227844,9 +326879,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recdl1g3Jo4AKfVLw", - "id": "e3332" + "id": "e3333" }, { "aapbId": "cpb-aacip-500-222r8n9x", @@ -227869,6 +326928,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -227882,10 +326945,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdmPjHRate5vMG2", - "id": "e3333" + "id": "e3334" }, { "aapbId": "cpb-aacip-500-3x83p258", @@ -227916,6 +327003,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -227948,6 +327039,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -227958,7 +327073,7 @@ } ], "airtableId": "recdmbUO5XaL1BqJw", - "id": "e3334" + "id": "e3335" }, { "aapbId": "cpb-aacip-500-wh2ddb0x", @@ -227979,32 +327094,40 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "lincoln-abraham-1809-1865", "name": "Lincoln, Abraham, 1809-1865" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "secession-southern-states", "name": "Secession--Southern States" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "us-government", + "name": "U.S. Government" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "us-politics", + "name": "U.S. Politics" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { "id": "united-states-politics-and-government-20th-century", @@ -228031,10 +327154,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdnMYgMUiEkwpxt", - "id": "e3335" + "id": "e3336" }, { "aapbId": "cpb-aacip-500-jd4pq53x", @@ -228073,6 +327220,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -228097,9 +327248,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recdntFP3EeDGuqN5", - "id": "e3336" + "id": "e3337" }, { "aapbId": "cpb-aacip-500-pr7mtr7s", @@ -228124,6 +327299,10 @@ "id": "concerts", "name": "Concerts" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "music", "name": "Music" @@ -228132,6 +327311,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -228156,6 +327339,34 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", @@ -228168,7 +327379,7 @@ } ], "airtableId": "recdoBczFMlwDnMWc", - "id": "e3337" + "id": "e3338" }, { "aapbId": "cpb-aacip-500-dz03338t", @@ -228192,8 +327403,8 @@ "name": "Music" }, { - "id": "music-performance", - "name": "Music--Performance" + "id": "performance", + "name": "Performance" } ], "genre": [ @@ -228206,7 +327417,7 @@ "creator": [], "contributor": [], "airtableId": "recdoFJchArTPpjEL", - "id": "e3338" + "id": "e3339" }, { "aapbId": "cpb-aacip-500-jh3d3c71", @@ -228231,13 +327442,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -228266,18 +327485,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recdoczyK0wvhK2OZ", - "id": "e3339" + "id": "e3340" }, { "aapbId": "cpb-aacip-500-862bdb2w", @@ -228297,6 +327544,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -228343,11 +327594,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recdodjaW0L5CZDBt", - "id": "e3340" + "id": "e3341" }, { "aapbId": "cpb-aacip-500-8p5vbt1j", @@ -228368,13 +327647,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recdpTSsdcb9d7xbA", - "id": "e3341" + "id": "e3342" }, { "aapbId": "cpb-aacip-500-542jbh1x", @@ -228393,13 +327700,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recdpmD2yqxHEIBcU", - "id": "e3342" + "id": "e3343" }, { "aapbId": "cpb-aacip-500-0g3h218t", @@ -228426,13 +327761,17 @@ "id": "communication-policy", "name": "Communication policy" }, + { + "id": "education", + "name": "Education" + }, { "id": "federal-government-united-states", "name": "Federal government--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "military-policy", @@ -228442,13 +327781,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-association-of-educational-broadcasters-annual-conference", "name": "National Association of Educational Broadcasters Annual Conference" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "us-government", @@ -228459,8 +327802,12 @@ "name": "U.S. Politics" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "united-states", + "name": "United States" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -228485,9 +327832,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "milwaukee", + "name": "Milwaukee" + } + ], "decade": "1960-1969", "airtableId": "recdpnzhYda8PKXAj", - "id": "e3343" + "id": "e3344" }, { "aapbId": "cpb-aacip-500-cn6z1d90", @@ -228507,6 +327878,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -228519,11 +327898,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recdquVi4TgDRYIFB", - "id": "e3344" + "id": "e3345" }, { "aapbId": "cpb-aacip-500-rv0d0q1q", @@ -228555,6 +327958,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -228598,9 +328009,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recdrPXEiuzgBcamk", - "id": "e3345" + "id": "e3346" }, { "aapbId": "cpb-aacip-500-t43j2f7b", @@ -228636,6 +328071,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "us-government", "name": "U.S. Government" @@ -228674,7 +328117,8 @@ { "id": "behrens-aj", "name": "Behrens, A.J.", - "type": "Person" + "type": "Person", + "role": "Guest" } ], "genre": [ @@ -228687,9 +328131,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recdsJGqdmpn3VSCx", - "id": "e3346" + "id": "e3347" }, { "aapbId": "cpb-aacip-500-dr2p9j7f", @@ -228703,12 +328171,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recduNaRGdXm7VxVC", - "subject": [], - "id": "e3347" + "id": "e3348" }, { "aapbId": "cpb-aacip-500-gx44vv11", @@ -228740,6 +328217,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -228747,6 +328228,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -228773,19 +328258,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recduu2OQeAuBwwl9", - "id": "e3348" + "id": "e3349" }, { "aapbId": "cpb-aacip-500-6d5pd78r", @@ -228806,13 +328315,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recduugp6Q8sSsG9I", - "id": "e3349" + "id": "e3350" }, { "aapbId": "cpb-aacip-500-zs2kbz0m", @@ -228832,12 +328369,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -228858,10 +328395,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdvPQu2pD3O4u0Q", - "id": "e3350" + "id": "e3351" }, { "aapbId": "cpb-aacip-500-gx44vv8q", @@ -228889,6 +328450,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nightclubs", "name": "Nightclubs" @@ -228906,8 +328471,12 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -228966,9 +328535,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recdvxNYo2FY5pZO1", - "id": "e3352" + "id": "e3353" }, { "aapbId": "cpb-aacip-500-028pgv87", @@ -228989,8 +328582,8 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "europe", + "name": "Europe" }, { "id": "geologists-great-britain-biography", @@ -229005,12 +328598,28 @@ "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -229049,10 +328658,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recdwc4RCge1xEKFL", - "id": "e3353" + "id": "e3354" }, { "aapbId": "cpb-aacip-500-7659hh59", @@ -229073,8 +328706,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -229100,10 +328733,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -229134,20 +328775,22 @@ } ], "contributor": [ + { + "id": "johnson-ralph", + "name": "Johnson, Ralph", + "type": "Person" + }, { "id": "buchanan-singer-a", "name": "Buchanan, Singer A.", - "type": "Person" + "type": "Person", + "role": "Guest" }, { "id": "donner-stanley-t", "name": "Donner, Stanley T.", - "type": "Person" - }, - { - "id": "johnson-ralph", - "name": "Johnson, Ralph", - "type": "Person" + "type": "Person", + "role": "Guest" } ], "genre": [ @@ -229156,9 +328799,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recdxfRUTiIoOASiy", - "id": "e3354" + "id": "e3355" }, { "aapbId": "cpb-aacip-500-3j393x3k", @@ -229178,6 +328845,22 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -229188,6 +328871,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -229198,7 +328905,7 @@ } ], "airtableId": "recdxpdSUJyWtMXcu", - "id": "e3355" + "id": "e3356" }, { "aapbId": "cpb-aacip-500-1j97b63q", @@ -229261,7 +328968,7 @@ ], "decade": "1960-1969", "airtableId": "recdyTprUvOqtobG4", - "id": "e3356" + "id": "e3357" }, { "aapbId": "cpb-aacip-500-tt4fsf5j", @@ -229274,12 +328981,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recdyeWGPPQ4mGz9d", "subject": [], - "id": "e3357" + "id": "e3358" }, { "aapbId": "cpb-aacip-500-319s5h9d", @@ -229294,12 +329025,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recdyoFn8ER2YGt6B", - "subject": [], - "id": "e3358" + "id": "e3359" }, { "aapbId": "cpb-aacip-500-tx355q53", @@ -229327,6 +329063,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orestes-king-of-argos-mythological-character", "name": "Orestes, King of Argos (Mythological character)" @@ -229368,9 +329108,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rece1PGIqErZBuggA", - "id": "e3359" + "id": "e3360" }, { "aapbId": "cpb-aacip-500-154ds09k", @@ -229437,9 +329201,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rece1SdbAI6eXgWjg", - "id": "e3360" + "id": "e3361" }, { "aapbId": "cpb-aacip-500-z31nmx39", @@ -229471,6 +329259,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -229506,11 +329298,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "rece23sZdH2LybfbM", - "id": "e3361" + "id": "e3362" }, { "aapbId": "cpb-aacip-500-mk658f44", @@ -229529,13 +329349,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rece2ThdBsEwPvbH8", - "id": "e3362" + "id": "e3363" }, { "aapbId": "cpb-aacip-500-fb4wn69t", @@ -229556,12 +329404,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -229570,6 +329414,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -229596,10 +329444,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rece2V2RS0iVaDTgA", - "id": "e3363" + "id": "e3364" }, { "aapbId": "cpb-aacip-500-bc3szp9q", @@ -229620,20 +329492,24 @@ }, "subject": [ { - "id": "film-criticism-united-states", - "name": "Film criticism--United States" + "id": "film", + "name": "Film" }, { - "id": "film-history", - "name": "Film History" + "id": "film-criticism-united-states", + "name": "Film criticism--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -229671,18 +329547,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "rece3rd04y1AHVZyA", - "id": "e3364" + "id": "e3365" }, { "aapbId": "cpb-aacip-500-js9h890c", @@ -229695,12 +329595,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rece4UmWquU9tFURe", "subject": [], - "id": "e3365" + "id": "e3366" }, { "aapbId": "cpb-aacip-500-ww76zg55", @@ -229724,10 +329648,6 @@ "id": "agriculture", "name": "Agriculture" }, - { - "id": "agriculture-united-states", - "name": "Agriculture--United States" - }, { "id": "architecture", "name": "Architecture" @@ -229752,6 +329672,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "future-the", "name": "Future, The" @@ -229763,6 +329687,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -229826,9 +329754,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rece4bN8fvODUi9Us", - "id": "e3366" + "id": "e3367" }, { "aapbId": "cpb-aacip-500-jd4pq545", @@ -229846,13 +329798,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rece5HHV2aWEsQP6p", - "id": "e3367" + "id": "e3368" }, { "aapbId": "cpb-aacip-500-wd3q116r", @@ -229873,13 +329853,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rece5cFg3juLRHVuf", - "id": "e3368" + "id": "e3369" }, { "aapbId": "cpb-aacip-500-m32nb033", @@ -229898,6 +329906,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -229919,6 +329931,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -229929,7 +329965,7 @@ } ], "airtableId": "rece6a1ceTTxmVRDM", - "id": "e3369" + "id": "e3370" }, { "aapbId": "cpb-aacip-500-jq0sw08k", @@ -229948,13 +329984,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rece6rgItrxT6zx71", - "id": "e3370" + "id": "e3371" }, { "aapbId": "cpb-aacip-500-z31nmw5k", @@ -229978,10 +330042,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -230019,9 +330091,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rece7ML7UmBqbfziR", - "id": "e3371" + "id": "e3372" }, { "aapbId": "cpb-aacip-500-kw57jd6j", @@ -230054,16 +330150,16 @@ "name": "Broadcasting policy--United States" }, { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media-law-and-legislation-united-states", @@ -230073,6 +330169,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -230092,6 +330192,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -230150,9 +330258,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rece8tHD2Z9LJaATz", - "id": "e3372" + "id": "e3373" }, { "aapbId": "cpb-aacip-500-g7374t2c", @@ -230176,13 +330308,25 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -230243,11 +330387,39 @@ { "id": "educational", "name": "Educational" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "receAxBMddTaXRTiL", - "id": "e3373" + "id": "e3374" }, { "aapbId": "cpb-aacip-500-862bdd12", @@ -230275,6 +330447,10 @@ "id": "great-britain", "name": "Great Britain" }, + { + "id": "great-britain-foreign-relations", + "name": "Great Britain--Foreign relations" + }, { "id": "great-britain-politics-and-government-20th-century", "name": "Great Britain--Politics and government--20th century" @@ -230284,8 +330460,16 @@ "name": "NAEB Region III" }, { - "id": "united-states-foreign-relations-great-britain", - "name": "United States--Foreign relations--Great Britain" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -230321,9 +330505,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "receBFBnGxIe8LvqW", - "id": "e3374" + "id": "e3375" }, { "aapbId": "cpb-aacip-500-bc3szm99", @@ -230344,12 +330552,16 @@ }, "subject": [ { - "id": "carpenters-drama", - "name": "Carpenters--Drama" + "id": "carpenters", + "name": "Carpenters" + }, + { + "id": "depressions-1929", + "name": "Depressions--1929" }, { - "id": "depressions-1929-drama", - "name": "Depressions--1929--Drama" + "id": "drama", + "name": "Drama" }, { "id": "ecology-the-environment", @@ -230359,6 +330571,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -230368,20 +330584,11 @@ "name": "Rivers" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" - }, - { - "id": "unemployment-drama", - "name": "Unemployment--Drama" + "id": "unemployment", + "name": "Unemployment" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -230389,8 +330596,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -230431,9 +330638,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "receBOf0XjNdeWrNw", - "id": "e3375" + "id": "e3376" }, { "aapbId": "cpb-aacip-500-s756jw66", @@ -230461,6 +330692,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -230515,9 +330750,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "receCz0fNrlZ7voD9", - "id": "e3376" + "id": "e3377" }, { "aapbId": "cpb-aacip-500-st7dwj79", @@ -230538,16 +330797,32 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "france", + "name": "France" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -230573,6 +330848,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -230583,7 +330882,7 @@ } ], "airtableId": "receD4yeGjgqJDIkd", - "id": "e3377" + "id": "e3378" }, { "aapbId": "cpb-aacip-500-ks6j553m", @@ -230639,18 +330938,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "receEzlzR6pggg71x", - "id": "e3378" + "id": "e3379" }, { "aapbId": "cpb-aacip-500-np1wjk17", @@ -230674,6 +330997,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -230682,13 +331009,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -230718,14 +331057,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "receFF9NOoZ3puGtl", - "id": "e3379" + "id": "e3380" }, { "aapbId": "cpb-aacip-500-s46h5m32", @@ -230746,12 +331113,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -230760,6 +331123,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -230786,10 +331153,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "receG0jEDG7HrcnSg", - "id": "e3380" + "id": "e3381" }, { "aapbId": "cpb-aacip-500-vd6p463q", @@ -230810,28 +331201,24 @@ }, "subject": [ { - "id": "african-american-banks", - "name": "African American banks" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-american-business-enterprises", - "name": "African American business enterprises" + "id": "banks", + "name": "Banks" }, { - "id": "african-american-businesspeople", - "name": "African American businesspeople" + "id": "business-enterprises", + "name": "Business enterprises" }, { - "id": "african-american-history", - "name": "African American History" + "id": "businesspeople", + "name": "Businesspeople" }, { - "id": "african-americans", - "name": "African Americans" - }, - { - "id": "african-americans-economic-conditions", - "name": "African Americans--Economic conditions" + "id": "economic-conditions", + "name": "Economic conditions" }, { "id": "economy-business", @@ -230845,9 +331232,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, { "id": "self-reliance", "name": "Self-reliance" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -230895,9 +331294,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "receG0lRT97UL4MNV", - "id": "e3381" + "id": "e3382" }, { "aapbId": "cpb-aacip-500-zc7rsr17", @@ -230921,6 +331344,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -230968,9 +331395,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "receIUyfA15Uy86DT", - "id": "e3382" + "id": "e3383" }, { "aapbId": "cpb-aacip-500-tq5rd49w", @@ -231006,17 +331457,21 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "special-education-united-states-history-20th-century", - "name": "Special education--United States--History--20th century" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "special-education", + "name": "Special education" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -231068,9 +331523,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "receIdId7om7WEkgx", - "id": "e3383" + "id": "e3384" }, { "aapbId": "cpb-aacip-500-t43j2g8s", @@ -231093,10 +331572,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -231125,9 +331600,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "receJmLB13QOBPZxi", - "id": "e3384" + "id": "e3385" }, { "aapbId": "cpb-aacip-500-vx062m3b", @@ -231160,11 +331659,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "receKvTTPJ7igveFa", "subject": [], - "id": "e3385" + "id": "e3386" }, { "aapbId": "cpb-aacip-500-v97zqx1h", @@ -231196,6 +331719,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "political-campaigns", "name": "Political campaigns" @@ -231222,11 +331749,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -231240,8 +331762,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -231270,9 +331792,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "receL66mDGPqr9xtN", - "id": "e3386" + "id": "e3387" }, { "aapbId": "cpb-aacip-500-tt4fsg1s", @@ -231292,7 +331838,7 @@ "contributor": [], "airtableId": "receLR6hTjQ0EmLth", "subject": [], - "id": "e3387" + "id": "e3388" }, { "aapbId": "cpb-aacip-500-08638g69", @@ -231311,10 +331857,18 @@ "title": "30th Annual Couchiching conference, 1961" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "developing-countries", "name": "Developing countries" @@ -231336,8 +331890,12 @@ "name": "Science & Technology" }, { - "id": "technology-developing-countries", - "name": "Technology--Developing countries" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "technology", + "name": "Technology" }, { "id": "world-politics", @@ -231395,11 +331953,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "receLvjALXCsO9u98", - "id": "e3388" + "id": "e3389" }, { "aapbId": "cpb-aacip-500-hx15rp98", @@ -231418,13 +332004,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "receM8XBTzGaA1Pvn", - "id": "e3389" + "id": "e3390" }, { "aapbId": "cpb-aacip-500-fj29dt40", @@ -231448,17 +332062,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -231499,9 +332121,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "receMeDuaeUfdH00u", - "id": "e3390" + "id": "e3391" }, { "aapbId": "cpb-aacip-500-6q1sk27z", @@ -231541,6 +332187,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sexually-transmitted-disease-vaccines", "name": "Sexually transmitted disease vaccines" @@ -231606,9 +332256,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "receNfdg8Kws2EuTa", - "id": "e3391" + "id": "e3392" }, { "aapbId": "cpb-aacip-500-p55dgz73", @@ -231629,20 +332303,24 @@ }, "subject": [ { - "id": "jazz-musicians-illinois-biography", - "name": "Jazz musicians--Illinois--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "illinois-chicago", + "name": "Illinois--Chicago" }, { - "id": "jazz-illinois-chicago", - "name": "Jazz--Illinois--Chicago" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-illinois-biography", + "name": "Jazz musicians--Illinois--Biography" }, { "id": "music", @@ -231651,6 +332329,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -231683,10 +332369,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "receNu3vjSpna7b4s", - "id": "e3392" + "id": "e3393" }, { "aapbId": "cpb-aacip-500-w37kv61z", @@ -231704,13 +332414,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recePywlgXn1ZilO5", - "id": "e3393" + "id": "e3394" }, { "aapbId": "cpb-aacip-500-cn6z1d7h", @@ -231729,13 +332467,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "receQ9EYbV5roOCnE", - "id": "e3394" + "id": "e3395" }, { "aapbId": "cpb-aacip-500-9c6s2s7n", @@ -231771,13 +332537,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -231812,9 +332582,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "receQYhms7ZizsPLa", - "id": "e3395" + "id": "e3396" }, { "aapbId": "cpb-aacip-500-jq0sw063", @@ -231834,6 +332628,34 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "newspapers", + "name": "Newspapers" + }, + { + "id": "radio-journalists", + "name": "Radio journalists" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -231844,6 +332666,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -231854,7 +332700,7 @@ } ], "airtableId": "receRFJfvLD4adHDc", - "id": "e3396" + "id": "e3397" }, { "aapbId": "cpb-aacip-500-vq2s910f", @@ -231875,16 +332721,28 @@ }, "subject": [ { - "id": "communism-japan", - "name": "Communism--Japan" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "japan-history-20th-century", - "name": "Japan--History--20th century" + "id": "china-foreign-relations", + "name": "China--Foreign relations" + }, + { + "id": "communism", + "name": "Communism" }, { - "id": "japan-relations-china", - "name": "Japan--Relations--China" + "id": "japan", + "name": "Japan" + }, + { + "id": "japan-foreign-relations", + "name": "Japan--Foreign relations" + }, + { + "id": "japan-history-20th-century", + "name": "Japan--History--20th century" }, { "id": "japan-relations-soviet-union", @@ -231895,12 +332753,8 @@ "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -231974,9 +332828,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "receRS0ycK16y8jFc", - "id": "e3397" + "id": "e3398" }, { "aapbId": "cpb-aacip-500-bk16r71x", @@ -231997,12 +332875,16 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "education", + "name": "Education" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "instruction-and-study", + "name": "Instruction and study" + }, + { + "id": "music", + "name": "Music" }, { "id": "music-interpretation-phrasing-dynamics-etc", @@ -232012,6 +332894,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-instruction-and-study", "name": "Piano--Instruction and study" @@ -232053,9 +332939,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "receRhvXPfPczeHWX", - "id": "e3398" + "id": "e3399" }, { "aapbId": "cpb-aacip-500-9k45vd9j", @@ -232076,13 +332986,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "receRm3RVZt93j5DK", - "id": "e3399" + "id": "e3400" }, { "aapbId": "cpb-aacip-500-qj77xz7n", @@ -232114,6 +333052,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "political-parties-germany", "name": "Political parties--Germany" @@ -232121,6 +333063,10 @@ { "id": "saarland-germany", "name": "Saarland (Germany)" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -232166,9 +333112,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "receSYxnCQGpOZoz8", - "id": "e3400" + "id": "e3401" }, { "aapbId": "cpb-aacip-500-v11vk09k", @@ -232211,6 +333181,14 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -232263,9 +333241,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "receW6b5qI0ZmnhFG", - "id": "e3401" + "id": "e3402" }, { "aapbId": "cpb-aacip-500-df6k4n7k", @@ -232301,13 +333303,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -232336,9 +333350,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "receWc5QpMXkgBJEr", - "id": "e3402" + "id": "e3403" }, { "aapbId": "cpb-aacip-500-r49g8p6v", @@ -232362,25 +333400,41 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "military", + "name": "Military" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "nuclear-energy-history-20th-century", - "name": "Nuclear energy--History--20th century," + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "nuclear-energy-military-aspects-united-states-history-20th-century", - "name": "Nuclear energy--Military aspects--United States--History--20th century" + "id": "nuclear-energy", + "name": "Nuclear energy" + }, + { + "id": "nuclear-energy-history-20th-century", + "name": "Nuclear energy--History--20th century," }, { "id": "nuclear-energy-research-united-states", "name": "Nuclear energy--Research--United States" }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -232433,9 +333487,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "receYGkBFuhQCuxR7", - "id": "e3403" + "id": "e3404" }, { "aapbId": "cpb-aacip-500-7d2q9243", @@ -232460,17 +333538,25 @@ "name": "Christianity--Germany--20th century" }, { - "id": "clergy-germany", - "name": "Clergy--Germany" + "id": "clergy", + "name": "Clergy" }, { "id": "europe", "name": "Europe" }, + { + "id": "germany", + "name": "Germany" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -232527,9 +333613,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "receYJwHFUTdyf6Zf", - "id": "e3404" + "id": "e3405" }, { "aapbId": "cpb-aacip-500-1n7xqf7s", @@ -232550,12 +333660,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -232564,6 +333670,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -232590,10 +333700,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "receYLw2eviY1rxuA", - "id": "e3405" + "id": "e3406" }, { "aapbId": "cpb-aacip-500-9882ph20", @@ -232624,6 +333758,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -232670,9 +333808,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "receZlAYflWcO5LCf", - "id": "e3406" + "id": "e3407" }, { "aapbId": "cpb-aacip-500-dn3zx90d", @@ -232688,16 +333850,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "receaz0VUQKGHduyt", - "id": "e3407" + "id": "e3408" }, { "aapbId": "cpb-aacip-500-tb0xv255", @@ -232730,11 +333924,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recebJ7MdNJXhWSwB", "subject": [], - "id": "e3408" + "id": "e3409" }, { "aapbId": "cpb-aacip-500-vm42ws2h", @@ -232757,10 +333975,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -232780,10 +334006,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recebmFyaecbhYaq2", - "id": "e3409" + "id": "e3410" }, { "aapbId": "cpb-aacip-500-x921hk95", @@ -232803,6 +334053,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -232819,6 +334073,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -232827,13 +334085,21 @@ "id": "nuclear-warfare-safety-measures", "name": "Nuclear warfare--Safety measures" }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -232916,9 +334182,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "recef0uCaE8QMZQbY", - "id": "e3410" + "id": "e3411" }, { "aapbId": "cpb-aacip-500-z60c171r", @@ -232938,6 +334228,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -232950,11 +334248,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recef6GoCjwXzDFwS", - "id": "e3411" + "id": "e3412" }, { "aapbId": "cpb-aacip-500-zc7rss5d", @@ -232969,12 +334291,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recefKyK2lPHohy1N", "subject": [], - "id": "e3412" + "id": "e3413" }, { "aapbId": "cpb-aacip-500-sf2mbf4r", @@ -232995,8 +334341,8 @@ }, "subject": [ { - "id": "admirals-great-britain", - "name": "Admirals--Great Britain" + "id": "admirals", + "name": "Admirals" }, { "id": "europe", @@ -233017,6 +334363,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -233045,9 +334399,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recefZ9oP7MR7zPXu", - "id": "e3413" + "id": "e3414" }, { "aapbId": "cpb-aacip-500-bv79x48f", @@ -233071,6 +334449,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -233079,13 +334461,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -233121,14 +334515,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recegkTCjexdX1JAl", - "id": "e3414" + "id": "e3415" }, { "aapbId": "cpb-aacip-500-h98zf080", @@ -233149,13 +334571,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recehS0AZAqhQlTpC", - "id": "e3415" + "id": "e3416" }, { "aapbId": "cpb-aacip-500-bk16r82c", @@ -233175,6 +334625,18 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "canada", + "name": "Canada" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "human-rights", "name": "Human rights" @@ -233187,10 +334649,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nigeria", "name": "Nigeria" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "united-nations", "name": "United Nations" @@ -233252,9 +334722,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recehnk9hWVtjoAax", - "id": "e3416" + "id": "e3417" }, { "aapbId": "cpb-aacip-500-zs2kbw06", @@ -233274,14 +334768,14 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "buckingham-james-silk-1786-1855", "name": "Buckingham, James Silk, 1786-1855" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "journalists-england-biography", "name": "Journalists--England--Biography" @@ -233290,17 +334784,29 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -233339,10 +334845,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recehqvGJbk0oMGRx", - "id": "e3417" + "id": "e3418" }, { "aapbId": "cpb-aacip-500-513tz64w", @@ -233465,9 +334995,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recehuRIkFcv00oj7", - "id": "e3418" + "id": "e3419" }, { "aapbId": "cpb-aacip-500-h12v848c", @@ -233481,12 +335035,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "receipzh2lxEXjvks", - "subject": [], - "id": "e3419" + "id": "e3420" }, { "aapbId": "cpb-aacip-500-rn30741n", @@ -233518,6 +335081,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -233567,9 +335134,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recejV3Y490xnnDrZ", - "id": "e3420" + "id": "e3421" }, { "aapbId": "cpb-aacip-500-9z90dh2t", @@ -233590,12 +335181,20 @@ }, "subject": [ { - "id": "galilei-galileo-1564-1642-adversaries", - "name": "Galilei, Galileo, 1564-1642--Adversaries" + "id": "drama", + "name": "Drama" }, { - "id": "galilei-galileo-1564-1642-drama", - "name": "Galilei, Galileo, 1564-1642--Drama" + "id": "europe", + "name": "Europe" + }, + { + "id": "galilei-galileo-1564-1642", + "name": "Galilei, Galileo, 1564-1642" + }, + { + "id": "galilei-galileo-1564-1642-adversaries", + "name": "Galilei, Galileo, 1564-1642--Adversaries" }, { "id": "galilei-galileo-1564-1642-influence", @@ -233605,9 +335204,21 @@ "id": "galilei-galileo-1564-1642-trials-litigation-etc", "name": "Galilei, Galileo, 1564-1642--Trials, litigation, etc" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -233666,9 +335277,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recejz9nlwbgOVSDc", - "id": "e3421" + "id": "e3422" }, { "aapbId": "cpb-aacip-500-f18sgc5d", @@ -233692,6 +335327,10 @@ "id": "developing-countries-economic-conditions", "name": "Developing countries--Economic conditions" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -233712,6 +335351,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -233760,9 +335407,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recek2ZtuLOPjKK44", - "id": "e3422" + "id": "e3423" }, { "aapbId": "cpb-aacip-500-2n4zmb90", @@ -233786,10 +335457,18 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "nicotine-addiction", "name": "Nicotine addiction" @@ -233797,6 +335476,10 @@ { "id": "smoking", "name": "Smoking" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -233836,9 +335519,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recemh1DUVy2LvrRg", - "id": "e3423" + "id": "e3424" }, { "aapbId": "cpb-aacip-500-ft8dkn9m", @@ -233862,10 +335569,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -233903,9 +335618,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recen2y3G9tgi8Iem", - "id": "e3424" + "id": "e3425" }, { "aapbId": "cpb-aacip-500-c24qpm95", @@ -233929,6 +335668,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -233990,9 +335733,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "receo3Fi00QpAohmP", - "id": "e3425" + "id": "e3426" }, { "aapbId": "cpb-aacip-500-vx062k8b", @@ -234055,7 +335822,7 @@ ], "decade": "1960-1969", "airtableId": "receoNHYcl63ZGJBY", - "id": "e3426" + "id": "e3427" }, { "aapbId": "cpb-aacip-500-pg1hnv30", @@ -234075,6 +335842,30 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "transportation-united-states-20th-century", + "name": "Transportation--United States--20th century" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -234085,6 +335876,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -234095,7 +335910,7 @@ } ], "airtableId": "receoeQx0GKbSmsTC", - "id": "e3427" + "id": "e3428" }, { "aapbId": "cpb-aacip-500-xg9f966v", @@ -234112,9 +335927,101 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "alienation", + "name": "Alienation" + }, + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "economic-conditions", + "name": "Economic conditions" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "politicians-united-states", + "name": "Politicians--United States" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "social-attitudes", + "name": "Social attitudes" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "vietnam-war-1961-1975", + "name": "Vietnam War, 1961-1975" + }, + { + "id": "violence", + "name": "Violence" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -234138,9 +336045,33 @@ "role": "Narrator" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recepD2IiuAjg3Uuu", - "id": "e3428" + "id": "e3429" }, { "aapbId": "cpb-aacip-500-9g5gg366", @@ -234164,6 +336095,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -234172,13 +336107,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -234214,14 +336161,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recepk4QtzUrn6XKu", - "id": "e3429" + "id": "e3430" }, { "aapbId": "cpb-aacip-500-7h1dpd16", @@ -234249,6 +336224,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -234284,10 +336263,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recerCg4l1DSsRT4m", - "id": "e3430" + "id": "e3431" }, { "aapbId": "cpb-aacip-500-7w677g7d", @@ -234307,6 +336310,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -234316,8 +336323,12 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "painting", + "name": "Painting" } ], "creator": [ @@ -234358,9 +336369,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recerizXCG12Q41km", - "id": "e3431" + "id": "e3432" }, { "aapbId": "cpb-aacip-500-7m042m98", @@ -234381,16 +336416,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "james-henry-1843-1916", @@ -234400,9 +336431,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -234454,9 +336493,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recesG0003l21H62x", - "id": "e3432" + "id": "e3433" }, { "aapbId": "cpb-aacip-500-8p5vbs03", @@ -234477,16 +336540,44 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "cities-and-towns", + "name": "Cities and towns" + }, + { + "id": "industrialization", + "name": "Industrialization" + }, + { + "id": "leisure", + "name": "Leisure" }, { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "mass-media", + "name": "Mass media" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -234533,9 +336624,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recesqWqKuGXG0wXt", - "id": "e3433" + "id": "e3434" }, { "aapbId": "cpb-aacip-500-959c962c", @@ -234555,6 +336670,10 @@ "title": "Books in the news" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -234571,7 +336690,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recet6UR0ECXIVQie", - "id": "e3434" + "id": "e3435" }, { "aapbId": "cpb-aacip-500-wh2ddb54", @@ -234586,12 +336705,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recetl8TxfdzwzKdp", "subject": [], - "id": "e3435" + "id": "e3436" }, { "aapbId": "cpb-aacip-500-5d8nhb3t", @@ -234627,6 +336770,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "peace", "name": "Peace" @@ -234635,6 +336782,10 @@ "id": "peacemakers", "name": "Peacemakers" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -234689,9 +336840,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "receua75kNNUQDMT5", - "id": "e3436" + "id": "e3437" }, { "aapbId": "cpb-aacip-500-k9316q2h", @@ -234714,6 +336889,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -234737,10 +336916,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recevDs5FAZkNXE2z", - "id": "e3437" + "id": "e3438" }, { "aapbId": "cpb-aacip-500-9c6s2s94", @@ -234770,14 +336973,14 @@ "id": "broadcasting-mexico", "name": "Broadcasting--Mexico" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "latin-america", "name": "Latin America" }, + { + "id": "law", + "name": "Law" + }, { "id": "mexico", "name": "Mexico" @@ -234786,6 +336989,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "radio-stations", "name": "Radio stations" @@ -234839,9 +337046,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recew0afKkFQqkrbO", - "id": "e3438" + "id": "e3439" }, { "aapbId": "cpb-aacip-500-9z90dh49", @@ -234869,6 +337100,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "singing", "name": "Singing" @@ -234935,9 +337170,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recewTXwsUe2aQlgH", - "id": "e3439" + "id": "e3440" }, { "aapbId": "cpb-aacip-500-9c6s2v0c", @@ -234968,6 +337227,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -235000,6 +337263,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -235010,7 +337297,7 @@ } ], "airtableId": "recewUMhc8dWp9gpl", - "id": "e3440" + "id": "e3441" }, { "aapbId": "cpb-aacip-500-h98zf02j", @@ -235030,25 +337317,33 @@ "title": "As we see it: Vietnam '68" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china", + "name": "China" + }, { "id": "china-history-cultural-revolution-1966-1976", "name": "China--History--Cultural Revolution, 1966-1976" }, { - "id": "china-military-policy", - "name": "China--Military policy" + "id": "military", + "name": "Military" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "tet-offensive-1968", - "name": "Tet Offensive, 1968" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "tet-offensive-1968", + "name": "Tet Offensive, 1968" }, { "id": "us-history-1900-present", @@ -235057,6 +337352,10 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -235087,9 +337386,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recewbp3nQuwtstzg", - "id": "e3441" + "id": "e3442" }, { "aapbId": "cpb-aacip-500-np1wjk00", @@ -235109,6 +337432,34 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-politics-and-government", + "name": "United States--Politics and government" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -235119,6 +337470,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -235129,7 +337504,7 @@ } ], "airtableId": "receyavoobmky2qcs", - "id": "e3442" + "id": "e3443" }, { "aapbId": "cpb-aacip-500-jh3d3d1s", @@ -235153,17 +337528,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -235204,9 +337587,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "receye3ZNnE1n9UMG", - "id": "e3443" + "id": "e3444" }, { "aapbId": "cpb-aacip-500-j09w516k", @@ -235230,6 +337637,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -235238,13 +337649,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -235280,14 +337703,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recf06pBJoGJxgfFg", - "id": "e3444" + "id": "e3445" }, { "aapbId": "cpb-aacip-500-n29p6t5p", @@ -235308,13 +337759,25 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "soviet-union", + "name": "Soviet Union" + }, { "id": "soviet-union-history-1925-1953", "name": "Soviet Union--History--1925-1953" @@ -235328,8 +337791,8 @@ "name": "Soviet Union--Military relations--United States" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -235398,9 +337861,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recf1zFPnYo0y0k9b", - "id": "e3445" + "id": "e3446" }, { "aapbId": "cpb-aacip-500-8911sn8z", @@ -235432,6 +337919,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -235467,11 +337958,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recf24hzEfAzTMipM", - "id": "e3446" + "id": "e3447" }, { "aapbId": "cpb-aacip-500-pr7mtr42", @@ -235486,12 +338005,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recf2rl49Jsbnrjyk", - "subject": [], - "id": "e3447" + "id": "e3448" }, { "aapbId": "cpb-aacip-500-x34mr16g", @@ -235512,8 +338036,12 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { "id": "city-planning-united-states", @@ -235527,10 +338055,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "minorities-united-states", "name": "Minorities--United States" @@ -235554,6 +338078,18 @@ { "id": "technology", "name": "Technology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -235599,9 +338135,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recf3GDBomcs0sCKo", - "id": "e3448" + "id": "e3449" }, { "aapbId": "cpb-aacip-500-8g8fk75f", @@ -235623,7 +338183,7 @@ "contributor": [], "airtableId": "recf3xj71uo8F8pJS", "subject": [], - "id": "e3449" + "id": "e3450" }, { "aapbId": "cpb-aacip-500-dj58j07k", @@ -235642,13 +338202,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recf5w7KSYrCKAdnY", - "id": "e3450" + "id": "e3451" }, { "aapbId": "cpb-aacip-500-7p8tfx8h", @@ -235669,8 +338257,8 @@ }, "subject": [ { - "id": "europe", - "name": "Europe" + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "great-britain", @@ -235681,16 +338269,20 @@ "name": "NAEB Region I" }, { - "id": "novelists-english-20th-century-biography", - "name": "Novelists, English--20th century--Biography" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "political-fiction-20th-century-history-and-criticism", - "name": "Political fiction--20th century--History and criticism" + "id": "novelists-english-20th-century-biography", + "name": "Novelists, English--20th century--Biography" }, { "id": "political-fiction-english-history-and-criticism", "name": "Political fiction, English--History and criticism" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -235719,9 +338311,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recf6U2OTqUin90Fd", - "id": "e3451" + "id": "e3452" }, { "aapbId": "cpb-aacip-500-959c964v", @@ -235741,6 +338357,14 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "holmes-oliver-wendell-1809-1894", "name": "Holmes, Oliver Wendell, 1809-1894" @@ -235749,13 +338373,21 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "writers", - "name": "Writers" + "id": "war-stories-american", + "name": "War stories, American" } ], "creator": [ @@ -235823,18 +338455,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1960-1969", "airtableId": "recf93yOTHglT0j9R", - "id": "e3452" + "id": "e3453" }, { "aapbId": "cpb-aacip-500-x921hm7w", @@ -235865,6 +338521,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -235903,10 +338563,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfA5tdh61AhfeI2", - "id": "e3453" + "id": "e3454" }, { "aapbId": "cpb-aacip-500-vx062k4c", @@ -235931,8 +338615,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -235946,13 +338630,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -236004,9 +338692,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recfA9cAaeydBFrpi", - "id": "e3454" + "id": "e3455" }, { "aapbId": "cpb-aacip-500-vh5chg5m", @@ -236030,6 +338742,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -236063,11 +338779,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "airtableId": "recfBLs9lOC31VqyC", - "id": "e3455" + "id": "e3456" }, { "aapbId": "cpb-aacip-500-pk072456", @@ -236095,13 +338839,25 @@ "id": "mexico-foreign-economic-relations-united-states", "name": "Mexico--Foreign economic relations--United States" }, + { + "id": "mexico-history", + "name": "Mexico--History" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "tourism-mexico-history", - "name": "Tourism--Mexico--History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "tourism", + "name": "Tourism" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -236165,9 +338921,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recfC436NInjH6FQa", - "id": "e3456" + "id": "e3457" }, { "aapbId": "cpb-aacip-500-2j687131", @@ -236191,6 +338971,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -236242,9 +339026,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recfCEwxbMu3GoLVB", - "id": "e3457" + "id": "e3458" }, { "aapbId": "cpb-aacip-500-2r3p0n0k", @@ -236303,6 +339111,18 @@ { "id": "technology", "name": "Technology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -236360,9 +339180,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recfCH7HWTyVFb65e", - "id": "e3458" + "id": "e3459" }, { "aapbId": "cpb-aacip-500-ns0kxw62", @@ -236385,10 +339229,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -236408,10 +339260,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfCHyEyKBOkszFC", - "id": "e3459" + "id": "e3460" }, { "aapbId": "cpb-aacip-500-sx648x28", @@ -236426,12 +339302,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recfCiXwSWLNuVHMp", "subject": [], - "id": "e3460" + "id": "e3461" }, { "aapbId": "cpb-aacip-500-nk365875", @@ -236466,6 +339366,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -236500,9 +339404,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recfCnfPRtf3sPORt", - "id": "e3461" + "id": "e3462" }, { "aapbId": "cpb-aacip-500-b27psv1b", @@ -236525,6 +339453,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -236548,10 +339480,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfDHUi1KZ330kD9", - "id": "e3462" + "id": "e3463" }, { "aapbId": "cpb-aacip-500-cc0tvh7j", @@ -236583,6 +339539,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -236626,9 +339590,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recfDl7XZHd7sdGgp", - "id": "e3463" + "id": "e3464" }, { "aapbId": "cpb-aacip-500-p26q3q45", @@ -236653,10 +339641,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "humanities", "name": "Humanities" @@ -236665,6 +339649,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physics", "name": "Physics" @@ -236716,9 +339704,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": null, "airtableId": "recfFH47UmJrapPHq", - "id": "e3464" + "id": "e3465" }, { "aapbId": "cpb-aacip-500-g44hrk38", @@ -236738,17 +339750,21 @@ "title": "Reader's almanac" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -236783,9 +339799,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recfFH7T0Y9e2MkvJ", - "id": "e3465" + "id": "e3466" }, { "aapbId": "cpb-aacip-500-8s4jr42k", @@ -236801,16 +339841,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recfGMTwR5fwf9xva", - "id": "e3466" + "id": "e3467" }, { "aapbId": "cpb-aacip-500-fn10t48r", @@ -236829,13 +339909,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recfGgK34Jxjp1cvo", - "id": "e3467" + "id": "e3468" }, { "aapbId": "cpb-aacip-500-fj29dv1g", @@ -236868,8 +339976,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -236900,9 +340012,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recfHHSGcShBl3j0v", - "id": "e3468" + "id": "e3469" }, { "aapbId": "cpb-aacip-500-m03xxq7b", @@ -236917,12 +340053,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recfHSH4Uhcr81boT", - "subject": [], - "id": "e3469" + "id": "e3470" }, { "aapbId": "cpb-aacip-500-pn8xfd5g", @@ -236946,13 +340087,25 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -237013,11 +340166,39 @@ { "id": "educational", "name": "Educational" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recfKqhw54Pb4ZTcD", - "id": "e3470" + "id": "e3471" }, { "aapbId": "cpb-aacip-500-057cw737", @@ -237045,6 +340226,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -237052,6 +340237,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -237080,9 +340269,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recfLMSiT2d4c1dig", - "id": "e3471" + "id": "e3472" }, { "aapbId": "cpb-aacip-500-jd4pq367", @@ -237106,10 +340319,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -237147,9 +340368,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recfMrgedbG0qU3xw", - "id": "e3472" + "id": "e3473" }, { "aapbId": "cpb-aacip-500-5t3g2g31", @@ -237177,6 +340422,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -237196,11 +340445,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recfMzTuoEBmG3h4C", - "id": "e3473" + "id": "e3474" }, { "aapbId": "cpb-aacip-500-vq2s907x", @@ -237257,7 +340530,7 @@ ], "decade": "1960-1969", "airtableId": "recfO5kM5Vq0DlugS", - "id": "e3474" + "id": "e3475" }, { "aapbId": "cpb-aacip-500-154ds24s", @@ -237276,13 +340549,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recfPnSpmAQGHb8XC", - "id": "e3475" + "id": "e3476" }, { "aapbId": "cpb-aacip-500-fx740022", @@ -237297,12 +340598,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recfQ0vDLaM4JAOII", - "subject": [], - "id": "e3476" + "id": "e3477" }, { "aapbId": "cpb-aacip-500-rr1pmf3n", @@ -237332,25 +340650,29 @@ "id": "educational-broadcasting", "name": "Educational broadcasting" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-association-of-educational-broadcasters-annual-conference", "name": "National Association of Educational Broadcasters Annual Conference" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -237367,10 +340689,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "milwaukee", + "name": "Milwaukee" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfRNVDMvPy8U0N4", - "id": "e3477" + "id": "e3478" }, { "aapbId": "cpb-aacip-500-pz51mb35", @@ -237389,8 +340735,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -237457,9 +340803,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recfSBIlLNSqSuxqN", - "id": "e3478" + "id": "e3479" }, { "aapbId": "cpb-aacip-500-b853kb90", @@ -237487,6 +340857,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -237542,9 +340916,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recfSDLYv5meDl0gV", - "id": "e3479" + "id": "e3480" }, { "aapbId": "cpb-aacip-500-f47gvn23", @@ -237571,9 +340969,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -237600,10 +341006,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recfSyE1OFkTHkfYz", - "id": "e3480" + "id": "e3481" }, { "aapbId": "cpb-aacip-500-r785p19k", @@ -237631,37 +341061,53 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "fords-theatre-washington-dc-history-19th-century", "name": "Ford's Theatre (Washington, D.C.)--History--19th century" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" }, { - "id": "washington-dc-drama", - "name": "Washington (D.C.)--Drama" + "id": "washington-dc", + "name": "Washington (D.C.)" } ], "creator": [ @@ -237672,6 +341118,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -237694,7 +341164,7 @@ } ], "airtableId": "recfU3HKKsHSG8jRo", - "id": "e3481" + "id": "e3482" }, { "aapbId": "cpb-aacip-500-4t6f5m50", @@ -237719,12 +341189,12 @@ "name": "Fugue" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "music-interpretation-phrasing-dynamics-etc", @@ -237734,6 +341204,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-performance", "name": "Piano--Performance" @@ -237757,10 +341231,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfXGftGswaTOjSi", - "id": "e3482" + "id": "e3483" }, { "aapbId": "cpb-aacip-500-qr4nqm0m", @@ -237787,6 +341285,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -237803,10 +341305,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfXxSC2tmJ0eHiQ", - "id": "e3483" + "id": "e3484" }, { "aapbId": "cpb-aacip-500-4x54jx9k", @@ -237822,16 +341348,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recfXzwuMSeGuBQGh", - "id": "e3484" + "id": "e3485" }, { "aapbId": "cpb-aacip-500-k649tf8d", @@ -237847,9 +341413,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -237872,10 +341450,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recfZ1DYE3lQtlPmP", - "id": "e3485" + "id": "e3486" }, { "aapbId": "cpb-aacip-500-2z12s622", @@ -237896,25 +341498,29 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "wolfe-thomas-1900-1938", "name": "Wolfe, Thomas, 1900-1938" @@ -237969,9 +341575,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recfZJM23DzrHYPjb", - "id": "e3486" + "id": "e3487" }, { "aapbId": "cpb-aacip-500-nc5scr1s", @@ -237986,12 +341616,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recfbEmOHGtd1TmLV", "subject": [], - "id": "e3487" + "id": "e3488" }, { "aapbId": "cpb-aacip-500-707wqx0r", @@ -238026,6 +341680,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -238049,13 +341707,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recfblLJ0HTc1bcbC", - "id": "e3488" + "id": "e3489" }, { "aapbId": "cpb-aacip-500-fn10t362", @@ -238076,20 +341758,24 @@ }, "subject": [ { - "id": "history-of-law", - "name": "History of Law" + "id": "indians-of-north-america", + "name": "Indians of North America" }, { - "id": "indians-of-north-america-legal-status-laws-etc", - "name": "Indians of North America--Legal status, laws, etc" + "id": "law", + "name": "Law" }, { "id": "legal-authorities", "name": "Legal authorities" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "legal-status-laws-etc", + "name": "Legal status, laws, etc" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "statutes-and-codes", @@ -238146,9 +341832,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recfdpF4IQKh7J5k9", - "id": "e3489" + "id": "e3490" }, { "aapbId": "cpb-aacip-500-j09w515b", @@ -238165,9 +341875,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -238197,9 +341923,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recfeNI21z2u7AwMF", - "id": "e3490" + "id": "e3491" }, { "aapbId": "cpb-aacip-500-2r3p0n39", @@ -238220,8 +341970,16 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "censorship", + "name": "Censorship" + }, + { + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "foreign-literature", @@ -238232,20 +341990,24 @@ "name": "NAEB Region III" }, { - "id": "soviet-literature-20th-century-history-and-criticism", - "name": "Soviet literature--20th century--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "soviet-literature", + "name": "Soviet literature" }, { - "id": "soviet-literature-censorship", - "name": "Soviet literature--Censorship" + "id": "soviet-literature-20th-century-history-and-criticism", + "name": "Soviet literature--20th century--History and criticism" }, { "id": "soviet-literature-political-aspects", "name": "Soviet literature--Political aspects" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -238308,9 +342070,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recfehjtCUzU7CPTx", - "id": "e3491" + "id": "e3492" }, { "aapbId": "cpb-aacip-500-th8bmk9v", @@ -238325,12 +342111,36 @@ "id": "four-documentaries", "title": "Four documentaries" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recffCjUgn4g2I2hn", "subject": [], - "id": "e3492" + "id": "e3493" }, { "aapbId": "cpb-aacip-500-nv99b46j", @@ -238351,13 +342161,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recfg4wDxe3FxuO0l", - "id": "e3493" + "id": "e3494" }, { "aapbId": "cpb-aacip-500-s756jv77", @@ -238377,21 +342215,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "france", + "name": "France" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -238429,18 +342279,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recfgCajAlDr0khy2", - "id": "e3494" + "id": "e3495" }, { "aapbId": "cpb-aacip-500-4t6f5m4r", @@ -238468,9 +342342,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -238497,10 +342379,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recfgO61GdkTWsFkG", - "id": "e3495" + "id": "e3496" }, { "aapbId": "cpb-aacip-500-6688mn61", @@ -238532,13 +342438,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-performance", - "name": "Music--Performance" - }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "performance", + "name": "Performance" } ], "creator": [ @@ -238554,10 +342464,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": null, "contributor": [], "airtableId": "recfgy2evNw1NQfvp", - "id": "e3496" + "id": "e3497" }, { "aapbId": "cpb-aacip-500-8k74zh9t", @@ -238577,6 +342511,10 @@ "title": "The multiversity today" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "education-higher-aims-and-objectives-united-states", "name": "Education, Higher--Aims and objectives--United States" @@ -238589,17 +342527,17 @@ "id": "education-higher-united-states", "name": "Education, Higher--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -238635,9 +342573,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recfhBhz5JJcAfJyq", - "id": "e3497" + "id": "e3498" }, { "aapbId": "cpb-aacip-500-513tz80b", @@ -238654,9 +342616,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -238686,9 +342664,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recfhVjaWuMFwdrI0", - "id": "e3498" + "id": "e3499" }, { "aapbId": "cpb-aacip-500-jq0sw03c", @@ -238711,10 +342713,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -238734,10 +342744,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfiHAxJraaogXX3", - "id": "e3499" + "id": "e3500" }, { "aapbId": "cpb-aacip-500-f47gvq2h", @@ -238772,6 +342806,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -238798,10 +342836,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfj6gthEXLejisY", - "id": "e3500" + "id": "e3501" }, { "aapbId": "cpb-aacip-500-zc7rsr3q", @@ -238828,9 +342890,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -238857,10 +342927,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recfjL8Wg1qujzA3V", - "id": "e3501" + "id": "e3502" }, { "aapbId": "cpb-aacip-500-8p5vbs98", @@ -238873,6 +342967,12 @@ "id": "international-classroom", "title": "International classroom" }, + "subject": [ + { + "id": "education", + "name": "Education" + } + ], "contributor": [ { "id": "malik-charles-habib-1906-1987", @@ -238881,11 +342981,34 @@ "role": "Speaker" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "airtableId": "recfjdYURZPyJdngf", - "subject": [], - "id": "e3502" + "id": "e3503" }, { "aapbId": "cpb-aacip-500-7p8tfz11", @@ -238916,6 +343039,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -238948,6 +343075,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -238958,7 +343109,7 @@ } ], "airtableId": "recfkoXKQ2jl0UbTy", - "id": "e3503" + "id": "e3504" }, { "aapbId": "cpb-aacip-500-tm720w8c", @@ -238990,10 +343141,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -239029,9 +343188,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recfkqt76EXOPY93p", - "id": "e3504" + "id": "e3505" }, { "aapbId": "cpb-aacip-500-dn3zx85d", @@ -239050,13 +343233,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recfnBcnb7oVlsOhL", - "id": "e3505" + "id": "e3506" }, { "aapbId": "cpb-aacip-500-st7dwm96", @@ -239079,10 +343290,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -239111,9 +343318,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recfneLCi0O4S85G5", - "id": "e3506" + "id": "e3507" }, { "aapbId": "cpb-aacip-500-pn8xff75", @@ -239131,20 +343362,20 @@ }, "subject": [ { - "id": "biography-18th-century", - "name": "Biography--18th century" + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "freedom-of-the-press-united-states", "name": "Freedom of the press--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "libel-and-slander", @@ -239154,6 +343385,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -239163,8 +343398,8 @@ "name": "Trials--United States" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-politics", + "name": "U.S. Politics" }, { "id": "zenger-john-peter-1697-1746", @@ -239172,11 +343407,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -239190,8 +343420,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -239214,12 +343444,6 @@ "type": "Person", "role": "Actor" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "ehle-gail", "name": "Ehle, Gail", @@ -239237,9 +343461,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recfoH4lllG0sAvkm", - "id": "e3507" + "id": "e3508" }, { "aapbId": "cpb-aacip-500-j9609t5h", @@ -239263,9 +343511,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -239300,9 +343556,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recfoVz0ppt9Egzg0", - "id": "e3508" + "id": "e3509" }, { "aapbId": "cpb-aacip-500-wm13sk6k", @@ -239326,17 +343606,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -239377,9 +343665,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recfpPkYnbYLHXCND", - "id": "e3509" + "id": "e3510" }, { "aapbId": "cpb-aacip-500-dr2p9h38", @@ -239399,6 +343711,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -239451,11 +343767,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recfpyz96hrrZOgF5", - "id": "e3510" + "id": "e3511" }, { "aapbId": "cpb-aacip-500-gf0mxc3h", @@ -239479,10 +343823,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -239520,9 +343872,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recfq7QbnVEegUrHl", - "id": "e3511" + "id": "e3512" }, { "aapbId": "cpb-aacip-500-x05xbr35", @@ -239542,6 +343918,22 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sex", + "name": "Sex" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -239568,10 +343960,34 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfqJPqiWkIkC7Hq", - "id": "e3512" + "id": "e3513" }, { "aapbId": "cpb-aacip-500-057cw53t", @@ -239603,6 +344019,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "virology", "name": "Virology" @@ -239652,9 +344076,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recfqn21h5J8VoUfj", - "id": "e3513" + "id": "e3514" }, { "aapbId": "cpb-aacip-500-ws8hk61s", @@ -239682,6 +344130,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -239723,9 +344175,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recfs6EJwhYoQyRzd", - "id": "e3514" + "id": "e3515" }, { "aapbId": "cpb-aacip-500-6w96bp4k", @@ -239751,6 +344227,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -239773,10 +344253,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfszNBFN6JsUBMj", - "id": "e3515" + "id": "e3516" }, { "aapbId": "cpb-aacip-500-b853kc40", @@ -239804,6 +344308,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -239859,9 +344367,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recftzwcJpfkjblTf", - "id": "e3516" + "id": "e3517" }, { "aapbId": "cpb-aacip-500-kp7trv16", @@ -239885,6 +344417,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -239893,13 +344429,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -239935,14 +344483,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recfufi1jx9FeTnZM", - "id": "e3517" + "id": "e3518" }, { "aapbId": "cpb-aacip-500-t727fq19", @@ -239963,24 +344539,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" + "id": "african-american-authors", + "name": "African American authors" }, { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -240064,9 +344644,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recfvmorxQRT9pdlA", - "id": "e3518" + "id": "e3519" }, { "aapbId": "cpb-aacip-500-9g5gg310", @@ -240088,6 +344692,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -240117,9 +344725,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recfvowo4TFCxRPR6", - "id": "e3519" + "id": "e3520" }, { "aapbId": "cpb-aacip-500-5t3g2g87", @@ -240140,25 +344772,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -240232,9 +344872,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recfwQmeK3f8mZjES", - "id": "e3520" + "id": "e3521" }, { "aapbId": "cpb-aacip-500-0k26f95h", @@ -240254,10 +344918,6 @@ "title": "How's the family" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "children-families", "name": "Children & Families" @@ -240270,6 +344930,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "parenting-psychological-aspects", "name": "Parenting--Psychological aspects" @@ -240279,8 +344947,8 @@ "name": "Parenting--Study and teaching" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" } ], "creator": [ @@ -240345,9 +345013,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "recfwhcSAJKaVmqTe", - "id": "e3521" + "id": "e3522" }, { "aapbId": "cpb-aacip-500-0z710f6x", @@ -240372,17 +345064,25 @@ "name": "Debussy, Claude, 1862-1918. Songs" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "instruction-and-study", + "name": "Instruction and study" + }, + { + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pedaling-piano", "name": "Pedaling--piano" @@ -240424,9 +345124,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recfwsYPjGafm6o2W", - "id": "e3522" + "id": "e3523" }, { "aapbId": "cpb-aacip-500-1r6n3q63", @@ -240462,13 +345186,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "vaughan-williams-ralph-1872-1958", @@ -240507,9 +345235,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recfx3QoqBt2BREe8", - "id": "e3523" + "id": "e3524" }, { "aapbId": "cpb-aacip-500-cr5ndp6p", @@ -240527,13 +345279,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recfx7kIQkyIvNPDo", - "id": "e3524" + "id": "e3525" }, { "aapbId": "cpb-aacip-500-6m335t56", @@ -240561,6 +345341,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -240568,6 +345352,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -240596,9 +345384,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recfx82zInrPqm4sZ", - "id": "e3525" + "id": "e3526" }, { "aapbId": "cpb-aacip-500-bg2hbx53", @@ -240622,13 +345434,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -240663,9 +345475,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recfyIL1eiW8hvZPy", - "id": "e3526" + "id": "e3527" }, { "aapbId": "cpb-aacip-500-ms3k219k", @@ -240683,10 +345519,6 @@ "title": "America Street, U.S.A." }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -240701,12 +345533,20 @@ }, { "id": "civil-rights", - "name": "Civil Rights" + "name": "Civil rights" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "riots", "name": "Riots" @@ -240716,12 +345556,16 @@ "name": "Social values--United States" }, { - "id": "sunnyvale-calif", - "name": "Sunnyvale (Calif.)" + "id": "sociology", + "name": "Sociology" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "suburbs", + "name": "Suburbs" + }, + { + "id": "sunnyvale-calif", + "name": "Sunnyvale (Calif.)" } ], "creator": [ @@ -240748,10 +345592,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recfzMxkQLdpR6UEI", - "id": "e3527" + "id": "e3528" }, { "aapbId": "cpb-aacip-500-28052614", @@ -240769,13 +345637,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recg1ecXFJJGrFTfc", - "id": "e3528" + "id": "e3529" }, { "aapbId": "cpb-aacip-500-tm720w74", @@ -240808,6 +345704,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -240832,6 +345732,34 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", @@ -240844,7 +345772,7 @@ } ], "airtableId": "recg1tkfF6spabaNS", - "id": "e3529" + "id": "e3530" }, { "aapbId": "cpb-aacip-500-v97zqx86", @@ -240879,6 +345807,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -240905,10 +345837,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recg20cvujSLimrpT", - "id": "e3530" + "id": "e3531" }, { "aapbId": "cpb-aacip-500-599z419n", @@ -240928,6 +345884,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -240944,6 +345904,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -240956,13 +345920,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -241039,9 +346015,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "recg2g6kN33e7em7i", - "id": "e3531" + "id": "e3532" }, { "aapbId": "cpb-aacip-500-599z4353", @@ -241059,13 +346059,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recg2llaezPqahfgP", - "id": "e3532" + "id": "e3533" }, { "aapbId": "cpb-aacip-500-154ds27h", @@ -241093,29 +346121,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -241126,6 +346162,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -241148,7 +346208,7 @@ } ], "airtableId": "recg4VAEM5AtHIOY7", - "id": "e3533" + "id": "e3534" }, { "aapbId": "cpb-aacip-500-6h4csj0f", @@ -241187,12 +346247,20 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -241209,10 +346277,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recg4WPKtOcECGAhp", - "id": "e3534" + "id": "e3535" }, { "aapbId": "cpb-aacip-500-6h4csj5n", @@ -241231,13 +346323,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recg5RAmEfC6pf88l", - "id": "e3535" + "id": "e3536" }, { "aapbId": "cpb-aacip-500-xd0qwv9g", @@ -241273,6 +346393,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science-technology", "name": "Science & Technology" @@ -241325,9 +346449,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recg6JNECAOP9V0lG", - "id": "e3536" + "id": "e3537" }, { "aapbId": "cpb-aacip-500-hq3s0397", @@ -241352,12 +346500,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -241398,9 +346546,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recg6rnJpCbPDI691", - "id": "e3537" + "id": "e3538" }, { "aapbId": "cpb-aacip-500-vd6p459z", @@ -241421,12 +346593,12 @@ }, "subject": [ { - "id": "composers-france", - "name": "Composers--France" + "id": "20th-century", + "name": "20th century" }, { - "id": "composers-france-biography", - "name": "Composers--France--Biography" + "id": "composers", + "name": "Composers" }, { "id": "composition-music", @@ -241437,20 +346609,24 @@ "name": "Europe" }, { - "id": "music", - "name": "Music" + "id": "france", + "name": "France" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "piano-music-20th-century", - "name": "Piano music--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "piano-music", + "name": "Piano music" }, { "id": "satie-erik-1866-1925", @@ -241497,12 +346673,36 @@ }, { "id": "performing-arts", - "name": "Performing arts" + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recg7pKj62hgMY9y7", - "id": "e3538" + "id": "e3539" }, { "aapbId": "cpb-aacip-500-4m91d22d", @@ -241522,10 +346722,22 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "india", + "name": "India" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -241534,10 +346746,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -241575,9 +346783,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recg8RoAnXXEY80iO", - "id": "e3539" + "id": "e3540" }, { "aapbId": "cpb-aacip-500-xp6v2q58", @@ -241598,12 +346830,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -241612,6 +346840,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -241638,10 +346870,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recg9Y1ZB3TK7ec9Z", - "id": "e3540" + "id": "e3541" }, { "aapbId": "cpb-aacip-500-2n4zm962", @@ -241665,6 +346921,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -241676,6 +346936,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -241721,9 +346985,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recg9k1udHHbeJPGK", - "id": "e3541" + "id": "e3542" }, { "aapbId": "cpb-aacip-500-s46h5k04", @@ -241747,17 +347035,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -241813,18 +347105,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recg9xdjFe1AZt7gC", - "id": "e3542" + "id": "e3543" }, { "aapbId": "cpb-aacip-500-sn01420b", @@ -241852,29 +347168,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -241885,6 +347209,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -241907,7 +347255,7 @@ } ], "airtableId": "recgBGjDaY3zwKu7Y", - "id": "e3543" + "id": "e3544" }, { "aapbId": "cpb-aacip-500-639k7b7n", @@ -241931,9 +347279,21 @@ "id": "aboriginal-australians", "name": "Aboriginal Australians" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "race-relations", + "name": "Race relations" } ], "creator": [ @@ -241985,9 +347345,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recgCAhjJmjmjJV8h", - "id": "e3544" + "id": "e3545" }, { "aapbId": "cpb-aacip-500-c824g83g", @@ -242002,12 +347386,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgCWW07KBulFaxJ", - "subject": [], - "id": "e3545" + "id": "e3546" }, { "aapbId": "cpb-aacip-500-0v89m72t", @@ -242024,9 +347413,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -242056,9 +347461,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recgDrTUtdKwldof1", - "id": "e3546" + "id": "e3547" }, { "aapbId": "cpb-aacip-500-rx93d20f", @@ -242074,16 +347503,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgE8jSSgRwz5f8k", - "id": "e3547" + "id": "e3548" }, { "aapbId": "cpb-aacip-500-gh9b9r15", @@ -242102,13 +347575,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recgEBLMG7c0Pt3jT", - "id": "e3548" + "id": "e3549" }, { "aapbId": "cpb-aacip-500-pg1hnt6h", @@ -242135,6 +347636,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -242151,10 +347660,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgFY6xuCSqtCRvj", - "id": "e3549" + "id": "e3550" }, { "aapbId": "cpb-aacip-500-8p5vbr92", @@ -242178,17 +347711,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -242229,9 +347770,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recgFh8iwPloGQOPS", - "id": "e3550" + "id": "e3551" }, { "aapbId": "cpb-aacip-500-jh3d3d60", @@ -242245,12 +347810,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recgG8JpqF04WgqJP", - "subject": [], - "id": "e3551" + "id": "e3552" }, { "aapbId": "cpb-aacip-500-k35mf413", @@ -242282,10 +347856,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -242321,9 +347903,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recgGcoudYVEc4UdN", - "id": "e3552" + "id": "e3553" }, { "aapbId": "cpb-aacip-500-jw86nk8q", @@ -242347,6 +347953,10 @@ "id": "chicago-ill-history", "name": "Chicago (Ill.)--History" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "illinois", "name": "Illinois" @@ -242356,12 +347966,20 @@ "name": "NAEB Region III" }, { - "id": "popular-culture-united-states-history-19th-century", - "name": "Popular culture--United States--History--19th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "popular-culture", + "name": "Popular culture" }, { - "id": "popular-music-united-states-to-1901", - "name": "Popular music--United States--To 1901" + "id": "popular-music", + "name": "Popular music" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -242405,9 +348023,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recgGw3kOaoRrGjHn", - "id": "e3553" + "id": "e3554" }, { "aapbId": "cpb-aacip-500-kk94cj2x", @@ -242435,6 +348077,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -242470,10 +348116,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgHASwvICfIgi4S", - "id": "e3554" + "id": "e3555" }, { "aapbId": "cpb-aacip-500-z892dg9v", @@ -242493,10 +348163,6 @@ "title": "The Institute on Man and Science" }, "subject": [ - { - "id": "causation", - "name": "Causation" - }, { "id": "cycles", "name": "Cycles" @@ -242505,6 +348171,14 @@ "id": "discoveries-in-science", "name": "Discoveries in science" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -242513,6 +348187,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nature", "name": "Nature" @@ -242550,11 +348228,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recgHXD0lsXJqh6lm", - "id": "e3555" + "id": "e3556" }, { "aapbId": "cpb-aacip-500-5t3g2h4g", @@ -242572,13 +348278,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recgIAMamNNBMIar0", - "id": "e3556" + "id": "e3557" }, { "aapbId": "cpb-aacip-500-qr4nqk0d", @@ -242606,6 +348340,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -242648,9 +348386,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recgIQXHPnS7PHH5P", - "id": "e3557" + "id": "e3558" }, { "aapbId": "cpb-aacip-500-pc2t8k52", @@ -242676,6 +348438,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -242710,9 +348476,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recgJYgykMLznzz9u", - "id": "e3558" + "id": "e3559" }, { "aapbId": "cpb-aacip-500-9p2w7n1v", @@ -242748,6 +348538,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -242760,6 +348554,10 @@ "id": "sex", "name": "Sex" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "values", "name": "Values" @@ -242832,9 +348630,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recgJaOlhe0JsLbLq", - "id": "e3559" + "id": "e3560" }, { "aapbId": "cpb-aacip-500-6d5pd61v", @@ -242858,17 +348680,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -242906,18 +348732,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recgJqOHLc900CHos", - "id": "e3560" + "id": "e3561" }, { "aapbId": "cpb-aacip-500-r785p045", @@ -242937,6 +348787,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -242983,11 +348837,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recgKyO0o8FHylapp", - "id": "e3561" + "id": "e3562" }, { "aapbId": "cpb-aacip-500-q52fcv43", @@ -243019,6 +348901,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -243026,6 +348912,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -243052,19 +348942,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recgLZHfBsN8xed2r", - "id": "e3562" + "id": "e3563" }, { "aapbId": "cpb-aacip-500-ff3m1k4s", @@ -243083,13 +348997,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgLtaYiFOJ6cKrm", - "id": "e3563" + "id": "e3564" }, { "aapbId": "cpb-aacip-500-z31nmz28", @@ -243110,13 +349052,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgMOTCHtK3ytvUH", - "id": "e3564" + "id": "e3565" }, { "aapbId": "cpb-aacip-500-m9023k5r", @@ -243134,13 +349104,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recgNPwNA9rk32SbL", - "id": "e3565" + "id": "e3566" }, { "aapbId": "cpb-aacip-500-dv1cpt9b", @@ -243168,6 +349166,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "photography", "name": "Photography" @@ -243205,9 +349207,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recgOURjkHy7Y1o9O", - "id": "e3566" + "id": "e3567" }, { "aapbId": "cpb-aacip-500-mp4vnq1q", @@ -243235,13 +349261,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -243276,9 +349310,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recgPxtuva9lm71Bz", - "id": "e3567" + "id": "e3568" }, { "aapbId": "cpb-aacip-500-bn9x4h98", @@ -243298,6 +349356,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sexuality-culture", + "name": "Sexuality & culture" } ], "creator": [ @@ -243336,10 +349402,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgRvqcEzQKPUVmY", - "id": "e3568" + "id": "e3569" }, { "aapbId": "cpb-aacip-500-tt4fsf2t", @@ -243363,10 +349453,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -243435,9 +349537,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recgRxqQuqxr5OrJE", - "id": "e3569" + "id": "e3570" }, { "aapbId": "cpb-aacip-500-mg7fw579", @@ -243458,8 +349584,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -243532,9 +349658,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recgSdtJRCvTe2cSs", - "id": "e3570" + "id": "e3571" }, { "aapbId": "cpb-aacip-500-kk94cj1p", @@ -243555,16 +349705,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "lewis-sinclair-1885-1951", @@ -243574,9 +349720,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -243628,9 +349790,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recgTYGK23r2lKb8M", - "id": "e3571" + "id": "e3572" }, { "aapbId": "cpb-aacip-500-1n7xqf6j", @@ -243654,13 +349840,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -243695,9 +349881,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recgVmR91vzBAI6X6", - "id": "e3572" + "id": "e3573" }, { "aapbId": "cpb-aacip-500-6q1sk17r", @@ -243728,6 +349938,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -243804,9 +350018,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recgX2rMx84P6IFkR", - "id": "e3573" + "id": "e3574" }, { "aapbId": "cpb-aacip-500-f18sgd73", @@ -243832,6 +350070,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -243854,10 +350096,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgXF8KPt7gYyzeE", - "id": "e3574" + "id": "e3575" }, { "aapbId": "cpb-aacip-500-h12v836p", @@ -243877,6 +350143,14 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -243885,6 +350159,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacific-area-civilization", "name": "Pacific Area--Civilization" @@ -243896,10 +350174,6 @@ { "id": "stevenson-robert-louis-1850-1894", "name": "Stevenson, Robert Louis, 1850-1894" - }, - { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" } ], "creator": [ @@ -243951,9 +350225,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recgXYn0OZH393WgF", - "id": "e3575" + "id": "e3576" }, { "aapbId": "cpb-aacip-500-bc3szn71", @@ -243971,13 +350269,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recgXlNmNGs1WwYaz", - "id": "e3576" + "id": "e3577" }, { "aapbId": "cpb-aacip-500-vh5chd7p", @@ -243997,10 +350323,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -244064,9 +350398,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recgY8oiaJch3AJzM", - "id": "e3577" + "id": "e3578" }, { "aapbId": "cpb-aacip-500-513tz57d", @@ -244094,22 +350452,22 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -244125,6 +350483,18 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -244183,9 +350553,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recgYDHFnxZ8VeNIc", - "id": "e3578" + "id": "e3579" }, { "aapbId": "cpb-aacip-500-h41jnd7j", @@ -244210,6 +350604,10 @@ "id": "detente", "name": "Detente" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "international-relations", "name": "International relations" @@ -244219,12 +350617,12 @@ "name": "NAEB Region I" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -244274,9 +350672,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "airtableId": "recgYaRiPscGgqrvV", - "id": "e3579" + "id": "e3580" }, { "aapbId": "cpb-aacip-500-2r3p0p11", @@ -244300,6 +350722,10 @@ "id": "cities-and-towns-michigan", "name": "Cities and towns--Michigan" }, + { + "id": "clergy", + "name": "Clergy" + }, { "id": "keweenaw-county-mich-history", "name": "Keweenaw County (Mich.)--History" @@ -244308,6 +350734,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sociology", "name": "Sociology" @@ -244343,10 +350777,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgZBNuAtjx7ZtOf", - "id": "e3580" + "id": "e3581" }, { "aapbId": "cpb-aacip-500-fn10t429", @@ -244368,6 +350826,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -244397,9 +350859,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recgZXwshSHHOlTYv", - "id": "e3581" + "id": "e3582" }, { "aapbId": "cpb-aacip-500-k06x1t41", @@ -244431,6 +350917,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -244490,9 +350980,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recgbCnNKgrFFF3Sa", - "id": "e3582" + "id": "e3583" }, { "aapbId": "cpb-aacip-500-3775z17q", @@ -244513,24 +351027,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-19th-century-history-and-criticism", - "name": "African Americans--Music--19th century--History and criticism" + "id": "african-influences", + "name": "African influences" }, { - "id": "jazz-african-influences", - "name": "Jazz--African influences" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -244539,6 +351053,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -244571,10 +351093,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgcxF5pxmm4VBkq", - "id": "e3583" + "id": "e3584" }, { "aapbId": "cpb-aacip-500-xk84pf9s", @@ -244595,20 +351141,28 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "wit-and-humor", + "name": "Wit and humor" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -244643,9 +351197,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recgdKyHpfW7GI41W", - "id": "e3584" + "id": "e3585" }, { "aapbId": "cpb-aacip-500-mk658d55", @@ -244673,17 +351251,13 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media-criticism", @@ -244693,6 +351267,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -244712,6 +351290,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -244770,9 +351356,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recgdSshuRXnCTvYk", - "id": "e3585" + "id": "e3586" }, { "aapbId": "cpb-aacip-500-2r3p0n4j", @@ -244791,13 +351401,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recgeFq7vP1502eu5", - "id": "e3586" + "id": "e3587" }, { "aapbId": "cpb-aacip-500-ht2gcd5w", @@ -244816,13 +351454,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgfPYSTRqV2w86o", - "id": "e3587" + "id": "e3588" }, { "aapbId": "cpb-aacip-500-pv6b6z85", @@ -244858,6 +351524,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -244915,9 +351585,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recggUjUl7iHxwkEh", - "id": "e3588" + "id": "e3589" }, { "aapbId": "cpb-aacip-500-np1wjm2p", @@ -244931,12 +351625,33 @@ "id": "us-and-china", "title": "U.S. and China" }, + "subject": [ + { + "id": "china", + "name": "China" + }, + { + "id": "china-foreign-relations", + "name": "China--Foreign relations" + }, + { + "id": "international-relations", + "name": "International relations" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "world-politics", + "name": "World Politics" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recgh6YQfdUkcje5g", - "subject": [], - "id": "e3589" + "id": "e3590" }, { "aapbId": "cpb-aacip-500-ks6j549v", @@ -244968,6 +351683,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -245003,11 +351722,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recghu8YGopBPQ27b", - "id": "e3590" + "id": "e3591" }, { "aapbId": "cpb-aacip-500-08638h58", @@ -245028,13 +351775,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgiHP7TPmXr6yPR", - "id": "e3591" + "id": "e3592" }, { "aapbId": "cpb-aacip-500-1n7xqf59", @@ -245073,6 +351848,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -245119,9 +351898,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recgjbB0u2JMBjgX5", - "id": "e3592" + "id": "e3593" }, { "aapbId": "cpb-aacip-500-r20rwg1j", @@ -245149,29 +351952,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -245182,6 +351993,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -245198,7 +352033,7 @@ } ], "airtableId": "recgjnUVnFERbeTXY", - "id": "e3593" + "id": "e3594" }, { "aapbId": "cpb-aacip-500-tq5rd593", @@ -245216,6 +352051,10 @@ "title": "Creative method" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -245229,8 +352068,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "tucker-richard-1913-1975", @@ -245286,9 +352125,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recgk0NIJuXod9PHw", - "id": "e3594" + "id": "e3595" }, { "aapbId": "cpb-aacip-500-9g5gg37f", @@ -245311,10 +352174,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -245370,7 +352229,7 @@ ], "decade": "1950-1959", "airtableId": "recgkLF47KNnpHa83", - "id": "e3595" + "id": "e3596" }, { "aapbId": "cpb-aacip-500-3t9d8r7z", @@ -245391,32 +352250,32 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" }, { - "id": "beckwourth-james-pierson-1798-1866", - "name": "Beckwourth, James Pierson, 1798-1866" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "beckwourth-james-pierson-1798-1866", + "name": "Beckwourth, James Pierson, 1798-1866" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -245443,10 +352302,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgkonZ0rMVvzxJh", - "id": "e3596" + "id": "e3597" }, { "aapbId": "cpb-aacip-500-7p8tfx78", @@ -245466,21 +352349,29 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -245550,9 +352441,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "recgl9O9zxZs3Qois", - "id": "e3597" + "id": "e3598" }, { "aapbId": "cpb-aacip-500-w08wfx5b", @@ -245567,12 +352482,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recglfM8jgYzLcyfq", "subject": [], - "id": "e3598" + "id": "e3599" }, { "aapbId": "cpb-aacip-500-251fnz1m", @@ -245593,13 +352532,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgltRu5Ae33yuDs", - "id": "e3599" + "id": "e3600" }, { "aapbId": "cpb-aacip-500-gf0mxf3x", @@ -245639,6 +352606,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -245674,10 +352645,34 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgmFMRJwb08oEVW", - "id": "e3600" + "id": "e3601" }, { "aapbId": "cpb-aacip-500-pv6b6z46", @@ -245702,12 +352697,20 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-poetry", + "name": "United States--Poetry" + }, + { + "id": "war-stories-american", + "name": "War stories, American" } ], "creator": [ @@ -245760,9 +352763,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recgn1HiUfDBS5Q19", - "id": "e3601" + "id": "e3602" }, { "aapbId": "cpb-aacip-500-5d8nhc5h", @@ -245777,12 +352804,36 @@ "id": "bbc-world-theatre", "title": "BBC world theatre" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgnyJqOoazBLPrJ", "subject": [], - "id": "e3602" + "id": "e3603" }, { "aapbId": "cpb-aacip-500-k9316r07", @@ -245803,16 +352854,16 @@ }, "subject": [ { - "id": "carter-elliott-1908-2012", - "name": "Carter, Elliott, 1908-2012" + "id": "20th-century", + "name": "20th century" }, { - "id": "composers-united-states", - "name": "Composers--United States" + "id": "carter-elliott-1908-2012", + "name": "Carter, Elliott, 1908-2012" }, { - "id": "composers-united-states-biography", - "name": "Composers--United States--Biography" + "id": "composers", + "name": "Composers" }, { "id": "composition-music", @@ -245822,17 +352873,21 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "piano-music-20th-century", - "name": "Piano music--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "piano-music", + "name": "Piano music" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -245875,12 +352930,36 @@ }, { "id": "performing-arts", - "name": "Performing arts" + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recgo0ZfMcvg2bgsO", - "id": "e3603" + "id": "e3604" }, { "aapbId": "cpb-aacip-500-2f7jtr78", @@ -245904,17 +352983,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -245955,9 +353042,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recgoH2hFXKRDTEU8", - "id": "e3604" + "id": "e3605" }, { "aapbId": "cpb-aacip-500-4746tz50", @@ -245985,18 +353096,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -246052,9 +353167,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recgoq6BrLE8wZ5PN", - "id": "e3605" + "id": "e3606" }, { "aapbId": "cpb-aacip-500-7m042m59", @@ -246078,6 +353217,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -246129,9 +353272,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recgpaFXn9VkE42Vv", - "id": "e3606" + "id": "e3607" }, { "aapbId": "cpb-aacip-500-p26q3r1n", @@ -246148,12 +353315,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "quebec", + "name": "Quebec" + } + ], + "settlement": [ + { + "id": "montreal", + "name": "Montreal" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgqGXXg5VIEBhWj", "subject": [], - "id": "e3607" + "id": "e3608" }, { "aapbId": "cpb-aacip-500-zk55kb88", @@ -246179,6 +353370,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -246213,9 +353408,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recgqvviZLcSa86Kp", - "id": "e3608" + "id": "e3609" }, { "aapbId": "cpb-aacip-500-qn5zb97p", @@ -246233,16 +353452,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgrGgg4fnJJNRAG", - "id": "e3609" + "id": "e3610" }, { "aapbId": "cpb-aacip-500-gm81px9w", @@ -246263,8 +353514,16 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -246279,12 +353538,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -246352,18 +353619,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recgrNczxBjJTDBhG", - "id": "e3610" + "id": "e3611" }, { "aapbId": "cpb-aacip-500-5d8nhb2k", @@ -246392,16 +353683,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -246439,18 +353734,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recgrOGlTmNlxrdK6", - "id": "e3611" + "id": "e3612" }, { "aapbId": "cpb-aacip-500-sf2mbd8h", @@ -246474,10 +353793,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -246515,9 +353842,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recgrVjfJT72l9xEB", - "id": "e3612" + "id": "e3613" }, { "aapbId": "cpb-aacip-500-b56d648r", @@ -246547,12 +353898,16 @@ "name": "Educational television" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -246572,7 +353927,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recgs6O5xUsHudaKM", - "id": "e3613" + "id": "e3614" }, { "aapbId": "cpb-aacip-500-930nwz5m", @@ -246593,8 +353948,12 @@ }, "subject": [ { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada", + "name": "Canada" + }, + { + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { "id": "costa-rica-politics-and-government-20th-century", @@ -246604,6 +353963,10 @@ "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -246616,6 +353979,10 @@ "id": "latin-america", "name": "Latin America" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -246666,11 +354033,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" } ], "decade": "1950-1959", "airtableId": "recgtfH9XQG1ZBiOC", - "id": "e3614" + "id": "e3615" }, { "aapbId": "cpb-aacip-500-pz51m96p", @@ -246689,17 +354084,13 @@ }, "subject": [ { - "id": "agriculture-united-states", - "name": "Agriculture--United States" + "id": "agriculture", + "name": "Agriculture" }, { "id": "americans-employment", "name": "Americans--Employment" }, - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" @@ -246721,12 +354112,12 @@ "name": "Health care reform--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { - "id": "presidents", - "name": "Presidents" + "id": "presidents-united-states", + "name": "Presidents--United States" }, { "id": "sociology", @@ -246753,12 +354144,12 @@ "name": "United States--Economic conditions--1971-1981" }, { - "id": "united-states-foreign-relations-1974-1977", - "name": "United States--Foreign relations--1974-1977" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { - "id": "world-politics", - "name": "World Politics" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -246794,9 +354185,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recguY8uTZBoNJ0ix", - "id": "e3615" + "id": "e3616" }, { "aapbId": "cpb-aacip-500-gm81q070", @@ -246812,16 +354227,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recgudhhQwzyzUNmE", - "id": "e3616" + "id": "e3617" }, { "aapbId": "cpb-aacip-500-gh9b9q5x", @@ -246845,6 +354292,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -246853,13 +354304,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -246889,14 +354352,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recgvTgIv9dcuDFWK", - "id": "e3617" + "id": "e3618" }, { "aapbId": "cpb-aacip-500-b56d631v", @@ -246923,9 +354414,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -246952,10 +354451,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recgvhRp5n3aEYfox", - "id": "e3618" + "id": "e3619" }, { "aapbId": "cpb-aacip-500-9z90dk0r", @@ -246975,6 +354498,10 @@ "title": "Ruffled feathers: The Dakota Sioux" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "dakota-art", "name": "Dakota art" @@ -246996,8 +354523,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -247026,9 +354561,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "airtableId": "recgvkTiEQrGu3ZOl", - "id": "e3619" + "id": "e3620" }, { "aapbId": "cpb-aacip-500-w37kv487", @@ -247048,6 +354607,10 @@ "title": "Gateway to ideas" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "books-and-reading-united-states", "name": "Books and reading--United States" @@ -247055,6 +354618,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -247071,10 +354642,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgw7YzMEfIf2UY6", - "id": "e3620" + "id": "e3621" }, { "aapbId": "cpb-aacip-500-gm81px7d", @@ -247095,16 +354690,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -247130,6 +354733,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -247140,7 +354767,7 @@ } ], "airtableId": "recgw9hC6C6pTvFDR", - "id": "e3621" + "id": "e3622" }, { "aapbId": "cpb-aacip-500-kh0f0930", @@ -247160,7 +354787,7 @@ "contributor": [], "airtableId": "recgwDawAZpNZBUaj", "subject": [], - "id": "e3622" + "id": "e3623" }, { "aapbId": "cpb-aacip-500-2r3p0k9b", @@ -247185,8 +354812,8 @@ "name": "Cultural relations" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "europe", + "name": "Europe" }, { "id": "soviet-union-history-20th-century", @@ -247219,10 +354846,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "russia", + "name": "Russia" + } + ], + "region": [ + { + "id": "central-economic-region", + "name": "Central Economic Region" + } + ], + "settlement": [ + { + "id": "moscow", + "name": "Moscow" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgwm4JxtsiaRoBi", - "id": "e3623" + "id": "e3624" }, { "aapbId": "cpb-aacip-500-0c4snr9b", @@ -247253,6 +354904,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -247291,10 +354946,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgz0TIeFZsPv13P", - "id": "e3624" + "id": "e3625" }, { "aapbId": "cpb-aacip-500-18345c78", @@ -247314,17 +354993,25 @@ }, "subject": [ { - "id": "educational-television-stations", - "name": "Educational television stations" + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "educational-television-stations", + "name": "Educational television stations" }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "public-television-united-states", "name": "Public television--United States" @@ -247333,6 +355020,10 @@ "id": "television-in-education", "name": "Television in education" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "universities-and-colleges", "name": "Universities and colleges" @@ -247352,10 +355043,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recgzZqzCifDnYGFy", - "id": "e3625" + "id": "e3626" }, { "aapbId": "cpb-aacip-500-v11vk13b", @@ -247383,6 +355098,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -247426,9 +355145,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recgzjcatyKJOou6t", - "id": "e3626" + "id": "e3627" }, { "aapbId": "cpb-aacip-500-d21rkh4p", @@ -247452,13 +355195,33 @@ "id": "dogma", "name": "Dogma" }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "servetus-michael-1511-1553-drama", - "name": "Servetus, Michael, 1511?-1553--Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "servetus-michael-1511-1553", + "name": "Servetus, Michael, 1511?-1553" }, { "id": "servetus-michael-1511-1553-influence", @@ -247525,9 +355288,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rech04Tm1sHwS1kVU", - "id": "e3627" + "id": "e3628" }, { "aapbId": "cpb-aacip-500-gf0mxc8q", @@ -247548,12 +355335,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -247562,6 +355345,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -247588,10 +355375,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rech0L0BJu1g2OCN1", - "id": "e3628" + "id": "e3629" }, { "aapbId": "cpb-aacip-500-r785p07w", @@ -247620,8 +355431,8 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { "id": "us-literature", @@ -247666,9 +355477,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rech0agZQJr0IsPVx", - "id": "e3629" + "id": "e3630" }, { "aapbId": "cpb-aacip-500-mp4vnq36", @@ -247696,33 +355531,41 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "new-york-state-new-york-anecdotes", + "name": "New York (State)--New York--Anecdotes" }, { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -247763,9 +355606,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rech0wJto4kdlhKY8", - "id": "e3630" + "id": "e3631" }, { "aapbId": "cpb-aacip-500-rj48tv1x", @@ -247793,9 +355660,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -247872,9 +355747,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rech1Sc6DNydlw6ne", - "id": "e3631" + "id": "e3632" }, { "aapbId": "cpb-aacip-500-zw18r50s", @@ -247895,16 +355794,24 @@ }, "subject": [ { - "id": "dramatic-criticism-history-20th-century", - "name": "Dramatic criticism--History--20th century" + "id": "drama", + "name": "Drama" }, { - "id": "dramatic-criticism-united-states-history-20th-century", - "name": "Dramatic criticism--United States--History--20th century" + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -247968,9 +355875,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rech2TZ0OFuQILA5C", - "id": "e3632" + "id": "e3633" }, { "aapbId": "cpb-aacip-500-jm23gq5c", @@ -247998,29 +355929,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -248031,6 +355970,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -248053,7 +356016,7 @@ } ], "airtableId": "rech43dcjXReKpU9v", - "id": "e3633" + "id": "e3634" }, { "aapbId": "cpb-aacip-500-2v2ccx6f", @@ -248072,6 +356035,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -248093,6 +356060,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -248103,7 +356094,7 @@ } ], "airtableId": "rech47F5l4opMAp4Y", - "id": "e3634" + "id": "e3635" }, { "aapbId": "cpb-aacip-500-959c9614", @@ -248123,6 +356114,10 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "city-dwellers", "name": "City dwellers" @@ -248132,20 +356127,28 @@ "name": "NAEB Region IV" }, { - "id": "pastoral-fiction", - "name": "Pastoral fiction" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "pastoral-fiction-american", + "name": "Pastoral fiction, American" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "sociology", + "name": "Sociology" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -248209,9 +356212,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "rech4wy5i3lmnfWl0", - "id": "e3635" + "id": "e3636" }, { "aapbId": "cpb-aacip-500-bv79x387", @@ -248228,9 +356255,121 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "alienation", + "name": "Alienation" + }, + { + "id": "art", + "name": "Art" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "children", + "name": "Children" + }, + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "courts", + "name": "Courts" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "health", + "name": "Health" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "literature", + "name": "Literature" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, + { + "id": "military", + "name": "Military" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "psychiatry", + "name": "Psychiatry" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "social-values-united-states", + "name": "Social values--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "vietnam-war-1961-1975", + "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -248241,6 +356380,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -248251,7 +356414,7 @@ } ], "airtableId": "rech5J1CPzNuOTIWo", - "id": "e3636" + "id": "e3637" }, { "aapbId": "cpb-aacip-500-6m335t2g", @@ -248267,9 +356430,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -248292,10 +356467,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "rech5lVXlSfJNuYRi", - "id": "e3637" + "id": "e3638" }, { "aapbId": "cpb-aacip-500-fj29dt01", @@ -248316,16 +356515,20 @@ }, "subject": [ { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-louisiana-new-orleans", - "name": "Jazz--Louisiana--New Orleans" + "id": "louisiana-new-orleans", + "name": "Louisiana--New Orleans" }, { "id": "morton-jelly-roll-1941", @@ -248338,6 +356541,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -248378,9 +356585,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "rech71mHawflHyLec", - "id": "e3638" + "id": "e3639" }, { "aapbId": "cpb-aacip-500-kh0f0752", @@ -248408,6 +356639,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -248484,9 +356719,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rech7l856y5CxnJ9Q", - "id": "e3639" + "id": "e3640" }, { "aapbId": "cpb-aacip-500-9k45vc3w", @@ -248522,6 +356781,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -248551,10 +356814,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rech8u3MVveWpa5WC", - "id": "e3640" + "id": "e3641" }, { "aapbId": "cpb-aacip-500-mg7fw51v", @@ -248587,11 +356874,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rech9RT4kqNcWaa4O", "subject": [], - "id": "e3641" + "id": "e3642" }, { "aapbId": "cpb-aacip-500-tb0xv19x", @@ -248614,10 +356925,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -248637,10 +356956,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rech9zuJXVyw132OX", - "id": "e3642" + "id": "e3643" }, { "aapbId": "cpb-aacip-500-cr5ndq2x", @@ -248657,9 +357000,41 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "politicians-united-states", + "name": "Politicians--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -248670,6 +357045,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -248680,7 +357079,7 @@ } ], "airtableId": "rechABW0gNT56Py3q", - "id": "e3643" + "id": "e3644" }, { "aapbId": "cpb-aacip-500-q52fcw2t", @@ -248694,16 +357093,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rechCR22ncLuHROrN", - "id": "e3644" + "id": "e3645" }, { "aapbId": "cpb-aacip-500-5x25ft82", @@ -248735,6 +357174,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "education", + "name": "Education" + }, { "id": "geology", "name": "Geology" @@ -248751,6 +357194,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -248788,11 +357235,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "rechD9kNgegWpqwLL", - "id": "e3645" + "id": "e3646" }, { "aapbId": "cpb-aacip-500-222r8m0j", @@ -248820,6 +357295,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -248867,9 +357346,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rechDMtiFYpuYUcZA", - "id": "e3646" + "id": "e3647" }, { "aapbId": "cpb-aacip-500-9g5gg42f", @@ -248887,13 +357390,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rechE1HCSZ9CQrk55", - "id": "e3647" + "id": "e3648" }, { "aapbId": "cpb-aacip-500-gt5fgm0k", @@ -248944,6 +357475,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -248974,9 +357509,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "rechFWPEHAtM3CZAg", - "id": "e3648" + "id": "e3649" }, { "aapbId": "cpb-aacip-500-sn014093", @@ -248997,13 +357556,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rechGn3AuvO1Gu53b", - "id": "e3649" + "id": "e3650" }, { "aapbId": "cpb-aacip-500-mw28f823", @@ -249027,22 +357614,26 @@ "id": "admissible-evidence-united-states", "name": "Admissible evidence--United States" }, - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "statutes-and-codes", "name": "Statutes and codes" @@ -249101,9 +357692,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "rechHcHUb3baYnIyG", - "id": "e3650" + "id": "e3651" }, { "aapbId": "cpb-aacip-500-901zhm9r", @@ -249127,10 +357742,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -249168,9 +357791,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rechHoWSawNeBtEi7", - "id": "e3651" + "id": "e3652" }, { "aapbId": "cpb-aacip-500-9c6s2r9x", @@ -249194,9 +357841,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -249242,9 +357897,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "rechJgBTRNku7dDj5", - "id": "e3652" + "id": "e3653" }, { "aapbId": "cpb-aacip-500-bv79x242", @@ -249272,6 +357951,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -249332,9 +358015,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "rechJvA9zA1wXWXZ1", - "id": "e3653" + "id": "e3654" }, { "aapbId": "cpb-aacip-500-df6k4n4v", @@ -249366,6 +358073,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -249423,9 +358134,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rechLgwQAVaFwwiMi", - "id": "e3654" + "id": "e3655" }, { "aapbId": "cpb-aacip-500-w950ms2c", @@ -249447,10 +358182,6 @@ "id": "criminals", "name": "Criminals" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" @@ -249464,12 +358195,12 @@ "name": "NAEB Region III" }, { - "id": "police", - "name": "Police" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "police", + "name": "Police" } ], "creator": [ @@ -249522,9 +358253,33 @@ "name": "Crime" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rechLhnyn7Ys7pdYq", - "id": "e3655" + "id": "e3656" }, { "aapbId": "cpb-aacip-500-mc8rgv12", @@ -249541,9 +358296,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -249573,9 +358344,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rechMAWlHeVtLSd1C", - "id": "e3656" + "id": "e3657" }, { "aapbId": "cpb-aacip-500-hm52kt8c", @@ -249598,21 +358393,21 @@ "name": "Constitutions--United States" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", "name": "Founding Fathers of the United States" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "jefferson-thomas-1743-1826", "name": "Jefferson, Thomas, 1743-1826" }, + { + "id": "law", + "name": "Law" + }, { "id": "trials", "name": "Trials" @@ -249690,9 +358485,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "rechMQtMVez9O1A8A", - "id": "e3657" + "id": "e3658" }, { "aapbId": "cpb-aacip-500-cj87n26d", @@ -249712,6 +358531,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "art-abstract", "name": "Art, Abstract" @@ -249724,6 +358547,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "painters", "name": "Painters" @@ -249776,9 +358603,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rechMhuNSZq3hosZ5", - "id": "e3658" + "id": "e3659" }, { "aapbId": "cpb-aacip-500-vt1gp98s", @@ -249797,13 +358648,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rechNg1XXiw5Ez2Qo", - "id": "e3659" + "id": "e3660" }, { "aapbId": "cpb-aacip-500-9s1kmx7q", @@ -249827,17 +358706,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -249875,18 +358758,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "rechOafGvgqPK1Kd4", - "id": "e3660" + "id": "e3661" }, { "aapbId": "cpb-aacip-500-3n20h674", @@ -249919,11 +358826,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rechPJfyNgmupbzN6", "subject": [], - "id": "e3661" + "id": "e3662" }, { "aapbId": "cpb-aacip-500-vx062k2w", @@ -249955,6 +358886,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -249998,9 +358937,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rechPsv7KJwz1ZfK6", - "id": "e3662" + "id": "e3663" }, { "aapbId": "cpb-aacip-500-6w96bm45", @@ -250024,17 +358987,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -250069,9 +359040,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rechQDT5jAxGwf3FO", - "id": "e3663" + "id": "e3664" }, { "aapbId": "cpb-aacip-500-h98zdz4n", @@ -250091,6 +359086,10 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "fiji-ethnic-relations", "name": "Fiji--Ethnic relations" @@ -250110,6 +359109,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -250147,6 +359154,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [ { @@ -250157,7 +359188,7 @@ } ], "airtableId": "rechRPNEhG0L73Utf", - "id": "e3664" + "id": "e3665" }, { "aapbId": "cpb-aacip-500-3f4kqm59", @@ -250177,10 +359208,6 @@ "title": "Document: Deep South" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "economy-business", "name": "Economy & Business" @@ -250190,12 +359217,12 @@ "name": "NAEB Region II" }, { - "id": "ports-united-states", - "name": "Ports--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "ports-united-states", + "name": "Ports--United States" }, { "id": "southern-states-commerce", @@ -250204,10 +359231,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -250266,9 +359289,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "rechRdxPrn1Y6Yig2", - "id": "e3665" + "id": "e3666" }, { "aapbId": "cpb-aacip-500-251fnz5k", @@ -250284,16 +359331,52 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rechSKtZVNqDmcgq9", - "id": "e3666" + "id": "e3667" }, { "aapbId": "cpb-aacip-500-zs2kbv7p", @@ -250336,6 +359419,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" } ], "creator": [ @@ -250376,9 +359467,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rechUQIYhHqpT67xO", - "id": "e3667" + "id": "e3668" }, { "aapbId": "cpb-aacip-500-th8bmk3d", @@ -250399,21 +359514,29 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-19th-century-history-and-criticism", "name": "Opera--19th century--History and criticism" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "verdi-giuseppe-1813-1901-operas-philips-sound-recording-label", "name": "Verdi, Giuseppe, 1813-1901. Operas (Philips (Sound recording label))" @@ -250449,9 +359572,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "rechWAMBrHntQY8Z0", - "id": "e3668" + "id": "e3669" }, { "aapbId": "cpb-aacip-500-ms3k2134", @@ -250469,13 +359616,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rechXMPnOKgGDKnLF", - "id": "e3669" + "id": "e3670" }, { "aapbId": "cpb-aacip-500-qf8jjq8p", @@ -250493,13 +359668,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rechYb0wwKGzPkAJa", - "id": "e3670" + "id": "e3671" }, { "aapbId": "cpb-aacip-500-f766809x", @@ -250513,12 +359716,49 @@ "id": "the-african-revolution", "title": "The African revolution" }, + "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "revolutionaries-africa", + "name": "Revolutionaries--Africa" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rechYzl68OENi5vAl", - "subject": [], - "id": "e3671" + "id": "e3672" }, { "aapbId": "cpb-aacip-500-rj48tw7k", @@ -250539,24 +359779,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -250625,9 +359857,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rechcZmSFku2fo6jB", - "id": "e3672" + "id": "e3673" }, { "aapbId": "cpb-aacip-500-ws8hk532", @@ -250659,6 +359915,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -250702,9 +359966,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "rechd0Qese4dfZlei", - "id": "e3673" + "id": "e3674" }, { "aapbId": "cpb-aacip-500-gq6r370j", @@ -250725,24 +360013,27 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -250750,8 +360041,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -250804,9 +360095,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recheiN29obpXsvSt", - "id": "e3674" + "id": "e3675" }, { "aapbId": "cpb-aacip-500-736m483m", @@ -250834,6 +360149,10 @@ "id": "cities-and-towns", "name": "Cities and towns" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "future-the", "name": "Future, The" @@ -250846,6 +360165,10 @@ "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "physics", "name": "Physics" @@ -250870,6 +360193,10 @@ "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "youth", "name": "Youth" @@ -250936,9 +360263,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rechfvu7q3t9KCJ9Q", - "id": "e3675" + "id": "e3676" }, { "aapbId": "cpb-aacip-500-3r0pwj2n", @@ -250970,6 +360321,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -251005,11 +360360,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "rechgIOmz00D38Ihf", - "id": "e3676" + "id": "e3677" }, { "aapbId": "cpb-aacip-500-ng4gs00x", @@ -251041,6 +360424,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -251070,10 +360457,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rechhl46TLozwHYzE", - "id": "e3677" + "id": "e3678" }, { "aapbId": "cpb-aacip-500-6m335r5s", @@ -251094,8 +360505,12 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "hall-basil-1788-1844", @@ -251110,12 +360525,24 @@ "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -251154,10 +360581,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rechiYcKhsp7HnDjE", - "id": "e3678" + "id": "e3679" }, { "aapbId": "cpb-aacip-500-qb9v5d99", @@ -251181,17 +360632,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -251236,9 +360691,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "rechihMQ1IQmxtoNX", - "id": "e3679" + "id": "e3680" }, { "aapbId": "cpb-aacip-500-d21rkh5x", @@ -251262,17 +360741,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -251313,9 +360800,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "rechjDku5nKg9cAXx", - "id": "e3680" + "id": "e3681" }, { "aapbId": "cpb-aacip-500-c824g90z", @@ -251336,13 +360847,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rechjUccBDfv1Tkcl", - "id": "e3681" + "id": "e3682" }, { "aapbId": "cpb-aacip-500-r785p09c", @@ -251358,12 +360897,12 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "20th-century", + "name": "20th century" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" } ], "creator": [ @@ -251406,7 +360945,7 @@ ], "decade": null, "airtableId": "rechlonwr3IbbDeVE", - "id": "e3682" + "id": "e3683" }, { "aapbId": "cpb-aacip-500-2r3p0n1t", @@ -251426,9 +360965,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -251445,10 +360996,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rechmHbLaGc3UjdQP", - "id": "e3683" + "id": "e3684" }, { "aapbId": "cpb-aacip-500-s46h5k1c", @@ -251484,6 +361059,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "railroads-songs-and-music", "name": "Railroads--Songs and music" @@ -251510,13 +361089,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "rechmR4qU7vZ0dzV4", - "id": "e3684" + "id": "e3685" }, { "aapbId": "cpb-aacip-500-7659hj6r", @@ -251549,11 +361152,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "rechmW8xOw6Ka2RQD", "subject": [], - "id": "e3685" + "id": "e3686" }, { "aapbId": "cpb-aacip-500-18345c8h", @@ -251579,6 +361206,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -251613,9 +361244,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "rechn8pNKwA3KmuD0", - "id": "e3686" + "id": "e3687" }, { "aapbId": "cpb-aacip-500-mc8rgv68", @@ -251643,17 +361298,21 @@ "id": "lexington-ky-history", "name": "Lexington (Ky.)--History" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -251686,10 +361345,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rechndYzBj0y7muSB", - "id": "e3687" + "id": "e3688" }, { "aapbId": "cpb-aacip-500-833n126f", @@ -251710,28 +361393,40 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-foreign-relations", + "name": "Latin America--Foreign relations" + }, + { + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "united-states-latin-american-relations", - "name": "United States-Latin American relations" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "world-politics", + "name": "World politics" }, { "id": "world-politics", @@ -251800,9 +361495,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "rechqsolQIgk7rg1Q", - "id": "e3688" + "id": "e3689" }, { "aapbId": "cpb-aacip-500-7d2q921c", @@ -251826,14 +361545,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -251861,10 +361580,34 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rechshEgGsSvlwSs3", - "id": "e3689" + "id": "e3690" }, { "aapbId": "cpb-aacip-500-0z710g4n", @@ -251884,10 +361627,6 @@ "title": "Voices of Europe" }, "subject": [ - { - "id": "austrians-united-states", - "name": "Austrians--United States" - }, { "id": "europe", "name": "Europe" @@ -251900,9 +361639,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -251942,9 +361693,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rechtDnIBhvVjjRiw", - "id": "e3690" + "id": "e3691" }, { "aapbId": "cpb-aacip-500-zs2kbx8b", @@ -251972,6 +361747,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -251979,6 +361758,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -252013,9 +361796,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "rechtf9hGxbpxa7tJ", - "id": "e3691" + "id": "e3692" }, { "aapbId": "cpb-aacip-500-599z418d", @@ -252047,6 +361854,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "socialism", "name": "Socialism" @@ -252055,14 +361866,6 @@ "id": "spaniards", "name": "Spaniards" }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -252105,9 +361908,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rechudlmVieVDGbpP", - "id": "e3692" + "id": "e3693" }, { "aapbId": "cpb-aacip-500-pc2t8k4t", @@ -252135,6 +361962,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -252183,9 +362014,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rechvCOYlujQLZVnK", - "id": "e3693" + "id": "e3694" }, { "aapbId": "cpb-aacip-500-b853kd85", @@ -252200,12 +362055,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rechvR1l9KPvA7VzW", - "subject": [], - "id": "e3694" + "id": "e3695" }, { "aapbId": "cpb-aacip-500-9882pj1z", @@ -252222,9 +362094,29 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -252235,6 +362127,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -252245,7 +362161,7 @@ } ], "airtableId": "rechvSdcoj7Fk1EeF", - "id": "e3695" + "id": "e3696" }, { "aapbId": "cpb-aacip-500-b56d6362", @@ -252260,12 +362176,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rechvbHTs6aarsaHQ", - "subject": [], - "id": "e3696" + "id": "e3697" }, { "aapbId": "cpb-aacip-500-9g5gg24h", @@ -252286,20 +362219,24 @@ }, "subject": [ { - "id": "jazz-musicians-louisiana-new-orleans", - "name": "Jazz musicians--Louisiana--New Orleans" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-louisiana-new-orleans", - "name": "Jazz--Louisiana--New Orleans" + "id": "jazz-musicians-louisiana-new-orleans", + "name": "Jazz musicians--Louisiana--New Orleans" + }, + { + "id": "louisiana-new-orleans", + "name": "Louisiana--New Orleans" }, { "id": "music", @@ -252308,6 +362245,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -252340,10 +362281,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rechwhn33wn62f7EB", - "id": "e3697" + "id": "e3698" }, { "aapbId": "cpb-aacip-500-8w384c2x", @@ -252371,6 +362336,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -252441,9 +362410,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rechySDyWhebdbGol", - "id": "e3698" + "id": "e3699" }, { "aapbId": "cpb-aacip-500-tq5rd61c", @@ -252458,12 +362451,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rechzCAWCIPx46znd", "subject": [], - "id": "e3699" + "id": "e3700" }, { "aapbId": "cpb-aacip-500-js9h894b", @@ -252483,6 +362500,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "economic-development", "name": "Economic development" @@ -252512,8 +362533,12 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -252544,9 +362569,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "reci0ukL0a2Tfmr2y", - "id": "e3700" + "id": "e3701" }, { "aapbId": "cpb-aacip-500-707wqz16", @@ -252566,20 +362615,28 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" }, { "id": "asia-politics-and-government-1945", "name": "Asia--Politics and government--1945-" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -252615,9 +362672,33 @@ "role": "Guest" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reci1C0RSZ5hqQxdS", - "id": "e3701" + "id": "e3702" }, { "aapbId": "cpb-aacip-500-h12v853c", @@ -252654,8 +362735,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -252682,10 +362771,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "vermillion", + "name": "Vermillion" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reci1QGndmEtkwSuL", - "id": "e3702" + "id": "e3703" }, { "aapbId": "cpb-aacip-500-s17ss90k", @@ -252717,6 +362830,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "suburbs", + "name": "Suburbs" + }, { "id": "teenagers-alcohol-use", "name": "Teenagers--Alcohol use" @@ -252760,9 +362881,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reci1jTtgXiIsbXq1", - "id": "e3703" + "id": "e3704" }, { "aapbId": "cpb-aacip-500-0k26f99g", @@ -252794,6 +362939,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -252845,9 +362994,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "reci3sdWy8tZoO86r", - "id": "e3704" + "id": "e3705" }, { "aapbId": "cpb-aacip-500-z31nmv9b", @@ -252879,10 +363052,18 @@ "id": "freedom-of-expression", "name": "Freedom of expression" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" @@ -252939,9 +363120,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reci4zQNAX8GiCoUw", - "id": "e3705" + "id": "e3706" }, { "aapbId": "cpb-aacip-500-sb3wz60f", @@ -252968,6 +363173,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -252984,10 +363193,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reci5llTEZlRdnmPf", - "id": "e3706" + "id": "e3707" }, { "aapbId": "cpb-aacip-500-8w384c1p", @@ -253011,13 +363244,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -253052,9 +363285,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "reci6LlCRJt9jo2L3", - "id": "e3707" + "id": "e3708" }, { "aapbId": "cpb-aacip-500-cr5ndn6g", @@ -253075,20 +363332,32 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama" + "id": "patriotism-united-states", + "name": "Patriotism--United States" }, { "id": "radio-plays-american", @@ -253101,6 +363370,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -253170,9 +363443,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "reci7MlR9HU22N3J9", - "id": "e3708" + "id": "e3709" }, { "aapbId": "cpb-aacip-500-r785p21v", @@ -253193,13 +363490,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reci7ZJfT8HImizEh", - "id": "e3709" + "id": "e3710" }, { "aapbId": "cpb-aacip-500-hx15rn8t", @@ -253220,16 +363545,28 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "religious-communities-united-states", + "name": "Religious communities--United States" }, { "id": "us-literature", @@ -253268,9 +363605,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reci7kzWrgBwINJdD", - "id": "e3710" + "id": "e3711" }, { "aapbId": "cpb-aacip-500-dv1cps55", @@ -253306,13 +363667,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -253341,9 +363714,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "reci8CdY2msdR72Jt", - "id": "e3711" + "id": "e3712" }, { "aapbId": "cpb-aacip-500-cr5ndn40", @@ -253364,24 +363761,32 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pianists", "name": "Pianists" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -253422,9 +363827,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "reci8hgqZWBeicTJP", - "id": "e3712" + "id": "e3713" }, { "aapbId": "cpb-aacip-500-td9n7880", @@ -253456,6 +363885,10 @@ "id": "commonwealth-countries-politics-and-government-20th-century", "name": "Commonwealth countries--Politics and government--20th century" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -253467,6 +363900,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -253495,9 +363936,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "reci9CG8q5p5QjW5G", - "id": "e3713" + "id": "e3714" }, { "aapbId": "cpb-aacip-500-r20rwf03", @@ -253521,9 +363986,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -253558,9 +364031,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reci9SpsW0aO0q0WY", - "id": "e3714" + "id": "e3715" }, { "aapbId": "cpb-aacip-500-nz80qd37", @@ -253596,6 +364093,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -253625,10 +364126,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reci9gknaGtxBdk2w", - "id": "e3715" + "id": "e3716" }, { "aapbId": "cpb-aacip-500-0z710f75", @@ -253652,13 +364177,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -253693,9 +364218,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "reci9q2hU06YncAss", - "id": "e3716" + "id": "e3717" }, { "aapbId": "cpb-aacip-500-xd0qwv31", @@ -253715,14 +364264,14 @@ "title": "The American people" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "patriotism-united-states", "name": "Patriotism--United States" @@ -253736,8 +364285,12 @@ "name": "Sociology" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -253784,9 +364337,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reciA5wWBA3yZ6n7w", - "id": "e3717" + "id": "e3718" }, { "aapbId": "cpb-aacip-500-7p8tfx9r", @@ -253810,6 +364387,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -253833,11 +364414,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "reciAQgtllgbBczZV", - "id": "e3718" + "id": "e3719" }, { "aapbId": "cpb-aacip-500-ms3k201f", @@ -253861,9 +364466,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -253898,9 +364511,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reciBbNWxn60MhiEB", - "id": "e3719" + "id": "e3720" }, { "aapbId": "cpb-aacip-500-4x54jz5t", @@ -253920,17 +364557,17 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" }, { "id": "rental-housing", @@ -253985,10 +364622,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": null, "contributor": [], "airtableId": "reciCgTh0xClgdRAG", - "id": "e3720" + "id": "e3721" }, { "aapbId": "cpb-aacip-500-833n1384", @@ -254005,9 +364666,97 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "civil-rights", + "name": "Civil rights" + }, + { + "id": "crime", + "name": "Crime" + }, + { + "id": "journalism-united-states", + "name": "Journalism--United States" + }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "patriotism-united-states", + "name": "Patriotism--United States" + }, + { + "id": "peace", + "name": "Peace" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "police", + "name": "Police" + }, + { + "id": "rural-conditions", + "name": "Rural conditions" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "state-governments-united-states", + "name": "State governments--United States" + }, + { + "id": "suburbs", + "name": "Suburbs" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "urban-sociology", + "name": "Urban sociology" + }, + { + "id": "violence", + "name": "Violence" } ], "creator": [ @@ -254018,6 +364767,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -254028,7 +364801,7 @@ } ], "airtableId": "reciCj1BSrdq25T9E", - "id": "e3721" + "id": "e3722" }, { "aapbId": "cpb-aacip-500-9c6s2s8w", @@ -254043,12 +364816,49 @@ "id": "drugs-a-search-for-understanding", "title": "Drugs: A search for understanding" }, + "subject": [ + { + "id": "drugs", + "name": "Drugs" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, + { + "id": "sociology", + "name": "Sociology" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reciDBLHXoF7r6Od4", - "subject": [], - "id": "e3722" + "id": "e3723" }, { "aapbId": "cpb-aacip-500-tb0xv060", @@ -254073,17 +364883,33 @@ "name": "Diaries, letters, and memoirs" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { - "id": "judges-united-states-history", - "name": "Judges--United States--History" + "id": "judges", + "name": "Judges" + }, + { + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "puritans", + "name": "Puritans" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sewall-samuel-1652-1730", "name": "Sewall, Samuel, 1652-1730" @@ -254091,6 +364917,10 @@ { "id": "sewall-samuel-1652-1730-diary-selections", "name": "Sewall, Samuel, 1652-1730. Diary. Selections" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -254124,9 +364954,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reciDcHbSMZMLU32G", - "id": "e3723" + "id": "e3724" }, { "aapbId": "cpb-aacip-500-v11vk23j", @@ -254147,24 +365001,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -254253,9 +365107,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "reciEDa9oP4NCq3dN", - "id": "e3724" + "id": "e3725" }, { "aapbId": "cpb-aacip-500-x921hk6f", @@ -254279,10 +365157,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -254320,9 +365206,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "reciEKJ3nCFzhcOiV", - "id": "e3725" + "id": "e3726" }, { "aapbId": "cpb-aacip-500-st7dwk29", @@ -254343,32 +365253,40 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans-history", + "name": "African Americans--History" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pointe-de-sable-jean-baptiste-1745-1818", "name": "Pointe de Sable, Jean Baptiste, 1745?-1818" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -254395,10 +365313,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reciFTi1TpkA0StXB", - "id": "e3726" + "id": "e3727" }, { "aapbId": "cpb-aacip-500-b853kb68", @@ -254430,6 +365372,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -254473,9 +365419,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reciHB3zN1DwbFOyh", - "id": "e3727" + "id": "e3728" }, { "aapbId": "cpb-aacip-500-862bdb4c", @@ -254510,6 +365480,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -254549,9 +365523,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "reciHl9q2q5F48UPt", - "id": "e3728" + "id": "e3729" }, { "aapbId": "cpb-aacip-500-0c4sns1m", @@ -254575,10 +365573,6 @@ "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-poetry", "name": "United States--Poetry" @@ -254607,18 +365601,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "reciHxA7Ih1SNlO4Z", - "id": "e3729" + "id": "e3730" }, { "aapbId": "cpb-aacip-500-125qcr40", @@ -254639,24 +365657,24 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "illinois-chicago-history-and-criticism", + "name": "Illinois--Chicago--History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-illinois-chicago-history-and-criticism", - "name": "Jazz--Illinois--Chicago--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -254665,6 +365683,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -254740,9 +365766,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "reciJwAKn0RrNUaWd", - "id": "e3730" + "id": "e3731" }, { "aapbId": "cpb-aacip-500-f47gvn3b", @@ -254762,6 +365812,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -254778,6 +365832,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "silesia", "name": "Silesia" @@ -254826,9 +365888,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reciK35EJESjmsKkr", - "id": "e3731" + "id": "e3732" }, { "aapbId": "cpb-aacip-500-4t6f5p1f", @@ -254849,8 +365935,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -254876,10 +365962,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -254922,9 +366016,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reciKZ9gbbCW6MbnW", - "id": "e3732" + "id": "e3733" }, { "aapbId": "cpb-aacip-500-6h4csj4d", @@ -254960,6 +366078,14 @@ "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "science", "name": "Science" @@ -254968,6 +366094,10 @@ "id": "science-technology", "name": "Science & Technology" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "technology", "name": "Technology" @@ -254975,6 +366105,10 @@ { "id": "theology", "name": "Theology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -255026,9 +366160,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reciLAWcO3QQPICYs", - "id": "e3733" + "id": "e3734" }, { "aapbId": "cpb-aacip-500-b56d6468", @@ -255049,13 +366207,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reciNLBalxI4l9Uwm", - "id": "e3734" + "id": "e3735" }, { "aapbId": "cpb-aacip-500-h7081n7w", @@ -255090,6 +366276,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -255129,9 +366319,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "reciOQ97bPckWe2DA", - "id": "e3735" + "id": "e3736" }, { "aapbId": "cpb-aacip-500-9w09177n", @@ -255151,6 +366365,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -255163,11 +366385,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "reciPmEFa8SPwHjur", - "id": "e3736" + "id": "e3737" }, { "aapbId": "cpb-aacip-500-7d2q935j", @@ -255186,13 +366432,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reciSUgBYS5w9MrOu", - "id": "e3737" + "id": "e3738" }, { "aapbId": "cpb-aacip-500-gq6r385z", @@ -255212,8 +366486,16 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "african-american-authors", + "name": "African American authors" + }, + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "british-literature", + "name": "British literature" }, { "id": "forums-discussion-and-debate", @@ -255223,13 +366505,29 @@ "id": "politics-and-culture", "name": "Politics and culture" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "us-literature", "name": "U.S. Literature" }, + { + "id": "welfare", + "name": "Welfare" + }, { "id": "welfare-state", "name": "Welfare state" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -255276,11 +366574,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "sweden", + "name": "Sweden" + } + ], + "region": [ + { + "id": "stockholm-county", + "name": "Stockholm County" + } + ], + "settlement": [ + { + "id": "stockholm", + "name": "Stockholm" } ], "decade": "1950-1959", "airtableId": "reciUw65XMu6SHHLF", - "id": "e3738" + "id": "e3739" }, { "aapbId": "cpb-aacip-500-vq2s924m", @@ -255301,13 +366627,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reciVkBBGewIViXp7", - "id": "e3739" + "id": "e3740" }, { "aapbId": "cpb-aacip-500-z31nmx0k", @@ -255321,12 +366675,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reciYqYbp7TpPg1kZ", "subject": [], - "id": "e3740" + "id": "e3741" }, { "aapbId": "cpb-aacip-500-vx062k1n", @@ -255347,21 +366725,21 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "american-press", + "name": "American press" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -255448,9 +366826,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recia9E8d9MrkXIx8", - "id": "e3741" + "id": "e3742" }, { "aapbId": "cpb-aacip-500-d21rkj7m", @@ -255468,13 +366870,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reciaEWy60vbwWAOL", - "id": "e3742" + "id": "e3743" }, { "aapbId": "cpb-aacip-500-gb1xj36t", @@ -255495,13 +366925,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recibVIAuQSvBXxQZ", - "id": "e3743" + "id": "e3744" }, { "aapbId": "cpb-aacip-500-cr5ndp7x", @@ -255541,6 +366999,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "neurology", "name": "Neurology" @@ -255568,9 +367030,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recic377eAom3IZOO", - "id": "e3744" + "id": "e3745" }, { "aapbId": "cpb-aacip-500-td9n7b6x", @@ -255589,13 +367075,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recicdYKh4FCpA2UJ", - "id": "e3745" + "id": "e3746" }, { "aapbId": "cpb-aacip-500-qz22h421", @@ -255622,9 +367136,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -255651,10 +367173,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recies1ehPRptZg39", - "id": "e3746" + "id": "e3747" }, { "aapbId": "cpb-aacip-500-736m470p", @@ -255674,6 +367220,14 @@ "title": "American adventure" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "murphey-archibald-d-archibald-de-bow-1777-1832", "name": "Murphey, Archibald D. (Archibald De Bow), 1777-1832" @@ -255683,8 +367237,12 @@ "name": "NAEB Region II" }, { - "id": "north-carolina-drama", - "name": "North Carolina--Drama" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "north-carolina", + "name": "North Carolina" }, { "id": "politicians-north-carolina-biography", @@ -255697,14 +367255,13 @@ { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -255718,8 +367275,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -255760,9 +367317,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recifAHi9T1Af2sqC", - "id": "e3747" + "id": "e3748" }, { "aapbId": "cpb-aacip-500-sx648w61", @@ -255786,17 +367367,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -255841,9 +367426,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recifHPtJaGgyvQNh", - "id": "e3748" + "id": "e3749" }, { "aapbId": "cpb-aacip-500-4j0b0s72", @@ -255864,13 +367473,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recifbLNo5hYNTPFD", - "id": "e3749" + "id": "e3750" }, { "aapbId": "cpb-aacip-500-9882ph8f", @@ -255902,6 +367539,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -255909,6 +367550,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -255935,19 +367580,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recigbFhtvYLZcCfw", - "id": "e3750" + "id": "e3751" }, { "aapbId": "cpb-aacip-500-fn10t518", @@ -255963,16 +367632,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recik61vVqKTYsase", - "id": "e3751" + "id": "e3752" }, { "aapbId": "cpb-aacip-500-dn3zx72g", @@ -256000,18 +367709,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -256067,9 +367780,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recikzkXJIJ9TWOij", - "id": "e3752" + "id": "e3753" }, { "aapbId": "cpb-aacip-500-h12v851w", @@ -256085,16 +367822,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recil8lq9Bx8OumGc", - "id": "e3753" + "id": "e3754" }, { "aapbId": "cpb-aacip-500-18345c5s", @@ -256134,6 +367911,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sexually-transmitted-disease-vaccines", "name": "Sexually transmitted disease vaccines" @@ -256205,9 +367986,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recilQ2NOssEg5Jep", - "id": "e3754" + "id": "e3755" }, { "aapbId": "cpb-aacip-500-rv0d0q9n", @@ -256226,13 +368031,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recilpcng3AbS50b2", - "id": "e3755" + "id": "e3756" }, { "aapbId": "cpb-aacip-500-tt4fsg21", @@ -256260,6 +368093,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -256308,9 +368145,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recimNwROQQb6KScX", - "id": "e3756" + "id": "e3757" }, { "aapbId": "cpb-aacip-500-x05xbq6p", @@ -256330,10 +368191,6 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" @@ -256343,28 +368200,32 @@ "name": "Constitutional amendments--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -256411,9 +368272,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recimnqNcTTvLI18S", - "id": "e3757" + "id": "e3758" }, { "aapbId": "cpb-aacip-500-vh5chf06", @@ -256433,10 +368318,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -256444,6 +368325,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -256484,9 +368369,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recioZE94YX9TUjCf", - "id": "e3758" + "id": "e3759" }, { "aapbId": "cpb-aacip-500-00003k57", @@ -256506,14 +368415,14 @@ "title": "The American people" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "patriotism-united-states", "name": "Patriotism--United States" @@ -256527,8 +368436,12 @@ "name": "Sociology" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -256575,9 +368488,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reciqgBD64SOIYPQO", - "id": "e3759" + "id": "e3760" }, { "aapbId": "cpb-aacip-500-np1wjh8h", @@ -256634,7 +368571,7 @@ ], "decade": "1960-1969", "airtableId": "reciqrgi6hrIuaoaG", - "id": "e3760" + "id": "e3761" }, { "aapbId": "cpb-aacip-500-1r6n3r13", @@ -256662,6 +368599,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -256710,9 +368651,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recirR46xU0qRXsD7", - "id": "e3761" + "id": "e3762" }, { "aapbId": "cpb-aacip-500-p26q3q3x", @@ -256736,10 +368701,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -256808,9 +368785,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recirbjZUM4mALqOI", - "id": "e3762" + "id": "e3763" }, { "aapbId": "cpb-aacip-500-804xms5g", @@ -256830,10 +368831,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -256927,9 +368936,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recirmBOopYrtCfnV", - "id": "e3763" + "id": "e3764" }, { "aapbId": "cpb-aacip-500-1v5bh27b", @@ -256957,13 +368990,17 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "education", "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "film", + "name": "Film" }, { "id": "lectures-and-lecturing", @@ -256973,10 +369010,18 @@ "id": "mass-media", "name": "Mass media" }, + { + "id": "motion-picture-industry", + "name": "Motion picture industry" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "television", "name": "Television" @@ -257006,11 +369051,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recisOap26KRoFTVP", - "id": "e3764" + "id": "e3765" }, { "aapbId": "cpb-aacip-500-gf0mxd00", @@ -257030,17 +369103,25 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "writers", - "name": "Writers" + "id": "shakespeare-william-1564-1616", + "name": "Shakespeare, William, 1564-1616" } ], "creator": [ @@ -257114,18 +369195,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recisl4ZW0x3p7IIF", - "id": "e3765" + "id": "e3766" }, { "aapbId": "cpb-aacip-500-6d5pd64k", @@ -257146,24 +369251,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { "id": "blues-music-influence", "name": "Blues (Music)--Influence" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -257172,6 +369277,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -257204,10 +369317,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recitDLPV9Zb44I8J", - "id": "e3766" + "id": "e3767" }, { "aapbId": "cpb-aacip-500-t727fq58", @@ -257239,6 +369376,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -257268,10 +369409,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recitbzGUGvJCzWwo", - "id": "e3767" + "id": "e3768" }, { "aapbId": "cpb-aacip-500-930nwx7w", @@ -257299,9 +369464,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -257372,9 +369545,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "reciu9iiAy5Yt6QTt", - "id": "e3768" + "id": "e3769" }, { "aapbId": "cpb-aacip-500-1r6n3r0v", @@ -257394,10 +369591,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -257405,6 +369598,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -257429,9 +369626,33 @@ "role": "Speaker" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reciuLv53zTBIiTl3", - "id": "e3769" + "id": "e3770" }, { "aapbId": "cpb-aacip-500-4t6f5n8x", @@ -257446,16 +369667,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reciuyDWOBdqZ9Hk9", - "id": "e3770" + "id": "e3771" }, { "aapbId": "cpb-aacip-500-z892dg3d", @@ -257469,12 +369726,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recivvaFJuOXTcrQs", - "subject": [], - "id": "e3771" + "id": "e3772" }, { "aapbId": "cpb-aacip-500-ng4grz60", @@ -257498,6 +369760,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "social-sciences", "name": "Social sciences" @@ -257539,9 +369805,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "reciw8hpyhYZ0qu8n", - "id": "e3772" + "id": "e3773" }, { "aapbId": "cpb-aacip-500-r20rwd6b", @@ -257561,14 +369851,18 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "chevalier-michel-1806-1879-lettres-sur-lame_rique-du-nord-english", "name": "Chevalier, Michel, 1806-1879. Lettres sur l'Ame_rique du Nord. English" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "grattan-thomas-colley-1792-1864-civilized-america", "name": "Grattan, Thomas Colley, 1792-1864. Civilized America" @@ -257578,12 +369872,24 @@ "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -257622,10 +369928,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reciwuvYS9hhuBylS", - "id": "e3773" + "id": "e3774" }, { "aapbId": "cpb-aacip-500-8911sp2q", @@ -257653,6 +369983,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -257660,6 +369994,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -257688,9 +370026,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recixcsKnyWXz5gAI", - "id": "e3774" + "id": "e3775" }, { "aapbId": "cpb-aacip-500-v11vk28r", @@ -257707,13 +370069,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recixl7OPLuPb6Toe", - "id": "e3775" + "id": "e3776" }, { "aapbId": "cpb-aacip-500-rf5kfk5g", @@ -257733,21 +370123,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -257784,9 +370178,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recixpTbODkquNtaL", - "id": "e3776" + "id": "e3777" }, { "aapbId": "cpb-aacip-500-jm23gp55", @@ -257806,14 +370224,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -257822,21 +370240,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -257895,9 +370317,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "reciyTnKBox9jQU0Z", - "id": "e3777" + "id": "e3778" }, { "aapbId": "cpb-aacip-500-m03xxr2b", @@ -257916,13 +370362,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reciyYbb2BRvj7h8O", - "id": "e3778" + "id": "e3779" }, { "aapbId": "cpb-aacip-500-f47gvp3j", @@ -257941,13 +370415,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recj03nUzZ8xUd7J3", - "id": "e3779" + "id": "e3780" }, { "aapbId": "cpb-aacip-500-db7vrc71", @@ -257968,25 +370470,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -258036,9 +370550,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recj0Nz6KlYOd7NJY", - "id": "e3780" + "id": "e3781" }, { "aapbId": "cpb-aacip-500-5717qs98", @@ -258057,13 +370595,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recj0c6dQW6YdVdTA", - "id": "e3781" + "id": "e3782" }, { "aapbId": "cpb-aacip-500-00003m9d", @@ -258086,10 +370652,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -258109,10 +370683,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recj0kU6C92CJSPz9", - "id": "e3782" + "id": "e3783" }, { "aapbId": "cpb-aacip-500-ww76zg6d", @@ -258129,13 +370727,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recj0suJ5f1ThUJWD", - "id": "e3783" + "id": "e3784" }, { "aapbId": "cpb-aacip-500-fx74000k", @@ -258155,6 +370781,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -258171,14 +370801,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -258222,9 +370852,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recj1xWcmfSz6BKsp", - "id": "e3784" + "id": "e3785" }, { "aapbId": "cpb-aacip-500-1g0hxx6r", @@ -258239,12 +370893,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recj2EbmzdDLUHAwr", "subject": [], - "id": "e3785" + "id": "e3786" }, { "aapbId": "cpb-aacip-500-qr4nqm79", @@ -258277,11 +370955,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recj3A2jznLZ3pTmk", "subject": [], - "id": "e3786" + "id": "e3787" }, { "aapbId": "cpb-aacip-500-6t0gzb9v", @@ -258302,16 +371004,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -258337,6 +371047,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -258347,7 +371081,7 @@ } ], "airtableId": "recj3J50xNzvaNIkb", - "id": "e3787" + "id": "e3788" }, { "aapbId": "cpb-aacip-500-1z41w98s", @@ -258367,17 +371101,25 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -258442,9 +371184,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recj3UsZyd2nzjw2N", - "id": "e3788" + "id": "e3789" }, { "aapbId": "cpb-aacip-500-0p0wtm0t", @@ -258484,6 +371250,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nazis", "name": "Nazis" @@ -258535,9 +371305,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recj5I6hL6ffvS9tv", - "id": "e3789" + "id": "e3790" }, { "aapbId": "cpb-aacip-500-5h7bwp4w", @@ -258557,6 +371351,14 @@ "title": "The multiversity today" }, "subject": [ + { + "id": "alumni-and-alumnae-united-states", + "name": "Alumni and alumnae--United States" + }, + { + "id": "education", + "name": "Education" + }, { "id": "federal-aid-to-higher-education", "name": "Federal aid to higher education" @@ -258565,29 +371367,25 @@ "id": "government-aid-to-higher-education-united-states", "name": "Government aid to higher education--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "universities-and-colleges-alumni-and-alumnae-united-states", - "name": "Universities and colleges--Alumni and alumnae--United States" + "id": "us-government", + "name": "U.S. Government" }, { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States" + "id": "united-states-finance", + "name": "United States--Finance" }, { - "id": "universities-and-colleges-united-states-finance", - "name": "Universities and colleges--United States--Finance" + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -258623,9 +371421,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recj5wAK53CaragDH", - "id": "e3790" + "id": "e3791" }, { "aapbId": "cpb-aacip-500-d21rkj6c", @@ -258653,6 +371475,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -258696,9 +371522,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recj6NBfWdXvFsziE", - "id": "e3791" + "id": "e3792" }, { "aapbId": "cpb-aacip-500-9882pj7d", @@ -258729,17 +371579,17 @@ "id": "federal-government-united-states", "name": "Federal government--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -258753,9 +371603,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -258772,10 +371630,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recj6YqVRfoprDtZV", - "id": "e3792" + "id": "e3793" }, { "aapbId": "cpb-aacip-500-gq6r3827", @@ -258794,13 +371676,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recj6iWCwUet5EBOO", - "id": "e3793" + "id": "e3794" }, { "aapbId": "cpb-aacip-500-js9h882n", @@ -258833,12 +371743,12 @@ "name": "NAEB Region III" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "sociology", - "name": "Sociology" + "id": "poverty", + "name": "Poverty" } ], "creator": [ @@ -258873,9 +371783,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "racine", + "name": "Racine" + } + ], "decade": "1960-1969", "airtableId": "recj79odkTw8f96Gc", - "id": "e3794" + "id": "e3795" }, { "aapbId": "cpb-aacip-500-8g8fk785", @@ -258893,10 +371827,18 @@ "title": "Nuremberg and Vietnam: Who Is Guilty?" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "international-law", "name": "International law" }, + { + "id": "law", + "name": "Law" + }, { "id": "military-offenses-united-states", "name": "Military offenses--United States" @@ -258909,6 +371851,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -258917,9 +371863,17 @@ "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-crimes", "name": "War crimes" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -258959,9 +371913,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1970-1979", "airtableId": "recj7RqRL6A114hE5", - "id": "e3795" + "id": "e3796" }, { "aapbId": "cpb-aacip-500-t14tp56j", @@ -258992,6 +371970,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -259024,6 +372006,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -259034,7 +372040,7 @@ } ], "airtableId": "recj7zrrOFcdxQKRE", - "id": "e3796" + "id": "e3797" }, { "aapbId": "cpb-aacip-500-gt5fgj3w", @@ -259055,12 +372061,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -259069,6 +372071,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -259095,10 +372101,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjAMIasYWxGZYPu", - "id": "e3797" + "id": "e3798" }, { "aapbId": "cpb-aacip-500-3t9d8r86", @@ -259113,12 +372143,36 @@ "id": "transatlantic-forum", "title": "Transatlantic forum" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recjCNPguaj3KFNcS", "subject": [], - "id": "e3798" + "id": "e3799" }, { "aapbId": "cpb-aacip-500-901zhn67", @@ -259150,10 +372204,22 @@ "id": "existentialism-history-20th-century", "name": "Existentialism--History--20th century" }, + { + "id": "finland", + "name": "Finland" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "rive-gauche-paris-france-intellectual-life-20th-century", "name": "Rive gauche (Paris, France)--Intellectual life--20th century" @@ -259163,16 +372229,16 @@ "name": "U.S. History (1900-present)" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", "name": "World Politics" }, { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland" + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -259212,9 +372278,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recjEW1CtNPMUbdXB", - "id": "e3799" + "id": "e3800" }, { "aapbId": "cpb-aacip-500-np1wjm06", @@ -259246,6 +372336,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -259281,10 +372379,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjG1rZukXLogblL", - "id": "e3800" + "id": "e3801" }, { "aapbId": "cpb-aacip-500-cj87n255", @@ -259312,6 +372434,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -259388,9 +372514,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recjGb4yPkUj8JWE5", - "id": "e3801" + "id": "e3802" }, { "aapbId": "cpb-aacip-500-4f1mmg3b", @@ -259447,7 +372597,7 @@ ], "decade": "1960-1969", "airtableId": "recjGhpD3pJb7VtZ7", - "id": "e3802" + "id": "e3803" }, { "aapbId": "cpb-aacip-500-q52fcv82", @@ -259465,13 +372615,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recjK2kofE8kqtt6m", - "id": "e3803" + "id": "e3804" }, { "aapbId": "cpb-aacip-500-d50fzt2t", @@ -259488,13 +372666,17 @@ }, "subject": [ { - "id": "achilles-greek-mythology-drama", - "name": "Achilles (Greek mythology)--Drama" + "id": "achilles-greek-mythology", + "name": "Achilles (Greek mythology)" }, { "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "radio-plays", "name": "Radio plays" @@ -259528,10 +372710,34 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recjNFeiizYaI6836", - "id": "e3804" + "id": "e3805" }, { "aapbId": "cpb-aacip-500-nk36585p", @@ -259551,10 +372757,26 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sweden", + "name": "Sweden" + }, { "id": "sweden-civilization-20th-century", "name": "Sweden--Civilization--20th century" @@ -259567,13 +372789,25 @@ "id": "sweden-economic-conditions-20th-century", "name": "Sweden--Economic conditions--20th century" }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "world-war-1939-1945-sweden", - "name": "World War, 1939-1945--Sweden" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -259613,9 +372847,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recjNTQsrNMMvcH7k", - "id": "e3805" + "id": "e3806" }, { "aapbId": "cpb-aacip-500-bz619c0v", @@ -259636,20 +372894,32 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama" + "id": "patriotism-united-states", + "name": "Patriotism--United States" }, { "id": "radio-plays-american", @@ -259662,6 +372932,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -259737,9 +373011,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "recjNeuMST67DvG6U", - "id": "e3806" + "id": "e3807" }, { "aapbId": "cpb-aacip-500-mp4vnq2z", @@ -259758,13 +373056,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjNgzOZ5OSwqYEp", - "id": "e3807" + "id": "e3808" }, { "aapbId": "cpb-aacip-500-br8mhv0x", @@ -259784,22 +373110,18 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-economic-conditions", - "name": "African Americans--Economic conditions" - }, { "id": "budget-united-states", "name": "Budget--United States" }, + { + "id": "economic-conditions", + "name": "Economic conditions" + }, { "id": "economy-business", "name": "Economy & Business" @@ -259813,13 +373135,21 @@ "name": "NAEB Region I" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -259827,6 +373157,10 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -259875,9 +373209,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recjOWshrW8Jacu7G", - "id": "e3808" + "id": "e3809" }, { "aapbId": "cpb-aacip-500-z60c1737", @@ -259894,9 +373252,37 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -259907,6 +373293,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -259917,7 +373327,7 @@ } ], "airtableId": "recjOZQEKIGjBvc2O", - "id": "e3809" + "id": "e3810" }, { "aapbId": "cpb-aacip-500-1r6n3s97", @@ -259945,29 +373355,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -259978,6 +373396,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -260000,7 +373442,7 @@ } ], "airtableId": "recjOngmjgCQ7nSRs", - "id": "e3810" + "id": "e3811" }, { "aapbId": "cpb-aacip-500-zs2kbx0d", @@ -260021,13 +373463,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjPXB4Ef4PaY8VO", - "id": "e3811" + "id": "e3812" }, { "aapbId": "cpb-aacip-500-639k7b55", @@ -260067,6 +373537,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -260104,9 +373578,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recjSkBSQABrpjk1s", - "id": "e3812" + "id": "e3813" }, { "aapbId": "cpb-aacip-500-2805267k", @@ -260134,6 +373632,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -260182,9 +373684,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recjT8bghzi0ji8e9", - "id": "e3813" + "id": "e3814" }, { "aapbId": "cpb-aacip-500-xg9f968b", @@ -260205,13 +373731,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjTbvJ5DnyRs3Jx", - "id": "e3814" + "id": "e3815" }, { "aapbId": "cpb-aacip-500-pc2t8j7b", @@ -260232,8 +373786,16 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "censorship", + "name": "Censorship" + }, + { + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "foreign-literature", @@ -260244,20 +373806,24 @@ "name": "NAEB Region III" }, { - "id": "soviet-literature-20th-century-history-and-criticism", - "name": "Soviet literature--20th century--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "soviet-literature-censorship", - "name": "Soviet literature--Censorship" + "id": "soviet-literature", + "name": "Soviet literature" + }, + { + "id": "soviet-literature-20th-century-history-and-criticism", + "name": "Soviet literature--20th century--History and criticism" }, { "id": "soviet-literature-political-aspects", "name": "Soviet literature--Political aspects" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -260317,9 +373883,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recjV8i4YOUaCuDnh", - "id": "e3815" + "id": "e3816" }, { "aapbId": "cpb-aacip-500-jd4pq37g", @@ -260339,10 +373929,6 @@ "title": "Window on the world" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "europe", "name": "Europe" @@ -260359,6 +373945,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "united-states-history-20th-century", "name": "United States--History--20th century" @@ -260366,6 +373956,10 @@ { "id": "united-states-relations-great-britain", "name": "United States--Relations--Great Britain" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -260394,9 +373988,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recjWNLFKv4zSwKtV", - "id": "e3816" + "id": "e3817" }, { "aapbId": "cpb-aacip-500-ws8hk660", @@ -260428,6 +374046,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -260435,6 +374057,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -260461,19 +374087,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recjX3hxRA59uES9u", - "id": "e3817" + "id": "e3818" }, { "aapbId": "cpb-aacip-500-k649tf2z", @@ -260500,6 +374150,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -260516,10 +374170,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjX9UNLnCLgGYdz", - "id": "e3818" + "id": "e3819" }, { "aapbId": "cpb-aacip-500-7d2q931k", @@ -260538,25 +374216,29 @@ }, "subject": [ { - "id": "beards", - "name": "Beards" - }, - { - "id": "biography-19th-century", - "name": "Biography--19th century" + "id": "biography-united-states", + "name": "Biography--United States" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "fines-penalities-united-states", "name": "Fines (Penalities)--United States" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "palmer-joseph-1791-1875", "name": "Palmer, Joseph, 1791-1875" @@ -260566,16 +374248,11 @@ "name": "Radio plays, American" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -260583,8 +374260,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -260631,9 +374308,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recjXOyKRF3sEIqVm", - "id": "e3819" + "id": "e3820" }, { "aapbId": "cpb-aacip-500-zw18r71f", @@ -260652,13 +374353,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjZSXGXtYqhGcqp", - "id": "e3820" + "id": "e3821" }, { "aapbId": "cpb-aacip-500-348gjr74", @@ -260679,25 +374408,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -260765,9 +374502,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recjab82jNfksARTx", - "id": "e3821" + "id": "e3822" }, { "aapbId": "cpb-aacip-500-k35mf502", @@ -260788,13 +374549,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjbr5flbbvflcCh", - "id": "e3822" + "id": "e3823" }, { "aapbId": "cpb-aacip-500-5m628w7r", @@ -260818,13 +374607,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -260877,9 +374666,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recjcbcQMKmMMrho3", - "id": "e3823" + "id": "e3824" }, { "aapbId": "cpb-aacip-500-v698bm7f", @@ -260907,6 +374720,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -260950,9 +374767,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recjcgiKVJrAaZcqp", - "id": "e3824" + "id": "e3825" }, { "aapbId": "cpb-aacip-500-639k7c83", @@ -260973,13 +374814,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjd032fAoWZssgH", - "id": "e3825" + "id": "e3826" }, { "aapbId": "cpb-aacip-500-gb1xj49r", @@ -261010,12 +374879,16 @@ "name": "Educational television" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -261046,9 +374919,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recjdIsrwiwhFpY5S", - "id": "e3826" + "id": "e3827" }, { "aapbId": "cpb-aacip-500-bz619d7r", @@ -261080,10 +374977,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -261125,9 +375030,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recje4jlOzAM18am1", - "id": "e3827" + "id": "e3828" }, { "aapbId": "cpb-aacip-500-qf8jjq7f", @@ -261145,13 +375074,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recje9ZIykY4bp0An", - "id": "e3828" + "id": "e3829" }, { "aapbId": "cpb-aacip-500-cn6z1c3b", @@ -261179,6 +375136,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -261226,9 +375187,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recjfaozaT321w7Jr", - "id": "e3829" + "id": "e3830" }, { "aapbId": "cpb-aacip-500-nc5scp6k", @@ -261255,6 +375240,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -261271,10 +375264,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjfc3uKzm4gb47N", - "id": "e3830" + "id": "e3831" }, { "aapbId": "cpb-aacip-500-3t9d8r5g", @@ -261314,6 +375331,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -261375,9 +375396,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recjhrQdK5M58Sz7a", - "id": "e3831" + "id": "e3832" }, { "aapbId": "cpb-aacip-500-1c1tjm8m", @@ -261413,6 +375458,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "smoking", "name": "Smoking" @@ -261421,6 +375470,14 @@ "id": "smoking-united-states-prevention", "name": "Smoking--United States--Prevention" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -261473,9 +375530,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recjikDksevIpN9c5", - "id": "e3832" + "id": "e3833" }, { "aapbId": "cpb-aacip-500-zs2kbw3x", @@ -261503,6 +375584,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -261554,9 +375639,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recjjhC29iMGIeyvu", - "id": "e3833" + "id": "e3834" }, { "aapbId": "cpb-aacip-500-cj87n28w", @@ -261581,8 +375690,8 @@ "name": "Cultural relations" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "europe", + "name": "Europe" }, { "id": "soviet-union-history-20th-century", @@ -261615,10 +375724,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "russia", + "name": "Russia" + } + ], + "region": [ + { + "id": "central-economic-region", + "name": "Central Economic Region" + } + ], + "settlement": [ + { + "id": "moscow", + "name": "Moscow" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjkCU9FAhVNeDdP", - "id": "e3834" + "id": "e3835" }, { "aapbId": "cpb-aacip-500-3f4kqp37", @@ -261639,13 +375772,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjlGwPmJZWHGtPR", - "id": "e3835" + "id": "e3836" }, { "aapbId": "cpb-aacip-500-542jbg1q", @@ -261677,6 +375838,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tuberculosis", "name": "Tuberculosis" @@ -261726,9 +375891,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recjnznSuw56tGxOO", - "id": "e3836" + "id": "e3837" }, { "aapbId": "cpb-aacip-500-r20rwd3m", @@ -261752,10 +375941,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -261813,9 +375998,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recjoG5vPj0evu0c0", - "id": "e3837" + "id": "e3838" }, { "aapbId": "cpb-aacip-500-gh9b9p8f", @@ -261833,13 +376042,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recjoySbFUaGkBxVa", - "id": "e3838" + "id": "e3839" }, { "aapbId": "cpb-aacip-500-f18sgd5m", @@ -261878,6 +376115,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -261930,9 +376171,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recjpjXLDbV6d7Rm3", - "id": "e3839" + "id": "e3840" }, { "aapbId": "cpb-aacip-500-1j97b75d", @@ -261953,13 +376218,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjptLJ4ySFazIRf", - "id": "e3840" + "id": "e3841" }, { "aapbId": "cpb-aacip-500-2f7jts28", @@ -261987,9 +376280,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -262022,10 +376323,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjqpCS93Bw4Zpuj", - "id": "e3841" + "id": "e3842" }, { "aapbId": "cpb-aacip-500-8c9r6018", @@ -262044,13 +376369,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recjr6ebHuGfHTAcY", - "id": "e3842" + "id": "e3843" }, { "aapbId": "cpb-aacip-500-zk55kb49", @@ -262069,6 +376422,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -262090,6 +376447,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -262100,7 +376481,7 @@ } ], "airtableId": "recjrvax3ZgpyEs2V", - "id": "e3843" + "id": "e3844" }, { "aapbId": "cpb-aacip-500-vd6p445s", @@ -262128,6 +376509,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -262167,10 +376552,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjsmlzlIXpl9Ooi", - "id": "e3844" + "id": "e3845" }, { "aapbId": "cpb-aacip-500-gt5fgj9b", @@ -262193,10 +376602,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -262216,10 +376633,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjt02Ue3yl9M3FQ", - "id": "e3845" + "id": "e3846" }, { "aapbId": "cpb-aacip-500-3x83p191", @@ -262240,17 +376681,25 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" }, + { + "id": "rocketry", + "name": "Rocketry" + }, { "id": "rocketry-history", "name": "Rocketry--History" @@ -262270,14 +376719,6 @@ { "id": "women", "name": "Women" - }, - { - "id": "women-in-science", - "name": "Women in science" - }, - { - "id": "womens-history", - "name": "Women's History" } ], "creator": [ @@ -262324,9 +376765,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recjuc64SyvglB3je", - "id": "e3846" + "id": "e3847" }, { "aapbId": "cpb-aacip-500-dj58hz6z", @@ -262352,6 +376817,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -262386,9 +376855,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recjwHMeeaIVSpWEB", - "id": "e3847" + "id": "e3848" }, { "aapbId": "cpb-aacip-500-p26q3r5m", @@ -262406,13 +376899,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recjwWmZ4gjaGHuDy", - "id": "e3848" + "id": "e3849" }, { "aapbId": "cpb-aacip-500-d50fzs6k", @@ -262439,6 +376960,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -262455,10 +376984,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recjxsktPNWMDeYR7", - "id": "e3849" + "id": "e3850" }, { "aapbId": "cpb-aacip-500-ws8hk677", @@ -262477,13 +377030,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recjyUQTjB66NUP8o", - "id": "e3850" + "id": "e3851" }, { "aapbId": "cpb-aacip-500-6t0gzd03", @@ -262499,12 +377080,12 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "20th-century", + "name": "20th century" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" } ], "creator": [ @@ -262547,7 +377128,7 @@ ], "decade": null, "airtableId": "recjz9f8uT3QVAoes", - "id": "e3851" + "id": "e3852" }, { "aapbId": "cpb-aacip-500-7m042m6j", @@ -262568,32 +377149,32 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "attucks-crispus-1770", "name": "Attucks, Crispus, -1770" }, - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" } ], "creator": [ @@ -262626,10 +377207,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reck1STBlNeYFq5Xb", - "id": "e3852" + "id": "e3853" }, { "aapbId": "cpb-aacip-500-125qcs9d", @@ -262657,6 +377262,10 @@ "id": "economic-assistance", "name": "Economic assistance" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "international-trade", "name": "International trade" @@ -262669,13 +377278,29 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-economic-conditions-20th-century", "name": "United States--Economic conditions--20th century" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "world-politics", @@ -262710,9 +377335,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "reck2Uwr9bgcg9km0", - "id": "e3853" + "id": "e3854" }, { "aapbId": "cpb-aacip-500-hd7nt79f", @@ -262737,13 +377386,21 @@ "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -262772,18 +377429,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "reck2uep1QVY8mp6J", - "id": "e3854" + "id": "e3855" }, { "aapbId": "cpb-aacip-500-pr7mtr59", @@ -262803,6 +377488,10 @@ "title": "The march of medicine" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -262818,6 +377507,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -262846,9 +377539,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reck3FG0LQeovqLs9", - "id": "e3855" + "id": "e3856" }, { "aapbId": "cpb-aacip-500-mc8rgw18", @@ -262862,12 +377579,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reck3FXhC1HqlFbXx", - "subject": [], - "id": "e3856" + "id": "e3857" }, { "aapbId": "cpb-aacip-500-cj87n32n", @@ -262891,6 +377617,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -262938,9 +377668,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "reck63KihRCz5epab", - "id": "e3857" + "id": "e3858" }, { "aapbId": "cpb-aacip-500-154ds32h", @@ -262970,11 +377724,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reck7Bz2YEH8Wk1oa", "subject": [], - "id": "e3858" + "id": "e3859" }, { "aapbId": "cpb-aacip-500-db7vrc49", @@ -262995,12 +377773,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -263009,6 +377783,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -263035,10 +377813,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reck7pGjzpcHuq6Bl", - "id": "e3859" + "id": "e3860" }, { "aapbId": "cpb-aacip-500-639k7b3p", @@ -263063,8 +377865,12 @@ "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, { - "id": "composers-18th-century", - "name": "Composers--18th century" + "id": "composers", + "name": "Composers" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "music", @@ -263075,16 +377881,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -263119,9 +377925,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "reck8ryyYXoBeSGdu", - "id": "e3860" + "id": "e3861" }, { "aapbId": "cpb-aacip-500-n00ztk83", @@ -263141,14 +377971,26 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china", + "name": "China" + }, { "id": "china-civilization", - "name": "China--Civilization" + "name": "China civilization" }, { "id": "china-politics-and-government", "name": "China--Politics and government" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -263158,8 +378000,12 @@ "name": "NAEB Region I" }, { - "id": "nuclear-weapons-china", - "name": "Nuclear weapons--China" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "nuclear-weapons", + "name": "Nuclear weapons" }, { "id": "science", @@ -263168,6 +378014,10 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -263194,11 +378044,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "reck9AOPmyjloINTK", - "id": "e3861" + "id": "e3862" }, { "aapbId": "cpb-aacip-500-5m628z9n", @@ -263226,6 +378104,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -263267,9 +378149,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reck9XBPODFnZ2fgJ", - "id": "e3862" + "id": "e3863" }, { "aapbId": "cpb-aacip-500-xd0qwv70", @@ -263293,17 +378199,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -263341,18 +378251,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "reckCJbINNbmcluEr", - "id": "e3863" + "id": "e3864" }, { "aapbId": "cpb-aacip-500-z02z7n2n", @@ -263372,6 +378306,22 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sex", + "name": "Sex" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -263398,10 +378348,34 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "lansing", + "name": "Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckCfMC2eNKmcJIM", - "id": "e3864" + "id": "e3865" }, { "aapbId": "cpb-aacip-500-3n20h64d", @@ -263414,12 +378388,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reckDZ7RPGnJXezSq", "subject": [], - "id": "e3865" + "id": "e3866" }, { "aapbId": "cpb-aacip-500-7w677j2m", @@ -263433,12 +378431,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reckE3rXmSGaXkt24", "subject": [], - "id": "e3866" + "id": "e3867" }, { "aapbId": "cpb-aacip-500-8s4jr24n", @@ -263462,6 +378484,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -263509,9 +378535,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "reckEEmAbPNt67Ced", - "id": "e3867" + "id": "e3868" }, { "aapbId": "cpb-aacip-500-5h7bwm76", @@ -263539,18 +378589,22 @@ "id": "due-process-of-law-united-states", "name": "Due process of law--United States" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -263606,9 +378660,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reckFJIU7IW0zagzV", - "id": "e3868" + "id": "e3869" }, { "aapbId": "cpb-aacip-500-707wqx3g", @@ -263641,16 +378719,20 @@ "name": "Haydn, Joseph, 1732-1809. Choral music. Selections" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -263685,9 +378767,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "reckFdqEYatXZocrF", - "id": "e3869" + "id": "e3870" }, { "aapbId": "cpb-aacip-500-hq3s0447", @@ -263716,12 +378822,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -263753,6 +378867,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -263763,7 +378901,7 @@ } ], "airtableId": "reckGwjGZH1qMCdEt", - "id": "e3870" + "id": "e3871" }, { "aapbId": "cpb-aacip-500-t14tp542", @@ -263786,10 +378924,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -263809,10 +378955,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckGyrES9pRoeQel", - "id": "e3871" + "id": "e3872" }, { "aapbId": "cpb-aacip-500-z02z7k27", @@ -263840,6 +379010,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -263847,6 +379021,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -263876,6 +379054,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "tandam-donald-j", "name": "Tandam, Donald J.", @@ -263899,9 +379083,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "reckHiyHoDKrrWH5K", - "id": "e3872" + "id": "e3873" }, { "aapbId": "cpb-aacip-500-n00ztk05", @@ -263929,29 +379137,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -263962,6 +379178,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -263984,7 +379224,7 @@ } ], "airtableId": "reckIBBKF2FwlIPGH", - "id": "e3873" + "id": "e3874" }, { "aapbId": "cpb-aacip-500-2n4zmb51", @@ -263999,12 +379239,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reckIeUVAvzhF6INR", - "subject": [], - "id": "e3874" + "id": "e3875" }, { "aapbId": "cpb-aacip-500-d21rkk1c", @@ -264032,29 +379277,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -264065,6 +379318,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -264087,7 +379364,7 @@ } ], "airtableId": "reckJ0sRSSgws9HJp", - "id": "e3875" + "id": "e3876" }, { "aapbId": "cpb-aacip-500-kw57jf6r", @@ -264107,21 +379384,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -264158,9 +379439,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reckKu5NNPddkilJ1", - "id": "e3876" + "id": "e3877" }, { "aapbId": "cpb-aacip-500-tq5rd47d", @@ -264180,6 +379485,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -264188,6 +379497,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -264243,9 +379560,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "reckNqa1cJZ1fj76c", - "id": "e3877" + "id": "e3878" }, { "aapbId": "cpb-aacip-500-hx15rq5h", @@ -264265,6 +379606,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -264281,14 +379626,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -264332,9 +379677,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "reckO2iLfmP0lnUv6", - "id": "e3878" + "id": "e3879" }, { "aapbId": "cpb-aacip-500-cc0tvj2j", @@ -264365,6 +379734,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -264393,9 +379766,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reckPdOj4YOWojO8m", - "id": "e3879" + "id": "e3880" }, { "aapbId": "cpb-aacip-500-j09w5093", @@ -264415,9 +379812,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -264434,10 +379843,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckPnJ5JCMReE2kb", - "id": "e3880" + "id": "e3881" }, { "aapbId": "cpb-aacip-500-m32nb139", @@ -264457,6 +379890,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -264466,12 +379903,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -264492,10 +379933,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckQapQGUlx81NpY", - "id": "e3881" + "id": "e3882" }, { "aapbId": "cpb-aacip-500-707wqz3p", @@ -264523,9 +379988,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -264558,10 +380031,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckQvbmhRxwTPbc1", - "id": "e3882" + "id": "e3883" }, { "aapbId": "cpb-aacip-500-901zhn3h", @@ -264593,6 +380090,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -264636,9 +380141,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "reckRhuP5SeCzsFSc", - "id": "e3883" + "id": "e3884" }, { "aapbId": "cpb-aacip-500-r20rwd2c", @@ -264662,17 +380191,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -264713,9 +380250,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "reckT8BQsO5StF229", - "id": "e3884" + "id": "e3885" }, { "aapbId": "cpb-aacip-500-j678xh5r", @@ -264735,17 +380296,29 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "writers", - "name": "Writers" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -264775,11 +380348,6 @@ } ], "contributor": [ - { - "id": "bauer-al", - "name": "Bauer, Al", - "type": "Person" - }, { "id": "stribling-don", "name": "Stribling, Don", @@ -264811,8 +380379,8 @@ "role": "Actor" }, { - "id": "bauer-harold-1873-1951", - "name": "Bauer, Harold, 1873-1951", + "id": "bauer-al", + "name": "Bauer, Al", "type": "Person", "role": "Actor" }, @@ -264824,18 +380392,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "reckU36pS5WWRAAGs", - "id": "e3885" + "id": "e3886" }, { "aapbId": "cpb-aacip-500-qr4nqk1n", @@ -264859,10 +380451,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -264900,9 +380500,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "reckX4nxWjWs2zMzB", - "id": "e3886" + "id": "e3887" }, { "aapbId": "cpb-aacip-500-j09w507m", @@ -264933,6 +380557,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -264985,9 +380613,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "idaho", + "name": "Idaho" + } + ], + "settlement": [ + { + "id": "farragut-state-park", + "name": "Farragut State Park" + } + ], "decade": "1960-1969", "airtableId": "reckXVmwWV9Mt8fEJ", - "id": "e3887" + "id": "e3888" }, { "aapbId": "cpb-aacip-500-z60c1687", @@ -265003,16 +380655,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reckYECbRrsBgpIuQ", - "id": "e3888" + "id": "e3889" }, { "aapbId": "cpb-aacip-500-9c6s2t05", @@ -265046,11 +380734,6 @@ } ], "creator": [ - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body" - }, { "id": "national-association-of-educational-broadcasters", "name": "National Association of Educational Broadcasters", @@ -265074,10 +380757,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckYFcEEW2FeB4Ft", - "id": "e3889" + "id": "e3890" }, { "aapbId": "cpb-aacip-500-3j393x2b", @@ -265092,12 +380799,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reckZNfHWIZHjiiIN", - "subject": [], - "id": "e3890" + "id": "e3891" }, { "aapbId": "cpb-aacip-500-18345b2v", @@ -265117,18 +380829,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -265160,26 +380876,6 @@ } ], "contributor": [ - { - "id": "orlinsky-harry-m-1908-1992", - "name": "Orlinsky, Harry M., 1908-1992", - "type": "Person" - }, - { - "id": "pfeiffer-robert-h-robert-henry-1892-1958", - "name": "Pfeiffer, Robert H. (Robert Henry), 1892-1958", - "type": "Person" - }, - { - "id": "burrows-millar-1889-1980", - "name": "Burrows, Millar, 1889-1980", - "type": "Person" - }, - { - "id": "fischel-walter-joseph-1902-1973", - "name": "Fischel, Walter Joseph, 1902-1973", - "type": "Person" - }, { "id": "voegeli-don", "name": "Voegeli, Don", @@ -265197,6 +380893,30 @@ "name": "Mansoor, Menahem", "type": "Person", "role": "Speaker" + }, + { + "id": "burrows-millar-1889-1980", + "name": "Burrows, Millar, 1889-1980", + "type": "Person", + "role": "Speaker" + }, + { + "id": "orlinsky-harry-m-1908-1992", + "name": "Orlinsky, Harry M., 1908-1992", + "type": "Person", + "role": "Speaker" + }, + { + "id": "pfeiffer-robert-h-robert-henry-1892-1958", + "name": "Pfeiffer, Robert H. (Robert Henry), 1892-1958", + "type": "Person", + "role": "Speaker" + }, + { + "id": "fischel-walter-joseph-1902-1973", + "name": "Fischel, Walter Joseph, 1902-1973", + "type": "Person", + "role": "Speaker" } ], "genre": [ @@ -265209,9 +380929,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "reckaHSdn8pOVD9xK", - "id": "e3891" + "id": "e3892" }, { "aapbId": "cpb-aacip-500-zg6g6254", @@ -265229,16 +380973,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reckaL8LasPg18axg", - "id": "e3892" + "id": "e3893" }, { "aapbId": "cpb-aacip-500-h7081n7w", @@ -265273,6 +381049,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -265312,9 +381092,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "reckbz54D1ISYCSTg", - "id": "e3893" + "id": "e3894" }, { "aapbId": "cpb-aacip-500-0k26fc0q", @@ -265342,29 +381146,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -265375,6 +381187,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -265391,7 +381227,7 @@ } ], "airtableId": "reckcBgYHCjdkC1Mb", - "id": "e3894" + "id": "e3895" }, { "aapbId": "cpb-aacip-500-mg7fw50m", @@ -265408,9 +381244,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -265440,9 +381292,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reckcRW8wLuu3LQHA", - "id": "e3895" + "id": "e3896" }, { "aapbId": "cpb-aacip-500-qv3c3v3p", @@ -265473,6 +381349,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -265507,9 +381387,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "reckdBuWj3WXQJA93", - "id": "e3896" + "id": "e3897" }, { "aapbId": "cpb-aacip-500-7m042p4g", @@ -265529,17 +381433,29 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china", "name": "China" }, { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-foreign-relations", + "name": "China--Foreign relations" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "china-history", + "name": "China--History" + }, + { + "id": "communism", + "name": "Communism" + }, + { + "id": "education", + "name": "Education" }, { "id": "international-relations", @@ -265558,24 +381474,24 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { - "id": "united-states-foreign-relations-china", - "name": "United States--Foreign relations--China" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -265610,11 +381526,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "reckeYQHmiXUtwlT2", - "id": "e3897" + "id": "e3898" }, { "aapbId": "cpb-aacip-500-2f7jts9z", @@ -265649,6 +381593,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -265681,10 +381629,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckgQbXNK5UxahNI", - "id": "e3898" + "id": "e3899" }, { "aapbId": "cpb-aacip-500-wp9t5v60", @@ -265716,6 +381688,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tuberculosis", "name": "Tuberculosis" @@ -265765,9 +381741,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "reckgx7umk3jcb7su", - "id": "e3899" + "id": "e3900" }, { "aapbId": "cpb-aacip-500-g15tc78n", @@ -265803,6 +381803,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "us-government", "name": "U.S. Government" @@ -265854,9 +381862,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reckhnOd7PK4Oigcd", - "id": "e3900" + "id": "e3901" }, { "aapbId": "cpb-aacip-500-7s7hv733", @@ -265874,7 +381906,7 @@ "contributor": [], "airtableId": "reckiWKNclU2GqXYK", "subject": [], - "id": "e3901" + "id": "e3902" }, { "aapbId": "cpb-aacip-500-mg7fw39c", @@ -265901,9 +381933,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -265930,10 +381970,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "reckjDgXuO926mduh", - "id": "e3902" + "id": "e3903" }, { "aapbId": "cpb-aacip-500-416t2971", @@ -265954,17 +382018,29 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" }, { - "id": "criticism", - "name": "Criticism" + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, + { + "id": "motion-picture-industry", + "name": "Motion picture industry" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -266002,9 +382078,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "reckjfWSKQCQoTJvK", - "id": "e3903" + "id": "e3904" }, { "aapbId": "cpb-aacip-500-j678xk7n", @@ -266027,10 +382127,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -266086,7 +382182,7 @@ ], "decade": "1950-1959", "airtableId": "reckjynFlpOsdBokt", - "id": "e3904" + "id": "e3905" }, { "aapbId": "cpb-aacip-500-1834597v", @@ -266114,6 +382210,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -266169,9 +382269,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "reckmCHRRtrzospyr", - "id": "e3905" + "id": "e3906" }, { "aapbId": "cpb-aacip-500-8s4jr37k", @@ -266202,6 +382326,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -266234,6 +382362,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -266244,7 +382396,7 @@ } ], "airtableId": "reckmERTCHMmLBOqQ", - "id": "e3906" + "id": "e3907" }, { "aapbId": "cpb-aacip-500-gt5fgj5c", @@ -266264,14 +382416,14 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "inner-cities", "name": "Inner cities" @@ -266284,6 +382436,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pests", "name": "Pests" @@ -266292,6 +382448,10 @@ "id": "rats", "name": "Rats" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "wisconsin", "name": "Wisconsin" @@ -266330,9 +382490,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reckmH2yujarhQ2RS", - "id": "e3907" + "id": "e3908" }, { "aapbId": "cpb-aacip-500-736m466x", @@ -266353,17 +382537,29 @@ }, "subject": [ { - "id": "diplomats-france", - "name": "Diplomats--France" + "id": "diplomats", + "name": "Diplomats" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "europe", "name": "Europe" }, + { + "id": "france", + "name": "France" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "saarland-germany", "name": "Saarland (Germany)" @@ -266420,9 +382616,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reckmJUrv7DUrcF6O", - "id": "e3908" + "id": "e3909" }, { "aapbId": "cpb-aacip-500-fb4wn752", @@ -266443,24 +382663,35 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "journalism-united-states", + "name": "Journalism--United States" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -266468,8 +382699,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -266510,9 +382741,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "reckmRAC1LYZXk1uF", - "id": "e3909" + "id": "e3910" }, { "aapbId": "cpb-aacip-500-td9n7b4f", @@ -266536,6 +382791,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -266544,13 +382803,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -266586,14 +382857,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reckmnf2h8hQ65SEH", - "id": "e3910" + "id": "e3911" }, { "aapbId": "cpb-aacip-500-9k45vd4b", @@ -266614,40 +382913,40 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" - }, - { - "id": "american-literature-19th-century", - "name": "American literature--19th century" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "southern-states-history", - "name": "Southern States--History" + "id": "slavery", + "name": "Slavery" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -266682,9 +382981,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recknrN2KG3QmSSJL", - "id": "e3911" + "id": "e3912" }, { "aapbId": "cpb-aacip-500-ng4gs12m", @@ -266703,13 +383026,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recksTVuh6yQrDmPz", - "id": "e3912" + "id": "e3913" }, { "aapbId": "cpb-aacip-500-nz80qd76", @@ -266733,9 +383084,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -266770,9 +383129,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reckt6GcLqQVquGiF", - "id": "e3913" + "id": "e3914" }, { "aapbId": "cpb-aacip-500-d50fzs82", @@ -266793,21 +383176,29 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-20th-century", "name": "Opera--20th century" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "puccini-giacomo-1858-1924-bohe_me", "name": "Puccini, Giacomo, 1858-1924. Bohe_me" @@ -266843,9 +383234,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recktQs8hNWGBUKaF", - "id": "e3914" + "id": "e3915" }, { "aapbId": "cpb-aacip-500-f47gvq40", @@ -266864,13 +383279,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recktoCWO7DM0sjWd", - "id": "e3915" + "id": "e3916" }, { "aapbId": "cpb-aacip-500-xg9f961n", @@ -266893,6 +383336,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -266916,10 +383363,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reckuKzeSv0qonXGz", - "id": "e3916" + "id": "e3917" }, { "aapbId": "cpb-aacip-500-5m628x2r", @@ -266940,8 +383411,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -266951,6 +383422,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "persecution-soviet-union", "name": "Persecution--Soviet Union" @@ -266959,10 +383434,6 @@ "id": "soviet-union", "name": "Soviet Union" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -267011,9 +383482,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "reckwS9rqpoJJKUhb", - "id": "e3917" + "id": "e3918" }, { "aapbId": "cpb-aacip-500-jm23gp3p", @@ -267037,17 +383532,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -267099,9 +383602,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "reckxVZYedJXwNZah", - "id": "e3918" + "id": "e3919" }, { "aapbId": "cpb-aacip-500-2n4zmb12", @@ -267121,10 +383648,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -267132,6 +383655,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -267166,9 +383693,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recky1hbjxneRVFtK", - "id": "e3919" + "id": "e3920" }, { "aapbId": "cpb-aacip-500-9w09178w", @@ -267185,29 +383736,45 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "feminism", "name": "Feminism" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "women-books-and-reading", - "name": "Women--Books and reading" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { - "id": "women-united-states", - "name": "Women--United States" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "womens-history", - "name": "Women's History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "women", + "name": "Women" }, { "id": "womens-rights", @@ -267272,9 +383839,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "airtableId": "reckynODnzaVFT0zz", - "id": "e3920" + "id": "e3921" }, { "aapbId": "cpb-aacip-500-k9316q96", @@ -267302,9 +383893,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -267345,9 +383944,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recl1Xhfr8K1qXNZl", - "id": "e3921" + "id": "e3922" }, { "aapbId": "cpb-aacip-500-ff3m1h1n", @@ -267367,10 +383990,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -267440,9 +384071,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recl2Jg6j7sTDjT5R", - "id": "e3922" + "id": "e3923" }, { "aapbId": "cpb-aacip-500-bk16r80w", @@ -267483,8 +384138,8 @@ "name": "Federal government--United States" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -267502,9 +384157,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -267535,9 +384198,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recl2MCk5ql3LJDkt", - "id": "e3923" + "id": "e3924" }, { "aapbId": "cpb-aacip-500-1j97b71f", @@ -267576,6 +384263,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -267639,9 +384330,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recl3ofi8lu1aNRGe", - "id": "e3924" + "id": "e3925" }, { "aapbId": "cpb-aacip-500-n00ztj0z", @@ -267665,6 +384380,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" @@ -267722,9 +384441,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recl4yWQIpma0OuiZ", - "id": "e3925" + "id": "e3926" }, { "aapbId": "cpb-aacip-500-bn9x4j5h", @@ -267744,6 +384487,10 @@ "title": "31st Annual Couchiching Conference, 1962" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "canada-politics-and-government-20th-century", "name": "Canada--Politics and government--20th century" @@ -267752,6 +384499,14 @@ "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -267764,10 +384519,6 @@ "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "industrial-relations", "name": "Industrial relations" @@ -267775,6 +384526,18 @@ { "id": "labor-policy", "name": "Labor policy" + }, + { + "id": "law", + "name": "Law" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -267834,11 +384597,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recl73lK1Tv03uBbN", - "id": "e3926" + "id": "e3927" }, { "aapbId": "cpb-aacip-500-639k7b0z", @@ -267858,16 +384649,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -267876,6 +384671,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -267908,10 +384707,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recl8FPnzqxDbNLGl", - "id": "e3927" + "id": "e3928" }, { "aapbId": "cpb-aacip-500-z31nmz11", @@ -267931,6 +384754,10 @@ "title": "This land, this heritage, this people" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "folk-music-united-states", "name": "Folk music--United States" @@ -267947,13 +384774,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "ozark-mountains", "name": "Ozark Mountains" }, { - "id": "popular-culture-united-states-history", - "name": "Popular culture--United States--History" + "id": "popular-culture", + "name": "Popular culture" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -267997,9 +384832,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recl8ei1R1j7zFlZK", - "id": "e3928" + "id": "e3929" }, { "aapbId": "cpb-aacip-500-c824g66s", @@ -268020,28 +384879,36 @@ }, "subject": [ { - "id": "jazz-african-influences", - "name": "Jazz--African influences" + "id": "africa", + "name": "Africa" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "african-influences", + "name": "African influences" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "music", - "name": "Music" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "music-africa-history-and-criticism", - "name": "Music--Africa--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "music", + "name": "Music" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -268074,10 +384941,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recl8pO8sjZuRJ6EZ", - "id": "e3929" + "id": "e3930" }, { "aapbId": "cpb-aacip-500-3775z32x", @@ -268097,10 +384988,6 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -268122,8 +385009,12 @@ "name": "NAEB Region I" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" }, { "id": "sociology", @@ -268178,9 +385069,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reclA5mmHFzHPuHo1", - "id": "e3930" + "id": "e3931" }, { "aapbId": "cpb-aacip-500-pz51mb2x", @@ -268200,21 +385115,25 @@ "title": "China: Policy and perspective" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "china-history", "name": "China--History" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -268251,9 +385170,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reclBd1z1CgHH5Zer", - "id": "e3931" + "id": "e3932" }, { "aapbId": "cpb-aacip-500-9z90dg7t", @@ -268280,14 +385223,17 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -268295,8 +385241,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -268349,9 +385295,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "reclCjBx1ngQLkHWY", - "id": "e3932" + "id": "e3933" }, { "aapbId": "cpb-aacip-500-td9n7c0p", @@ -268372,13 +385342,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclD9rm9Zb2j2bds", - "id": "e3933" + "id": "e3934" }, { "aapbId": "cpb-aacip-500-9z90dh71", @@ -268397,13 +385395,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclEf7J9vX5aAINE", - "id": "e3934" + "id": "e3935" }, { "aapbId": "cpb-aacip-500-g44hrh43", @@ -268424,24 +385450,43 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "older-people", + "name": "Older people" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -268449,8 +385494,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -268484,12 +385529,6 @@ "type": "Person", "role": "Actor" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "role": "Actor" - }, { "id": "mast-ben", "name": "Mast, Ben", @@ -268513,9 +385552,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "reclEuHDhBDc7Mhvb", - "id": "e3935" + "id": "e3936" }, { "aapbId": "cpb-aacip-500-sn01412m", @@ -268562,10 +385625,34 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "reclEyLZe8KJB5SkF", - "id": "e3936" + "id": "e3937" }, { "aapbId": "cpb-aacip-500-2r3p0k83", @@ -268586,13 +385673,25 @@ }, "subject": [ { - "id": "agriculture-united-states", - "name": "Agriculture--United States" + "id": "agriculture", + "name": "Agriculture" }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-foreign-service", "name": "United States. Foreign Service" @@ -268636,9 +385735,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reclGcs6BmJFqD1Iu", - "id": "e3937" + "id": "e3938" }, { "aapbId": "cpb-aacip-500-7940ws4g", @@ -268670,6 +385793,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -268677,6 +385804,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -268703,19 +385834,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "reclHk6QrkVvV8ehb", - "id": "e3938" + "id": "e3939" }, { "aapbId": "cpb-aacip-500-pg1hnt97", @@ -268736,12 +385891,16 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "canada", + "name": "Canada" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "diplomats", + "name": "Diplomats" + }, + { + "id": "diplomats-united-states", + "name": "Diplomats--United States" }, { "id": "mackay-alexander-1808-1852", @@ -268752,8 +385911,16 @@ "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", @@ -268762,6 +385929,10 @@ { "id": "united-states-history-19th-century", "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -268800,10 +385971,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclIJOuqqM3hWOWp", - "id": "e3939" + "id": "e3940" }, { "aapbId": "cpb-aacip-500-9c6s2v2v", @@ -268824,13 +386019,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclIL0XYS5nLnZVJ", - "id": "e3940" + "id": "e3941" }, { "aapbId": "cpb-aacip-500-jd4pq34r", @@ -268850,6 +386073,10 @@ "title": "The legendary pianists" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "music", "name": "Music" @@ -268858,6 +386085,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -268904,9 +386135,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "reclIeCwZdmGuEUhh", - "id": "e3941" + "id": "e3942" }, { "aapbId": "cpb-aacip-500-5d8nhb59", @@ -268927,28 +386182,28 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" - }, - { - "id": "american-literature-themes-motives", - "name": "American literature--Themes, motives" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -269001,9 +386256,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "reclIlLFPV8TjdpuT", - "id": "e3942" + "id": "e3943" }, { "aapbId": "cpb-aacip-500-gb1xj39j", @@ -269023,9 +386302,33 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -269042,10 +386345,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclIs5sek9BnYnaY", - "id": "e3943" + "id": "e3944" }, { "aapbId": "cpb-aacip-500-8s4jr32c", @@ -269080,6 +386407,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -269106,10 +386437,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclJE11KfcmxEoN4", - "id": "e3944" + "id": "e3945" }, { "aapbId": "cpb-aacip-500-3j393z02", @@ -269129,10 +386484,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -269170,9 +386533,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "reclJXXYyzW3bg5sU", - "id": "e3945" + "id": "e3946" }, { "aapbId": "cpb-aacip-500-00003k8z", @@ -269193,8 +386580,8 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "art-architecture", + "name": "Art & Architecture" }, { "id": "building-materials-united-states", @@ -269204,21 +386591,21 @@ "id": "construction-industry-southern-states", "name": "Construction industry--Southern States" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -269271,9 +386658,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "reclJyd7heFQrru0v", - "id": "e3946" + "id": "e3947" }, { "aapbId": "cpb-aacip-500-s756jv38", @@ -269308,6 +386719,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -269331,13 +386746,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "reclK93RObwj7sBLR", - "id": "e3947" + "id": "e3948" }, { "aapbId": "cpb-aacip-500-c53f2x4q", @@ -269365,10 +386804,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -269437,9 +386888,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "reclKGIf0vI4o0Kj9", - "id": "e3948" + "id": "e3949" }, { "aapbId": "cpb-aacip-500-kh0f0819", @@ -269467,6 +386942,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -269524,9 +387007,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "reclKz2QXcM9JITmP", - "id": "e3949" + "id": "e3950" }, { "aapbId": "cpb-aacip-500-c824g866", @@ -269546,7 +387053,7 @@ "contributor": [], "airtableId": "reclLzVNMQEJ8LVOY", "subject": [], - "id": "e3950" + "id": "e3951" }, { "aapbId": "cpb-aacip-500-4t6f5m11", @@ -269570,21 +387077,41 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "education", + "name": "Education" + }, { "id": "high-school-students", "name": "High school students" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use-health-aspects", "name": "Tobacco use--Health aspects" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -269631,9 +387158,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reclMlMYfVc7cAhba", - "id": "e3951" + "id": "e3952" }, { "aapbId": "cpb-aacip-500-tx355r59", @@ -269648,12 +387199,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclMwzm1w0MaSeiJ", - "subject": [], - "id": "e3952" + "id": "e3953" }, { "aapbId": "cpb-aacip-500-x34mr18z", @@ -269671,13 +387227,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reclMyRfJe7kSKlJ9", - "id": "e3953" + "id": "e3954" }, { "aapbId": "cpb-aacip-500-w37kv448", @@ -269709,6 +387293,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -269752,9 +387340,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reclNCljwkxL9uMDJ", - "id": "e3954" + "id": "e3955" }, { "aapbId": "cpb-aacip-500-mw28f951", @@ -269775,36 +387387,44 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" + "id": "african-americans", + "name": "African Americans" }, { "id": "cotton-picking", "name": "Cotton picking" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "textile-industry-southern-states", "name": "Textile industry--Southern States" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" } ], "creator": [ @@ -269839,9 +387459,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "reclOESuQQptvQpCS", - "id": "e3955" + "id": "e3956" }, { "aapbId": "cpb-aacip-500-qj77z088", @@ -269873,6 +387517,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "world-politics", "name": "World Politics" @@ -269922,9 +387570,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reclP4xdBlU1T0g7A", - "id": "e3956" + "id": "e3957" }, { "aapbId": "cpb-aacip-500-bz619c3k", @@ -269944,6 +387616,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -269956,6 +387632,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -269978,18 +387658,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "reclPAPAZsfOylkgd", - "id": "e3957" + "id": "e3958" }, { "aapbId": "cpb-aacip-500-jq0sw00n", @@ -270019,11 +387727,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclRflZRP9PFrwCX", "subject": [], - "id": "e3958" + "id": "e3959" }, { "aapbId": "cpb-aacip-500-pr7mtp4n", @@ -270058,6 +387790,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -270110,9 +387846,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "reclUHaH6fRxO6DhM", - "id": "e3959" + "id": "e3960" }, { "aapbId": "cpb-aacip-500-0p0wtk5t", @@ -270132,33 +387892,37 @@ "title": "How's the family" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "children-families", "name": "Children & Families" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "radio-plays-american", - "name": "Radio plays, American" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "parenting", + "name": "Parenting" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "radio-plays-american", + "name": "Radio plays, American" } ], "creator": [ @@ -270223,9 +387987,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "reclVACUlo9mOajFW", - "id": "e3960" + "id": "e3961" }, { "aapbId": "cpb-aacip-500-tm720w9m", @@ -270243,13 +388031,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reclVWMHmUVpqzNNC", - "id": "e3961" + "id": "e3962" }, { "aapbId": "cpb-aacip-500-9w09168p", @@ -270270,16 +388086,28 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "neurosciences", "name": "Neurosciences" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -270298,9 +388126,39 @@ "role": "Speaker" } ], + "genre": [ + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reclWRi0nc2bRrhOt", - "id": "e3962" + "id": "e3963" }, { "aapbId": "cpb-aacip-500-4f1mmh12", @@ -270319,13 +388177,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclWpnSdfnwsOQVi", - "id": "e3963" + "id": "e3964" }, { "aapbId": "cpb-aacip-500-t14tp47k", @@ -270357,13 +388243,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "reger-max-1873-1916-organ-music", @@ -270406,9 +388296,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "reclX2DMvQ4G2e3mp", - "id": "e3964" + "id": "e3965" }, { "aapbId": "cpb-aacip-500-3r0pwg9x", @@ -270422,12 +388336,36 @@ "id": "national-educational-radio-audio-visits", "title": "National Educational Radio Audio Visits" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reclXAeTWo220dnfK", "subject": [], - "id": "e3965" + "id": "e3966" }, { "aapbId": "cpb-aacip-500-0r9m6w0b", @@ -270451,6 +388389,10 @@ "id": "ballads", "name": "Ballads" }, + { + "id": "children-families", + "name": "Children & Families" + }, { "id": "childrens-songs-united-states", "name": "Children's songs--United States" @@ -270468,8 +388410,8 @@ "name": "NAEB Region VI" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { "id": "wit-and-humor", @@ -270497,13 +388439,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "reclXR4LB4vO7IwqG", - "id": "e3966" + "id": "e3967" }, { "aapbId": "cpb-aacip-500-8911sm8r", @@ -270531,6 +388497,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "technique-musician", "name": "Technique (Musician)" @@ -270574,9 +388544,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "reclXaeuqASePbTwW", - "id": "e3967" + "id": "e3968" }, { "aapbId": "cpb-aacip-500-0c4sns2v", @@ -270603,6 +388597,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -270619,10 +388617,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclXlZjYnuqzzD2s", - "id": "e3968" + "id": "e3969" }, { "aapbId": "cpb-aacip-500-ms3k212w", @@ -270641,13 +388663,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reclXqe7Hp7fHxv3W", - "id": "e3969" + "id": "e3970" }, { "aapbId": "cpb-aacip-500-kp7trv8w", @@ -270678,6 +388728,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -270723,9 +388777,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "reclY6fiRppHSyWiQ", - "id": "e3970" + "id": "e3971" }, { "aapbId": "cpb-aacip-500-jh3d3c9h", @@ -270746,20 +388824,24 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-1941-1950-history-and-criticism", - "name": "Jazz--1941-1950--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" + }, + { + "id": "jazz-1941-1950-history-and-criticism", + "name": "Jazz--1941-1950--History and criticism" }, { "id": "music", @@ -270768,6 +388850,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -270800,10 +388886,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclYH12rthBSGpi7", - "id": "e3971" + "id": "e3972" }, { "aapbId": "cpb-aacip-500-930nx00s", @@ -270824,13 +388934,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclYNRrNR8QYgsZX", - "id": "e3972" + "id": "e3973" }, { "aapbId": "cpb-aacip-500-736m4814", @@ -270865,9 +389003,17 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "public-broadcasting", "name": "Public broadcasting" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -270884,10 +389030,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclYdckdCcLClwlf", - "id": "e3973" + "id": "e3974" }, { "aapbId": "cpb-aacip-500-br8mhs5q", @@ -270911,6 +389081,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -270958,9 +389132,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "reclYtEvnu1I0omJY", - "id": "e3974" + "id": "e3975" }, { "aapbId": "cpb-aacip-500-08638f63", @@ -271000,6 +389198,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "tornado-damage", "name": "Tornado damage" @@ -271061,9 +389263,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "reclZK3NASg76RGjS", - "id": "e3975" + "id": "e3976" }, { "aapbId": "cpb-aacip-500-901zhn11", @@ -271099,10 +389325,18 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "rescues", "name": "Rescues" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "volunteers", "name": "Volunteers" @@ -271164,9 +389398,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "reclZcVnEyj6lBk9H", - "id": "e3976" + "id": "e3977" }, { "aapbId": "cpb-aacip-500-h12v844d", @@ -271182,16 +389440,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclauRCiQgPpfg3P", - "id": "e3977" + "id": "e3978" }, { "aapbId": "cpb-aacip-500-2f7jtt56", @@ -271219,9 +389509,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -271254,10 +389552,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclcESHoUi6WJcoQ", - "id": "e3978" + "id": "e3979" }, { "aapbId": "cpb-aacip-500-j678xh60", @@ -271298,8 +389620,12 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -271334,9 +389660,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reclcI899Tmrko3xF", - "id": "e3979" + "id": "e3980" }, { "aapbId": "cpb-aacip-500-513tz63n", @@ -271356,6 +389706,10 @@ "title": "Minds of men" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "jealousy", "name": "Jealousy" @@ -271372,9 +389726,17 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "possessiveness", "name": "Possessiveness" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" } ], "creator": [ @@ -271426,9 +389788,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recldJNcgtSxqrdqz", - "id": "e3980" + "id": "e3981" }, { "aapbId": "cpb-aacip-500-nc5scp3v", @@ -271449,8 +389835,8 @@ }, "subject": [ { - "id": "europe", - "name": "Europe" + "id": "education", + "name": "Education" }, { "id": "graduate-students-scholarships-fellowships-etc-united-states", @@ -271465,20 +389851,28 @@ "name": "Great Britain" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "great-britain-graduate-work", + "name": "Great Britain--Graduate work" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "students-united-states", - "name": "Students--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "universities-and-colleges-great-britain-graduate-work", - "name": "Universities and colleges--Great Britain--Graduate work" + "id": "students", + "name": "Students" + }, + { + "id": "united-states", + "name": "United States" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -271513,9 +389907,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recldvj4QbX0RSoPK", - "id": "e3981" + "id": "e3982" }, { "aapbId": "cpb-aacip-500-2v2ccx00", @@ -271534,13 +389952,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclei6JUYs9KQzta", - "id": "e3982" + "id": "e3983" }, { "aapbId": "cpb-aacip-500-4j0b0s33", @@ -271564,14 +390010,18 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-history-19th-century", - "name": "Communism--History--19th Century" - }, { "id": "engels-friedrich-1820-1895", "name": "Engels, Friedrich, 1820-1895" }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "marx-karl-1818-1883", "name": "Marx, Karl, 1818-1883" @@ -271581,20 +390031,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" - }, - { - "id": "socialism-history-19th-century", - "name": "Socialism--History--19th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialism", + "name": "Socialism" }, { "id": "world-politics", @@ -271633,9 +390079,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reclgMN9pvhRQwAWb", - "id": "e3983" + "id": "e3984" }, { "aapbId": "cpb-aacip-500-np1wjh9r", @@ -271656,20 +390126,24 @@ }, "subject": [ { - "id": "jazz-musicians-illinois-biography", - "name": "Jazz musicians--Illinois--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "illinois-chicago", + "name": "Illinois--Chicago" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-illinois-chicago", - "name": "Jazz--Illinois--Chicago" + "id": "jazz-musicians-illinois-biography", + "name": "Jazz musicians--Illinois--Biography" }, { "id": "music", @@ -271678,6 +390152,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -271710,10 +390192,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclhtGBhkXYvd4kF", - "id": "e3984" + "id": "e3985" }, { "aapbId": "cpb-aacip-500-2v2ccz1f", @@ -271745,6 +390251,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -271794,9 +390308,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recliGbUqtJrt9bnh", - "id": "e3985" + "id": "e3986" }, { "aapbId": "cpb-aacip-500-4x54jz9s", @@ -271819,10 +390357,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -271842,10 +390388,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclk1naFS5TDSARF", - "id": "e3986" + "id": "e3987" }, { "aapbId": "cpb-aacip-500-f47gvn8j", @@ -271870,13 +390440,17 @@ "name": "Correctional institutions" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "prisoners", "name": "Prisoners" @@ -271930,9 +390504,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "tallahassee", + "name": "Tallahassee" + } + ], "decade": "1950-1959", "airtableId": "reclkKLOw6tGfx2s1", - "id": "e3987" + "id": "e3988" }, { "aapbId": "cpb-aacip-500-db7vrf5z", @@ -271945,12 +390543,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reclnATzsfmFcGtlV", "subject": [], - "id": "e3988" + "id": "e3989" }, { "aapbId": "cpb-aacip-500-xg9f971v", @@ -271978,6 +390600,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -272021,9 +390647,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "airtableId": "reclqxgxb0W0Nbtdd", - "id": "e3989" + "id": "e3990" }, { "aapbId": "cpb-aacip-500-kh0f0841", @@ -272044,13 +390694,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclrsEk015YFyuT7", - "id": "e3990" + "id": "e3991" }, { "aapbId": "cpb-aacip-500-222r8m9q", @@ -272070,21 +390748,17 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-american-youth", - "name": "African American Youth" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-education", - "name": "African Americans--Education" + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "education", + "name": "Education" }, { "id": "inner-cities", @@ -272094,9 +390768,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "urban-schools", "name": "Urban schools" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -272139,9 +390825,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reclrsqiWDGWlEVBo", - "id": "e3991" + "id": "e3992" }, { "aapbId": "cpb-aacip-500-bv79x35h", @@ -272162,8 +390872,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", @@ -272177,10 +390887,18 @@ "id": "king-martin-luther-jr-1929-1968", "name": "King, Martin Luther, Jr., 1929-1968" }, + { + "id": "king-martin-luther-jr-1929-1968-speeches-selections", + "name": "King, Martin Luther, Jr., 1929-1968. Speeches. Selections" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sociology", "name": "Sociology" @@ -272198,8 +390916,8 @@ "name": "Vietnam War, 1961-1975--Protest movements--United States" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -272219,18 +390937,42 @@ } ], "genre": [ + { + "id": "politics", + "name": "Politics" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "politics", - "name": "Politics" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recltIoaq5S7LYmrP", - "id": "e3992" + "id": "e3993" }, { "aapbId": "cpb-aacip-500-6m335s28", @@ -272251,12 +390993,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -272265,6 +391003,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -272291,10 +391033,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recltXCAZiU9X95DD", - "id": "e3993" + "id": "e3994" }, { "aapbId": "cpb-aacip-500-c53f2z4x", @@ -272319,13 +391085,17 @@ "name": "Comedy" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -272343,8 +391113,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -272397,9 +391167,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recluUA0QWVeQCFUU", - "id": "e3994" + "id": "e3995" }, { "aapbId": "cpb-aacip-500-2805257c", @@ -272423,6 +391217,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "great-lakes-north-america", "name": "Great Lakes (North America)" @@ -272443,6 +391241,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -272498,9 +391300,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recluuDzfXyzvtjjz", - "id": "e3995" + "id": "e3996" }, { "aapbId": "cpb-aacip-500-vq2s9263", @@ -272518,13 +391344,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reclv1wbOMJ0uzIzt", - "id": "e3996" + "id": "e3997" }, { "aapbId": "cpb-aacip-500-gm81q06r", @@ -272559,6 +391413,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -272591,10 +391449,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclvgoIkglFIhAvI", - "id": "e3997" + "id": "e3998" }, { "aapbId": "cpb-aacip-500-nz80qf65", @@ -272622,6 +391504,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -272663,9 +391549,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reclwJDI95PH8mM85", - "id": "e3998" + "id": "e3999" }, { "aapbId": "cpb-aacip-500-v698bk21", @@ -272686,8 +391596,12 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "martineau-harriet-1802-1876-travel-united-states", @@ -272701,6 +391615,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sociology", "name": "Sociology" @@ -272709,13 +391627,17 @@ "id": "travel-leisure", "name": "Travel & Leisure" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -272754,10 +391676,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclxJxFa3EcnNO6r", - "id": "e3999" + "id": "e4000" }, { "aapbId": "cpb-aacip-500-sj19qr34", @@ -272776,13 +391722,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reclyLiHgILTko6rX", - "id": "e4000" + "id": "e4001" }, { "aapbId": "cpb-aacip-500-mc8rgv51", @@ -272813,6 +391787,10 @@ { "id": "montral-qubec", "name": "Montréal (Québec)" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -272845,10 +391823,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reclzSc9sit97bhgV", - "id": "e4001" + "id": "e4002" }, { "aapbId": "cpb-aacip-500-1r6n3r4t", @@ -272872,14 +391874,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -272907,10 +391909,34 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recm01t4VdU48jkgn", - "id": "e4002" + "id": "e4003" }, { "aapbId": "cpb-aacip-500-p55dh050", @@ -272931,13 +391957,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recm0aoaC8UFsFtQt", - "id": "e4003" + "id": "e4004" }, { "aapbId": "cpb-aacip-500-3f4kqm6j", @@ -272962,24 +392016,24 @@ "name": "British Film Academy" }, { - "id": "europe", - "name": "Europe" + "id": "film", + "name": "Film" }, { "id": "great-britain", "name": "Great Britain" }, { - "id": "motion-pictures-great-britain-history-20th-century", - "name": "Motion pictures--Great Britain--History--20th century" - }, - { - "id": "motion-pictures-great-britain-plots-themes-etc", - "name": "Motion pictures--Great Britain--Plots, themes, etc" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -273008,9 +392062,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recm1bHVb5IV8fkX6", - "id": "e4004" + "id": "e4005" }, { "aapbId": "cpb-aacip-500-x63b4c17", @@ -273042,6 +392120,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -273095,9 +392177,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recm1ctcU7sKhNtVB", - "id": "e4005" + "id": "e4006" }, { "aapbId": "cpb-aacip-500-nc5scp99", @@ -273118,16 +392224,20 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "20th-century", + "name": "20th century" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -273197,9 +392307,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recm1sVoHQtI84kZ3", - "id": "e4006" + "id": "e4007" }, { "aapbId": "cpb-aacip-500-vm42wq4k", @@ -273231,6 +392365,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -273274,9 +392416,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recm3GFYmdFX7ZTKM", - "id": "e4007" + "id": "e4008" }, { "aapbId": "cpb-aacip-500-kk94cj0f", @@ -273301,8 +392467,12 @@ "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, { - "id": "composers-18th-century", - "name": "Composers--18th century" + "id": "composers", + "name": "Composers" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "music", @@ -273313,16 +392483,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -273357,9 +392527,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recm4zf83cm2CDRvn", - "id": "e4008" + "id": "e4009" }, { "aapbId": "cpb-aacip-500-cn6z1c1v", @@ -273395,6 +392589,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "great-britain", "name": "Great Britain" @@ -273402,6 +392600,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -273430,9 +392636,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recm5Cgeu0DoVoIOd", - "id": "e4009" + "id": "e4010" }, { "aapbId": "cpb-aacip-500-wd3q1187", @@ -273456,17 +392686,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -273511,9 +392745,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recm5dsEJ4LwCAsWq", - "id": "e4010" + "id": "e4011" }, { "aapbId": "cpb-aacip-500-8k74zj91", @@ -273546,11 +392804,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recm5yLyK2gQokr6B", "subject": [], - "id": "e4011" + "id": "e4012" }, { "aapbId": "cpb-aacip-500-fj29dt8z", @@ -273574,6 +392856,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -273621,9 +392907,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recm7EmewnA5c6ljj", - "id": "e4012" + "id": "e4013" }, { "aapbId": "cpb-aacip-500-b27pss7c", @@ -273655,10 +392965,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -273694,9 +393012,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recm8Nkiil19tL2L7", - "id": "e4013" + "id": "e4014" }, { "aapbId": "cpb-aacip-500-3r0pwg4q", @@ -273717,25 +393059,29 @@ }, "subject": [ { - "id": "choral-music", - "name": "Choral Music" + "id": "19th-century", + "name": "19th century" }, { - "id": "music", - "name": "Music" + "id": "choral-music", + "name": "Choral music" }, { - "id": "music-19th-century", - "name": "Music--19th century" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "romanticism-in-music", "name": "Romanticism in music" @@ -273785,9 +393131,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recm8lFIU8gtL445N", - "id": "e4014" + "id": "e4015" }, { "aapbId": "cpb-aacip-500-b853kd3z", @@ -273807,18 +393177,10 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "economy-business", - "name": "Economy & Business" - }, { "id": "inner-cities", "name": "Inner cities" @@ -273828,8 +393190,12 @@ "name": "NAEB Region I" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "poverty", + "name": "Poverty" }, { "id": "public-welfare-united-states", @@ -273894,9 +393260,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recm8lHaqxqHuBiyv", - "id": "e4015" + "id": "e4016" }, { "aapbId": "cpb-aacip-500-0z710h4v", @@ -273919,10 +393309,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -273942,10 +393340,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recm9GzIWhcLjPsbo", - "id": "e4016" + "id": "e4017" }, { "aapbId": "cpb-aacip-500-rr1pmd8n", @@ -273973,6 +393395,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -274021,9 +393447,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recm9mHe3bLyvm38i", - "id": "e4017" + "id": "e4018" }, { "aapbId": "cpb-aacip-500-q814s593", @@ -274042,13 +393492,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recmASNEnNCnirMum", - "id": "e4018" + "id": "e4019" }, { "aapbId": "cpb-aacip-500-p55dgz8b", @@ -274069,16 +393547,24 @@ }, "subject": [ { - "id": "education-great-britain-history-19th-century", - "name": "Education--Great Britain--History--19th century" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "education", + "name": "Education" }, { "id": "educators-great-britain-biography", "name": "Educators--Great Britain--Biography" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "europe", + "name": "Europe" + }, + { + "id": "great-britain-history-19th-century", + "name": "Great Britain--History--19th century" }, { "id": "lancaster-joseph-1778-1838", @@ -274088,9 +393574,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "poor-great-britain-history-19th-century", "name": "Poor--Great Britain--History--19th century" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -274159,9 +393653,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recmAuTJxdNa1woxt", - "id": "e4019" + "id": "e4020" }, { "aapbId": "cpb-aacip-500-h12v8385", @@ -274182,24 +393700,39 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "lincoln-abraham-1809-1865", + "name": "Lincoln, Abraham, 1809-1865" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -274207,8 +393740,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -274273,9 +393806,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recmChY7Ark1gSVu2", - "id": "e4020" + "id": "e4021" }, { "aapbId": "cpb-aacip-500-jw86nm2g", @@ -274295,6 +393852,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -274307,11 +393872,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recmD7v8OFIh7K0qu", - "id": "e4021" + "id": "e4022" }, { "aapbId": "cpb-aacip-500-pk07247p", @@ -274340,12 +393929,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -274377,6 +393974,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -274387,7 +394008,7 @@ } ], "airtableId": "recmDSq11fZJH8LNm", - "id": "e4022" + "id": "e4023" }, { "aapbId": "cpb-aacip-500-qf8jjp60", @@ -274411,6 +394032,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -274458,9 +394083,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recmDvtd4LXJlkxEK", - "id": "e4023" + "id": "e4024" }, { "aapbId": "cpb-aacip-500-x05xbr5n", @@ -274479,10 +394128,18 @@ "title": "30th Annual Couchiching conference, 1961" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "disarmament", "name": "Disarmament" @@ -274495,6 +394152,14 @@ "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "weapons", "name": "Weapons" @@ -274555,11 +394220,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recmEJSmTP8v533fp", - "id": "e4024" + "id": "e4025" }, { "aapbId": "cpb-aacip-500-dr2p9k0z", @@ -274595,10 +394288,6 @@ "id": "health", "name": "Health" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "medicine", "name": "Medicine" @@ -274611,6 +394300,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "youth", "name": "Youth" @@ -274638,9 +394331,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recmFB2b1y3we3JQ4", - "id": "e4025" + "id": "e4026" }, { "aapbId": "cpb-aacip-500-gf0mxd56", @@ -274677,8 +394394,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -274709,9 +394430,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recmGQxRTRxA4aLbo", - "id": "e4026" + "id": "e4027" }, { "aapbId": "cpb-aacip-500-cn6z1d4s", @@ -274724,12 +394469,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recmGzaLJXIXzAY8U", "subject": [], - "id": "e4027" + "id": "e4028" }, { "aapbId": "cpb-aacip-500-1n7xqg48", @@ -274761,10 +394530,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -274800,9 +394577,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recmH2R4hTOQEXdt9", - "id": "e4028" + "id": "e4029" }, { "aapbId": "cpb-aacip-500-n58cm58d", @@ -274826,13 +394627,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -274867,9 +394668,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recmIGrdJV1KRJUPK", - "id": "e4029" + "id": "e4030" }, { "aapbId": "cpb-aacip-500-p843w86n", @@ -274893,10 +394718,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -274934,9 +394767,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recmINiVx3ZUeiLIO", - "id": "e4030" + "id": "e4031" }, { "aapbId": "cpb-aacip-500-qv3c3w5c", @@ -274967,6 +394824,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -275012,9 +394873,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recmIOJKRL50Z9CMC", - "id": "e4031" + "id": "e4032" }, { "aapbId": "cpb-aacip-500-qb9v5d6k", @@ -275035,24 +394920,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -275147,9 +395036,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recmJ0IvizTxzkvcW", - "id": "e4032" + "id": "e4033" }, { "aapbId": "cpb-aacip-500-3j393z41", @@ -275170,13 +395083,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recmJs6wHqQf3bjl3", - "id": "e4033" + "id": "e4034" }, { "aapbId": "cpb-aacip-500-k06x1w2z", @@ -275207,6 +395148,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -275252,9 +395197,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recmKNeD8l4DdaAR9", - "id": "e4034" + "id": "e4035" }, { "aapbId": "cpb-aacip-500-qn5zb850", @@ -275283,8 +395252,8 @@ "name": "Creative ability" }, { - "id": "designers-20th-century", - "name": "Designers--20th century" + "id": "design", + "name": "Design" }, { "id": "kepes-gyorgy-1906-2001", @@ -275295,8 +395264,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -275348,9 +395317,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recmKOADnYh3YmNjD", - "id": "e4035" + "id": "e4036" }, { "aapbId": "cpb-aacip-500-h98zdx6x", @@ -275370,6 +395363,10 @@ "title": "Success in the arts" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "journalism-study-and-teaching", "name": "Journalism--Study and teaching" @@ -275378,6 +395375,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -275456,9 +395457,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recmKrPMX1yX8nCvA", - "id": "e4036" + "id": "e4037" }, { "aapbId": "cpb-aacip-500-9p2w7m73", @@ -275486,6 +395511,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -275534,9 +395563,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recmMdObg4z4Njqh2", - "id": "e4037" + "id": "e4038" }, { "aapbId": "cpb-aacip-500-p26q3r9k", @@ -275555,13 +395608,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recmMiSD8gF0bliE0", - "id": "e4038" + "id": "e4039" }, { "aapbId": "cpb-aacip-500-862bdb6v", @@ -275581,14 +395662,26 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "cook-james-1728-1779", "name": "Cook, James, 1728-1779" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacific-area-civilization", "name": "Pacific Area--Civilization" @@ -275598,8 +395691,8 @@ "name": "Pacific Area--Discovery and exploration" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -275651,9 +395744,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recmN2BgFozk6h8jb", - "id": "e4039" + "id": "e4040" }, { "aapbId": "cpb-aacip-500-901zhp8x", @@ -275671,13 +395788,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recmNnRgwJrfegmGB", - "id": "e4040" + "id": "e4041" }, { "aapbId": "cpb-aacip-500-t727fr6q", @@ -275700,10 +395845,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -275732,9 +395873,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recmO5p5yoIwT4ikl", - "id": "e4041" + "id": "e4042" }, { "aapbId": "cpb-aacip-500-028pgw20", @@ -275758,6 +395923,10 @@ "id": "bach-johann-sebastian-1685-1750-organ-music", "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "handel-george-frideric-1685-1759-instrumental-music-selections-arranged", "name": "Handel, George Frideric, 1685-1759. Instrumental music. Selections; arranged" @@ -275771,16 +395940,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -275815,9 +395984,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recmQHjZ6K8QZ618K", - "id": "e4042" + "id": "e4043" }, { "aapbId": "cpb-aacip-500-dz03351j", @@ -275850,11 +396043,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recmRbXQzBmhAU792", "subject": [], - "id": "e4043" + "id": "e4044" }, { "aapbId": "cpb-aacip-500-3n20h71w", @@ -275871,9 +396088,89 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "clergy", + "name": "Clergy" + }, + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "news", + "name": "News" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "newspapers", + "name": "Newspapers" + }, + { + "id": "nixon-richard-m-richard-milhous-1913-1994", + "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "television", + "name": "Television" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-congress-history-20th-century", + "name": "United States. Congress--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -275884,6 +396181,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -275894,7 +396215,7 @@ } ], "airtableId": "recmShwHRtusPNhot", - "id": "e4044" + "id": "e4045" }, { "aapbId": "cpb-aacip-500-2z12s572", @@ -275922,6 +396243,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -275968,9 +396293,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recmTCCcY67BFRhtW", - "id": "e4045" + "id": "e4046" }, { "aapbId": "cpb-aacip-500-wp9t5w3g", @@ -275990,21 +396339,33 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -276042,18 +396403,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recmTIzQ4at4BXSnF", - "id": "e4046" + "id": "e4047" }, { "aapbId": "cpb-aacip-500-j678xj8p", @@ -276088,6 +396473,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -276114,10 +396503,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recmThMIvlJVv8svT", - "id": "e4047" + "id": "e4048" }, { "aapbId": "cpb-aacip-500-th8bmk25", @@ -276141,17 +396554,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -276196,9 +396613,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recmU9g3Dl6h8WYZb", - "id": "e4048" + "id": "e4049" }, { "aapbId": "cpb-aacip-500-qf8jjp9q", @@ -276230,6 +396671,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -276273,9 +396722,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recmUBdcY0Rs2Rpz0", - "id": "e4049" + "id": "e4050" }, { "aapbId": "cpb-aacip-500-jq0sw01w", @@ -276289,16 +396762,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recmULUvP5Hbk8dBi", - "id": "e4050" + "id": "e4051" }, { "aapbId": "cpb-aacip-500-rn30744c", @@ -276323,13 +396836,17 @@ "name": "Correctional institutions" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "prisoners", "name": "Prisoners" @@ -276377,9 +396894,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "tallahassee", + "name": "Tallahassee" + } + ], "decade": "1950-1959", "airtableId": "recmUc1mHqQ9Pb4jo", - "id": "e4051" + "id": "e4052" }, { "aapbId": "cpb-aacip-500-j09w504w", @@ -276414,6 +396955,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -276440,10 +396985,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recmUw97ck53ejpTf", - "id": "e4052" + "id": "e4053" }, { "aapbId": "cpb-aacip-500-q23r0m7m", @@ -276464,13 +397033,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recmVBdRq2WScHw7x", - "id": "e4053" + "id": "e4054" }, { "aapbId": "cpb-aacip-500-2v2ccx2g", @@ -276501,6 +397098,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -276546,9 +397147,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recmVTTehbkxQmWpX", - "id": "e4054" + "id": "e4055" }, { "aapbId": "cpb-aacip-500-0k26fc4p", @@ -276571,6 +397196,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -276594,10 +397223,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recmVeHqF76PQKY1h", - "id": "e4055" + "id": "e4056" }, { "aapbId": "cpb-aacip-500-mc8rgt0m", @@ -276617,6 +397270,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -276628,6 +397285,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -276674,9 +397335,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recmVhgbjOA3F7r36", - "id": "e4056" + "id": "e4057" }, { "aapbId": "cpb-aacip-500-9g5gg21s", @@ -276700,6 +397385,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -276747,9 +397436,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recmWvsdhoCJ1EorD", - "id": "e4057" + "id": "e4058" }, { "aapbId": "cpb-aacip-500-cf9j7v67", @@ -276769,8 +397482,8 @@ }, "subject": [ { - "id": "history-twentieth-century", - "name": "History--Twentieth century" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "kansas-history", @@ -276780,6 +397493,14 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -276793,28 +397514,16 @@ "name": "Politics and government" }, { - "id": "progressivism", - "name": "Progressivism" - }, - { - "id": "sociology", - "name": "Sociology" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "progressivism-united-states-politics", + "name": "Progressivism (United States politics)" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "us-politics", - "name": "U.S. Politics" - }, - { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "white-william-allen-1868-1944", @@ -276853,9 +397562,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kansas", + "name": "Kansas" + } + ], + "settlement": [ + { + "id": "lawrence", + "name": "Lawrence" + } + ], "decade": "1960-1969", "airtableId": "recmYLJEqoK5ip1dT", - "id": "e4058" + "id": "e4059" }, { "aapbId": "cpb-aacip-500-3775z21g", @@ -276875,14 +397608,30 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "child-care", "name": "Child care" }, + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "employment", "name": "Employment" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "finland", "name": "Finland" @@ -276899,6 +397648,10 @@ "id": "israel", "name": "Israel" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "montral-qubec", "name": "Montréal (Québec)" @@ -276907,6 +397660,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "suffrage", "name": "Suffrage" @@ -276982,9 +397743,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recmYeWVcSZsjLkCZ", - "id": "e4059" + "id": "e4060" }, { "aapbId": "cpb-aacip-500-sb3wz55f", @@ -277008,6 +397793,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "religion", "name": "Religion" @@ -277057,9 +397846,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recmYlJNWjGJF5SyA", - "id": "e4060" + "id": "e4061" }, { "aapbId": "cpb-aacip-500-s17ss84b", @@ -277080,12 +397893,20 @@ }, "subject": [ { - "id": "coriolanus-cnaeus-marcius-drama", - "name": "Coriolanus, Cnaeus Marcius--Drama" + "id": "coriolanus-cnaeus-marcius", + "name": "Coriolanus, Cnaeus Marcius" }, { - "id": "egoism-drama", - "name": "Egoism--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "egoism", + "name": "Egoism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "foreign-literature", @@ -277095,6 +397916,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "shakespeare-plays", + "name": "Shakespeare plays" + }, + { + "id": "shakespeare-william-1564-1616", + "name": "Shakespeare, William, 1564-1616" + }, { "id": "shakespeare-william-1564-1616-coriolanus", "name": "Shakespeare, William, 1564-1616. Coriolanus" @@ -277134,9 +397967,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recmYqMA8bSb7NdML", - "id": "e4061" + "id": "e4062" }, { "aapbId": "cpb-aacip-500-hx15rq6r", @@ -277161,20 +398018,20 @@ "name": "NAEB Region I" }, { - "id": "new-england-poetry", - "name": "New England--Poetry" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "poetry", - "name": "Poetry" + "id": "new-england-poetry", + "name": "New England--Poetry" }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -277203,9 +398060,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recmZUle0SZURTTgl", - "id": "e4062" + "id": "e4063" }, { "aapbId": "cpb-aacip-500-gb1xj32v", @@ -277229,10 +398110,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -277270,9 +398159,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recmZWeSxy0BjwKqA", - "id": "e4063" + "id": "e4064" }, { "aapbId": "cpb-aacip-500-bc3szn49", @@ -277304,6 +398217,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -277370,9 +398287,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recma9XTwhtnW7iHF", - "id": "e4064" + "id": "e4065" }, { "aapbId": "cpb-aacip-500-h12v839d", @@ -277392,21 +398333,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "cool-jazz-history-and-criticism", "name": "Cool jazz--History and criticism" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -277415,6 +398360,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -277447,10 +398396,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recmbHV7hOepMswi6", - "id": "e4065" + "id": "e4066" }, { "aapbId": "cpb-aacip-500-dz03332c", @@ -277475,21 +398448,25 @@ "name": "Choral music--Analysis, appreciation" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-theory-history", - "name": "Music theory--History" + "id": "music", + "name": "Music" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music-theory", + "name": "Music theory" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "polyphony-choral-ensemble", "name": "Polyphony (Choral ensemble)" @@ -277527,9 +398504,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recmbj0K56n5nxAXj", - "id": "e4066" + "id": "e4067" }, { "aapbId": "cpb-aacip-500-639k7b6d", @@ -277557,17 +398558,13 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media-audiences", @@ -277577,6 +398574,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -277588,6 +398589,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -277664,9 +398673,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recmc51XbqfiqubE9", - "id": "e4067" + "id": "e4068" }, { "aapbId": "cpb-aacip-500-tm720v85", @@ -277690,13 +398723,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -277731,9 +398764,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recmeCMWTtuloDVXD", - "id": "e4068" + "id": "e4069" }, { "aapbId": "cpb-aacip-500-9s1kmz07", @@ -277757,10 +398814,6 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-and-religion", - "name": "Communism and religion" - }, { "id": "ideology", "name": "Ideology" @@ -277770,20 +398823,20 @@ "name": "NAEB Region III" }, { - "id": "religion", - "name": "Religion" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "socialism", - "name": "Socialism" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "religion", + "name": "Religion" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialism", + "name": "Socialism" }, { "id": "world-politics", @@ -277822,9 +398875,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recmeSrIe17G8cPMZ", - "id": "e4069" + "id": "e4070" }, { "aapbId": "cpb-aacip-500-9s1kmx8z", @@ -277856,6 +398933,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -277864,6 +398945,10 @@ "id": "sex", "name": "Sex" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "teenagers-sexual-behavior-united-states", "name": "Teenagers--Sexual behavior--United States" @@ -277895,9 +398980,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recmeYPqPvBZ3gTa3", - "id": "e4070" + "id": "e4071" }, { "aapbId": "cpb-aacip-500-7659hh3t", @@ -277918,8 +399027,12 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "european-literature", + "name": "European literature" }, { "id": "europeans", @@ -277929,6 +399042,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "national-characteristics-american", "name": "National characteristics, American" @@ -277944,6 +399061,10 @@ { "id": "wit-and-humor", "name": "Wit and humor" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -278033,9 +399154,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recmeyvA1LJW9lWrm", - "id": "e4071" + "id": "e4072" }, { "aapbId": "cpb-aacip-500-3b5wb98d", @@ -278067,6 +399212,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -278124,9 +399273,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recmf5CQnUj5zjHg2", - "id": "e4072" + "id": "e4073" }, { "aapbId": "cpb-aacip-500-hh6c6k2q", @@ -278146,6 +399319,10 @@ "title": "The march of medicine" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -278158,6 +399335,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "reed-walter-1851-1902", "name": "Reed, Walter, 1851-1902" @@ -278189,9 +399370,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recmftwE9fWqB7i9D", - "id": "e4073" + "id": "e4074" }, { "aapbId": "cpb-aacip-500-599z430w", @@ -278215,6 +399420,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -278223,13 +399432,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -278259,14 +399480,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recmfynRLQGgBgGjm", - "id": "e4074" + "id": "e4075" }, { "aapbId": "cpb-aacip-500-7d2q927t", @@ -278286,6 +399535,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -278332,11 +399585,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recmhaS56QbZ9hOty", - "id": "e4075" + "id": "e4076" }, { "aapbId": "cpb-aacip-500-tt4fsf1k", @@ -278356,6 +399637,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -278368,6 +399653,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -278390,18 +399679,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recmi4HChiYaDqdFS", - "id": "e4076" + "id": "e4077" }, { "aapbId": "cpb-aacip-500-d795c32h", @@ -278441,6 +399758,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -278496,9 +399817,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recmiTXbS8JR7T9Ml", - "id": "e4077" + "id": "e4078" }, { "aapbId": "cpb-aacip-500-dz03329v", @@ -278518,17 +399863,33 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" } ], "creator": [ @@ -278575,9 +399936,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recmkSE3l54QdfE9X", - "id": "e4078" + "id": "e4079" }, { "aapbId": "cpb-aacip-500-4x54jx1n", @@ -278601,17 +399986,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -278646,9 +400039,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recmmzLBBtD9ycf9M", - "id": "e4079" + "id": "e4080" }, { "aapbId": "cpb-aacip-500-xd0qwx3f", @@ -278662,12 +400079,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recmoAMPb9BC3AHiJ", - "subject": [], - "id": "e4080" + "id": "e4081" }, { "aapbId": "cpb-aacip-500-930nwz2w", @@ -278691,6 +400117,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -278699,13 +400129,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -278735,14 +400177,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recmolOR19kuAuv0H", - "id": "e4081" + "id": "e4082" }, { "aapbId": "cpb-aacip-500-ng4gs02d", @@ -278778,13 +400248,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "wesley-samuel-1766-1837-organ-music-selections", @@ -278823,9 +400297,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recmp8hKTWn4Xii0o", - "id": "e4082" + "id": "e4083" }, { "aapbId": "cpb-aacip-500-3r0pwh16", @@ -278843,13 +400341,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recmpKVQ0ICtY2wsG", - "id": "e4083" + "id": "e4084" }, { "aapbId": "cpb-aacip-500-d795c357", @@ -278876,6 +400402,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" @@ -278919,9 +400449,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recmpMSZquhBNPxzd", - "id": "e4084" + "id": "e4085" }, { "aapbId": "cpb-aacip-500-7p8tg02n", @@ -278952,6 +400506,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -278990,10 +400548,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recmpVkL2dja9QnrU", - "id": "e4085" + "id": "e4086" }, { "aapbId": "cpb-aacip-500-mk658f1d", @@ -279013,6 +400595,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -279029,14 +400615,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -279080,9 +400666,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recmpXwLVUPZPYY9H", - "id": "e4086" + "id": "e4087" }, { "aapbId": "cpb-aacip-500-k35mf47j", @@ -279105,6 +400715,10 @@ "id": "concerts", "name": "Concerts" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mendelssohn-bartholdy-felix-1809-1847", "name": "Mendelssohn-Bartholdy, Felix, 1809-1847" @@ -279117,6 +400731,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -279141,6 +400759,34 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", @@ -279153,7 +400799,7 @@ } ], "airtableId": "recmpnYxxzO0Htm8P", - "id": "e4087" + "id": "e4088" }, { "aapbId": "cpb-aacip-500-cv4bsz9t", @@ -279173,6 +400819,10 @@ "title": "Latin American perspectives" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "latin-america", "name": "Latin America" @@ -279188,6 +400838,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "slave-trade-africa-history", + "name": "Slave trade--Africa--History" } ], "creator": [ @@ -279220,10 +400878,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recmrQWc8MaYN88rX", - "id": "e4088" + "id": "e4089" }, { "aapbId": "cpb-aacip-500-x63b4961", @@ -279244,17 +400926,21 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "percussion-instruments", "name": "Percussion instruments" @@ -279294,9 +400980,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recms3dJkKRYB7Ydh", - "id": "e4089" + "id": "e4090" }, { "aapbId": "cpb-aacip-500-7659hj1j", @@ -279311,12 +401021,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recms3jkTB5z28Os1", - "subject": [], - "id": "e4090" + "id": "e4091" }, { "aapbId": "cpb-aacip-500-p26q3q06", @@ -279336,6 +401051,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -279382,11 +401101,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recmuKICYIScBUW4i", - "id": "e4091" + "id": "e4092" }, { "aapbId": "cpb-aacip-500-9882pg9g", @@ -279417,6 +401164,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -279457,9 +401208,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "recmuOsemaciFiVjq", - "id": "e4092" + "id": "e4093" }, { "aapbId": "cpb-aacip-500-3r0pwh0z", @@ -279487,6 +401262,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -279535,9 +401314,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recmv7jpB0PnsuFAi", - "id": "e4093" + "id": "e4094" }, { "aapbId": "cpb-aacip-500-c24qpn7w", @@ -279573,13 +401376,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -279608,9 +401423,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recmw8JtA0c7wPfVe", - "id": "e4094" + "id": "e4095" }, { "aapbId": "cpb-aacip-500-9882pj4p", @@ -279631,13 +401470,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recmxvKVzPsdNSCiv", - "id": "e4095" + "id": "e4096" }, { "aapbId": "cpb-aacip-500-0g3h2298", @@ -279657,6 +401524,10 @@ "title": "Seminars in theatre" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "arts-literature", "name": "Arts, Literature" @@ -279665,33 +401536,41 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "new-york-state-new-york-anecdotes", + "name": "New York (State)--New York--Anecdotes" }, { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -279732,9 +401611,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recmyMRuObjQPuVre", - "id": "e4096" + "id": "e4097" }, { "aapbId": "cpb-aacip-500-b853kd7x", @@ -279752,13 +401655,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recmz6eqJEscIXhiF", - "id": "e4097" + "id": "e4098" }, { "aapbId": "cpb-aacip-500-7p8tfz28", @@ -279774,12 +401705,12 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "20th-century", + "name": "20th century" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" } ], "creator": [ @@ -279822,7 +401753,7 @@ ], "decade": null, "airtableId": "recmzMlUK2IWE0sms", - "id": "e4098" + "id": "e4099" }, { "aapbId": "cpb-aacip-500-v698bm4q", @@ -279839,9 +401770,37 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "sports", + "name": "Sports" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -279852,6 +401811,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -279862,7 +401845,7 @@ } ], "airtableId": "recmzau4n3dXJGJGI", - "id": "e4099" + "id": "e4100" }, { "aapbId": "cpb-aacip-500-5h7bwn26", @@ -279891,12 +401874,20 @@ "name": "Adams, John, 1735-1826--Correspondence" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -279928,6 +401919,30 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "contributor": [ { @@ -279938,7 +401953,7 @@ } ], "airtableId": "recn1X6FQdAioJWg5", - "id": "e4100" + "id": "e4101" }, { "aapbId": "cpb-aacip-500-8k74zj2b", @@ -279957,6 +401972,120 @@ "id": "ner-washington-forum", "title": "NER Washington Forum" }, + "subject": [ + { + "id": "government-policy", + "name": "Government policy" + }, + { + "id": "law-and-legislation", + "name": "Law and legislation" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-politics-and-government", + "name": "United States--Politics and government" + } + ], + "creator": [ + { + "id": "british-broadcasting-corporation", + "name": "British Broadcasting Corporation", + "type": "Corporate Body" + }, + { + "id": "national-association-of-educational-broadcasters", + "name": "National Association of Educational Broadcasters", + "type": "Corporate Body", + "role": "Producer" + }, + { + "id": "wamu-fm-radio-station-washington-dc", + "name": "WAMU-FM (Radio station : Washington, D.C.)", + "type": "Corporate Body", + "role": "Producer" + }, + { + "id": "greenwood-bill", + "name": "Greenwood, Bill", + "type": "Person", + "role": "Host" + } + ], + "contributor": [ + { + "id": "killian-james-rhyne-1904-1988", + "name": "Killian, James Rhyne, 1904-1988", + "type": "Person", + "role": "Speaker" + } + ], + "genre": [ + { + "id": "politics", + "name": "Politics" + }, + { + "id": "talk", + "name": "Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], + "decade": "1960-1969", + "airtableId": "recn2yYxDCteBxd1i", + "id": "e4102" + }, + { + "aapbId": "cpb-aacip-500-3t9d8s36", + "naebId": "67-24-24", + "umdId": "2693", + "title": "Police riot control training, part 1", + "broadcastDate": "1967-08-29", + "duration": 1779, + "seriesDescription": "Discussion series featuring a prominent figure affecting federal government policy.", + "description": "This program, the first of two parts, focuses on police riot control training at Fairfax County, Virginia, near Washington, D.C.", + "location": "Hornbake Special Collections", + "temporal": "1961-1970", + "language": "English", + "year": "1967", + "series": { + "id": "ner-washington-forum", + "title": "NER Washington Forum" + }, "subject": [ { "id": "government-policy", @@ -279966,6 +402095,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -279996,14 +402129,6 @@ "role": "Host" } ], - "contributor": [ - { - "id": "killian-james-rhyne-1904-1988", - "name": "Killian, James Rhyne, 1904-1988", - "type": "Person", - "role": "Speaker" - } - ], "genre": [ { "id": "politics", @@ -280014,80 +402139,34 @@ "name": "Talk" } ], - "decade": "1960-1969", - "airtableId": "recn2yYxDCteBxd1i", - "id": "e4101" - }, - { - "aapbId": "cpb-aacip-500-3t9d8s36", - "naebId": "67-24-24", - "umdId": "2693", - "title": "Police riot control training, part 1", - "broadcastDate": "1967-08-29", - "duration": 1779, - "seriesDescription": "Discussion series featuring a prominent figure affecting federal government policy.", - "description": "This program, the first of two parts, focuses on police riot control training at Fairfax County, Virginia, near Washington, D.C.", - "location": "Hornbake Special Collections", - "temporal": "1961-1970", - "language": "English", - "year": "1967", - "series": { - "id": "ner-washington-forum", - "title": "NER Washington Forum" - }, - "subject": [ + "continent": [ { - "id": "government-policy", - "name": "Government policy" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "united-states-politics-and-government", - "name": "United States--Politics and government" + "id": "north-america", + "name": "North America" } ], - "creator": [ - { - "id": "british-broadcasting-corporation", - "name": "British Broadcasting Corporation", - "type": "Corporate Body" - }, - { - "id": "national-association-of-educational-broadcasters", - "name": "National Association of Educational Broadcasters", - "type": "Corporate Body", - "role": "Producer" - }, - { - "id": "wamu-fm-radio-station-washington-dc", - "name": "WAMU-FM (Radio station : Washington, D.C.)", - "type": "Corporate Body", - "role": "Producer" - }, + "country": [ { - "id": "greenwood-bill", - "name": "Greenwood, Bill", - "type": "Person", - "role": "Host" + "id": "united-states", + "name": "United States" } ], - "genre": [ + "region": [ { - "id": "politics", - "name": "Politics" - }, + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ { - "id": "talk", - "name": "Talk" + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recn4WJHrHxgs35Xx", - "id": "e4102" + "id": "e4103" }, { "aapbId": "cpb-aacip-500-df6k4p3t", @@ -280120,8 +402199,12 @@ "name": "Iroquois mythology" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -280174,9 +402257,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recn4f20F1joF8mmJ", - "id": "e4103" + "id": "e4104" }, { "aapbId": "cpb-aacip-500-t727fq02", @@ -280205,16 +402312,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "songs", "name": "Songs" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -280252,18 +402363,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recn59vmZ44o0CZZj", - "id": "e4104" + "id": "e4105" }, { "aapbId": "cpb-aacip-500-736m474n", @@ -280326,10 +402461,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recn5kBzqRtj2XKlm", - "id": "e4105" + "id": "e4106" }, { "aapbId": "cpb-aacip-500-sn01417t", @@ -280348,13 +402507,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recn6Tr8LmghNfv3k", - "id": "e4106" + "id": "e4107" }, { "aapbId": "cpb-aacip-500-3j393w4m", @@ -280394,6 +402581,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -280423,10 +402614,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recn6ioZ9Rb7HR4Bo", - "id": "e4107" + "id": "e4108" }, { "aapbId": "cpb-aacip-500-mc8rgv90", @@ -280456,11 +402671,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recn75Psj9gmqxu9G", "subject": [], - "id": "e4108" + "id": "e4109" }, { "aapbId": "cpb-aacip-500-n58cm49f", @@ -280480,24 +402719,32 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" }, { "id": "asia-politics-and-government-1945", "name": "Asia--Politics and government--1945-" }, { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -280533,9 +402780,33 @@ "role": "Guest" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recn92vOR4mVgvj1V", - "id": "e4109" + "id": "e4110" }, { "aapbId": "cpb-aacip-500-rj48tv0p", @@ -280556,16 +402827,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -280578,6 +402853,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -280610,10 +402889,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recn9D4AJpW6iWJWt", - "id": "e4110" + "id": "e4111" }, { "aapbId": "cpb-aacip-500-833n131f", @@ -280641,9 +402944,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -280676,10 +402987,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recn9VZLeldPM7HWm", - "id": "e4111" + "id": "e4112" }, { "aapbId": "cpb-aacip-500-fx73zz3s", @@ -280711,6 +403046,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -280753,9 +403092,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recnA59shKfSPLdls", - "id": "e4112" + "id": "e4113" }, { "aapbId": "cpb-aacip-500-jm23gq9b", @@ -280776,13 +403139,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnANlAc0R6IRDFw", - "id": "e4113" + "id": "e4114" }, { "aapbId": "cpb-aacip-500-q814s58v", @@ -280803,13 +403194,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnAXIgJC4xNgV6y", - "id": "e4114" + "id": "e4115" }, { "aapbId": "cpb-aacip-500-tt4fsd7t", @@ -280827,6 +403246,10 @@ "title": "Listen to the land" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "california", "name": "California" @@ -280840,8 +403263,8 @@ "name": "Ecology & the Environment" }, { - "id": "fiction-19th-century", - "name": "Fiction--19th century" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "gold-mines-and-mining", @@ -280851,6 +403274,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "sociology", "name": "Sociology" @@ -280860,8 +403291,12 @@ "name": "U.S. Literature" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -280935,9 +403370,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recnBHIETFVtOtTu8", - "id": "e4115" + "id": "e4116" }, { "aapbId": "cpb-aacip-500-ht2gcd9v", @@ -280958,9 +403417,17 @@ "id": "christmas", "name": "Christmas" }, + { + "id": "holidays", + "name": "Holidays" + }, { "id": "religion", "name": "Religion" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -280981,10 +403448,34 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "alberta", + "name": "Alberta" + } + ], + "settlement": [ + { + "id": "edmonton", + "name": "Edmonton" + } + ], "decade": "1970-1979", "contributor": [], "airtableId": "recnCmbNgEQtfb89g", - "id": "e4116" + "id": "e4117" }, { "aapbId": "cpb-aacip-500-j9609v9p", @@ -280998,12 +403489,49 @@ "id": "the-african-revolution", "title": "The African revolution" }, + "subject": [ + { + "id": "africa", + "name": "Africa" + }, + { + "id": "revolutionaries-africa", + "name": "Revolutionaries--Africa" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recnCrumvfP6F8gCc", - "subject": [], - "id": "e4117" + "id": "e4118" }, { "aapbId": "cpb-aacip-500-jq0svz2r", @@ -281043,6 +403571,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -281086,9 +403618,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recnD2rjuKx7tAgNO", - "id": "e4118" + "id": "e4119" }, { "aapbId": "cpb-aacip-500-5q4rp77n", @@ -281109,13 +403665,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnDJX0tSN7j8gBc", - "id": "e4119" + "id": "e4120" }, { "aapbId": "cpb-aacip-500-nv99b481", @@ -281134,13 +403718,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnEUd8cXU7pLD6n", - "id": "e4120" + "id": "e4121" }, { "aapbId": "cpb-aacip-500-q52fct6c", @@ -281167,6 +403779,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -281219,9 +403839,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recnFeJfIFDIZjJkt", - "id": "e4121" + "id": "e4122" }, { "aapbId": "cpb-aacip-500-qz22h477", @@ -281245,9 +403889,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -281282,9 +403934,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recnFybxWJcovWcHN", - "id": "e4122" + "id": "e4123" }, { "aapbId": "cpb-aacip-500-5717qr3m", @@ -281315,6 +403991,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -281355,9 +404035,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "recnG6G9GUy2TbPJb", - "id": "e4123" + "id": "e4124" }, { "aapbId": "cpb-aacip-500-xs5jg13k", @@ -281378,8 +404082,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -281393,13 +404097,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", @@ -281470,9 +404178,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recnGXh2UUmVkIrCs", - "id": "e4124" + "id": "e4125" }, { "aapbId": "cpb-aacip-500-gh9b9p1r", @@ -281493,13 +404225,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -281515,10 +404251,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -281581,9 +404313,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recnGfvr8Q7vSt9bB", - "id": "e4125" + "id": "e4126" }, { "aapbId": "cpb-aacip-500-hh6c6j40", @@ -281597,16 +404353,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recnHGyb7QfWShUZQ", - "id": "e4126" + "id": "e4127" }, { "aapbId": "cpb-aacip-500-9s1kmw8r", @@ -281638,13 +404434,29 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "public-opinion-germany", "name": "Public opinion--Germany" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "surveys-methodology", "name": "Surveys--Methodology" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -281684,9 +404496,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recnHdwOG4dlSrzxp", - "id": "e4127" + "id": "e4128" }, { "aapbId": "cpb-aacip-500-kd1qm05q", @@ -281702,9 +404538,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -281721,10 +404569,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recnIuODmECfpIxdX", - "id": "e4128" + "id": "e4129" }, { "aapbId": "cpb-aacip-500-3n20h70n", @@ -281748,6 +404620,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -281769,8 +404649,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -281807,9 +404687,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recnJdreMULtwoO9B", - "id": "e4129" + "id": "e4130" }, { "aapbId": "cpb-aacip-500-319s5h07", @@ -281841,6 +404745,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -281920,11 +404828,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recnKG4UvNALQlf9J", - "id": "e4130" + "id": "e4131" }, { "aapbId": "cpb-aacip-500-z02z7m55", @@ -281947,10 +404883,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -281970,10 +404914,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnKGTgLqgjVNtqd", - "id": "e4131" + "id": "e4132" }, { "aapbId": "cpb-aacip-500-td9n7908", @@ -281997,10 +404965,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -282038,9 +405014,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recnKJVipvGbjM0dd", - "id": "e4132" + "id": "e4133" }, { "aapbId": "cpb-aacip-500-5x25fs6c", @@ -282059,13 +405059,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recnLTUHB9sN53nlw", - "id": "e4133" + "id": "e4134" }, { "aapbId": "cpb-aacip-500-3b5wbb0p", @@ -282085,13 +405113,21 @@ "title": "Ideas and the Theatre" }, "subject": [ + { + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, { "id": "anouilh-jean-1910-1987-valse-des-tore_adors-english", "name": "Anouilh, Jean, 1910-1987. Valse des tore_adors. English" }, { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -282102,12 +405138,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -282181,18 +405225,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recnMOcKghrfhPgFo", - "id": "e4134" + "id": "e4135" }, { "aapbId": "cpb-aacip-500-n00ztk7v", @@ -282212,7 +405280,7 @@ "contributor": [], "airtableId": "recnN36eOTnBc00N1", "subject": [], - "id": "e4135" + "id": "e4136" }, { "aapbId": "cpb-aacip-500-wh2ddb6c", @@ -282227,16 +405295,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recnN638KKQEElh8r", - "id": "e4136" + "id": "e4137" }, { "aapbId": "cpb-aacip-500-5d8nhb81", @@ -282262,6 +405366,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -282284,10 +405392,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnOGJP4lNt3foSF", - "id": "e4137" + "id": "e4138" }, { "aapbId": "cpb-aacip-500-mp4vnp08", @@ -282360,9 +405492,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recnPnfrZOpnbt9zR", - "id": "e4138" + "id": "e4139" }, { "aapbId": "cpb-aacip-500-g44hrh99", @@ -282394,6 +405550,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -282471,9 +405631,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recnQKvyXMsfKTWSl", - "id": "e4139" + "id": "e4140" }, { "aapbId": "cpb-aacip-500-mw28f97h", @@ -282494,13 +405678,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnR7vqmEzbPjemq", - "id": "e4140" + "id": "e4141" }, { "aapbId": "cpb-aacip-500-4746tw33", @@ -282543,6 +405755,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -282583,9 +405799,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recnRAkfwh7flEMrB", - "id": "e4141" + "id": "e4142" }, { "aapbId": "cpb-aacip-500-rn30758j", @@ -282609,6 +405849,10 @@ "id": "concerts-new-jersey", "name": "Concerts--New Jersey" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "monteverdi-claudio-1567-1643-anniversaries-etc", "name": "Monteverdi, Claudio, 1567-1643--Anniversaries, etc" @@ -282620,6 +405864,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -282646,11 +405894,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recnRqDxwfs79BlNc", - "id": "e4142" + "id": "e4143" }, { "aapbId": "cpb-aacip-500-v40jzb3z", @@ -282671,13 +405947,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnUKN2YPZfS4Ixg", - "id": "e4143" + "id": "e4144" }, { "aapbId": "cpb-aacip-500-6h4csj6w", @@ -282696,13 +406000,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recnUQfezL2zJsCrp", - "id": "e4144" + "id": "e4145" }, { "aapbId": "cpb-aacip-500-348gjs63", @@ -282726,6 +406058,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -282734,13 +406070,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -282776,14 +406124,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recnUSvKt6CAcLZo7", - "id": "e4145" + "id": "e4146" }, { "aapbId": "cpb-aacip-500-3j393x69", @@ -282802,13 +406178,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnWIy68bhbque6I", - "id": "e4146" + "id": "e4147" }, { "aapbId": "cpb-aacip-500-fb4wn74t", @@ -282845,8 +406249,12 @@ "name": "Iroquois mythology" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -282899,9 +406307,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recnYPayCx02B8ZMX", - "id": "e4147" + "id": "e4148" }, { "aapbId": "cpb-aacip-500-2r3p0m4b", @@ -282921,10 +406353,22 @@ "title": "Puccini and his work" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "madame-butterfly-fictitious-character", "name": "Madame Butterfly (Fictitious character)" }, + { + "id": "music", + "name": "Music" + }, { "id": "puccini-giacomo-1858-1924", "name": "Puccini, Giacomo, 1858-1924" @@ -282953,6 +406397,30 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": "1950-1959", "contributor": [ { @@ -282963,7 +406431,7 @@ } ], "airtableId": "recnYixQBmtFaPOoQ", - "id": "e4148" + "id": "e4149" }, { "aapbId": "cpb-aacip-500-5d8nhc48", @@ -282983,13 +406451,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnYjbtta8VPDy8A", - "id": "e4149" + "id": "e4150" }, { "aapbId": "cpb-aacip-500-5x25fs2d", @@ -283021,6 +406517,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -283072,9 +406572,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recnYviUWSqAtJwry", - "id": "e4150" + "id": "e4151" }, { "aapbId": "cpb-aacip-500-w08wfx2m", @@ -283102,9 +406626,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -283137,10 +406669,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnYzj71e9LRUgxS", - "id": "e4151" + "id": "e4152" }, { "aapbId": "cpb-aacip-500-m32nb10k", @@ -283170,11 +406726,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnaDr5BMzbL6rSu", "subject": [], - "id": "e4152" + "id": "e4153" }, { "aapbId": "cpb-aacip-500-6h4csg3r", @@ -283198,10 +406778,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -283259,9 +406835,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recnaKH3wv8DnOSFd", - "id": "e4153" + "id": "e4154" }, { "aapbId": "cpb-aacip-500-0r9m6w71", @@ -283289,9 +406889,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -283324,10 +406932,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnaRGDsBIa8tMBb", - "id": "e4154" + "id": "e4155" }, { "aapbId": "cpb-aacip-500-445hfp2v", @@ -283350,10 +406982,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -283373,10 +407013,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnalhpBnub6jjDD", - "id": "e4155" + "id": "e4156" }, { "aapbId": "cpb-aacip-500-7940wr5h", @@ -283408,6 +407072,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -283459,9 +407127,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recnbSaQgLjvSPKDc", - "id": "e4156" + "id": "e4157" }, { "aapbId": "cpb-aacip-500-2z12s589", @@ -283482,13 +407174,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -283504,10 +407200,6 @@ { "id": "transcendentalists-new-england", "name": "Transcendentalists (New England)" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -283566,9 +407258,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recnbUcVaHVSaAuPA", - "id": "e4157" + "id": "e4158" }, { "aapbId": "cpb-aacip-500-00003m1g", @@ -283600,6 +407316,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -283643,9 +407367,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recncjnDTetryH38j", - "id": "e4158" + "id": "e4159" }, { "aapbId": "cpb-aacip-500-8w384c4d", @@ -283666,13 +407414,17 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, + { + "id": "children-families", + "name": "Children & Families" + }, { "id": "families-black", "name": "Families, Black" @@ -283693,6 +407445,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "wisconsin", "name": "Wisconsin" @@ -283731,9 +407491,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recneMMfOL2ZTnQ9Q", - "id": "e4159" + "id": "e4160" }, { "aapbId": "cpb-aacip-500-8g8fk81p", @@ -283747,16 +407531,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recneWB9ZzHbfEb0F", - "id": "e4160" + "id": "e4161" }, { "aapbId": "cpb-aacip-500-xw47v930", @@ -283788,6 +407612,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -283845,9 +407673,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recnfGGqcLaIXQWfK", - "id": "e4161" + "id": "e4162" }, { "aapbId": "cpb-aacip-500-9c6s2s4x", @@ -283868,20 +407720,24 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-1941-1950-history-and-criticism", - "name": "Jazz--1941-1950--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" + }, + { + "id": "jazz-1941-1950-history-and-criticism", + "name": "Jazz--1941-1950--History and criticism" }, { "id": "music", @@ -283890,6 +407746,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -283922,10 +407782,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnfchz6ekJrNmfM", - "id": "e4162" + "id": "e4163" }, { "aapbId": "cpb-aacip-500-8p5vbs42", @@ -283946,20 +407830,20 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -283969,9 +407853,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "southern-states-music", "name": "Southern States--Music" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -284004,10 +407900,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recngdhRPAzj55jNz", - "id": "e4163" + "id": "e4164" }, { "aapbId": "cpb-aacip-500-q52fct7m", @@ -284027,6 +407947,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -284035,6 +407959,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -284090,9 +408022,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recnh1zA6zXenwjzN", - "id": "e4164" + "id": "e4165" }, { "aapbId": "cpb-aacip-500-4746tx22", @@ -284124,6 +408080,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -284159,11 +408119,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recnhKysC6f9jzWc4", - "id": "e4165" + "id": "e4166" }, { "aapbId": "cpb-aacip-500-ff3m1k29", @@ -284177,12 +408165,17 @@ "id": "csaa-annual-conference-sexual-behavior-and-social-ethics", "title": "CSAA Annual Conference: Sexual behavior and social ethics" }, + "subject": [ + { + "id": "sexuality-culture", + "name": "Sexuality & culture" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnhhZufOU19d1Cy", - "subject": [], - "id": "e4166" + "id": "e4167" }, { "aapbId": "cpb-aacip-500-zs2kbw84", @@ -284210,6 +408203,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -284245,10 +408242,34 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnjO68a9nNZAmuR", - "id": "e4167" + "id": "e4168" }, { "aapbId": "cpb-aacip-500-4q7qsb7x", @@ -284272,13 +408293,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -284313,9 +408334,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recnjqlfYRRc3q7DR", - "id": "e4168" + "id": "e4169" }, { "aapbId": "cpb-aacip-500-h12v833z", @@ -284339,10 +408384,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -284380,9 +408433,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recnljQTH7ZeNoSyx", - "id": "e4169" + "id": "e4170" }, { "aapbId": "cpb-aacip-500-d50fzt49", @@ -284403,13 +408480,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnmO0cHeBF6z8wL", - "id": "e4170" + "id": "e4171" }, { "aapbId": "cpb-aacip-500-222r8k71", @@ -284472,7 +408577,7 @@ ], "decade": "1960-1969", "airtableId": "recnmfFPVuUWlx2qR", - "id": "e4171" + "id": "e4172" }, { "aapbId": "cpb-aacip-500-9g5gg46d", @@ -284499,6 +408604,10 @@ "id": "cold-war", "name": "Cold War" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "soviet-union-history-1925-1953", "name": "Soviet Union--History--1925-1953" @@ -284526,10 +408635,34 @@ "name": "History" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnn5VvTuxBFKWFz", - "id": "e4172" + "id": "e4173" }, { "aapbId": "cpb-aacip-500-gt5fgj2n", @@ -284553,6 +408686,10 @@ "id": "ethics", "name": "Ethics" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "literature", "name": "Literature" @@ -284561,6 +408698,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -284641,9 +408782,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recnnR7MKHoiDm7GL", - "id": "e4173" + "id": "e4174" }, { "aapbId": "cpb-aacip-500-dn3zx77p", @@ -284667,17 +408832,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -284715,18 +408884,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recnnXVx6B6Ad6iaX", - "id": "e4174" + "id": "e4175" }, { "aapbId": "cpb-aacip-500-8911sp07", @@ -284763,8 +408956,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -284785,10 +408986,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnpgujbJkS28jDv", - "id": "e4175" + "id": "e4176" }, { "aapbId": "cpb-aacip-500-f766808p", @@ -284819,6 +409044,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -284857,10 +409086,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnq1rfdqJVxjxw4", - "id": "e4176" + "id": "e4177" }, { "aapbId": "cpb-aacip-500-pk072506", @@ -284887,12 +409140,16 @@ "name": "Educational radio stations" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -284912,7 +409169,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recnqEijYkpf9czW7", - "id": "e4177" + "id": "e4178" }, { "aapbId": "cpb-aacip-500-pc2t8m02", @@ -284938,6 +409195,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -284972,9 +409233,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recnqJaEvR2TmIAqn", - "id": "e4178" + "id": "e4179" }, { "aapbId": "cpb-aacip-500-zk55kb6s", @@ -285006,6 +409291,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -285055,9 +409348,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recnqXBq9omzaatMb", - "id": "e4179" + "id": "e4180" }, { "aapbId": "cpb-aacip-500-00003n9m", @@ -285083,6 +409400,167 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "creator": [ + { + "id": "wsiu-8-television-station-carbondale-ill", + "name": "WSIU 8 (Television station : Carbondale, Ill.)", + "type": "Corporate Body", + "role": "Producer" + }, + { + "id": "southern-illinois-university-at-carbondale", + "name": "Southern Illinois University at Carbondale", + "type": "Corporate Body", + "role": "Producer" + } + ], + "contributor": [ + { + "id": "gardiner-c-harvey-clinton-harvey", + "name": "Gardiner, C. Harvey (Clinton Harvey)", + "type": "Person", + "role": "Lecturer" + } + ], + "genre": [ + { + "id": "politics", + "name": "Politics" + }, + { + "id": "history", + "name": "History" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], + "decade": "1960-1969", + "airtableId": "recnrIJNYZdwqSRpu", + "id": "e4181" + }, + { + "aapbId": "cpb-aacip-500-ff3m1j23", + "naebId": "68-22-5", + "umdId": "3413", + "title": "Charles Le Brun: Portrait of Chance", + "broadcastDate": "1968-07-01", + "duration": 1667, + "seriesDescription": "For series info, see Item 3409. This prog.: Charles Le Brun: Portrait of Chancelier Sequier.", + "location": "Hornbake Special Collections", + "temporal": "1961-1970", + "language": "English", + "year": "1968", + "series": { + "id": "the-story-of-a-masterpiece", + "title": "The story of a masterpiece" + }, + "subject": [ + { + "id": "arts-literature", + "name": "Arts, Literature" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + } + ], + "creator": [ + { + "id": "french-cultural-services", + "name": "French Cultural Services", + "type": "Corporate Body", + "role": "Producer" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], + "decade": "1960-1969", + "contributor": [], + "airtableId": "recnrTNGurBEaJOtk", + "id": "e4182" + }, + { + "aapbId": "cpb-aacip-500-j38kj89h", + "naebId": "68-31-35", + "umdId": "3561", + "title": "Program 35: The Life and Times of Garcilase De La Vega", + "broadcastDate": "1969-05-12", + "duration": 821, + "seriesDescription": "A series of lectures featuring Dr. C. Harvey Gardiner, professor of history at Southern Illinois University, about current Latin American problems and their historical setting.", + "location": "Hornbake Special Collections", + "temporal": "1961-1970", + "language": "English", + "year": "1969", + "series": { + "id": "latin-american-perspectives-ii", + "title": "Latin American perspectives II" + }, + "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "naeb-region-iii", + "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -285117,110 +409595,33 @@ "name": "History" } ], - "decade": "1960-1969", - "airtableId": "recnrIJNYZdwqSRpu", - "id": "e4180" - }, - { - "aapbId": "cpb-aacip-500-ff3m1j23", - "naebId": "68-22-5", - "umdId": "3413", - "title": "Charles Le Brun: Portrait of Chance", - "broadcastDate": "1968-07-01", - "duration": 1667, - "seriesDescription": "For series info, see Item 3409. This prog.: Charles Le Brun: Portrait of Chancelier Sequier.", - "location": "Hornbake Special Collections", - "temporal": "1961-1970", - "language": "English", - "year": "1968", - "series": { - "id": "the-story-of-a-masterpiece", - "title": "The story of a masterpiece" - }, - "subject": [ - { - "id": "arts-literature", - "name": "Arts, Literature" - }, - { - "id": "us-literature", - "name": "U.S. Literature" - } - ], - "creator": [ - { - "id": "french-cultural-services", - "name": "French Cultural Services", - "type": "Corporate Body", - "role": "Producer" - } - ], - "decade": "1960-1969", - "contributor": [], - "airtableId": "recnrTNGurBEaJOtk", - "id": "e4181" - }, - { - "aapbId": "cpb-aacip-500-j38kj89h", - "naebId": "68-31-35", - "umdId": "3561", - "title": "Program 35: The Life and Times of Garcilase De La Vega", - "broadcastDate": "1969-05-12", - "duration": 821, - "seriesDescription": "A series of lectures featuring Dr. C. Harvey Gardiner, professor of history at Southern Illinois University, about current Latin American problems and their historical setting.", - "location": "Hornbake Special Collections", - "temporal": "1961-1970", - "language": "English", - "year": "1969", - "series": { - "id": "latin-american-perspectives-ii", - "title": "Latin American perspectives II" - }, - "subject": [ - { - "id": "latin-america", - "name": "Latin America" - }, + "continent": [ { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "north-america", + "name": "North America" } ], - "creator": [ + "country": [ { - "id": "wsiu-8-television-station-carbondale-ill", - "name": "WSIU 8 (Television station : Carbondale, Ill.)", - "type": "Corporate Body", - "role": "Producer" - }, - { - "id": "southern-illinois-university-at-carbondale", - "name": "Southern Illinois University at Carbondale", - "type": "Corporate Body", - "role": "Producer" + "id": "united-states", + "name": "United States" } ], - "contributor": [ + "region": [ { - "id": "gardiner-c-harvey-clinton-harvey", - "name": "Gardiner, C. Harvey (Clinton Harvey)", - "type": "Person", - "role": "Lecturer" + "id": "illinois", + "name": "Illinois" } ], - "genre": [ - { - "id": "politics", - "name": "Politics" - }, + "settlement": [ { - "id": "history", - "name": "History" + "id": "carbondale", + "name": "Carbondale" } ], "decade": "1960-1969", "airtableId": "recnsEEH7h04lZhO1", - "id": "e4182" + "id": "e4183" }, { "aapbId": "cpb-aacip-500-5717qr8t", @@ -285240,6 +409641,10 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "beiderbecke-bix-1903-1931", "name": "Beiderbecke, Bix, 1903-1931" @@ -285249,12 +409654,12 @@ "name": "Dixieland music" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -285263,6 +409668,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -285295,10 +409704,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recnsIagb5VpigvSD", - "id": "e4183" + "id": "e4184" }, { "aapbId": "cpb-aacip-500-kd1qm08f", @@ -285314,16 +409747,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnsNzcUsaxWB0Bk", - "id": "e4184" + "id": "e4185" }, { "aapbId": "cpb-aacip-500-dz03347s", @@ -285342,13 +409807,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kentucky", + "name": "Kentucky" + } + ], + "settlement": [ + { + "id": "lexington", + "name": "Lexington" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recnsfEn5Z3Zqjgs0", - "id": "e4185" + "id": "e4186" }, { "aapbId": "cpb-aacip-500-qr4nqj3x", @@ -285376,6 +409869,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "political-campaigns", "name": "Political campaigns" @@ -285398,11 +409895,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -285416,8 +409908,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -285446,9 +409938,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recntW61Wuol7x4PT", - "id": "e4186" + "id": "e4187" }, { "aapbId": "cpb-aacip-500-nv99b531", @@ -285479,6 +409995,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -285511,11 +410031,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recntiviKncCCQZoz", - "id": "e4187" + "id": "e4188" }, { "aapbId": "cpb-aacip-500-k35mf42b", @@ -285535,6 +410083,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "ethics", "name": "Ethics" @@ -285555,6 +410107,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -285566,6 +410122,10 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -285592,11 +410152,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recnuX3HA7FluZ1PM", - "id": "e4188" + "id": "e4189" }, { "aapbId": "cpb-aacip-500-pr7mtp9v", @@ -285620,10 +410208,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -285692,9 +410292,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recnwFmPNhZndyAB9", - "id": "e4189" + "id": "e4190" }, { "aapbId": "cpb-aacip-500-0p0wtm3j", @@ -285722,6 +410346,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -285794,9 +410422,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recnwh0NdJYVEvftu", - "id": "e4190" + "id": "e4191" }, { "aapbId": "cpb-aacip-500-6m335s9z", @@ -285824,6 +410476,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -285872,9 +410528,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recnynOlQIFvYMFRz", - "id": "e4191" + "id": "e4192" }, { "aapbId": "cpb-aacip-500-k06x1v9f", @@ -285895,16 +410575,24 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "china", + "name": "China" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "china-history", + "name": "China--History" + }, + { + "id": "china-politics-and-government", + "name": "China--Politics and government" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "mao-zedong-1893-1976", @@ -285915,12 +410603,8 @@ "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "world-politics", @@ -285959,9 +410643,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recnzrXATfabTxfsq", - "id": "e4192" + "id": "e4193" }, { "aapbId": "cpb-aacip-500-1n7xqh76", @@ -285977,16 +410685,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reco03UbvSfhaAPfw", - "id": "e4193" + "id": "e4194" }, { "aapbId": "cpb-aacip-500-th8bmm53", @@ -286006,10 +410746,6 @@ "title": "Latin American perspectives II" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "labor-policy-mexico", "name": "Labor policy--Mexico" @@ -286018,6 +410754,10 @@ "id": "latin-america", "name": "Latin America" }, + { + "id": "law", + "name": "Law" + }, { "id": "mexico-politics-and-government-20th-century", "name": "Mexico--Politics and government--20th century" @@ -286026,10 +410766,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "revolutions", "name": "Revolutions" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "world-politics", "name": "World Politics" @@ -286067,9 +410815,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "reco0cO7CqO0Hfz5F", - "id": "e4194" + "id": "e4195" }, { "aapbId": "cpb-aacip-500-2r3p0m0c", @@ -286097,6 +410869,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -286163,9 +410939,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "reco13FgZ6IVU4eLI", - "id": "e4195" + "id": "e4196" }, { "aapbId": "cpb-aacip-500-m03xxp35", @@ -286202,8 +411002,12 @@ "name": "NAEB Region VI" }, { - "id": "work-songs-united-states", - "name": "Work songs--United States" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "work-songs", + "name": "Work songs" } ], "creator": [ @@ -286227,13 +411031,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "reco1RsGHoy9DmxrF", - "id": "e4196" + "id": "e4197" }, { "aapbId": "cpb-aacip-500-2n4zmb0t", @@ -286257,9 +411085,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -286294,9 +411130,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "reco1SSj45FdhrdPZ", - "id": "e4197" + "id": "e4198" }, { "aapbId": "cpb-aacip-500-ng4gs093", @@ -286310,12 +411170,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reco1l66InyNg6E1G", - "subject": [], - "id": "e4198" + "id": "e4199" }, { "aapbId": "cpb-aacip-500-v698bm66", @@ -286332,12 +411201,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "quebec", + "name": "Quebec" + } + ], + "settlement": [ + { + "id": "montreal", + "name": "Montreal" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reco1oAD5Pz8GRRmG", "subject": [], - "id": "e4199" + "id": "e4200" }, { "aapbId": "cpb-aacip-500-sf2mbf50", @@ -286365,6 +411258,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "napoleon-ohio-history", "name": "Napoleon (Ohio)--History" @@ -286374,8 +411271,8 @@ "name": "Sociology" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "womens-rights", + "name": "Women's rights" } ], "creator": [ @@ -286408,10 +411305,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reco24QZBsC8Y2XUV", - "id": "e4200" + "id": "e4201" }, { "aapbId": "cpb-aacip-500-kw57jd7s", @@ -286431,6 +411352,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -286442,6 +411367,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -286494,9 +411423,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "reco3SysW8WXLVyrT", - "id": "e4201" + "id": "e4202" }, { "aapbId": "cpb-aacip-500-b853kd6p", @@ -286524,17 +411477,21 @@ "id": "lancaster-county-pa", "name": "Lancaster County (Pa.)" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -286567,10 +411524,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reco3o9SnwQehk2aU", - "id": "e4202" + "id": "e4203" }, { "aapbId": "cpb-aacip-500-v40jz957", @@ -286584,12 +411565,49 @@ "id": "american-writers-in-italy", "title": "American writers in Italy" }, + "subject": [ + { + "id": "authors-american", + "name": "Authors, American" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "italy", + "name": "Italy" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reco4wXL9UAGjx1re", - "subject": [], - "id": "e4203" + "id": "e4204" }, { "aapbId": "cpb-aacip-500-q52fcv1c", @@ -286610,28 +411628,52 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", "name": "Dramatists" }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "shaw-bernard-1856-1950", "name": "Shaw, Bernard, 1856-1950" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -286705,18 +411747,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "reco51J4ysoqR8ffc", - "id": "e4204" + "id": "e4205" }, { "aapbId": "cpb-aacip-500-bv79x281", @@ -286740,17 +411806,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -286795,9 +411865,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "reco6xNpNijaNt0KK", - "id": "e4205" + "id": "e4206" }, { "aapbId": "cpb-aacip-500-1v5bh14d", @@ -286854,7 +411948,7 @@ ], "decade": "1960-1969", "airtableId": "reco7t4updYzoVWDN", - "id": "e4206" + "id": "e4207" }, { "aapbId": "cpb-aacip-500-125qcr57", @@ -286871,12 +411965,12 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "20th-century", + "name": "20th century" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "persichetti-vincent-1915-1987", @@ -286887,8 +411981,12 @@ "name": "Songs" }, { - "id": "string-quartet-20th-century", - "name": "String quartet--20th century" + "id": "string-quartets-20th-century", + "name": "String quartets--20th century" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -286942,7 +412040,7 @@ ], "decade": null, "airtableId": "reco8dfUV8nwiZBub", - "id": "e4207" + "id": "e4208" }, { "aapbId": "cpb-aacip-500-mk658f5c", @@ -286962,6 +412060,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -286971,12 +412073,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" + }, + { + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -286997,10 +412103,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoA0UnY2ZzyuSX7", - "id": "e4208" + "id": "e4209" }, { "aapbId": "cpb-aacip-500-9p2w7n79", @@ -287016,16 +412146,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recoAISL6bxf3ceRC", - "id": "e4209" + "id": "e4210" }, { "aapbId": "cpb-aacip-500-jd4pq350", @@ -287049,6 +412211,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -287096,9 +412262,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recoAuLI3WVMkuZNA", - "id": "e4210" + "id": "e4211" }, { "aapbId": "cpb-aacip-500-b56d628b", @@ -287122,10 +412312,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -287163,9 +412361,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recoB82HrKpmQPvwY", - "id": "e4211" + "id": "e4212" }, { "aapbId": "cpb-aacip-500-k9316q18", @@ -287184,6 +412406,10 @@ "title": "30th Annual Couchiching conference, 1961" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "communication-international", "name": "Communication--International" @@ -287192,6 +412418,10 @@ "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "diplomacy", "name": "Diplomacy" @@ -287204,6 +412434,10 @@ "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "world-politics", "name": "World Politics" @@ -287254,11 +412488,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recoBJB7sIC4ORCNm", - "id": "e4212" + "id": "e4213" }, { "aapbId": "cpb-aacip-500-jq0sw152", @@ -287281,10 +412543,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -287304,10 +412574,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoEk9aCeXxICFOE", - "id": "e4213" + "id": "e4214" }, { "aapbId": "cpb-aacip-500-qv3c3v8w", @@ -287331,6 +412625,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -287339,13 +412637,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -287375,14 +412685,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recoFqD4JSVJzuyAs", - "id": "e4214" + "id": "e4215" }, { "aapbId": "cpb-aacip-500-rj48tx03", @@ -287410,6 +412748,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -287449,11 +412791,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recoFuG4zjvE1mgLX", - "id": "e4215" + "id": "e4216" }, { "aapbId": "cpb-aacip-500-qf8jjp5r", @@ -287473,17 +412843,33 @@ "title": "Document: Deep South" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "southern-states-economic-conditions", - "name": "Southern States--Economic conditions" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" }, { - "id": "southern-states-history", - "name": "Southern States--History" + "id": "southern-states-economic-conditions", + "name": "Southern States--Economic conditions" }, { "id": "southern-states-social-conditions", @@ -287494,8 +412880,12 @@ "name": "Southern States--Social life and customs" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -287554,9 +412944,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recoHCWe7wlKfxr3k", - "id": "e4216" + "id": "e4217" }, { "aapbId": "cpb-aacip-500-gb1xj333", @@ -287576,17 +412990,33 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" } ], "creator": [ @@ -287657,9 +413087,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recoHxMHdhcDYsBtb", - "id": "e4217" + "id": "e4218" }, { "aapbId": "cpb-aacip-500-hd7nt98m", @@ -287682,10 +413136,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -287705,10 +413167,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoIPG53SFe3TQ8x", - "id": "e4218" + "id": "e4219" }, { "aapbId": "cpb-aacip-500-mk658d6d", @@ -287729,16 +413215,24 @@ }, "subject": [ { - "id": "education-history", - "name": "Education--History" + "id": "education", + "name": "Education" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "history", + "name": "History" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -287764,6 +413258,30 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "contributor": [ { @@ -287774,7 +413292,7 @@ } ], "airtableId": "recoJ0YJsyfFULG4j", - "id": "e4219" + "id": "e4220" }, { "aapbId": "cpb-aacip-500-br8mhv15", @@ -287802,13 +413320,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "revolutions", "name": "Revolutions" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -287843,9 +413373,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recoJTrgoOraS6zzB", - "id": "e4220" + "id": "e4221" }, { "aapbId": "cpb-aacip-500-7m042n48", @@ -287873,6 +413427,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -287912,11 +413470,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recoK8IrjOpkdtsO7", - "id": "e4221" + "id": "e4222" }, { "aapbId": "cpb-aacip-500-qn5zbb2p", @@ -287947,6 +413533,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -287987,9 +413577,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recoKPlLAEOZ8kxwa", - "id": "e4222" + "id": "e4223" }, { "aapbId": "cpb-aacip-500-9882pg87", @@ -288013,6 +413627,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -288062,9 +413680,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recoKnNeERTWx3px4", - "id": "e4223" + "id": "e4224" }, { "aapbId": "cpb-aacip-500-x921hm9c", @@ -288085,13 +413727,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recoL10VVUtXyocPV", - "id": "e4224" + "id": "e4225" }, { "aapbId": "cpb-aacip-500-nv99b42k", @@ -288112,24 +413782,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" + "id": "american-literature", + "name": "American literature" }, { - "id": "literature", - "name": "Literature" + "id": "domestic-animals", + "name": "Domestic animals" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -288213,9 +413887,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recoM8j7IJUaIqcG5", - "id": "e4225" + "id": "e4226" }, { "aapbId": "cpb-aacip-500-5h7bwp3n", @@ -288234,6 +413932,10 @@ "title": "Make history your hobby" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "napoleon-i-emperor-of-the-french-1769-1821", "name": "Napoleon I, Emperor of the French, 1769-1821" @@ -288257,10 +413959,34 @@ "name": "History" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "netherlands", + "name": "Netherlands" + } + ], + "region": [ + { + "id": "north-holland", + "name": "North Holland" + } + ], + "settlement": [ + { + "id": "hilversum", + "name": "Hilversum" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoNXXqlpspwSIDO", - "id": "e4226" + "id": "e4227" }, { "aapbId": "cpb-aacip-500-8w384b6p", @@ -288284,10 +414010,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -288360,9 +414098,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recoOKsixIsoIAFdZ", - "id": "e4227" + "id": "e4228" }, { "aapbId": "cpb-aacip-500-jh3d3f66", @@ -288390,6 +414152,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -288438,9 +414204,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recoOMyNjA7L9XS44", - "id": "e4228" + "id": "e4229" }, { "aapbId": "cpb-aacip-500-4f1mmg4k", @@ -288480,6 +414270,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "tornado-damage", "name": "Tornado damage" @@ -288541,9 +414335,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recoORK41xVhUtPkM", - "id": "e4229" + "id": "e4230" }, { "aapbId": "cpb-aacip-500-g7374t53", @@ -288567,17 +414385,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -288622,9 +414444,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recoPPKDdWkPQg4se", - "id": "e4230" + "id": "e4231" }, { "aapbId": "cpb-aacip-500-5t3g2h20", @@ -288640,35 +414486,81 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recoPbTLHOrA4aYMR", - "id": "e4231" + "id": "e4232" }, { "aapbId": "cpb-aacip-500-dr2p9j3g", "naebId": "71-19-2", "umdId": "5433", - "title": "#2 (Reel 2)", + "title": "Second concert (part 2)", "duration": 3515, "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers.", + "description": "Concert #2, part 1 of 2. ", "location": "Hornbake Special Collections", + "temporal": "1961-1970", "language": "English", "series": { "id": "1970-may-festival", "title": "1970 May festival" }, "subject": [ + { + "id": "choral-music", + "name": "Choral music" + }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "concerts", + "name": "Concerts" + }, { "id": "music", "name": "Music" @@ -288676,19 +414568,111 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "oratorio", + "name": "Oratorio" } ], "creator": [ + { + "id": "wguc-radio-station-cincinnati-ohio", + "name": "WGUC (Radio station : Cincinnati, Ohio)", + "type": "Corporate Body", + "role": "Producer" + }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", - "type": "Corporate Body" + "type": "Corporate Body", + "role": "Artist" } ], - "decade": null, - "contributor": [], + "contributor": [ + { + "id": "haywood-lorna", + "name": "Haywood, Lorna", + "type": "Person" + }, + { + "id": "shaw-robert-1916-1999", + "name": "Shaw, Robert, 1916-1999", + "type": "Person" + }, + { + "id": "thomas-elmer", + "name": "Thomas, Elmer", + "type": "Person" + }, + { + "id": "harrower-peter", + "name": "Harrower, Peter", + "type": "Person" + }, + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827.", + "type": "Person", + "role": "Composer" + }, + { + "id": "rudolf-max-1902-1995", + "name": "Rudolf, Max, 1902-1995 ", + "type": "Person", + "role": "Conductor" + }, + { + "id": "bennett-myron", + "name": "Bennett, Myron", + "type": "Person", + "role": "Narrator" + } + ], + "genre": [ + { + "id": "music", + "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], + "decade": "1960-1969", "airtableId": "recoQJTqRlsKtksZu", - "id": "e4232" + "id": "e4233" }, { "aapbId": "cpb-aacip-500-pv6b700m", @@ -288708,13 +414692,17 @@ "title": "Creative method" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" }, { "id": "motion-picture-authorship", @@ -288725,8 +414713,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "schary-dore-interviews", @@ -288782,9 +414770,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recoQMmi99tg2kcYe", - "id": "e4233" + "id": "e4234" }, { "aapbId": "cpb-aacip-500-gt5fgh6d", @@ -288808,17 +414820,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -288874,18 +414890,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recoQaxKvdb0NcI6p", - "id": "e4234" + "id": "e4235" }, { "aapbId": "cpb-aacip-500-9g5gg33g", @@ -288904,13 +414944,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kentucky", + "name": "Kentucky" + } + ], + "settlement": [ + { + "id": "morehead", + "name": "Morehead" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recoQybhYQcMjdJQj", - "id": "e4235" + "id": "e4236" }, { "aapbId": "cpb-aacip-500-w37kv470", @@ -288934,6 +415002,10 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "education", + "name": "Education" + }, { "id": "exceptional-children-identification", "name": "Exceptional children--Identification" @@ -288946,17 +415018,21 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "special-education-united-states-history-20th-century", - "name": "Special education--United States--History--20th century" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "special-education", + "name": "Special education" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -289014,9 +415090,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recoR9jSiXnUUuxkS", - "id": "e4236" + "id": "e4237" }, { "aapbId": "cpb-aacip-500-1z41w991", @@ -289044,6 +415144,10 @@ "id": "economists-austria-interviews", "name": "Economists--Austria--Interviews" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -289052,6 +415156,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nazis-history-20th-century", "name": "Nazis--History--20th century" @@ -289104,9 +415212,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recoRLsX5QqagsHKG", - "id": "e4237" + "id": "e4238" }, { "aapbId": "cpb-aacip-500-6q1sk286", @@ -289136,11 +415268,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoSFxm6di0vk5cs", "subject": [], - "id": "e4238" + "id": "e4239" }, { "aapbId": "cpb-aacip-500-057cw503", @@ -289161,20 +415317,32 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama" + "id": "patriotism-united-states", + "name": "Patriotism--United States" }, { "id": "radio-plays-american", @@ -289187,6 +415355,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -289262,9 +415434,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "recoSopLZ3uQs7URp", - "id": "e4239" + "id": "e4240" }, { "aapbId": "cpb-aacip-500-5717qr53", @@ -289292,6 +415488,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -289343,9 +415543,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recoT4oHqM6iiAWNp", - "id": "e4240" + "id": "e4241" }, { "aapbId": "cpb-aacip-500-qb9v5d82", @@ -289369,17 +415593,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -289417,18 +415645,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recoTLba0wKxVElm3", - "id": "e4241" + "id": "e4242" }, { "aapbId": "cpb-aacip-500-xp6v2s75", @@ -289449,8 +415701,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { "id": "african-americans-civil-rights", @@ -289468,18 +415720,26 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nixon-richard-m-richard-milhous-1913-1994", "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" }, { - "id": "political-conventions-united-states-history", - "name": "Political conventions--United States--History" + "id": "political-conventions-united-states", + "name": "Political conventions--United States" }, { "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, { "id": "republican-party-us-1854", "name": "Republican Party (U.S. : 1854- )" @@ -289488,6 +415748,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -289496,6 +415760,10 @@ "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-politics-and-government-20th-century", "name": "United States--Politics and government--20th century" @@ -289505,8 +415773,12 @@ "name": "Vietnam War, 1961-1975--Protest movements--United States" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -289541,9 +415813,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recoTWzebL4zw1WUo", - "id": "e4242" + "id": "e4243" }, { "aapbId": "cpb-aacip-500-8911sn01", @@ -289564,8 +415860,12 @@ }, "subject": [ { - "id": "ballads-denmark", - "name": "Ballads, Denmark" + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "ballads", + "name": "Ballads" }, { "id": "ballads-india", @@ -289575,17 +415875,25 @@ "id": "ballads-japanese", "name": "Ballads, Japanese" }, + { + "id": "denmark", + "name": "Denmark" + }, { "id": "hawaii-songs-and-music", "name": "Hawaii--Songs and music" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -289609,13 +415917,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recoTX9XClpM2paQB", - "id": "e4243" + "id": "e4244" }, { "aapbId": "cpb-aacip-500-d21rkh65", @@ -289635,6 +415967,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "bali-indonesia-province-description-and-travel", "name": "Bali (Indonesia : Province)--Description and travel" @@ -289652,8 +415988,12 @@ "name": "Balinese (Indonesian people)--Songs and music" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -289712,9 +416052,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recoTlcZUTQnvJl8o", - "id": "e4244" + "id": "e4245" }, { "aapbId": "cpb-aacip-500-s756jv8g", @@ -289749,6 +416113,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -289781,10 +416149,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoTqdlTUK1CBkzn", - "id": "e4245" + "id": "e4246" }, { "aapbId": "cpb-aacip-500-db7vrf3g", @@ -289803,13 +416195,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recoTwmbXvEfPcVKS", - "id": "e4246" + "id": "e4247" }, { "aapbId": "cpb-aacip-500-p55dgz9k", @@ -289833,10 +416253,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -289856,10 +416292,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoUAcuMBZHDG4CB", - "id": "e4247" + "id": "e4248" }, { "aapbId": "cpb-aacip-500-2j68726z", @@ -289873,16 +416333,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recoUccZpgMrl3s6V", - "id": "e4248" + "id": "e4249" }, { "aapbId": "cpb-aacip-500-28052759", @@ -289896,12 +416396,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recoVS7d4lckDbYFG", "subject": [], - "id": "e4249" + "id": "e4250" }, { "aapbId": "cpb-aacip-500-s756jt88", @@ -289941,6 +416465,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -289948,6 +416476,10 @@ { "id": "psychopharmacology", "name": "Psychopharmacology" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -290006,9 +416538,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recoVVgvNx1L2FblT", - "id": "e4250" + "id": "e4251" }, { "aapbId": "cpb-aacip-500-2v2ccz06", @@ -290042,11 +416598,6 @@ } ], "creator": [ - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body" - }, { "id": "national-association-of-educational-broadcasters", "name": "National Association of Educational Broadcasters", @@ -290076,10 +416627,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoVzh40GHBoSzmS", - "id": "e4251" + "id": "e4252" }, { "aapbId": "cpb-aacip-500-d50fzs5b", @@ -290107,6 +416682,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -290163,9 +416742,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recoXfWZtdr8KI8RV", - "id": "e4252" + "id": "e4253" }, { "aapbId": "cpb-aacip-500-m9023j49", @@ -290197,6 +416800,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -290240,9 +416851,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recoZrFcBMCJqdEXb", - "id": "e4253" + "id": "e4254" }, { "aapbId": "cpb-aacip-500-9p2w7p51", @@ -290274,6 +416909,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -290281,6 +416920,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -290307,19 +416950,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recoaWS3yutPiPlMN", - "id": "e4254" + "id": "e4255" }, { "aapbId": "cpb-aacip-500-fx74010s", @@ -290350,6 +417017,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -290376,11 +417047,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recoak5d7lb4NU7dV", - "id": "e4255" + "id": "e4256" }, { "aapbId": "cpb-aacip-500-639k7b16", @@ -290408,6 +417107,10 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -290419,6 +417122,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -290458,9 +417165,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recodKolfmohipCfg", - "id": "e4256" + "id": "e4257" }, { "aapbId": "cpb-aacip-500-v40jzb2q", @@ -290483,10 +417214,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -290542,7 +417269,7 @@ ], "decade": "1950-1959", "airtableId": "recodNo8wTSnIqK7O", - "id": "e4257" + "id": "e4258" }, { "aapbId": "cpb-aacip-500-rb6w2b41", @@ -290566,10 +417293,6 @@ "id": "communism", "name": "Communism" }, - { - "id": "communism-history", - "name": "Communism--History" - }, { "id": "ideology", "name": "Ideology" @@ -290579,20 +417302,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" - }, - { - "id": "socialism-history", - "name": "Socialism--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialism", + "name": "Socialism" }, { "id": "world-politics", @@ -290631,9 +417350,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recoddquXrTT91HdH", - "id": "e4258" + "id": "e4259" }, { "aapbId": "cpb-aacip-500-pz51m87q", @@ -290657,14 +417400,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -290692,10 +417435,34 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recoeymjxaLy5BzGf", - "id": "e4259" + "id": "e4260" }, { "aapbId": "cpb-aacip-500-057cw66r", @@ -290718,10 +417485,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -290741,10 +417516,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recofAyhN51jbkEnC", - "id": "e4260" + "id": "e4261" }, { "aapbId": "cpb-aacip-500-w950mq8d", @@ -290772,22 +417571,22 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -290803,6 +417602,18 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -290861,9 +417672,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recofCVh62e5GcvZV", - "id": "e4261" + "id": "e4262" }, { "aapbId": "cpb-aacip-500-5q4rp577", @@ -290883,10 +417718,18 @@ "title": "And the world listened" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "oconnell-daniel-1775-1847", "name": "O'Connell, Daniel, 1775-1847" @@ -290894,6 +417737,10 @@ { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -290956,11 +417803,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recoffFvL7QjDeLnp", - "id": "e4262" + "id": "e4263" }, { "aapbId": "cpb-aacip-500-xk84pf79", @@ -290984,6 +417859,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -291045,9 +417924,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recohM4MRcwQQEvcu", - "id": "e4263" + "id": "e4264" }, { "aapbId": "cpb-aacip-500-qz22h50r", @@ -291068,13 +417971,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recoiaJExnAxTcUzS", - "id": "e4264" + "id": "e4265" }, { "aapbId": "cpb-aacip-500-hq3s049f", @@ -291098,13 +418029,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -291139,9 +418070,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recoisnvG2eQxsVK7", - "id": "e4265" + "id": "e4266" }, { "aapbId": "cpb-aacip-500-ht2gcd7c", @@ -291173,6 +418128,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -291220,9 +418179,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recokPKkkOhKX5n79", - "id": "e4266" + "id": "e4267" }, { "aapbId": "cpb-aacip-500-gf0mxc50", @@ -291243,20 +418226,24 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -291265,6 +418252,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -291334,9 +418329,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recom3xpk7QmlYfib", - "id": "e4267" + "id": "e4268" }, { "aapbId": "cpb-aacip-500-9c6s2r9x", @@ -291360,9 +418379,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -291408,9 +418435,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recomm5GwhLSHAc9A", - "id": "e4268" + "id": "e4269" }, { "aapbId": "cpb-aacip-500-3x83p36q", @@ -291434,6 +418485,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -291517,11 +418572,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recon4Gc3iAWSK30K", - "id": "e4269" + "id": "e4270" }, { "aapbId": "cpb-aacip-500-zs2kbw5d", @@ -291541,6 +418624,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "japan", "name": "Japan" @@ -291566,16 +418653,24 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "world-war-1939-1945-japan", - "name": "World War, 1939-1945--Japan" + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" + }, + { + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -291606,9 +418701,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recooT0qT9olsEMx9", - "id": "e4270" + "id": "e4271" }, { "aapbId": "cpb-aacip-500-fn10t38j", @@ -291632,6 +418751,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -291640,13 +418763,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -291682,14 +418817,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recooUKE3YLQYKxat", - "id": "e4271" + "id": "e4272" }, { "aapbId": "cpb-aacip-500-cz326789", @@ -291709,10 +418872,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -291750,9 +418921,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recooW09EF5FLlbJ7", - "id": "e4272" + "id": "e4273" }, { "aapbId": "cpb-aacip-500-3j393w8k", @@ -291780,6 +418975,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -291834,9 +419033,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recoop6fznD6HNTEK", - "id": "e4273" + "id": "e4274" }, { "aapbId": "cpb-aacip-500-736m4725", @@ -291866,6 +419089,14 @@ { "id": "olympics", "name": "Olympics" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -291882,10 +419113,34 @@ "name": "Athletics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "mexico", + "name": "Mexico" + } + ], + "region": [ + { + "id": "valley-of-mexico", + "name": "Valley of Mexico" + } + ], + "settlement": [ + { + "id": "mexico-city", + "name": "Mexico City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recopMhqHSKJmO2Md", - "id": "e4274" + "id": "e4275" }, { "aapbId": "cpb-aacip-500-z31nmw2v", @@ -291921,13 +419176,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "vierne-louis-1870-1937-organ-music", @@ -291966,9 +419225,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recopUZFIU33qELrr", - "id": "e4275" + "id": "e4276" }, { "aapbId": "cpb-aacip-500-th8bmk0p", @@ -291988,17 +419271,37 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "womens-history", - "name": "Women's History" + "id": "women", + "name": "Women" } ], "creator": [ @@ -292075,9 +419378,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recoq51FtU73nbbzG", - "id": "e4276" + "id": "e4277" }, { "aapbId": "cpb-aacip-500-8w384b9d", @@ -292105,18 +419432,22 @@ "id": "due-process-of-law", "name": "Due process of law" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "justice", "name": "Justice" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -292172,9 +419503,33 @@ "name": "Law" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recorRxW2MYZMvK3l", - "id": "e4277" + "id": "e4278" }, { "aapbId": "cpb-aacip-500-028pgw6z", @@ -292225,6 +419580,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -292249,9 +419608,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1960-1969", "airtableId": "recorcHpCefH97jPj", - "id": "e4278" + "id": "e4279" }, { "aapbId": "cpb-aacip-500-hd7nt730", @@ -292308,7 +419691,7 @@ ], "decade": "1960-1969", "airtableId": "recorrUlqR7gXc5sL", - "id": "e4279" + "id": "e4280" }, { "aapbId": "cpb-aacip-500-2f7jtt4z", @@ -292337,6 +419720,10 @@ "id": "medical-care", "name": "Medical care" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "us-government", "name": "U.S. Government" @@ -292377,9 +419764,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recosMMk1mcSnrG7A", - "id": "e4280" + "id": "e4281" }, { "aapbId": "cpb-aacip-500-sj19qr8b", @@ -292407,29 +419818,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -292440,6 +419859,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -292456,7 +419899,7 @@ } ], "airtableId": "recothgsigIdKWVpQ", - "id": "e4281" + "id": "e4282" }, { "aapbId": "cpb-aacip-500-hm52kt35", @@ -292476,10 +419919,6 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" @@ -292489,8 +419928,8 @@ "name": "Constitutional amendments--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "lawyers", @@ -292500,6 +419939,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "trials", "name": "Trials" @@ -292560,9 +420007,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recou5TsmkYVB7GtU", - "id": "e4282" + "id": "e4283" }, { "aapbId": "cpb-aacip-500-3t9d8s2z", @@ -292597,6 +420068,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -292629,10 +420104,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recov0G3ITRSt6ZhY", - "id": "e4283" + "id": "e4284" }, { "aapbId": "cpb-aacip-500-1z41wc86", @@ -292649,9 +420148,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -292681,9 +420196,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recovAoPMKvfrXY3X", - "id": "e4284" + "id": "e4285" }, { "aapbId": "cpb-aacip-500-js9h8755", @@ -292708,17 +420247,25 @@ "name": "Debussy, Claude, 1862-1918. Songs" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" + }, + { + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pedaling-piano", "name": "Pedaling--piano" @@ -292760,9 +420307,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recox44ij0HOn61TK", - "id": "e4285" + "id": "e4286" }, { "aapbId": "cpb-aacip-500-7s7hv62n", @@ -292798,13 +420369,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -292833,9 +420416,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recoxxaONqWXJ4FGy", - "id": "e4286" + "id": "e4287" }, { "aapbId": "cpb-aacip-500-5q4rp63g", @@ -292860,20 +420467,15 @@ "name": "NAEB Region II" }, { - "id": "poets-20th-century", - "name": "Poets--20th century" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -292881,8 +420483,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -292917,9 +420519,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recoyJXCdOUw339vY", - "id": "e4287" + "id": "e4288" }, { "aapbId": "cpb-aacip-500-q52fcv04", @@ -292939,6 +420565,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -292950,6 +420580,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -292996,9 +420630,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recoyogAO6DlAukK8", - "id": "e4288" + "id": "e4289" }, { "aapbId": "cpb-aacip-500-v97zqw2j", @@ -293018,25 +420676,33 @@ "title": "Composer in the world of today" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, { "id": "chamber-music", "name": "Chamber music" }, { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "composers", + "name": "Composers" }, { "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -293089,9 +420755,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recoz2cqhFsYilnR1", - "id": "e4289" + "id": "e4290" }, { "aapbId": "cpb-aacip-500-9p2w7p3j", @@ -293110,14 +420800,14 @@ "title": "Donald P. Kent memorial lecture" }, "subject": [ - { - "id": "awards", - "name": "Awards" - }, { "id": "older-people", "name": "Older people" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -293153,11 +420843,15 @@ { "id": "medical", "name": "Medical" + }, + { + "id": "speech", + "name": "Speech" } ], "decade": "1970-1979", "airtableId": "recp01RT8rqHQ9awN", - "id": "e4290" + "id": "e4291" }, { "aapbId": "cpb-aacip-500-t14tp492", @@ -293193,13 +420887,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -293228,9 +420934,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recp0EYQWngnkpMqI", - "id": "e4291" + "id": "e4292" }, { "aapbId": "cpb-aacip-500-5d8nhb7s", @@ -293250,7 +420980,7 @@ "contributor": [], "airtableId": "recp0GuvUJffBNH5T", "subject": [], - "id": "e4292" + "id": "e4293" }, { "aapbId": "cpb-aacip-500-804xms47", @@ -293271,17 +421001,33 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "jury-duty-united-states-popular-works", "name": "Jury duty--United States--Popular works" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" @@ -293380,9 +421126,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "recp0e8mXBIymBLWd", - "id": "e4293" + "id": "e4294" }, { "aapbId": "cpb-aacip-500-c24qpn6n", @@ -293405,6 +421175,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -293451,9 +421225,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recp10K0SxUQTG77Q", - "id": "e4294" + "id": "e4295" }, { "aapbId": "cpb-aacip-500-6688mm89", @@ -293474,8 +421272,8 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "agriculture", + "name": "Agriculture" }, { "id": "ecology-the-environment", @@ -293490,12 +421288,12 @@ "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "southern-states-agriculture", - "name": "Southern States--Agriculture" + "id": "southern-states", + "name": "Southern States" }, { "id": "southern-states-commerce", @@ -293504,10 +421302,6 @@ { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -293560,9 +421354,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recp1dXm3HGOBC4qU", - "id": "e4295" + "id": "e4296" }, { "aapbId": "cpb-aacip-500-np1wjk6f", @@ -293581,13 +421399,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "winston-salem", + "name": "Winston-Salem" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recp2oAIrhdVB5WB3", - "id": "e4296" + "id": "e4297" }, { "aapbId": "cpb-aacip-500-ng4gs08v", @@ -293617,11 +421463,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recp3OJeKI4M7O4Rg", "subject": [], - "id": "e4297" + "id": "e4298" }, { "aapbId": "cpb-aacip-500-4q7qsc0f", @@ -293639,13 +421509,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recp47VH9c1UN1s7O", - "id": "e4298" + "id": "e4299" }, { "aapbId": "cpb-aacip-500-zp3vzn13", @@ -293673,6 +421571,14 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "film", + "name": "Film" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "lincoln-center-for-the-performing-arts-film-society", "name": "Lincoln Center for the Performing Arts. Film Society" @@ -293681,29 +421587,33 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, + { + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, { "id": "performing-arts", "name": "Performing Arts" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -293714,6 +421624,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -293730,7 +421664,7 @@ } ], "airtableId": "recp56taUZhP34o8u", - "id": "e4299" + "id": "e4300" }, { "aapbId": "cpb-aacip-500-cv4bt06g", @@ -293755,6 +421689,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -293763,6 +421701,10 @@ "id": "war", "name": "War" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-stories-american", "name": "War stories, American" @@ -293770,6 +421712,10 @@ { "id": "world-politics", "name": "World Politics" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -293864,9 +421810,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recp6ELK8gnzIv8Km", - "id": "e4300" + "id": "e4301" }, { "aapbId": "cpb-aacip-500-4m91d23n", @@ -293887,8 +421857,16 @@ }, "subject": [ { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism" + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "drama", + "name": "Drama" + }, + { + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { "id": "dramatists", @@ -293898,13 +421876,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater", + "name": "Theater" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "us-literature", + "name": "U.S. Literature" }, { "id": "williams-tennessee-1911-1983", @@ -293982,18 +421972,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recp6jHY0vzRhBLaG", - "id": "e4301" + "id": "e4302" }, { "aapbId": "cpb-aacip-500-z31nmx61", @@ -294034,12 +422048,12 @@ "name": "Federal government--United States" }, { - "id": "public-broadcasting-finance", - "name": "Public broadcasting--Finance" + "id": "finance", + "name": "Finance" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -294053,9 +422067,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -294086,9 +422108,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recp7XdpTUfeBtRCu", - "id": "e4302" + "id": "e4303" }, { "aapbId": "cpb-aacip-500-pc2t8k8s", @@ -294108,6 +422154,30 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "political-activists", + "name": "Political activists" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -294118,6 +422188,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -294128,7 +422222,7 @@ } ], "airtableId": "recp8B3OolmUwRkCu", - "id": "e4303" + "id": "e4304" }, { "aapbId": "cpb-aacip-500-ms3k221v", @@ -294148,12 +422242,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -294174,10 +422268,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recp8kJ8qbkswriar", - "id": "e4304" + "id": "e4305" }, { "aapbId": "cpb-aacip-500-r49g8p5m", @@ -294197,10 +422315,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "bremer-fredrika-1801-1865-travel", "name": "Bremer, Fredrika, 1801-1865--Travel" @@ -294213,25 +422327,33 @@ "id": "foreign-literature", "name": "Foreign Literature" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "travel-leisure", - "name": "Travel & Leisure" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" }, { - "id": "womens-history", - "name": "Women's History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -294270,10 +422392,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recp9BAi0VjgW7NJI", - "id": "e4305" + "id": "e4306" }, { "aapbId": "cpb-aacip-500-h12v842x", @@ -294293,6 +422439,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -294309,14 +422459,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -294360,9 +422510,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recp9fwW5Udkzz8PN", - "id": "e4306" + "id": "e4307" }, { "aapbId": "cpb-aacip-500-3x83p191", @@ -294383,13 +422557,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" @@ -294413,14 +422591,6 @@ { "id": "women", "name": "Women" - }, - { - "id": "women-in-science", - "name": "Women in science" - }, - { - "id": "womens-history", - "name": "Women's History" } ], "creator": [ @@ -294467,9 +422637,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recpAo6xmteLomkoi", - "id": "e4307" + "id": "e4308" }, { "aapbId": "cpb-aacip-500-nk36597c", @@ -294489,10 +422683,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -294535,9 +422737,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recpAqMCEYMAb2kFa", - "id": "e4308" + "id": "e4309" }, { "aapbId": "cpb-aacip-500-nz80qc87", @@ -294561,17 +422787,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -294609,18 +422839,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recpC5kJyNNAQEnur", - "id": "e4309" + "id": "e4310" }, { "aapbId": "cpb-aacip-500-wd3q106j", @@ -294645,16 +422899,28 @@ "name": "Children" }, { - "id": "children-families", - "name": "Children & Families" + "id": "crime", + "name": "Crime" }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -294689,9 +422955,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recpCvX5tJtjgHS4T", - "id": "e4310" + "id": "e4311" }, { "aapbId": "cpb-aacip-500-n00ztj94", @@ -294710,6 +423000,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -294725,10 +423019,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recpDAEmuoduDV416", - "id": "e4311" + "id": "e4312" }, { "aapbId": "cpb-aacip-500-5m628z8d", @@ -294760,6 +423078,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -294795,11 +423117,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recpDXCPXcVzdMBf7", - "id": "e4312" + "id": "e4313" }, { "aapbId": "cpb-aacip-500-q52fcw32", @@ -294819,9 +423169,37 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "art", + "name": "Art" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -294838,10 +423216,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpEO1knZAIQ8SYu", - "id": "e4313" + "id": "e4314" }, { "aapbId": "cpb-aacip-500-qv3c3v55", @@ -294861,10 +423263,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -294872,6 +423270,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -294912,9 +423314,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recpEn6Qyjg87loV8", - "id": "e4314" + "id": "e4315" }, { "aapbId": "cpb-aacip-500-6h4csg96", @@ -294938,6 +423364,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration" @@ -294989,9 +423419,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recpF8zPIt91f77q2", - "id": "e4315" + "id": "e4316" }, { "aapbId": "cpb-aacip-500-p843w85d", @@ -295015,6 +423469,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -295038,11 +423496,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recpGSvtsSdQYr8zb", - "id": "e4316" + "id": "e4317" }, { "aapbId": "cpb-aacip-500-w37kv576", @@ -295067,8 +423549,12 @@ "name": "Art & Architecture" }, { - "id": "drama-20th-century", - "name": "Drama--20th century" + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "jamestown-settlement", @@ -295079,8 +423565,8 @@ "name": "NAEB Region II" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "theaters", @@ -295107,10 +423593,34 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "virginia", + "name": "Virginia" + } + ], + "settlement": [ + { + "id": "norfolk", + "name": "Norfolk" + } + ], "decade": null, "creator": [], "airtableId": "recpGetntGx0hRK7I", - "id": "e4317" + "id": "e4318" }, { "aapbId": "cpb-aacip-500-h41jnd91", @@ -295138,6 +423648,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -295145,6 +423659,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -295173,9 +423691,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recpGfbDpgUS2cVXG", - "id": "e4318" + "id": "e4319" }, { "aapbId": "cpb-aacip-500-bv79x40h", @@ -295195,25 +423737,33 @@ "title": "As we see it: Vietnam '68" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china", + "name": "China" + }, { "id": "china-history-cultural-revolution-1966-1976", "name": "China--History--Cultural Revolution, 1966-1976" }, { - "id": "china-military-policy", - "name": "China--Military policy" + "id": "military", + "name": "Military" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "tet-offensive-1968", - "name": "Tet Offensive, 1968" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "tet-offensive-1968", + "name": "Tet Offensive, 1968" }, { "id": "us-history-1900-present", @@ -295222,6 +423772,10 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -295252,9 +423806,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recpHCfLzJfmg5wEQ", - "id": "e4319" + "id": "e4320" }, { "aapbId": "cpb-aacip-500-5t3g2j0q", @@ -295278,6 +423856,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -295311,11 +423893,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "airtableId": "recpHzorSFN5gvoJ3", - "id": "e4320" + "id": "e4321" }, { "aapbId": "cpb-aacip-500-w6697f80", @@ -295336,16 +423946,24 @@ }, "subject": [ { - "id": "egoism-drama", - "name": "Egoism--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "egoism", + "name": "Egoism" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology) Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philoctetes-greek-mythology", + "name": "Philoctetes (Greek mythology)" }, { "id": "sophocles-philoctetes", @@ -295386,9 +424004,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recpIdDSkDQyBWaUU", - "id": "e4321" + "id": "e4322" }, { "aapbId": "cpb-aacip-500-9w09167f", @@ -295416,6 +424058,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -295423,6 +424069,10 @@ { "id": "renewable-energy-sources", "name": "Renewable energy sources" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -295452,6 +424102,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "whittle-g-hoyt", "name": "Whittle, G. Hoyt", @@ -295481,9 +424137,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recpIywYL2gv1qqCF", - "id": "e4322" + "id": "e4323" }, { "aapbId": "cpb-aacip-500-125qcs6p", @@ -295504,16 +424184,20 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-1863-1877", - "name": "African Americans--History--1863-1877" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans-history", + "name": "African Americans--History" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "lincoln-abraham-1809-1865", @@ -295523,17 +424207,25 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "slaves-emancipation-united-states", "name": "Slaves--Emancipation--United States" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "us-government", + "name": "U.S. Government" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { "id": "united-states-politics-and-government-19th-century", @@ -295560,10 +424252,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpJSxS8IuCav5m9", - "id": "e4323" + "id": "e4324" }, { "aapbId": "cpb-aacip-500-7p8tfx39", @@ -295591,10 +424307,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -295663,9 +424391,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recpL7M9z8Fg7pxj0", - "id": "e4324" + "id": "e4325" }, { "aapbId": "cpb-aacip-500-542jbg2z", @@ -295692,6 +424444,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -295708,10 +424468,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpL92n0QLH7m8eR", - "id": "e4325" + "id": "e4326" }, { "aapbId": "cpb-aacip-500-b853kc3r", @@ -295743,6 +424527,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "great-lakes-north-america", "name": "Great Lakes (North America)" @@ -295755,6 +424543,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -295814,9 +424606,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recpMsek87QU8MCXl", - "id": "e4326" + "id": "e4327" }, { "aapbId": "cpb-aacip-500-wh2dd99w", @@ -295842,6 +424658,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -295876,9 +424696,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recpNfqvbKAT2yum6", - "id": "e4327" + "id": "e4328" }, { "aapbId": "cpb-aacip-500-5717qt48", @@ -295895,12 +424739,36 @@ "id": "bbc-world-theatre", "title": "BBC world theatre" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recpOPE4BmDFbzZGJ", "subject": [], - "id": "e4328" + "id": "e4329" }, { "aapbId": "cpb-aacip-500-d21rkj0x", @@ -295924,6 +424792,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -295985,9 +424857,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recpOTyWmvbqb4TNS", - "id": "e4329" + "id": "e4330" }, { "aapbId": "cpb-aacip-500-3n20h55f", @@ -296019,6 +424915,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -296095,9 +424995,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recpPEEKyt36iI458", - "id": "e4330" + "id": "e4331" }, { "aapbId": "cpb-aacip-500-b56d6412", @@ -296125,9 +425049,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "opera", "name": "Opera" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -296160,10 +425092,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpQ9N5nYLLS4YP0", - "id": "e4331" + "id": "e4332" }, { "aapbId": "cpb-aacip-500-c24qpp8b", @@ -296187,13 +425143,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -296228,9 +425184,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recpRWTRuY73aTs0X", - "id": "e4332" + "id": "e4333" }, { "aapbId": "cpb-aacip-500-rf5kfm6x", @@ -296259,17 +425239,33 @@ "name": "Aeronautics, Commercial--United States" }, { - "id": "aviation-medicine", - "name": "Aviation medicine" + "id": "aviation", + "name": "Aviation" }, { "id": "federal-government-united-states", "name": "Federal government--United States" }, + { + "id": "medicine", + "name": "Medicine" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "us-government", "name": "U.S. Government" @@ -296321,9 +425317,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recpS8KCLbS8vwELM", - "id": "e4333" + "id": "e4334" }, { "aapbId": "cpb-aacip-500-th8bmj9n", @@ -296347,13 +425367,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -296394,9 +425414,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recpSJ0cB5dnCq7eb", - "id": "e4334" + "id": "e4335" }, { "aapbId": "cpb-aacip-500-s46h5n38", @@ -296424,6 +425468,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -296472,9 +425520,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recpSVAyU7c0LJ2T2", - "id": "e4335" + "id": "e4336" }, { "aapbId": "cpb-aacip-500-rf5kfm4f", @@ -296495,13 +425567,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recpSfxPTEbJLkX66", - "id": "e4336" + "id": "e4337" }, { "aapbId": "cpb-aacip-500-ms3k1z8r", @@ -296521,17 +425621,21 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "british-literature", + "name": "British literature" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "writers", - "name": "Writers" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -296593,18 +425697,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recpSpVQirvvwLuhU", - "id": "e4337" + "id": "e4338" }, { "aapbId": "cpb-aacip-500-qj77z02t", @@ -296624,10 +425752,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -296637,8 +425773,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -296694,11 +425830,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "recpT7YaDb6Zp8ctv", - "id": "e4338" + "id": "e4339" }, { "aapbId": "cpb-aacip-500-sj19qq5d", @@ -296719,13 +425883,17 @@ }, "subject": [ { - "id": "communism-finland", - "name": "Communism--Finland" + "id": "communism", + "name": "Communism" }, { "id": "europe", "name": "Europe" }, + { + "id": "finland", + "name": "Finland" + }, { "id": "finland-history-20th-century", "name": "Finland--History--20th century" @@ -296734,6 +425902,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "russo-finnish-war-1939-1940", "name": "Russo-Finnish War, 1939-1940" @@ -296743,20 +425915,16 @@ "name": "U.S. History (1900-present)" }, { - "id": "us-politics", - "name": "U.S. Politics" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { "id": "world-politics", "name": "World Politics" }, { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland" + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -296802,9 +425970,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recpU4W6n9Pmu9wH1", - "id": "e4339" + "id": "e4340" }, { "aapbId": "cpb-aacip-500-zs2kbw45", @@ -296835,6 +426027,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -296863,9 +426059,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recpUmXX5oMVJbaTB", - "id": "e4340" + "id": "e4341" }, { "aapbId": "cpb-aacip-500-901zhn8q", @@ -296892,6 +426112,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -296908,10 +426132,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpV2qrtxNN7UBi5", - "id": "e4341" + "id": "e4342" }, { "aapbId": "cpb-aacip-500-pv6b703b", @@ -296936,12 +426184,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -296988,9 +426236,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recpVfn1pCYL98Zq1", - "id": "e4342" + "id": "e4343" }, { "aapbId": "cpb-aacip-500-s756jx16", @@ -297020,11 +426292,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpW94VIAweZeXtI", "subject": [], - "id": "e4343" + "id": "e4344" }, { "aapbId": "cpb-aacip-500-m32n9z00", @@ -297044,25 +426340,37 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "england", + "name": "England" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "nationalism-england", - "name": "Nationalism--England" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "nationalism-united-states", - "name": "Nationalism--United States" + "id": "nationalism", + "name": "Nationalism" }, { "id": "nationalists", "name": "Nationalists" }, { - "id": "transnationalism-history-20th-century", - "name": "Transnationalism--History--20th century" + "id": "politics-and-culture-united-states", + "name": "Politics and culture--United States" + }, + { + "id": "transnationalism", + "name": "Transnationalism" }, { "id": "us-politics", @@ -297111,9 +426419,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recpX9cxKXqQWhoZ0", - "id": "e4344" + "id": "e4345" }, { "aapbId": "cpb-aacip-500-qv3c3t9x", @@ -297133,6 +426465,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -297144,6 +426480,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -297190,9 +426530,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recpYsUG6X6a8cmAi", - "id": "e4345" + "id": "e4346" }, { "aapbId": "cpb-aacip-500-6t0gzd6j", @@ -297214,6 +426578,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -297243,9 +426611,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recpZ3fEjewNd3yXl", - "id": "e4346" + "id": "e4347" }, { "aapbId": "cpb-aacip-500-707wqx8p", @@ -297263,13 +426655,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recpaQwujCCGqltho", - "id": "e4347" + "id": "e4348" }, { "aapbId": "cpb-aacip-500-4b2x772w", @@ -297297,6 +426717,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -297338,9 +426762,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recpcxX4EYeQkN4Xt", - "id": "e4348" + "id": "e4349" }, { "aapbId": "cpb-aacip-500-cn6z1c5t", @@ -297364,17 +426812,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -297409,9 +426865,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recpdIqPVEO5etCRv", - "id": "e4349" + "id": "e4350" }, { "aapbId": "cpb-aacip-500-z31nmw33", @@ -297468,7 +426948,7 @@ ], "decade": "1960-1969", "airtableId": "recpdPhj8QZI9ngxl", - "id": "e4350" + "id": "e4351" }, { "aapbId": "cpb-aacip-500-m9023k60", @@ -297476,7 +426956,7 @@ "title": "National Association of Educational Broadcasters Convention - Banquet (Reel 1)", "duration": 1800, "seriesDescription": "These recordings featured highlights from the National Association of Educational Broadcasters 40th Annual Convention in 1964.", - "description": "This session features post-banquet remarks by a distinguished group of public broadcasting leaders.", + "description": "This session features post-banquet remarks by a distinguished group of public broadcasting leaders. Funding for production grants are announced, including for the WDET series Portrait of an American, \n\nAward citations are then given to Cyril Braum, McCabe Day, ", "location": "Hornbake Special Collections", "temporal": "1961-1970", "language": "English", @@ -297503,8 +426983,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -297513,6 +426997,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -297525,14 +427017,70 @@ ], "contributor": [ { - "id": "rowan-carl-t-carl-thomas-1925-2000", - "name": "Rowan, Carl T. (Carl Thomas), 1925-2000", - "type": "Person" + "id": "schenkkan-robert-1917-2011", + "name": "Schenkkan, Robert, 1917-2011", + "type": "Person", + "role": "Guest" + }, + { + "id": "fredette-albert-p", + "name": "Fredette, Albert P.", + "type": "Person", + "role": "Guest" + }, + { + "id": "mcintyre-charles-j", + "name": "McIntyre, Charles J.", + "type": "Person", + "role": "Guest" + }, + { + "id": "summerfield-jack-d", + "name": "Summerfield, Jack D.", + "type": "Person", + "role": "Guest" + }, + { + "id": "hull-richard-b", + "name": "Hull, Richard B.", + "type": "Person", + "role": "Guest" + }, + { + "id": "day-m-mccabe", + "name": "Day, M. McCabe", + "type": "Person", + "role": "Guest" }, { "id": "braum-cyril-m", "name": "Braum, Cyril M.", - "type": "Person" + "type": "Person", + "role": "Guest" + }, + { + "id": "sandler-jerrold", + "name": "Sandler, Jerrold", + "type": "Person", + "role": "Speaker" + }, + { + "id": "mccarty-harold-b", + "name": "McCarty, Harold B.", + "type": "Person", + "role": "Speaker" + }, + { + "id": "rowan-carl-t-carl-thomas-1925-2000", + "name": "Rowan, Carl T. (Carl Thomas), 1925-2000", + "type": "Person", + "role": "Speaker" + }, + { + "id": "united-states-information-agency", + "name": "United States Information Agency", + "type": "Corporate Body", + "role": "Subject" } ], "genre": [ @@ -297541,9 +427089,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recpdXSp7Iwib8MtH", - "id": "e4351" + "id": "e4352" }, { "aapbId": "cpb-aacip-500-gq6r378g", @@ -297563,6 +427135,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -297575,6 +427151,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -297642,9 +427222,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recpdouKGIN12KlhW", - "id": "e4352" + "id": "e4353" }, { "aapbId": "cpb-aacip-500-bc3szm82", @@ -297669,16 +427273,16 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -297719,9 +427323,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "recpfqfroAgqrfUeE", - "id": "e4353" + "id": "e4354" }, { "aapbId": "cpb-aacip-500-z892df75", @@ -297742,8 +427370,8 @@ }, "subject": [ { - "id": "ethics-united-states-history-20th-century", - "name": "Ethics--United States--History--20th century" + "id": "ethics", + "name": "Ethics" }, { "id": "ethics-united-states-public-opinion", @@ -297757,13 +427385,25 @@ "id": "political-ethics", "name": "Political ethics" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-politics-and-government-20th-century", "name": "United States--Politics and government--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -297816,9 +427456,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recpfs4Xgjcm2BF4W", - "id": "e4354" + "id": "e4355" }, { "aapbId": "cpb-aacip-500-x34mr17q", @@ -297839,6 +427503,10 @@ "id": "communism", "name": "Communism" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "international-relations", "name": "International relations" @@ -297848,16 +427516,16 @@ "name": "NAEB Region I" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { - "id": "united-states", - "name": "United States" + "id": "soviet-union-relations-united-states", + "name": "Soviet Union--Relations--United States" }, { "id": "world-politics", @@ -297913,9 +427581,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "airtableId": "recpgCFaS5XfTuFcV", - "id": "e4355" + "id": "e4356" }, { "aapbId": "cpb-aacip-500-jm23gp16", @@ -297935,21 +427627,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "big-bands-history", "name": "Big bands--History" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -297958,6 +427654,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -297990,10 +427690,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recphGwi8pX12NsbM", - "id": "e4356" + "id": "e4357" }, { "aapbId": "cpb-aacip-500-wh2dd97d", @@ -298017,6 +427741,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "social-sciences", "name": "Social sciences" @@ -298064,9 +427792,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recphfI48y6yNQy8T", - "id": "e4357" + "id": "e4358" }, { "aapbId": "cpb-aacip-500-sn01422t", @@ -298083,9 +427835,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -298115,9 +427883,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recpitCrTnTwhJYXA", - "id": "e4358" + "id": "e4359" }, { "aapbId": "cpb-aacip-500-sx648t83", @@ -298138,13 +427930,17 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-history-1775-1865", "name": "New England--History--1775-1865" @@ -298162,8 +427958,8 @@ "name": "Transcendentalists (New England)" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -298222,9 +428018,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recpjgnFEsS01x0wT", - "id": "e4359" + "id": "e4360" }, { "aapbId": "cpb-aacip-500-0p0wtn01", @@ -298247,13 +428067,25 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -298270,10 +428102,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpjwWBzYMTLdOei", - "id": "e4360" + "id": "e4361" }, { "aapbId": "cpb-aacip-500-xd0qww20", @@ -298330,7 +428186,7 @@ ], "decade": "1960-1969", "airtableId": "recpk9sXq5qYRBhSb", - "id": "e4361" + "id": "e4362" }, { "aapbId": "cpb-aacip-500-zg6g609p", @@ -298351,20 +428207,32 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" }, { - "id": "prejudices-drama", - "name": "Prejudices--Drama" + "id": "prejudices", + "name": "Prejudices" }, { "id": "radio-plays-american", @@ -298442,9 +428310,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "recpkuV3Qhut41XSS", - "id": "e4362" + "id": "e4363" }, { "aapbId": "cpb-aacip-500-wm13sk82", @@ -298487,6 +428379,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -298515,9 +428415,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recplIjtCcgfV5NXe", - "id": "e4363" + "id": "e4364" }, { "aapbId": "cpb-aacip-500-j678xk2f", @@ -298545,29 +428469,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -298578,6 +428510,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -298606,7 +428562,7 @@ } ], "airtableId": "recpmBItvHeKt1heu", - "id": "e4364" + "id": "e4365" }, { "aapbId": "cpb-aacip-500-j38kj921", @@ -298626,7 +428582,7 @@ "contributor": [], "airtableId": "recpnEwWEBGmNVtvh", "subject": [], - "id": "e4365" + "id": "e4366" }, { "aapbId": "cpb-aacip-500-qv3c3v94", @@ -298647,25 +428603,37 @@ }, "subject": [ { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" }, { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "communism-and-international-relations", - "name": "Communism and international relations" + "id": "canada", + "name": "Canada" }, { - "id": "communism-asia", - "name": "Communism--Asia" + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -298675,12 +428643,8 @@ "name": "International relations" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" - }, - { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -298732,11 +428696,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "recpnI0IMrqRz4idu", - "id": "e4366" + "id": "e4367" }, { "aapbId": "cpb-aacip-500-0k26fb0h", @@ -298756,6 +428748,18 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "gauguin-paul-1848-1903", "name": "Gauguin, Paul, 1848-1903" @@ -298769,12 +428773,12 @@ "name": "NAEB Region III" }, { - "id": "pacific-area-civilization", - "name": "Pacific Area--Civilization" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "pacific-area-civilization", + "name": "Pacific Area--Civilization" } ], "creator": [ @@ -298826,9 +428830,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recpnj0YfDVRHbHz7", - "id": "e4367" + "id": "e4368" }, { "aapbId": "cpb-aacip-500-np1wjj50", @@ -298859,6 +428887,10 @@ { "id": "united-states-relations-canada", "name": "United States--Relations--Canada" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -298893,9 +428925,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "british-columbia", + "name": "British Columbia" + } + ], + "settlement": [ + { + "id": "vancouver", + "name": "Vancouver" + } + ], "decade": "1960-1969", "airtableId": "recppw03IHj39PPkY", - "id": "e4368" + "id": "e4369" }, { "aapbId": "cpb-aacip-500-c53f301k", @@ -298916,13 +428972,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recpr5zvGQtj7yrS8", - "id": "e4369" + "id": "e4370" }, { "aapbId": "cpb-aacip-500-tx355s1j", @@ -298945,10 +429029,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -298968,10 +429060,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpsc8fYFSf3JpGT", - "id": "e4370" + "id": "e4371" }, { "aapbId": "cpb-aacip-500-pz51mb4d", @@ -298990,13 +429106,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recpscOT8vLbTi2ZZ", - "id": "e4371" + "id": "e4372" }, { "aapbId": "cpb-aacip-500-rn307612", @@ -299011,12 +429155,36 @@ "id": "this-drug-age", "title": "This drug age" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recptWmcVRsjRMPvG", "subject": [], - "id": "e4372" + "id": "e4373" }, { "aapbId": "cpb-aacip-500-cc0tvk1h", @@ -299048,6 +429216,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "world-politics", "name": "World Politics" @@ -299097,9 +429269,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recpwZPAdZqWbMfAa", - "id": "e4373" + "id": "e4374" }, { "aapbId": "cpb-aacip-500-0v89m58v", @@ -299119,6 +429315,10 @@ "title": "New England anthology" }, "subject": [ + { + "id": "american-poetry", + "name": "American poetry" + }, { "id": "hillyer-robert-1895-1961-poems-selections", "name": "Hillyer, Robert, 1895-1961. Poems. Selections" @@ -299131,21 +429331,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-poetry", "name": "New England--Poetry" }, { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -299192,9 +429396,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recpwhvXfSVRfKtx7", - "id": "e4374" + "id": "e4375" }, { "aapbId": "cpb-aacip-500-3n20h78k", @@ -299214,6 +429442,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -299223,12 +429455,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -299249,10 +429485,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpxlQUeILYDHKAq", - "id": "e4375" + "id": "e4376" }, { "aapbId": "cpb-aacip-500-m61bq83h", @@ -299272,6 +429532,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -299324,11 +429588,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recpy6UHvhThN26AA", - "id": "e4376" + "id": "e4377" }, { "aapbId": "cpb-aacip-500-kp7trt8p", @@ -299348,17 +429640,25 @@ "title": "American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "womens-history", - "name": "Women's History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -299435,9 +429735,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recpySWkbvWajHy9B", - "id": "e4377" + "id": "e4378" }, { "aapbId": "cpb-aacip-500-rr1pmf54", @@ -299455,16 +429779,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recpyrr6wtYbiZU3q", - "id": "e4378" + "id": "e4379" }, { "aapbId": "cpb-aacip-500-hq3s042r", @@ -299503,12 +429863,20 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -299525,10 +429893,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpysa3iUfEKV4r6", - "id": "e4379" + "id": "e4380" }, { "aapbId": "cpb-aacip-500-4j0b0r1d", @@ -299549,20 +429941,24 @@ }, "subject": [ { - "id": "jazz-musicians-louisiana-new-orleans", - "name": "Jazz musicians--Louisiana--New Orleans" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-missouri-biography", - "name": "Jazz musicians--Missouri--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-louisiana-new-orleans", + "name": "Jazz musicians--Louisiana--New Orleans" + }, + { + "id": "jazz-musicians-missouri-biography", + "name": "Jazz musicians--Missouri--Biography" }, { "id": "music", @@ -299571,6 +429967,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -299603,10 +430003,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recpz2nlToM83t72A", - "id": "e4380" + "id": "e4381" }, { "aapbId": "cpb-aacip-500-5m628z1q", @@ -299627,8 +430051,12 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china-history", + "name": "China--History" }, { "id": "japan", @@ -299655,8 +430083,16 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -299687,9 +430123,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "recpzXXSqUAZQbHiN", - "id": "e4381" + "id": "e4382" }, { "aapbId": "cpb-aacip-500-cr5ndq6w", @@ -299713,6 +430173,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -299721,13 +430185,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -299757,14 +430233,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recpzsyolEGaOSpXv", - "id": "e4382" + "id": "e4383" }, { "aapbId": "cpb-aacip-500-833n123q", @@ -299804,6 +430308,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -299859,9 +430367,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recq0VyTSqEYCeLKa", - "id": "e4383" + "id": "e4384" }, { "aapbId": "cpb-aacip-500-8911sm7h", @@ -299881,6 +430413,10 @@ "title": "The wandering ballad singer" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "ballads-english", "name": "Ballads, English" @@ -299904,6 +430440,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -299927,13 +430467,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recq1A0qVcY5vrRXK", - "id": "e4384" + "id": "e4385" }, { "aapbId": "cpb-aacip-500-n29p6w7k", @@ -299965,6 +430529,10 @@ "id": "art-and-anthropology", "name": "Art and anthropology" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "literature", "name": "Literature" @@ -299973,6 +430541,10 @@ "id": "societies", "name": "Societies" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -300028,9 +430600,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1950-1959", "airtableId": "recq1HaHIpHcqRGWa", - "id": "e4385" + "id": "e4386" }, { "aapbId": "cpb-aacip-500-v11vk05m", @@ -300050,6 +430646,10 @@ "title": "New England anthology" }, "subject": [ + { + "id": "american-poetry", + "name": "American poetry" + }, { "id": "amherst-mass-poetry", "name": "Amherst (Mass.)--Poetry" @@ -300059,24 +430659,20 @@ "name": "NAEB Region I" }, { - "id": "new-england-poetry", - "name": "New England--Poetry" - }, - { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century" + "id": "new-england-poetry", + "name": "New England--Poetry" }, { "id": "us-literature", "name": "U.S. Literature" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -300123,9 +430719,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recq1ZZYe308c9yfc", - "id": "e4386" + "id": "e4387" }, { "aapbId": "cpb-aacip-500-xk84pf4k", @@ -300150,13 +430770,17 @@ "name": "Correctional institutions" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "prisoners", "name": "Prisoners" @@ -300210,9 +430834,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "tallahassee", + "name": "Tallahassee" + } + ], "decade": "1950-1959", "airtableId": "recq3FpyuA1Scq0fm", - "id": "e4387" + "id": "e4388" }, { "aapbId": "cpb-aacip-500-9s1kmw90", @@ -300232,33 +430880,37 @@ "title": "How's the family" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "children-families", "name": "Children & Families" }, { - "id": "families-drama", - "name": "Families--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "families", + "name": "Families" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "radio-plays-american", - "name": "Radio plays, American" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "parenting", + "name": "Parenting" + }, + { + "id": "radio-plays-american", + "name": "Radio plays, American" } ], "creator": [ @@ -300311,9 +430963,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" + } + ], "decade": "1950-1959", "airtableId": "recq3tKFt7WCm8k1x", - "id": "e4388" + "id": "e4389" }, { "aapbId": "cpb-aacip-500-8c9r5x74", @@ -300361,10 +431037,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "political-planning", "name": "Political planning" @@ -300372,6 +431044,14 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -300429,9 +431109,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recq3wRLTFmoepwto", - "id": "e4389" + "id": "e4390" }, { "aapbId": "cpb-aacip-500-mc8rgv4s", @@ -300449,13 +431153,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recq6M3kqRzERQXom", - "id": "e4390" + "id": "e4391" }, { "aapbId": "cpb-aacip-500-p55dh17p", @@ -300499,10 +431231,22 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -300549,9 +431293,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recq6qK7mRz6cmvkv", - "id": "e4391" + "id": "e4392" }, { "aapbId": "cpb-aacip-500-q23r0m2d", @@ -300569,7 +431337,7 @@ "contributor": [], "airtableId": "recq6r8hBU4b2ggeI", "subject": [], - "id": "e4392" + "id": "e4393" }, { "aapbId": "cpb-aacip-500-0r9m6x0j", @@ -300587,13 +431355,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recq7CRFQ6frURpDL", - "id": "e4393" + "id": "e4394" }, { "aapbId": "cpb-aacip-500-x05xbr6w", @@ -300617,13 +431413,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -300658,9 +431454,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recq8iSKHltHEnJUh", - "id": "e4394" + "id": "e4395" }, { "aapbId": "cpb-aacip-500-nc5scp5b", @@ -300681,21 +431501,17 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -300703,6 +431519,10 @@ { "id": "war-stories-american", "name": "War stories, American" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -300775,9 +431595,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recq91n3eqcETeOck", - "id": "e4395" + "id": "e4396" }, { "aapbId": "cpb-aacip-500-ns0kxw79", @@ -300796,13 +431640,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqAHc8Jmd1rzsL9", - "id": "e4396" + "id": "e4397" }, { "aapbId": "cpb-aacip-500-6688mp28", @@ -300821,13 +431693,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqAmGY4MhvOmgof", - "id": "e4397" + "id": "e4398" }, { "aapbId": "cpb-aacip-500-4q7qs98z", @@ -300848,24 +431748,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { "id": "blues-music-influence", "name": "Blues (Music)--Influence" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -300874,6 +431774,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -300906,10 +431814,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recqBByhPx7SVsxUp", - "id": "e4398" + "id": "e4399" }, { "aapbId": "cpb-aacip-500-901zhn28", @@ -300929,33 +431861,33 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { - "id": "african-americans-professional-education", - "name": "African Americans--Professional education" + "id": "education", + "name": "Education" }, { - "id": "african-americans-vocational-education", - "name": "African Americans--Vocational education" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "professional-education", + "name": "Professional education" + }, + { + "id": "vocational-education", + "name": "Vocational education" } ], "creator": [ @@ -301014,9 +431946,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recqBGHR573lAmWAI", - "id": "e4399" + "id": "e4400" }, { "aapbId": "cpb-aacip-500-cj87n39b", @@ -301030,16 +431986,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recqCJ2m4t4W2i7HK", - "id": "e4400" + "id": "e4401" }, { "aapbId": "cpb-aacip-500-1c1tjm25", @@ -301060,25 +432056,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -301128,9 +432136,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recqCgQSkZ0xijxPR", - "id": "e4401" + "id": "e4402" }, { "aapbId": "cpb-aacip-500-f7668027", @@ -301151,12 +432183,12 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "public-broadcasting-law-and-legislation", - "name": "Public broadcasting--Law and legislation" + "id": "public-broadcasting", + "name": "Public broadcasting" } ], "creator": [ @@ -301203,9 +432235,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recqD2WpyFpeuo1gJ", - "id": "e4402" + "id": "e4403" }, { "aapbId": "cpb-aacip-500-f18sgd34", @@ -301221,16 +432277,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqD2sdELMnIbiL2", - "id": "e4403" + "id": "e4404" }, { "aapbId": "cpb-aacip-500-8c9r5z3c", @@ -301260,11 +432348,35 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recqDElAHoyLgzmNn", "subject": [], - "id": "e4404" + "id": "e4405" }, { "aapbId": "cpb-aacip-500-xk84pg29", @@ -301285,13 +432397,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqEDWyqT2y45QMr", - "id": "e4405" + "id": "e4406" }, { "aapbId": "cpb-aacip-500-69700z49", @@ -301315,6 +432455,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -301323,13 +432467,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -301365,14 +432521,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recqEqBQd9QaJ2mSx", - "id": "e4406" + "id": "e4407" }, { "aapbId": "cpb-aacip-500-ht2gcd0p", @@ -301399,6 +432583,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -301445,9 +432633,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recqGqBc17Tj0AaJw", - "id": "e4407" + "id": "e4408" }, { "aapbId": "cpb-aacip-500-k06x1v86", @@ -301479,6 +432691,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -301486,6 +432702,10 @@ { "id": "popular-culture-history", "name": "Popular culture--History" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -301512,19 +432732,43 @@ "id": "music", "name": "Music" }, + { + "id": "history", + "name": "History" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "history", - "name": "History" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recqGsPlnnVU9GE4k", - "id": "e4408" + "id": "e4409" }, { "aapbId": "cpb-aacip-500-q23r0m6c", @@ -301545,13 +432789,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqHI0FX4eIDB01L", - "id": "e4409" + "id": "e4410" }, { "aapbId": "cpb-aacip-500-w950ms3m", @@ -301565,12 +432837,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recqHf4rLqMqH2ns4", "subject": [], - "id": "e4410" + "id": "e4411" }, { "aapbId": "cpb-aacip-500-69700x1c", @@ -301591,24 +432887,24 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "illinois-chicago-history-and-criticism", + "name": "Illinois--Chicago--History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-illinois-chicago-history-and-criticism", - "name": "Jazz--Illinois--Chicago--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -301617,6 +432913,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -301680,9 +432984,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recqIIOBwOCPEb76j", - "id": "e4411" + "id": "e4412" }, { "aapbId": "cpb-aacip-500-fq9q6c01", @@ -301711,16 +433039,8 @@ "name": "NAEB Region III" }, { - "id": "poetry-history-and-criticism", - "name": "Poetry--History and criticism" - }, - { - "id": "poetry-modern-20th-century", - "name": "Poetry, Modern--20th century" - }, - { - "id": "poets", - "name": "Poets" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", @@ -301794,9 +433114,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recqIPDcfYYyqgiIB", - "id": "e4412" + "id": "e4413" }, { "aapbId": "cpb-aacip-500-js9h895k", @@ -301817,8 +433161,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "democratic-party-us", @@ -301828,10 +433172,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "presidents-election", "name": "Presidents--Election" }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, { "id": "racism-united-states", "name": "Racism--United States" @@ -301844,6 +433196,14 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -301855,6 +433215,10 @@ { "id": "wallace-george-c-george-corley-1919-1998", "name": "Wallace, George C. (George Corley), 1919-1998" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -301889,9 +433253,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recqIQwaRR4y1HJ1A", - "id": "e4413" + "id": "e4414" }, { "aapbId": "cpb-aacip-500-pv6b717h", @@ -301919,6 +433307,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -301962,9 +433354,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recqJLR462bhBuEA1", - "id": "e4414" + "id": "e4415" }, { "aapbId": "cpb-aacip-500-m9023j9h", @@ -301979,12 +433395,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqJvpe2bIHNsRjh", - "subject": [], - "id": "e4415" + "id": "e4416" }, { "aapbId": "cpb-aacip-500-ks6j535p", @@ -302019,6 +433440,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -302042,13 +433467,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recqLSUmy94iSX7Mz", - "id": "e4416" + "id": "e4417" }, { "aapbId": "cpb-aacip-500-zg6g624w", @@ -302068,10 +433517,6 @@ "title": "The Institute on Man and Science" }, "subject": [ - { - "id": "causation", - "name": "Causation" - }, { "id": "cycles", "name": "Cycles" @@ -302080,6 +433525,14 @@ "id": "discoveries-in-science", "name": "Discoveries in science" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -302088,6 +433541,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nature", "name": "Nature" @@ -302125,11 +433582,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recqNCWDylo5AJTdu", - "id": "e4417" + "id": "e4418" }, { "aapbId": "cpb-aacip-500-125qcr18", @@ -302149,20 +433634,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" - }, - { - "id": "criticism", - "name": "Criticism" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -302197,9 +433686,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recqO0cKTtgVKrwem", - "id": "e4418" + "id": "e4419" }, { "aapbId": "cpb-aacip-500-0c4sns72", @@ -302218,6 +433731,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -302239,6 +433756,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -302249,7 +433790,7 @@ } ], "airtableId": "recqOuXe1DgWsmlZe", - "id": "e4419" + "id": "e4420" }, { "aapbId": "cpb-aacip-500-qr4nqm23", @@ -302269,6 +433810,10 @@ "title": "Library of Congress lectures" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -302281,6 +433826,10 @@ "id": "soviet-union-poetry", "name": "Soviet Union--Poetry" }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, { "id": "world-politics", "name": "World Politics" @@ -302318,9 +433867,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recqQOmXaHFw5Lz0q", - "id": "e4420" + "id": "e4421" }, { "aapbId": "cpb-aacip-500-v97zqw7r", @@ -302344,6 +433917,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -302369,12 +433946,40 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "contributor": [], "airtableId": "recqR7I9v6yxxHJye", - "id": "e4421" + "id": "e4422" }, { "aapbId": "cpb-aacip-500-v40jzb6p", @@ -302392,13 +433997,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recqRAzcVkNTg6s41", - "id": "e4422" + "id": "e4423" }, { "aapbId": "cpb-aacip-500-cn6z1b8b", @@ -302423,8 +434056,20 @@ "name": "NAEB Region III" }, { - "id": "theater-production-and-direction", - "name": "Theater--Production and direction" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "production-and-direction", + "name": "Production and direction" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -302494,9 +434139,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recqVCN9GIAFp0hM6", - "id": "e4423" + "id": "e4424" }, { "aapbId": "cpb-aacip-500-08638g91", @@ -302516,21 +434185,41 @@ "title": "Dwight MacDonald on film" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "film", + "name": "Film" + }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, { - "id": "film-history", - "name": "Film History" + "id": "italy", + "name": "Italy" + }, + { + "id": "japan", + "name": "Japan" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -302568,18 +434257,42 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "airtableId": "recqVt6xh9StzgQZH", - "id": "e4424" + "id": "e4425" }, { "aapbId": "cpb-aacip-500-7s7hv789", @@ -302601,6 +434314,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -302647,9 +434364,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": null, "airtableId": "recqWnqjASkN27r7i", - "id": "e4425" + "id": "e4426" }, { "aapbId": "cpb-aacip-500-639k799x", @@ -302670,8 +434411,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "diplomacy-history-20th-century", @@ -302681,17 +434422,21 @@ "id": "diplomats-soviet-union-history-20th-century", "name": "Diplomats--Soviet Union--History--20th century" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -302754,9 +434499,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recqbTCIPBpjAdrP5", - "id": "e4426" + "id": "e4427" }, { "aapbId": "cpb-aacip-500-r49g8q1v", @@ -302776,6 +434545,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -302796,6 +434569,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -302808,13 +434585,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -302891,9 +434680,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "recqcPRwtN03XvD50", - "id": "e4427" + "id": "e4428" }, { "aapbId": "cpb-aacip-500-416t2b0j", @@ -302913,10 +434726,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -302924,6 +434733,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -302958,9 +434771,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recqfUDMAy6awBt2Z", - "id": "e4428" + "id": "e4429" }, { "aapbId": "cpb-aacip-500-610vv25n", @@ -302991,6 +434828,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -303031,9 +434872,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recqfn1kl0eWIPiRM", - "id": "e4429" + "id": "e4430" }, { "aapbId": "cpb-aacip-500-542jbg36", @@ -303060,6 +434925,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -303076,10 +434949,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recqfqfU3SI0s945D", - "id": "e4430" + "id": "e4431" }, { "aapbId": "cpb-aacip-500-bv79x27s", @@ -303100,13 +434997,17 @@ }, "subject": [ { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "patents", "name": "Patents" @@ -303150,10 +435051,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recqhrt64DPQoA3Nc", - "id": "e4431" + "id": "e4432" }, { "aapbId": "cpb-aacip-500-q23r0k9w", @@ -303179,17 +435104,21 @@ "id": "music", "name": "Music" }, - { - "id": "music-africa-history-and-criticism", - "name": "Music--Africa--History and criticism" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "popular-music-nigeria", - "name": "Popular music--Nigeria" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "nigeria", + "name": "Nigeria" + }, + { + "id": "popular-music", + "name": "Popular music" }, { "id": "singing", @@ -303227,9 +435156,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recqi6MsmU3R5Pxly", - "id": "e4432" + "id": "e4433" }, { "aapbId": "cpb-aacip-500-d795c318", @@ -303256,9 +435209,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -303285,10 +435246,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recqitRWuyAMEKzl9", - "id": "e4433" + "id": "e4434" }, { "aapbId": "cpb-aacip-500-sb3wz52q", @@ -303308,6 +435293,14 @@ "title": "Monteverdi" }, "subject": [ + { + "id": "18th-century", + "name": "18th century" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "monteverdi-claudio-1567-1643", "name": "Monteverdi, Claudio, 1567-1643" @@ -303316,14 +435309,18 @@ "id": "music", "name": "Music" }, - { - "id": "music-18th-century", - "name": "Music--18th century" - }, { "id": "opera-18th-century", "name": "Opera--18th century" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sacred-music", "name": "Sacred music" @@ -303359,10 +435356,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recqk4ShnOkKli6xt", - "id": "e4434" + "id": "e4435" }, { "aapbId": "cpb-aacip-500-n00ztj6d", @@ -303386,9 +435407,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -303440,9 +435469,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recqk6HtQOwY3Wl5N", - "id": "e4435" + "id": "e4436" }, { "aapbId": "cpb-aacip-500-w08wfv7d", @@ -303466,17 +435519,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -303517,9 +435578,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recqkLRGL2v8ZjZyb", - "id": "e4436" + "id": "e4437" }, { "aapbId": "cpb-aacip-500-2b8vfh5k", @@ -303540,10 +435625,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -303599,7 +435680,7 @@ ], "decade": "1950-1959", "airtableId": "recqmnSNVLU9u7hf8", - "id": "e4437" + "id": "e4438" }, { "aapbId": "cpb-aacip-500-7w677h54", @@ -303618,13 +435699,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recqmnyG1D5JXOD35", - "id": "e4438" + "id": "e4439" }, { "aapbId": "cpb-aacip-500-q814s515", @@ -303638,12 +435747,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recqnGhAa5riI2iO2", - "subject": [], - "id": "e4439" + "id": "e4440" }, { "aapbId": "cpb-aacip-500-sn014104", @@ -303682,6 +435800,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "tornado-damage", "name": "Tornado damage" @@ -303743,9 +435865,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "airtableId": "recqoEsGfWo2XMjJq", - "id": "e4440" + "id": "e4441" }, { "aapbId": "cpb-aacip-500-5q4rp58g", @@ -303769,9 +435915,25 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "film", + "name": "Film" + }, + { + "id": "film-criticism-united-states", + "name": "Film criticism--United States" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -303788,10 +435950,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recqqLmYRtaHDk5SF", - "id": "e4441" + "id": "e4442" }, { "aapbId": "cpb-aacip-500-nv99b43t", @@ -303815,9 +436001,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -303852,9 +436046,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recqrSPHcuOevydEp", - "id": "e4442" + "id": "e4443" }, { "aapbId": "cpb-aacip-500-610vv17x", @@ -303875,8 +436093,16 @@ }, "subject": [ { - "id": "clergy-france", - "name": "Clergy--France" + "id": "clergy", + "name": "Clergy" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "france", + "name": "France" }, { "id": "holocaust-jewish-1939-1945-france-le-chambon-sur-lignon", @@ -303890,9 +436116,25 @@ "id": "jewish-refugees-history-20th-century", "name": "Jewish refugees--History--20th century" }, + { + "id": "jews", + "name": "Jews" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -303938,9 +436180,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recqreZLEjKNHHJ8X", - "id": "e4443" + "id": "e4444" }, { "aapbId": "cpb-aacip-500-d50fzt5j", @@ -303955,12 +436221,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqrq3kaUrog9Hxw", - "subject": [], - "id": "e4444" + "id": "e4445" }, { "aapbId": "cpb-aacip-500-rf5kfk08", @@ -303980,14 +436263,26 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "darwin-charles-1809-1882", "name": "Darwin, Charles, 1809-1882" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacific-area-civilization", "name": "Pacific Area--Civilization" @@ -303997,8 +436292,8 @@ "name": "Pacific Area--Discovery and exploration" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -304050,9 +436345,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recqszxYiZWAWfHo8", - "id": "e4445" + "id": "e4446" }, { "aapbId": "cpb-aacip-500-t43j2g7j", @@ -304070,10 +436389,18 @@ "title": "Nuremberg and Vietnam: Who Is Guilty?" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "international-law", "name": "International law" }, + { + "id": "law", + "name": "Law" + }, { "id": "military-offenses-united-states", "name": "Military offenses--United States" @@ -304086,6 +436413,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -304094,9 +436425,17 @@ "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, { "id": "war-crimes", "name": "War crimes" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -304136,9 +436475,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1970-1979", "airtableId": "recqtX0lHpqJKwJ9i", - "id": "e4446" + "id": "e4447" }, { "aapbId": "cpb-aacip-500-125qcr7q", @@ -304158,18 +436521,10 @@ "title": "Seminars in theatre" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-united-states", - "name": "African Americans--United States" - }, { "id": "arts-literature", "name": "Arts, Literature" @@ -304178,33 +436533,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "sociology", - "name": "Sociology" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -304251,9 +436610,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recquHiiBNad182oP", - "id": "e4447" + "id": "e4448" }, { "aapbId": "cpb-aacip-500-t14tp43m", @@ -304273,6 +436656,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -304325,11 +436712,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recquRuZfb0CHwrQo", - "id": "e4448" + "id": "e4449" }, { "aapbId": "cpb-aacip-500-tb0xv038", @@ -304349,6 +436764,14 @@ "title": "Ideas and the Theatre" }, "subject": [ + { + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "dramatists", "name": "Dramatists" @@ -304361,6 +436784,22 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "theater", + "name": "Theater" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -304368,10 +436807,6 @@ { "id": "theater-critics-united-states-interviews", "name": "Theater critics--United States--Interviews" - }, - { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" } ], "creator": [ @@ -304427,18 +436862,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recqupy8q2WFGSvvT", - "id": "e4449" + "id": "e4450" }, { "aapbId": "cpb-aacip-500-rn30763j", @@ -304457,6 +436916,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -304478,10 +436941,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recquqnF7YgnZG8vB", - "id": "e4450" + "id": "e4451" }, { "aapbId": "cpb-aacip-500-zk55kb2t", @@ -304521,6 +437008,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sexually-transmitted-disease-vaccines", "name": "Sexually transmitted disease vaccines" @@ -304574,9 +437065,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recqwKzW7AcueEqyk", - "id": "e4451" + "id": "e4452" }, { "aapbId": "cpb-aacip-500-x921hn0d", @@ -304597,13 +437112,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recqxexM5gcg3Hq56", - "id": "e4452" + "id": "e4453" }, { "aapbId": "cpb-aacip-500-kd1qm09p", @@ -304636,11 +437179,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recqyROfvpZMwb9U1", "subject": [], - "id": "e4453" + "id": "e4454" }, { "aapbId": "cpb-aacip-500-g7374v42", @@ -304658,13 +437225,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recqyjiNfPGqyiC8n", - "id": "e4454" + "id": "e4455" }, { "aapbId": "cpb-aacip-500-gm81q09g", @@ -304684,7 +437279,7 @@ "contributor": [], "airtableId": "recr1AncGcGuSbRe5", "subject": [], - "id": "e4455" + "id": "e4456" }, { "aapbId": "cpb-aacip-500-0g3h223t", @@ -304703,6 +437298,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -304724,6 +437323,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -304734,7 +437357,7 @@ } ], "airtableId": "recr1kBTRzrdIFnXb", - "id": "e4456" + "id": "e4457" }, { "aapbId": "cpb-aacip-500-901zhp95", @@ -304755,16 +437378,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -304799,9 +437422,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recr1lutgX5McShIt", - "id": "e4457" + "id": "e4458" }, { "aapbId": "cpb-aacip-500-rj48tx1b", @@ -304815,12 +437462,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recr22LT4dMN0AKZ7", - "subject": [], - "id": "e4458" + "id": "e4459" }, { "aapbId": "cpb-aacip-500-vd6p4511", @@ -304840,17 +437496,25 @@ "title": "Poetry and the American" }, "subject": [ + { + "id": "dickinson-emily-1830-1886", + "name": "Dickinson, Emily, 1830-1886" + }, { "id": "dickinson-emily-1830-1886-poems-selections", "name": "Dickinson, Emily, 1830-1886. Poems. Selections" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { "id": "us-literature", @@ -304895,9 +437559,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recr290yWEt9adexO", - "id": "e4459" + "id": "e4460" }, { "aapbId": "cpb-aacip-500-h41jnd52", @@ -304918,13 +437606,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recr2OM7Y9K4s1NEQ", - "id": "e4460" + "id": "e4461" }, { "aapbId": "cpb-aacip-500-pr7mtq6b", @@ -304948,6 +437664,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -304956,13 +437676,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -304992,14 +437724,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recr2RORH3fkuzJ62", - "id": "e4461" + "id": "e4462" }, { "aapbId": "cpb-aacip-500-bn9x4h7s", @@ -305019,8 +437779,12 @@ }, "subject": [ { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada", + "name": "Canada" + }, + { + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" }, { "id": "cold-war", @@ -305030,6 +437794,10 @@ "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -305038,6 +437806,10 @@ "id": "international-relations", "name": "International relations" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -305098,11 +437870,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recr2RUi188tp3YUg", - "id": "e4462" + "id": "e4463" }, { "aapbId": "cpb-aacip-500-sq8qh94c", @@ -305120,16 +437920,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recr3uttmIdl0TDRH", - "id": "e4463" + "id": "e4464" }, { "aapbId": "cpb-aacip-500-2b8vff55", @@ -305153,9 +437985,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -305190,9 +438030,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recr3vSqWr3DPhE2F", - "id": "e4464" + "id": "e4465" }, { "aapbId": "cpb-aacip-500-057cw61j", @@ -305215,6 +438079,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-sci", "name": "Physical Sci" @@ -305238,10 +438106,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recr5aC9yQKbJdtus", - "id": "e4465" + "id": "e4466" }, { "aapbId": "cpb-aacip-500-7940wr70", @@ -305262,17 +438154,21 @@ }, "subject": [ { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "singing-instruction-and-study", "name": "Singing--Instruction and study" @@ -305312,9 +438208,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recr5bx5225crxLPQ", - "id": "e4466" + "id": "e4467" }, { "aapbId": "cpb-aacip-500-ws8hk588", @@ -305341,6 +438261,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -305357,10 +438281,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recr5vJvEcq1B04sj", - "id": "e4467" + "id": "e4468" }, { "aapbId": "cpb-aacip-500-mw28f879", @@ -305379,13 +438327,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recr6j2KJf4xc3I3j", - "id": "e4468" + "id": "e4469" }, { "aapbId": "cpb-aacip-500-5h7bwm5q", @@ -305425,6 +438401,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -305480,9 +438460,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recr7txoI4OVDtkqj", - "id": "e4469" + "id": "e4470" }, { "aapbId": "cpb-aacip-500-qb9v5g21", @@ -305502,6 +438506,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -305514,11 +438526,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recr83TgJS0Fs5QSI", - "id": "e4470" + "id": "e4471" }, { "aapbId": "cpb-aacip-500-nv99b55h", @@ -305536,13 +438572,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recr8Q0g40x3RbZkA", - "id": "e4471" + "id": "e4472" }, { "aapbId": "cpb-aacip-500-4746tw2v", @@ -305563,8 +438627,8 @@ }, "subject": [ { - "id": "ethics-united-states-history-20th-century", - "name": "Ethics--United States--History--20th century" + "id": "ethics", + "name": "Ethics" }, { "id": "ethics-united-states-public-opinion", @@ -305578,13 +438642,25 @@ "id": "political-ethics", "name": "Political ethics" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-politics-and-government-20th-century", "name": "United States--Politics and government--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -305637,9 +438713,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recr8eo9zGOjbUxyQ", - "id": "e4472" + "id": "e4473" }, { "aapbId": "cpb-aacip-500-7s7hv71m", @@ -305663,13 +438763,13 @@ "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" }, - { - "id": "music", - "name": "Music" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -305704,9 +438804,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recr9XRWkrjiAtfZC", - "id": "e4473" + "id": "e4474" }, { "aapbId": "cpb-aacip-500-zp3vzk5n", @@ -305727,24 +438851,24 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "illinois-chicago-history-and-criticism", + "name": "Illinois--Chicago--History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-illinois-chicago-history-and-criticism", - "name": "Jazz--Illinois--Chicago--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -305753,6 +438877,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -305788,11 +438920,6 @@ } ], "contributor": [ - { - "id": "armstrong-louis-1901-1971", - "name": "Armstrong, Louis, 1901-1971", - "type": "Person" - }, { "id": "cleary-norman", "name": "Cleary, Norman", @@ -305816,6 +438943,12 @@ "type": "Person", "role": "Musician" }, + { + "id": "armstrong-louis-1901-1971", + "name": "Armstrong, Louis, 1901-1971", + "type": "Person", + "role": "Musician" + }, { "id": "geesy-ray", "name": "Geesy, Ray", @@ -305833,9 +438966,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recr9fFwO8riuaqmk", - "id": "e4474" + "id": "e4475" }, { "aapbId": "cpb-aacip-500-k35mf39t", @@ -305863,6 +439020,10 @@ "id": "developing-countries", "name": "Developing countries" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "medicine-health-care", "name": "Medicine & Health Care" @@ -305871,6 +439032,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "overpopulation-economic-aspects", "name": "Overpopulation--Economic aspects" @@ -305925,9 +439090,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recrA3TVe8Vt5f2pp", - "id": "e4475" + "id": "e4476" }, { "aapbId": "cpb-aacip-500-2b8vfg7v", @@ -305966,6 +439155,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -305995,11 +439188,6 @@ } ], "contributor": [ - { - "id": "baez-joan", - "name": "Baez, Joan", - "type": "Person" - }, { "id": "guthrie-woody-1912-1967", "name": "Guthrie, Woody, 1912-1967", @@ -306012,6 +439200,12 @@ "type": "Person", "role": "Performer" }, + { + "id": "baez-joan", + "name": "Baez, Joan", + "type": "Person", + "role": "Performer" + }, { "id": "geer-will", "name": "Geer, Will", @@ -306029,9 +439223,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recrB87ZwlWGiKgB0", - "id": "e4476" + "id": "e4477" }, { "aapbId": "cpb-aacip-500-930nx028", @@ -306050,13 +439268,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recrBCeuftNWFYOGo", - "id": "e4477" + "id": "e4478" }, { "aapbId": "cpb-aacip-500-2j68730q", @@ -306088,6 +439334,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -306123,10 +439377,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrBM92guOaIqNup", - "id": "e4478" + "id": "e4479" }, { "aapbId": "cpb-aacip-500-9s1kmx40", @@ -306154,6 +439432,10 @@ "id": "english-language-united-states-etymology", "name": "English language--United States--Etymology" }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, { "id": "language-and-culture-united-states", "name": "Language and culture--United States" @@ -306167,8 +439449,16 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -306203,9 +439493,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recrBioOETBYvX9X7", - "id": "e4479" + "id": "e4480" }, { "aapbId": "cpb-aacip-500-sj19qq3x", @@ -306226,20 +439540,28 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" }, { - "id": "criticism", - "name": "Criticism" + "id": "education", + "name": "Education" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" } ], "creator": [ @@ -306274,9 +439596,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recrCA56siVCIZpJl", - "id": "e4480" + "id": "e4481" }, { "aapbId": "cpb-aacip-500-959c9848", @@ -306293,9 +439639,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -306325,9 +439687,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recrDDZ8Fj1hMGx8B", - "id": "e4481" + "id": "e4482" }, { "aapbId": "cpb-aacip-500-x34mr26p", @@ -306347,9 +439733,29 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -306366,10 +439772,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrGk2gr68lgGZpA", - "id": "e4482" + "id": "e4483" }, { "aapbId": "cpb-aacip-500-fx74005s", @@ -306396,6 +439826,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -306412,10 +439846,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrHHR24Wnl7lvit", - "id": "e4483" + "id": "e4484" }, { "aapbId": "cpb-aacip-500-69700x2m", @@ -306435,10 +439893,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -306446,6 +439900,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -306480,9 +439938,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recrHnCmCddpNbyrs", - "id": "e4484" + "id": "e4485" }, { "aapbId": "cpb-aacip-500-cc0tvh0v", @@ -306506,9 +439988,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -306560,9 +440050,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recrI3Xw148kSNquE", - "id": "e4485" + "id": "e4486" }, { "aapbId": "cpb-aacip-500-d795c27h", @@ -306582,14 +440096,14 @@ "title": "People talk back" }, "subject": [ - { - "id": "early-us-history", - "name": "Early U.S. History" - }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -306661,9 +440175,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recrIrrxCfIg9SLED", - "id": "e4486" + "id": "e4487" }, { "aapbId": "cpb-aacip-500-rr1pmd5x", @@ -306687,13 +440225,17 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "oceans", + "name": "Oceans" } ], "creator": [ @@ -306728,9 +440270,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recrJqAGjiKS1BWPd", - "id": "e4487" + "id": "e4488" }, { "aapbId": "cpb-aacip-500-j678xj0r", @@ -306753,6 +440319,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -306799,9 +440369,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recrJzkt2e7yEFPjl", - "id": "e4488" + "id": "e4489" }, { "aapbId": "cpb-aacip-500-xd0qwx0q", @@ -306823,6 +440417,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -306852,9 +440450,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recrKMMuFohoWz81w", - "id": "e4489" + "id": "e4490" }, { "aapbId": "cpb-aacip-500-ft8dkp24", @@ -306875,16 +440497,20 @@ }, "subject": [ { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" + }, + { + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -306894,6 +440520,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "swing-music-history-and-criticism", "name": "Swing (Music)--History and criticism" @@ -306929,10 +440559,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrLDkE2CJGAk9P8", - "id": "e4490" + "id": "e4491" }, { "aapbId": "cpb-aacip-500-n58cm61x", @@ -306948,9 +440602,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -306973,10 +440639,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recrMgNhWmK78BXJU", - "id": "e4491" + "id": "e4492" }, { "aapbId": "cpb-aacip-500-r49g8r3j", @@ -306992,16 +440682,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recrMz1heQ97x61ZE", - "id": "e4492" + "id": "e4493" }, { "aapbId": "cpb-aacip-500-5717qs03", @@ -307026,8 +440760,12 @@ "name": "Indians of North America" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "yurok-indians", @@ -307092,9 +440830,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recrOBX0kryYM4uCM", - "id": "e4493" + "id": "e4494" }, { "aapbId": "cpb-aacip-500-0p0wtm68", @@ -307114,6 +440876,14 @@ "title": "U.S. foreign policy: Demands of the next decade" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "europe-foreign-relations", + "name": "Europe--Foreign relations" + }, { "id": "europe-western", "name": "Europe, Western" @@ -307122,17 +440892,29 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "north-atlantic-treaty-organization", "name": "North Atlantic Treaty Organization" }, { - "id": "united-states-foreign-relations-europe", - "name": "United States--Foreign relations--Europe" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "united-states-military-relations-europe", "name": "United States--Military relations--Europe" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -307163,9 +440945,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "oregon", + "name": "Oregon" + } + ], + "settlement": [ + { + "id": "corvallis", + "name": "Corvallis" + } + ], "decade": "1960-1969", "airtableId": "recrOruVlsQdqrPTb", - "id": "e4494" + "id": "e4495" }, { "aapbId": "cpb-aacip-500-9k45vc2n", @@ -307189,6 +440995,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "planets-atmospheres", "name": "Planets--Atmospheres" @@ -307240,9 +441050,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recrQ9wGQ6UXTESyj", - "id": "e4495" + "id": "e4496" }, { "aapbId": "cpb-aacip-500-2f7jtr4j", @@ -307263,12 +441097,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -307277,6 +441107,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -307303,10 +441137,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrQgURG460XwJB1", - "id": "e4496" + "id": "e4497" }, { "aapbId": "cpb-aacip-500-3j393w9t", @@ -307326,7 +441184,7 @@ "contributor": [], "airtableId": "recrR5c9y9NQkspHX", "subject": [], - "id": "e4497" + "id": "e4498" }, { "aapbId": "cpb-aacip-500-tt4fsg38", @@ -307344,6 +441202,10 @@ "title": "Listen to the land" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, { "id": "california", "name": "California" @@ -307357,8 +441219,8 @@ "name": "Ecology & the Environment" }, { - "id": "fiction-19th-century", - "name": "Fiction--19th century" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "gold-mines-and-mining", @@ -307368,6 +441230,14 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "sociology", "name": "Sociology" @@ -307377,8 +441247,8 @@ "name": "U.S. Literature" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -307437,9 +441307,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recrRI8ULHwSdrDKy", - "id": "e4498" + "id": "e4499" }, { "aapbId": "cpb-aacip-500-hh6c6k1g", @@ -307459,14 +441353,30 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "child-care", "name": "Child care" }, + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "employment", "name": "Employment" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "finland", "name": "Finland" @@ -307483,6 +441393,10 @@ "id": "israel", "name": "Israel" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "montral-qubec", "name": "Montréal (Québec)" @@ -307491,6 +441405,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "suffrage", "name": "Suffrage" @@ -307566,9 +441488,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recrSgECZEIwKhicT", - "id": "e4499" + "id": "e4500" }, { "aapbId": "cpb-aacip-500-5717qt1j", @@ -307587,13 +441533,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recrSj5F6nW5EP756", - "id": "e4500" + "id": "e4501" }, { "aapbId": "cpb-aacip-500-zs2kbw7w", @@ -307614,24 +441588,32 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "socialism-yugoslavia", - "name": "Socialism--Yugoslavia" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "socialism", + "name": "Socialism" }, { "id": "soviet-union", "name": "Soviet Union" }, { - "id": "soviet-union-foreign-relations-yugoslavia", - "name": "Soviet Union--Foreign relations--Yugoslavia" + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations" }, { "id": "soviet-union-history-20th-century", @@ -307649,14 +441631,6 @@ "id": "tito-josip-broz-1892-1980", "name": "Tito, Josip Broz, 1892-1980" }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -307665,6 +441639,10 @@ "id": "yugoslavia", "name": "Yugoslavia" }, + { + "id": "yugoslavia-foreign-relations", + "name": "Yugoslavia--Foreign relations" + }, { "id": "yugoslavia-politics-and-government-1945-1980", "name": "Yugoslavia--Politics and government--1945-1980" @@ -307702,9 +441680,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recrW0fOFsVOpCztP", - "id": "e4501" + "id": "e4502" }, { "aapbId": "cpb-aacip-500-th8bmm6b", @@ -307719,12 +441721,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recrWRMQmntppAKPb", "subject": [], - "id": "e4502" + "id": "e4503" }, { "aapbId": "cpb-aacip-500-5t3g2h9p", @@ -307744,6 +441770,10 @@ "title": "New aspects of language" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "language-and-languages", "name": "Language and languages" @@ -307756,13 +441786,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "professions", "name": "Professions" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -307793,9 +441827,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recrWScdZu4rPYinJ", - "id": "e4503" + "id": "e4504" }, { "aapbId": "cpb-aacip-500-804xms1h", @@ -307816,28 +441874,36 @@ }, "subject": [ { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States" - }, - { - "id": "education-united-states", - "name": "Education--United States" + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy", "name": "Philosophy" }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "pluralism", "name": "Pluralism" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -307866,9 +441932,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recrY2oC5GsNiwEFp", - "id": "e4504" + "id": "e4505" }, { "aapbId": "cpb-aacip-500-dn3zx717", @@ -307888,10 +441978,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -307901,8 +441999,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -307958,11 +442056,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "recrYH5LHnaWiyQQY", - "id": "e4505" + "id": "e4506" }, { "aapbId": "cpb-aacip-500-69700x3v", @@ -307993,6 +442119,10 @@ { "id": "rollini-adrian", "name": "Rollini, Adrian" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "creator": [ @@ -308033,9 +442163,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "airtableId": "recrYY2ovluMbO0xP", - "id": "e4506" + "id": "e4507" }, { "aapbId": "cpb-aacip-500-zw18r68x", @@ -308055,21 +442209,17 @@ "title": "What must be done" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-american-youth", - "name": "African American Youth" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-education", - "name": "African Americans--Education" + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "education", + "name": "Education" }, { "id": "inner-cities", @@ -308079,9 +442229,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "urban-schools", "name": "Urban schools" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -308124,9 +442286,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recrZ2JZgkrVteMYT", - "id": "e4507" + "id": "e4508" }, { "aapbId": "cpb-aacip-500-bn9x4h03", @@ -308146,6 +442332,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -308162,6 +442352,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -308174,13 +442368,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -308263,9 +442469,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "recrZ30jwuc82U0vp", - "id": "e4508" + "id": "e4509" }, { "aapbId": "cpb-aacip-500-kh0f087r", @@ -308297,10 +442527,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -308336,9 +442574,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recra1t1KE51a1KcO", - "id": "e4509" + "id": "e4510" }, { "aapbId": "cpb-aacip-500-8911sp9d", @@ -308359,13 +442621,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recra6d3hiOgrAbSS", - "id": "e4510" + "id": "e4511" }, { "aapbId": "cpb-aacip-500-bg2hc06x", @@ -308384,13 +442674,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recrafkJ7KoMrqxok", - "id": "e4511" + "id": "e4512" }, { "aapbId": "cpb-aacip-500-610vv324", @@ -308417,6 +442735,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -308433,10 +442755,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrb0jw2JnFqMmus", - "id": "e4512" + "id": "e4513" }, { "aapbId": "cpb-aacip-500-6d5pd729", @@ -308464,17 +442810,21 @@ "id": "lexington-ky-history", "name": "Lexington (Ky.)--History" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "sociology", - "name": "Sociology" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -308507,10 +442857,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrbAk31H2PbZWQT", - "id": "e4513" + "id": "e4514" }, { "aapbId": "cpb-aacip-500-bz619d02", @@ -308533,10 +442907,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -308556,10 +442938,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrbPj9PrjWiHpao", - "id": "e4514" + "id": "e4515" }, { "aapbId": "cpb-aacip-500-4t6f5n4z", @@ -308580,8 +442986,8 @@ }, "subject": [ { - "id": "education-higher-great-britain", - "name": "Education, Higher--Great Britain" + "id": "education", + "name": "Education" }, { "id": "england", @@ -308595,13 +443001,21 @@ "id": "great-britain", "name": "Great Britain" }, + { + "id": "higher-education", + "name": "Higher education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "public-schools-great-britain", - "name": "Public schools--Great Britain" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "public-schools", + "name": "Public schools" } ], "creator": [ @@ -308637,9 +443051,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recrbfj6PooEfZZIb", - "id": "e4515" + "id": "e4516" }, { "aapbId": "cpb-aacip-500-k9316q6g", @@ -308662,6 +443100,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -308675,10 +443117,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrbzxkT0j2vfUgZ", - "id": "e4516" + "id": "e4517" }, { "aapbId": "cpb-aacip-500-mp4vnq9n", @@ -308710,6 +443176,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "television", "name": "Television" @@ -308719,8 +443193,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -308755,9 +443229,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recrdlH7T1KutPQMl", - "id": "e4517" + "id": "e4518" }, { "aapbId": "cpb-aacip-500-dn3zx78x", @@ -308785,6 +443283,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -308828,9 +443330,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recrdt3kPk3QFrvje", - "id": "e4518" + "id": "e4519" }, { "aapbId": "cpb-aacip-500-b27pss0p", @@ -308850,6 +443376,10 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "murray-hubert", "name": "Murray, Hubert" @@ -308858,13 +443388,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacific-area-civilization", "name": "Pacific Area--Civilization" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -308916,9 +443454,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recrhLROil3SLK8yS", - "id": "e4519" + "id": "e4520" }, { "aapbId": "cpb-aacip-500-j678xj27", @@ -308942,6 +443504,10 @@ "id": "argentina-history-war-of-independence-1810-1817", "name": "Argentina--History--War of Independence, 1810-1817" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "heroes", "name": "Heroes" @@ -308955,12 +443521,24 @@ "name": "NAEB Region III" }, { - "id": "san-marti_n-jose_-de-1778-1850-drama", - "name": "San Marti_n, Jose_ de, 1778-1850--Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "san-marti_n-jose_-de-1778-1850", + "name": "San Marti_n, Jose_ de, 1778-1850" }, { "id": "san-martin-jose_-de-1778-1850-military-leadership", "name": "San Martin, Jose_ de, 1778-1850--Military leadership" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -309013,9 +443591,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recrj6MTS20U0K3pQ", - "id": "e4520" + "id": "e4521" }, { "aapbId": "cpb-aacip-500-x63b4c00", @@ -309034,7 +443636,7 @@ "contributor": [], "airtableId": "recrjfiHmItoqC34E", "subject": [], - "id": "e4521" + "id": "e4522" }, { "aapbId": "cpb-aacip-500-599z429v", @@ -309053,13 +443655,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recrjqMf7m3gUT74P", - "id": "e4522" + "id": "e4523" }, { "aapbId": "cpb-aacip-500-x05xbq3z", @@ -309083,10 +443713,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -309124,9 +443762,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recrmjTTwleM7zVgu", - "id": "e4523" + "id": "e4524" }, { "aapbId": "cpb-aacip-500-m9023j5j", @@ -309147,8 +443809,12 @@ }, "subject": [ { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "drama", + "name": "Drama" + }, + { + "id": "iowa", + "name": "Iowa" }, { "id": "loyalty-oaths-united-states", @@ -309158,6 +443824,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" @@ -309169,6 +443843,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-politics", + "name": "U.S. Politics" } ], "creator": [ @@ -309256,9 +443934,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "recrnA8KMv4sg6LQJ", - "id": "e4524" + "id": "e4525" }, { "aapbId": "cpb-aacip-500-z892df8d", @@ -309286,6 +443988,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -309332,9 +444038,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recrnwQvdDRNgssCD", - "id": "e4525" + "id": "e4526" }, { "aapbId": "cpb-aacip-500-6688mm9j", @@ -309354,21 +444084,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -309377,6 +444111,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -309409,10 +444147,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recroSPfIF3Z85SSz", - "id": "e4526" + "id": "e4527" }, { "aapbId": "cpb-aacip-500-2r3p0m9j", @@ -309429,9 +444191,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -309461,9 +444239,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recroaZGo6KvUwByY", - "id": "e4527" + "id": "e4528" }, { "aapbId": "cpb-aacip-500-qn5zb956", @@ -309478,12 +444280,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recrp6n2iI0OBlK7l", "subject": [], - "id": "e4528" + "id": "e4529" }, { "aapbId": "cpb-aacip-500-d795c290", @@ -309503,21 +444329,21 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -309576,9 +444402,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recrpbRNICYzYwIql", - "id": "e4529" + "id": "e4530" }, { "aapbId": "cpb-aacip-500-1v5bh25v", @@ -309593,12 +444443,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recrqm4h9L1kxamnM", "subject": [], - "id": "e4530" + "id": "e4531" }, { "aapbId": "cpb-aacip-500-dr2p9h8g", @@ -309619,24 +444493,32 @@ }, "subject": [ { - "id": "armah-ayi-kwei-1939", - "name": "Armah, Ayi Kwei, 1939-" + "id": "american-literature", + "name": "American literature" }, { - "id": "books", - "name": "Books" + "id": "armah-ayi-kwei-1939", + "name": "Armah, Ayi Kwei, 1939-" }, { - "id": "criticism", - "name": "Criticism" + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -309671,9 +444553,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "recrr9LlE4OtAgFj0", - "id": "e4531" + "id": "e4532" }, { "aapbId": "cpb-aacip-500-8s4jr392", @@ -309691,7 +444597,7 @@ "contributor": [], "airtableId": "recrrRp5SUTnpZadk", "subject": [], - "id": "e4532" + "id": "e4533" }, { "aapbId": "cpb-aacip-500-8s4jr403", @@ -309711,14 +444617,26 @@ "title": "As we see it: Vietnam '68" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tet-offensive-1968", "name": "Tet Offensive, 1968" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -309740,8 +444658,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -309772,9 +444690,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recrtGTnuvLZteEPw", - "id": "e4533" + "id": "e4534" }, { "aapbId": "cpb-aacip-500-tt4fsf0b", @@ -309798,10 +444740,18 @@ "id": "air", "name": "Air" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -309825,11 +444775,35 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recrtJjezn0MLn4Nf", - "id": "e4534" + "id": "e4535" }, { "aapbId": "cpb-aacip-500-q23r0m15", @@ -309848,13 +444822,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recrutly1pcOBtRbb", - "id": "e4535" + "id": "e4536" }, { "aapbId": "cpb-aacip-500-zc7rss3x", @@ -309882,17 +444884,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-performance", - "name": "Music--Performance" - }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "performance", + "name": "Performance" }, { "id": "west-us", @@ -309943,9 +444945,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": null, "airtableId": "recrvRJUFkcRSoN1M", - "id": "e4536" + "id": "e4537" }, { "aapbId": "cpb-aacip-500-gq6r392f", @@ -309965,6 +444991,10 @@ "title": "NER Washington Forum" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "government-policy", "name": "Government policy" @@ -309973,6 +445003,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -310021,9 +445055,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recrwWYLAmDBVzMcp", - "id": "e4537" + "id": "e4538" }, { "aapbId": "cpb-aacip-500-gt5fgj1d", @@ -310043,10 +445101,6 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" @@ -310056,13 +445110,21 @@ "name": "Constitutional amendments--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "self-incrimination-united-states", "name": "Self-incrimination--United States" @@ -310133,9 +445195,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recrxpg76mEwq1sip", - "id": "e4538" + "id": "e4539" }, { "aapbId": "cpb-aacip-500-1c1tjn3m", @@ -310171,8 +445257,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -310182,9 +445272,21 @@ "id": "public-television-united-states", "name": "Public television--United States" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "television-equipment-and-supplies", "name": "Television--Equipment and supplies" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -310201,10 +445303,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recryD93unJMAaGtY", - "id": "e4539" + "id": "e4540" }, { "aapbId": "cpb-aacip-500-mw28fb2h", @@ -310228,6 +445354,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -310236,13 +445366,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -310278,14 +445420,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recrym0qyio0dgdVT", - "id": "e4540" + "id": "e4541" }, { "aapbId": "cpb-aacip-500-4b2x7645", @@ -310305,6 +445475,10 @@ "title": "Challenges in education" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -310312,6 +445486,10 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -310322,10 +445500,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrzC5XvXdKYCyw6", - "id": "e4541" + "id": "e4542" }, { "aapbId": "cpb-aacip-500-h41jnd8s", @@ -310341,9 +445543,21 @@ "title": "The American woman in fact and fiction" }, "subject": [ + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -310366,10 +445580,34 @@ "role": "Director" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": null, "contributor": [], "airtableId": "recrzknu5vDCw4Ap6", - "id": "e4542" + "id": "e4543" }, { "aapbId": "cpb-aacip-500-xw47vb8d", @@ -310402,6 +445640,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -310443,10 +445685,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recrzsfiPoX3H3Fsj", - "id": "e4543" + "id": "e4544" }, { "aapbId": "cpb-aacip-500-ns0kxw8j", @@ -310476,6 +445742,14 @@ { "id": "olympics", "name": "Olympics" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -310492,10 +445766,34 @@ "name": "Athletics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "mexico", + "name": "Mexico" + } + ], + "region": [ + { + "id": "valley-of-mexico", + "name": "Valley of Mexico" + } + ], + "settlement": [ + { + "id": "mexico-city", + "name": "Mexico City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recs0GXYncHqEPiLH", - "id": "e4544" + "id": "e4545" }, { "aapbId": "cpb-aacip-500-zc7rsr00", @@ -310528,8 +445826,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "photography", @@ -310589,9 +445887,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recs1FzjSCiMHaxjI", - "id": "e4545" + "id": "e4546" }, { "aapbId": "cpb-aacip-500-gm81px65", @@ -310618,6 +445940,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -310688,9 +446018,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recs1Ht8UX4lfEOn5", - "id": "e4546" + "id": "e4547" }, { "aapbId": "cpb-aacip-500-np1wjk4z", @@ -310721,6 +446075,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -310767,9 +446125,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "recs4eBohJ6sXfMzf", - "id": "e4547" + "id": "e4548" }, { "aapbId": "cpb-aacip-500-959c971b", @@ -310788,7 +446170,7 @@ "contributor": [], "airtableId": "recs4vsz8t4gJyAtc", "subject": [], - "id": "e4548" + "id": "e4549" }, { "aapbId": "cpb-aacip-500-qr4nqk5m", @@ -310811,10 +446193,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -310834,10 +446224,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recs5NmLvQHGriVvJ", - "id": "e4549" + "id": "e4550" }, { "aapbId": "cpb-aacip-500-xk84pf23", @@ -310865,6 +446279,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -310935,9 +446353,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recs5wzXjofAsVeSq", - "id": "e4550" + "id": "e4551" }, { "aapbId": "cpb-aacip-500-pz51m83r", @@ -310958,28 +446400,20 @@ }, "subject": [ { - "id": "naeb-region-iii", - "name": "NAEB Region III" - }, - { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism" - }, - { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century" + "id": "american-poetry", + "name": "American poetry" }, { - "id": "poetry-themes-motives", - "name": "Poetry--Themes, motives" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "poets-20th-century", - "name": "Poets--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -311020,9 +446454,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recs7dC07Yl0pjK8M", - "id": "e4551" + "id": "e4552" }, { "aapbId": "cpb-aacip-500-0r9m6x60", @@ -311040,13 +446498,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recs8GOxmL3mGIZ1W", - "id": "e4552" + "id": "e4553" }, { "aapbId": "cpb-aacip-500-319s5j0f", @@ -311074,29 +446560,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -311107,6 +446601,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -311129,7 +446647,7 @@ } ], "airtableId": "recs8yC2gjaw87buk", - "id": "e4553" + "id": "e4554" }, { "aapbId": "cpb-aacip-500-vx062m4k", @@ -311142,12 +446660,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recs9WsMrZHq36EI0", "subject": [], - "id": "e4554" + "id": "e4555" }, { "aapbId": "cpb-aacip-500-3x83p18s", @@ -311171,10 +446713,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -311194,10 +446752,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recs9j1eAJHEpAHH6", - "id": "e4555" + "id": "e4556" }, { "aapbId": "cpb-aacip-500-nz80qd20", @@ -311229,6 +446811,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -311286,9 +446872,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recs9x5TQJ9Kuhpy4", - "id": "e4556" + "id": "e4557" }, { "aapbId": "cpb-aacip-500-cc0tvh69", @@ -311308,10 +446918,6 @@ "title": "Your rights are on trial" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" @@ -311325,16 +446931,32 @@ "name": "Free press and fair trial--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, { "id": "trials", "name": "Trials" + }, + { + "id": "us-government", + "name": "U.S. Government" } ], "creator": [ @@ -311392,9 +447014,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recsAMiAn7Xh0bRKH", - "id": "e4557" + "id": "e4558" }, { "aapbId": "cpb-aacip-500-n29p6v64", @@ -311413,13 +447059,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recsBBBLwNx9sTcWL", - "id": "e4558" + "id": "e4559" }, { "aapbId": "cpb-aacip-500-bv79x26j", @@ -311440,20 +447114,32 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" + }, + { + "id": "international-relations", + "name": "International relations" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -311488,9 +447174,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recsBKLKGdkGFRUkU", - "id": "e4559" + "id": "e4560" }, { "aapbId": "cpb-aacip-500-3j393x7j", @@ -311518,6 +447228,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -311566,9 +447280,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recsBSXn29SprOpfV", - "id": "e4560" + "id": "e4561" }, { "aapbId": "cpb-aacip-500-v97zqv52", @@ -311607,6 +447345,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -311635,9 +447377,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recsBdEkpb9jLWE26", - "id": "e4561" + "id": "e4562" }, { "aapbId": "cpb-aacip-500-f18sgc45", @@ -311661,13 +447427,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -311702,9 +447468,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recsBn7O4ft188pkZ", - "id": "e4562" + "id": "e4563" }, { "aapbId": "cpb-aacip-500-vx062n0t", @@ -311717,12 +447507,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recsE4U6CQyNxBNWm", "subject": [], - "id": "e4563" + "id": "e4564" }, { "aapbId": "cpb-aacip-500-j678xk55", @@ -311752,6 +447566,14 @@ { "id": "olympics", "name": "Olympics" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -311768,10 +447590,34 @@ "name": "Athletics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "mexico", + "name": "Mexico" + } + ], + "region": [ + { + "id": "valley-of-mexico", + "name": "Valley of Mexico" + } + ], + "settlement": [ + { + "id": "mexico-city", + "name": "Mexico City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsENxlZepVr6sy6", - "id": "e4564" + "id": "e4565" }, { "aapbId": "cpb-aacip-500-x921hm3x", @@ -311802,6 +447648,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -311840,10 +447690,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsEjqatyzTvxSV9", - "id": "e4565" + "id": "e4566" }, { "aapbId": "cpb-aacip-500-1j97b76n", @@ -311862,13 +447736,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recsI51o42J9boG6t", - "id": "e4566" + "id": "e4567" }, { "aapbId": "cpb-aacip-500-6688mp8q", @@ -311887,29 +447789,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-civil-rights-history-20th-century", - "name": "African Americans--Civil rights--History--20th century" + "id": "african-americans", + "name": "African Americans" }, { - "id": "civil-rights-demonstrations-alabama", - "name": "Civil rights demonstrations--Alabama" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "alabama", + "name": "Alabama" }, { "id": "king-martin-luther-jr-1929-1968", "name": "King, Martin Luther, Jr., 1929-1968" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "racism-united-states", "name": "Racism--United States" @@ -311923,8 +447833,8 @@ "name": "Sociology" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" } ], "contributor": [ @@ -311955,10 +447865,34 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "birmingham", + "name": "Birmingham" + } + ], "decade": "1960-1969", "creator": [], "airtableId": "recsIvbSRKO6a3AZh", - "id": "e4567" + "id": "e4568" }, { "aapbId": "cpb-aacip-500-vm42wq62", @@ -311990,6 +447924,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-poetry", "name": "New England--Poetry" @@ -311998,10 +447936,6 @@ "id": "us-literature", "name": "U.S. Literature" }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" - }, { "id": "viereck-peter-1916-2006-poems-selections", "name": "Viereck, Peter, 1916-2006. Poems. Selections" @@ -312063,9 +447997,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recsIzTZOXBwz1evp", - "id": "e4568" + "id": "e4569" }, { "aapbId": "cpb-aacip-500-cc0tvg9t", @@ -312093,6 +448051,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -312153,9 +448115,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recsJAQwnlffbGyjy", - "id": "e4569" + "id": "e4570" }, { "aapbId": "cpb-aacip-500-vt1gpb41", @@ -312176,16 +448162,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -312220,9 +448206,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recsKDx1nzEZ1mNsv", - "id": "e4570" + "id": "e4571" }, { "aapbId": "cpb-aacip-500-vm42wr90", @@ -312243,28 +448253,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history", - "name": "African Americans--History" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans", + "name": "African Americans" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -312299,9 +448305,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recsM0fDvhUATIfnX", - "id": "e4571" + "id": "e4572" }, { "aapbId": "cpb-aacip-500-db7vrc2t", @@ -312325,6 +448355,10 @@ "id": "choral-music", "name": "Choral music" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "handel-george-frideric-1685-1759-choral-music", "name": "Handel, George Frideric, 1685-1759. Choral music" @@ -312337,6 +448371,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tonality-history", "name": "Tonality--History" @@ -312368,9 +448406,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recsMI57F8ajqPrTM", - "id": "e4572" + "id": "e4573" }, { "aapbId": "cpb-aacip-500-tq5rd682", @@ -312391,32 +448453,32 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" + "id": "american-revolution-1775-1783", + "name": "American Revolution, 1775-1783" }, { "id": "boston-massacre-1770", "name": "Boston Massacre, 1770" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "united-states-history-revolution-1775-1783", - "name": "United States--History--Revolution, 1775-1783" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" } ], "creator": [ @@ -312451,9 +448513,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recsMs5YJMfCMKCSU", - "id": "e4573" + "id": "e4574" }, { "aapbId": "cpb-aacip-500-ks6j544n", @@ -312474,25 +448560,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-1863-1877", - "name": "African Americans--History--1863-1877" + "id": "african-americans", + "name": "African Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans-history", + "name": "African Americans--History" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "lincoln-abraham-1809-1865", "name": "Lincoln, Abraham, 1809-1865" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" @@ -312502,16 +448600,16 @@ "name": "Slaves--Emancipation--United States" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "us-government", + "name": "U.S. Government" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-politics", + "name": "U.S. Politics" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" }, { "id": "united-states-politics-and-government-19th-century", @@ -312538,10 +448636,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsNaG8XeH1G3MF8", - "id": "e4574" + "id": "e4575" }, { "aapbId": "cpb-aacip-500-dj58hz4g", @@ -312561,14 +448683,26 @@ "title": "As we see it: Vietnam '68" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tet-offensive-1968", "name": "Tet Offensive, 1968" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -312590,8 +448724,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -312622,9 +448756,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recsO3hgJ4HOTPdvI", - "id": "e4575" + "id": "e4576" }, { "aapbId": "cpb-aacip-500-z892dh4v", @@ -312639,12 +448797,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recsPFzvWrpDat7jx", "subject": [], - "id": "e4576" + "id": "e4577" }, { "aapbId": "cpb-aacip-500-g7374w2s", @@ -312672,6 +448854,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -312679,6 +448865,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -312707,9 +448897,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recsQcEXCsN8rky2v", - "id": "e4577" + "id": "e4578" }, { "aapbId": "cpb-aacip-500-125qcs46", @@ -312732,10 +448946,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -312755,10 +448977,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsSSnb4sMlc2CbG", - "id": "e4578" + "id": "e4579" }, { "aapbId": "cpb-aacip-500-qb9v5f49", @@ -312791,6 +449037,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -312832,10 +449082,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsTugIajarPSImz", - "id": "e4579" + "id": "e4580" }, { "aapbId": "cpb-aacip-500-v11vk19s", @@ -312854,13 +449128,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "seattle", + "name": "Seattle" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recsUjHfrIWqv78vH", - "id": "e4580" + "id": "e4581" }, { "aapbId": "cpb-aacip-500-dn3zx700", @@ -312884,6 +449186,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -312931,9 +449237,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recsUjOTUcKDl0Pj5", - "id": "e4581" + "id": "e4582" }, { "aapbId": "cpb-aacip-500-fn10t451", @@ -312953,9 +449283,21 @@ "title": "Seeds of discontent" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -312972,10 +449314,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsVAaKflfrKlsqx", - "id": "e4582" + "id": "e4583" }, { "aapbId": "cpb-aacip-500-pn8xfg5w", @@ -313000,13 +449366,21 @@ "name": "Comedy" }, { - "id": "film-history", - "name": "Film History" + "id": "film", + "name": "Film" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "silent-films", "name": "Silent films" @@ -313016,8 +449390,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -313052,9 +449426,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recsXjfwTz6wdXXEC", - "id": "e4583" + "id": "e4584" }, { "aapbId": "cpb-aacip-500-5717qr4v", @@ -313074,6 +449472,10 @@ "title": "Classical drama" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "mythology-greek-adaptations", "name": "Mythology, Greek--Adaptations" @@ -313083,8 +449485,12 @@ "name": "NAEB Region III" }, { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology)--Drama" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philoctetes-greek-mythology", + "name": "Philoctetes (Greek mythology)" }, { "id": "philoctetes-mythological-character", @@ -313094,6 +449500,10 @@ "id": "radio-adaptations", "name": "Radio adaptations" }, + { + "id": "religion", + "name": "Religion" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -313137,9 +449547,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recsYJwufBuT7sn7o", - "id": "e4584" + "id": "e4585" }, { "aapbId": "cpb-aacip-500-xw47v95g", @@ -313160,8 +449594,8 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "europe", @@ -313171,6 +449605,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "persecution-soviet-union", "name": "Persecution--Soviet Union" @@ -313179,10 +449617,6 @@ "id": "soviet-union", "name": "Soviet Union" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -313231,9 +449665,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recsYM0M8DogwBt94", - "id": "e4585" + "id": "e4586" }, { "aapbId": "cpb-aacip-500-9z90dj9q", @@ -313252,6 +449710,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -313267,10 +449729,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recsYN1QcANM5H17J", - "id": "e4586" + "id": "e4587" }, { "aapbId": "cpb-aacip-500-t14tp503", @@ -313302,6 +449788,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "well-being-age-factors", "name": "Well-being--Age factors" @@ -313345,9 +449835,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recsYZrXoXZFbKILe", - "id": "e4587" + "id": "e4588" }, { "aapbId": "cpb-aacip-500-6q1sk29f", @@ -313371,6 +449885,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -313392,8 +449914,8 @@ "name": "Vietnam War, 1961-1975" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -313436,9 +449958,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recsZvxwVA1H3Eqj7", - "id": "e4588" + "id": "e4589" }, { "aapbId": "cpb-aacip-500-8w384d1w", @@ -313456,16 +450002,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recsZyBZNpD1q46ap", - "id": "e4589" + "id": "e4590" }, { "aapbId": "cpb-aacip-500-5q4rp627", @@ -313489,17 +450067,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -313544,9 +450126,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recsaulKkRVrfrZpj", - "id": "e4590" + "id": "e4591" }, { "aapbId": "cpb-aacip-500-833n119z", @@ -313566,6 +450172,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -313578,6 +450188,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -313600,18 +450214,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recsblWeLdi9x4Ryy", - "id": "e4591" + "id": "e4592" }, { "aapbId": "cpb-aacip-500-6q1sk41x", @@ -313643,6 +450285,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -313678,11 +450324,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recsc4o5t97MjcFQN", - "id": "e4592" + "id": "e4593" }, { "aapbId": "cpb-aacip-500-pz51m896", @@ -313702,6 +450376,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "composition-music", "name": "Composition (Music)" @@ -313719,8 +450397,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -313761,9 +450439,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recscZtUWTUfYf9jt", - "id": "e4593" + "id": "e4594" }, { "aapbId": "cpb-aacip-500-vt1gp89t", @@ -313788,16 +450490,16 @@ "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" } ], "creator": [ @@ -313838,9 +450540,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1950-1959", "airtableId": "recsdXGvopCvPSBu3", - "id": "e4594" + "id": "e4595" }, { "aapbId": "cpb-aacip-500-vt1gpb80", @@ -313858,13 +450584,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recsfOYZAs9RZvvPS", - "id": "e4595" + "id": "e4596" }, { "aapbId": "cpb-aacip-500-df6k4n53", @@ -313888,9 +450642,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -313911,10 +450673,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsgqmPXhv2zMwLH", - "id": "e4596" + "id": "e4597" }, { "aapbId": "cpb-aacip-500-k06x1v5g", @@ -313933,13 +450719,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recshekeULQDr3dvC", - "id": "e4597" + "id": "e4598" }, { "aapbId": "cpb-aacip-500-jh3d3c6s", @@ -313959,6 +450773,10 @@ "title": "And the world listened" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "lincoln-abraham-1809-1865", "name": "Lincoln, Abraham, 1809-1865" @@ -313967,6 +450785,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -314014,11 +450836,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recshrv3oV9kRaKPu", - "id": "e4598" + "id": "e4599" }, { "aapbId": "cpb-aacip-500-h41jnf7r", @@ -314039,13 +450889,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recshuxUps1YnoHAW", - "id": "e4599" + "id": "e4600" }, { "aapbId": "cpb-aacip-500-g44hrj2t", @@ -314065,6 +450943,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -314117,11 +450999,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recsjFzfA2exGwqpS", - "id": "e4600" + "id": "e4601" }, { "aapbId": "cpb-aacip-500-r49g8p8b", @@ -314149,6 +451059,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -314197,9 +451111,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recskjFGFLgE5rqOF", - "id": "e4601" + "id": "e4602" }, { "aapbId": "cpb-aacip-500-736m4853", @@ -314227,6 +451165,10 @@ "id": "city-planning", "name": "City planning" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -314243,6 +451185,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -314281,9 +451227,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recslGiutoQs4Pd3K", - "id": "e4602" + "id": "e4603" }, { "aapbId": "cpb-aacip-500-rn307434", @@ -314315,6 +451285,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -314372,9 +451346,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recslSr6dEqzNMMLb", - "id": "e4603" + "id": "e4604" }, { "aapbId": "cpb-aacip-500-k649td9f", @@ -314414,6 +451412,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "pollution-united-states", "name": "Pollution--United States" @@ -314457,9 +451459,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recslUZEu6APDyynp", - "id": "e4604" + "id": "e4605" }, { "aapbId": "cpb-aacip-500-s46h5j93", @@ -314483,6 +451509,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -314544,9 +451574,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recsmjWzTAnBCeutg", - "id": "e4605" + "id": "e4606" }, { "aapbId": "cpb-aacip-500-zg6g613f", @@ -314574,6 +451628,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -314622,9 +451680,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recso5KIpqaevIU47", - "id": "e4606" + "id": "e4607" }, { "aapbId": "cpb-aacip-500-3r0pwg0r", @@ -314665,8 +451747,12 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -314701,9 +451787,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recsoocOpA2P2rSjs", - "id": "e4607" + "id": "e4608" }, { "aapbId": "cpb-aacip-500-3x83p26h", @@ -314719,16 +451829,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recsorAas4T3b09lm", - "id": "e4608" + "id": "e4609" }, { "aapbId": "cpb-aacip-500-rb6w287b", @@ -314752,6 +451902,10 @@ "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "fermi-enrico-1901-1954", "name": "Fermi, Enrico, 1901-1954" @@ -314760,6 +451914,14 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "nuclear-energy", + "name": "Nuclear energy" + }, { "id": "nuclear-energy-history-20th-century", "name": "Nuclear energy--History--20th century," @@ -314769,8 +451931,16 @@ "name": "Nuclear energy--Research--United States" }, { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History" + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -314822,9 +451992,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recspfOhSyk80kiDK", - "id": "e4609" + "id": "e4610" }, { "aapbId": "cpb-aacip-500-n58cm37r", @@ -314844,10 +452038,18 @@ "title": "Century of science" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "natural-resources", "name": "Natural resources" @@ -314909,9 +452111,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recsppXAc6bUtjd78", - "id": "e4610" + "id": "e4611" }, { "aapbId": "cpb-aacip-500-154ds08b", @@ -314932,20 +452158,32 @@ }, "subject": [ { - "id": "education-mexico", - "name": "Education--Mexico" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "info-orient", "name": "Info.-Orient" }, + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -314962,10 +452200,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recspub9Fe9pz8JB5", - "id": "e4611" + "id": "e4612" }, { "aapbId": "cpb-aacip-500-ft8dkp9t", @@ -314984,6 +452246,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -314999,10 +452265,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recsqxHUHM5IY4MWE", - "id": "e4612" + "id": "e4613" }, { "aapbId": "cpb-aacip-500-gb1xj372", @@ -315037,6 +452327,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -315063,10 +452357,34 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsr8sZkOfO6215b", - "id": "e4613" + "id": "e4614" }, { "aapbId": "cpb-aacip-500-3775z31p", @@ -315092,6 +452410,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -315114,10 +452436,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recsrB7d4jUrzfYkM", - "id": "e4614" + "id": "e4615" }, { "aapbId": "cpb-aacip-500-wh2dd95x", @@ -315141,17 +452487,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -315189,18 +452539,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recsrbHyepKCaL0K9", - "id": "e4615" + "id": "e4616" }, { "aapbId": "cpb-aacip-500-nz80qd4g", @@ -315257,7 +452631,7 @@ ], "decade": "1960-1969", "airtableId": "recss8xYAGjQuqfac", - "id": "e4616" + "id": "e4617" }, { "aapbId": "cpb-aacip-500-n58cm46q", @@ -315290,6 +452664,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation" @@ -315331,10 +452709,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recssmBSa1PKc8z58", - "id": "e4617" + "id": "e4618" }, { "aapbId": "cpb-aacip-500-z60c1670", @@ -315348,16 +452750,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recsu9lMgdmHUixlC", - "id": "e4618" + "id": "e4619" }, { "aapbId": "cpb-aacip-500-mc8rgt8j", @@ -315389,6 +452831,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -315446,9 +452892,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recsvasDkgAtJrahc", - "id": "e4619" + "id": "e4620" }, { "aapbId": "cpb-aacip-500-p843w98b", @@ -315468,6 +452938,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -315475,6 +452949,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -315503,9 +452981,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "recswcBCdkKUVkLLG", - "id": "e4620" + "id": "e4621" }, { "aapbId": "cpb-aacip-500-639k7d33", @@ -315536,6 +453038,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -315576,9 +453082,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recsx1TqO6KEyIvPc", - "id": "e4621" + "id": "e4622" }, { "aapbId": "cpb-aacip-500-dj58hx31", @@ -315599,25 +453129,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -315667,9 +453209,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recsxCpv0AdxwIPen", - "id": "e4622" + "id": "e4623" }, { "aapbId": "cpb-aacip-500-7w677h2d", @@ -315689,7 +453255,7 @@ "contributor": [], "airtableId": "recsxWZj1OlOywqBO", "subject": [], - "id": "e4623" + "id": "e4624" }, { "aapbId": "cpb-aacip-500-wp9t5w4q", @@ -315709,14 +453275,26 @@ "title": "31st Annual Couchiching Conference, 1962" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "east-and-west", "name": "East and West" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -315736,6 +453314,14 @@ { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -315789,11 +453375,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1960-1969", "airtableId": "recsyDaMtjI1pQ2VX", - "id": "e4624" + "id": "e4625" }, { "aapbId": "cpb-aacip-500-9k45vc83", @@ -315828,6 +453442,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "us-government", "name": "U.S. Government" @@ -315863,9 +453481,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recsyZL0gXWjTkfQc", - "id": "e4625" + "id": "e4626" }, { "aapbId": "cpb-aacip-500-sf2mbf11", @@ -315886,8 +453528,12 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "european-literature", + "name": "European literature" }, { "id": "europeans", @@ -315897,6 +453543,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "national-characteristics-american", "name": "National characteristics, American" @@ -315905,6 +453555,14 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "travel-writing", + "name": "Travel writing" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -316001,9 +453659,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recsyc8yTE41SZvu7", - "id": "e4626" + "id": "e4627" }, { "aapbId": "cpb-aacip-500-x921hk4z", @@ -316023,6 +453705,10 @@ "title": "Organ music of the centuries" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "marcello-benedetto-1686-1739", "name": "Marcello, Benedetto, 1686-1739" @@ -316035,13 +453721,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { "id": "pachelbel-johann-1653-1706-organ-music", @@ -316084,9 +453774,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recsymLbySIKgqTdv", - "id": "e4627" + "id": "e4628" }, { "aapbId": "cpb-aacip-500-639k7b4x", @@ -316107,24 +453821,32 @@ }, "subject": [ { - "id": "education-great-britain", - "name": "Education--Great Britain" + "id": "education", + "name": "Education" }, { "id": "educators-europe", "name": "Educators--Europe" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "europe", + "name": "Europe" + }, + { + "id": "great-britain", + "name": "Great Britain" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "students-great-britain", - "name": "Students--Great Britain" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "students", + "name": "Students" }, { "id": "summerhill-school", @@ -316180,9 +453902,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recszZM86Ruavn5YG", - "id": "e4628" + "id": "e4629" }, { "aapbId": "cpb-aacip-500-736m474n", @@ -316216,11 +453962,6 @@ } ], "creator": [ - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body" - }, { "id": "national-association-of-educational-broadcasters", "name": "National Association of Educational Broadcasters", @@ -316250,10 +453991,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rect0HEfvFBDCtXkx", - "id": "e4629" + "id": "e4630" }, { "aapbId": "cpb-aacip-500-0g3h2259", @@ -316273,10 +454038,6 @@ "title": "The comic arts II" }, "subject": [ - { - "id": "books", - "name": "Books" - }, { "id": "comedy", "name": "Comedy" @@ -316285,13 +454046,29 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "newspapers", + "name": "Newspapers" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -316326,9 +454103,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "rect0qrrz35Zh6stA", - "id": "e4630" + "id": "e4631" }, { "aapbId": "cpb-aacip-500-jw86nj5s", @@ -316349,20 +454150,24 @@ }, "subject": [ { - "id": "dixieland-music-louisiana", - "name": "Dixieland music--Louisiana" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-louisiana-new-orleans", - "name": "Jazz musicians--Louisiana--New Orleans" + "id": "history-and-criticism", + "name": "History and criticism" + }, + { + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz-musicians-louisiana-new-orleans", + "name": "Jazz musicians--Louisiana--New Orleans" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "louisiana", + "name": "Louisiana" }, { "id": "music", @@ -316371,6 +454176,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -316403,10 +454212,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rect1SDsgi15H0BQh", - "id": "e4631" + "id": "e4632" }, { "aapbId": "cpb-aacip-500-tb0xv110", @@ -316438,6 +454271,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" @@ -316495,9 +454332,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "rect3EkPWw5tWionP", - "id": "e4632" + "id": "e4633" }, { "aapbId": "cpb-aacip-500-dv1cpv6t", @@ -316518,17 +454379,25 @@ }, "subject": [ { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-" + "id": "canada", + "name": "Canada" }, { - "id": "christianity-and-culture-latin-america", - "name": "Christianity and culture--Latin America" + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations" + }, + { + "id": "christianity-and-culture", + "name": "Christianity and culture" }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -316538,16 +454407,16 @@ "name": "Latin America" }, { - "id": "latin-america-religion", - "name": "Latin America--Religion" + "id": "multiculturalism", + "name": "Multiculturalism" }, { - "id": "multiculturalism-latin-america", - "name": "Multiculturalism--Latin America" + "id": "poverty", + "name": "Poverty" }, { - "id": "poverty-latin-america", - "name": "Poverty--Latin America" + "id": "race", + "name": "Race" }, { "id": "religion", @@ -316556,6 +454425,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -316615,11 +454488,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" } ], "decade": "1950-1959", "airtableId": "rect3rK46MYmUNhKp", - "id": "e4633" + "id": "e4634" }, { "aapbId": "cpb-aacip-500-7659hg6b", @@ -316651,6 +454552,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -316723,9 +454628,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "rect4GLrV0Ye2mHsx", - "id": "e4634" + "id": "e4635" }, { "aapbId": "cpb-aacip-500-m9023m27", @@ -316739,12 +454668,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "rect4o7w1kgtwIbGl", "subject": [], - "id": "e4635" + "id": "e4636" }, { "aapbId": "cpb-aacip-500-9z90dg99", @@ -316764,6 +454717,10 @@ "title": "Creative mind" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "choreography", "name": "Choreography" @@ -316776,6 +454733,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -316819,9 +454780,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "rect4vYCtDzqLbYLV", - "id": "e4636" + "id": "e4637" }, { "aapbId": "cpb-aacip-500-gq6r394x", @@ -316840,13 +454825,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rect8u57bEktpsMCi", - "id": "e4637" + "id": "e4638" }, { "aapbId": "cpb-aacip-500-b853kc57", @@ -316862,16 +454875,56 @@ "title": "Birth control today" }, "subject": [ + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rect8yz6BGzqet1Fq", - "id": "e4638" + "id": "e4639" }, { "aapbId": "cpb-aacip-500-154ds212", @@ -316898,6 +454951,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -316914,10 +454971,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rectBYx6a5o2JZesL", - "id": "e4639" + "id": "e4640" }, { "aapbId": "cpb-aacip-500-599z424n", @@ -316953,6 +455034,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "oratorios", "name": "Oratorios" @@ -316988,9 +455073,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "rectC4cCpSQouf10V", - "id": "e4640" + "id": "e4641" }, { "aapbId": "cpb-aacip-500-kd1qm13f", @@ -317041,6 +455150,18 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -317110,9 +455231,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rectCkBPfHaCG21Qa", - "id": "e4641" + "id": "e4642" }, { "aapbId": "cpb-aacip-500-bn9x4j87", @@ -317132,10 +455277,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -317173,9 +455326,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "rectCwyBzflHQ1iRK", - "id": "e4642" + "id": "e4643" }, { "aapbId": "cpb-aacip-500-kw57jd2k", @@ -317195,6 +455372,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -317207,6 +455388,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -317274,9 +455459,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "rectDsIXqock9a7iU", - "id": "e4643" + "id": "e4644" }, { "aapbId": "cpb-aacip-500-sn01404w", @@ -317308,6 +455517,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -317359,9 +455572,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rectFwixgsypWbAtE", - "id": "e4644" + "id": "e4645" }, { "aapbId": "cpb-aacip-500-n29p6w4v", @@ -317392,6 +455629,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -317444,9 +455685,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "airtableId": "rectHea8NC28aW7DL", - "id": "e4645" + "id": "e4646" }, { "aapbId": "cpb-aacip-500-qf8jjq9x", @@ -317465,7 +455730,7 @@ "contributor": [], "airtableId": "rectHz7ZpM9zEN4tH", "subject": [], - "id": "e4646" + "id": "e4647" }, { "aapbId": "cpb-aacip-500-3x83p241", @@ -317484,13 +455749,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "rectJ3qnMDGmdGTzN", - "id": "e4647" + "id": "e4648" }, { "aapbId": "cpb-aacip-500-dj58hx48", @@ -317514,9 +455807,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -317551,9 +455852,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "rectJCLDMX1fShDjT", - "id": "e4648" + "id": "e4649" }, { "aapbId": "cpb-aacip-500-ns0kxw1v", @@ -317583,6 +455908,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -317628,9 +455957,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "rectJPsJvulZFtu9W", - "id": "e4649" + "id": "e4650" }, { "aapbId": "cpb-aacip-500-r20rwd92", @@ -317658,10 +456011,22 @@ "id": "egypt-history-military", "name": "Egypt--History, Military" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "saladin-sultan-of-egypt-and-syria-1137-1193", "name": "Saladin, Sultan of Egypt and Syria, 1137-1193" @@ -317669,6 +456034,10 @@ { "id": "syria-history-military", "name": "Syria--History, Military" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -317721,9 +456090,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "rectJTOVyXzaHC4fC", - "id": "e4650" + "id": "e4651" }, { "aapbId": "cpb-aacip-500-h7081q3b", @@ -317749,6 +456142,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -317783,9 +456180,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "rectLqG5fs2CcONTg", - "id": "e4651" + "id": "e4652" }, { "aapbId": "cpb-aacip-500-hx15rp59", @@ -317805,6 +456226,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -317812,6 +456237,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -317858,9 +456287,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rectMlx1XTwntO4UU", - "id": "e4652" + "id": "e4653" }, { "aapbId": "cpb-aacip-500-jw86nj1t", @@ -317881,16 +456334,20 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { "id": "us-literature", @@ -317929,9 +456386,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "rectMtPIRoPtyQO2J", - "id": "e4653" + "id": "e4654" }, { "aapbId": "cpb-aacip-500-x34mr246", @@ -317959,6 +456440,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -318007,9 +456492,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rectN9KPOHGz92zTe", - "id": "e4654" + "id": "e4655" }, { "aapbId": "cpb-aacip-500-7659hh42", @@ -318031,6 +456540,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -318039,13 +456552,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -318081,14 +456606,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rectO2AvKf9JFAXnG", - "id": "e4655" + "id": "e4656" }, { "aapbId": "cpb-aacip-500-sf2mbd5s", @@ -318117,16 +456670,16 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -318164,18 +456717,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "rectOJo7eJHPzmglj", - "id": "e4656" + "id": "e4657" }, { "aapbId": "cpb-aacip-500-901zhq06", @@ -318190,12 +456767,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "nova-scotia", + "name": "Nova Scotia" + } + ], + "settlement": [ + { + "id": "halifax", + "name": "Halifax" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rectPFjFuNsqXh4uQ", "subject": [], - "id": "e4657" + "id": "e4658" }, { "aapbId": "cpb-aacip-500-707wqx4q", @@ -318216,13 +456817,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rectQevKka2pgm1kc", - "id": "e4658" + "id": "e4659" }, { "aapbId": "cpb-aacip-500-k06x1t80", @@ -318243,20 +456872,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -318266,6 +456895,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "piano-performance", "name": "Piano--Performance" @@ -318332,9 +456969,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "rectQulloqu06p5ky", - "id": "e4659" + "id": "e4660" }, { "aapbId": "cpb-aacip-500-3b5wbc4v", @@ -318362,6 +457023,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -318405,9 +457070,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "airtableId": "rectT8JlUUUWspOFh", - "id": "e4660" + "id": "e4661" }, { "aapbId": "cpb-aacip-500-kh0f082j", @@ -318427,33 +457116,33 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "education", + "name": "Education" }, { - "id": "african-americans-professional-education", - "name": "African Americans--Professional education" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "african-americans-vocational-education", - "name": "African Americans--Vocational education" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "professional-education", + "name": "Professional education" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "vocational-education", + "name": "Vocational education" } ], "creator": [ @@ -318512,9 +457201,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rectTVxlMj81qSkUN", - "id": "e4661" + "id": "e4662" }, { "aapbId": "cpb-aacip-500-69700x7t", @@ -318534,10 +457247,18 @@ "title": "Peace, love, creativity: Hope of mankind" }, "subject": [ + { + "id": "civilization-philosophy", + "name": "Civilization--Philosophy" + }, { "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -318546,13 +457267,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -318588,14 +457321,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rectTqXQ9lSQHKDXZ", - "id": "e4662" + "id": "e4663" }, { "aapbId": "cpb-aacip-500-901zhm8h", @@ -318616,24 +457377,24 @@ }, "subject": [ { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "american-poetry", + "name": "American poetry" }, { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism" + "id": "great-britain-poetry", + "name": "Great Britain--Poetry" }, { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "poets", - "name": "Poets" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -318680,9 +457441,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rectW0o99c2FMWFvM", - "id": "e4663" + "id": "e4664" }, { "aapbId": "cpb-aacip-500-kk94cj35", @@ -318703,12 +457488,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music", - "name": "African Americans--Music" + "id": "african-americans", + "name": "African Americans" }, { "id": "amish-music", @@ -318729,6 +457510,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -318752,13 +457537,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "rectWVFD3aWr8G1Id", - "id": "e4664" + "id": "e4665" }, { "aapbId": "cpb-aacip-500-n29p6v0p", @@ -318778,10 +457587,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -318791,8 +457608,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -318848,11 +457665,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "rectX37ToGNJrvbGs", - "id": "e4665" + "id": "e4666" }, { "aapbId": "cpb-aacip-500-z02z7k4q", @@ -318896,10 +457741,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "operas", "name": "Operas" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "sullivan-arthur-1842-1900", "name": "Sullivan, Arthur, 1842-1900" @@ -318935,9 +457788,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "rectXMtm2IGUosL0n", - "id": "e4666" + "id": "e4667" }, { "aapbId": "cpb-aacip-500-p843w92w", @@ -318987,25 +457864,37 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "social-values-united-states", "name": "Social values--United States" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "sunnyvale-calif", "name": "Sunnyvale (Calif.)" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { - "id": "youth", - "name": "Youth" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { - "id": "youth-united-states", - "name": "Youth--United States" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -319032,10 +457921,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-altos", + "name": "Los Altos" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rectXaBzYfsy9VrYQ", - "id": "e4667" + "id": "e4668" }, { "aapbId": "cpb-aacip-500-gx44vs72", @@ -319056,29 +457969,41 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" }, { "id": "intimidation-united-states", "name": "Intimidation--United States" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -319140,9 +458065,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "rectac69iCyh1MPIO", - "id": "e4668" + "id": "e4669" }, { "aapbId": "cpb-aacip-500-7940wt65", @@ -319162,6 +458111,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -319174,11 +458131,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "rectai3sOgAK2BHY2", - "id": "e4669" + "id": "e4670" }, { "aapbId": "cpb-aacip-500-6h4csh2q", @@ -319209,6 +458190,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -319249,9 +458234,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "rectbYmITVb9Q8ELB", - "id": "e4670" + "id": "e4671" }, { "aapbId": "cpb-aacip-500-bk16r764", @@ -319275,6 +458284,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -319283,13 +458296,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -319319,14 +458344,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "rectd9QHMu3XesnFi", - "id": "e4671" + "id": "e4672" }, { "aapbId": "cpb-aacip-500-7d2q944h", @@ -319348,6 +458401,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -319377,9 +458434,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recte3G3qcJkQydDc", - "id": "e4672" + "id": "e4673" }, { "aapbId": "cpb-aacip-500-610vv37b", @@ -319399,6 +458480,10 @@ "title": "Library of Congress lectures" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "foreign-literature", "name": "Foreign Literature" @@ -319411,6 +458496,10 @@ "id": "soviet-union-poetry", "name": "Soviet Union--Poetry" }, + { + "id": "us-literature", + "name": "U.S. Literature" + }, { "id": "world-politics", "name": "World Politics" @@ -319448,9 +458537,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rectedl3npxKZyesj", - "id": "e4673" + "id": "e4674" }, { "aapbId": "cpb-aacip-500-jq0svz30", @@ -319474,10 +458587,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -319497,10 +458626,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rectg8Gtovohn4tWZ", - "id": "e4674" + "id": "e4675" }, { "aapbId": "cpb-aacip-500-8c9r5w9d", @@ -319528,17 +458681,21 @@ "id": "culture-conflict", "name": "Culture conflict" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "indians-of-north-america", "name": "Indians of North America" }, { - "id": "indians-of-north-america-drama", - "name": "Indians of North America--Drama" + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -319591,9 +458748,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "rectgOVvLhZeEynzU", - "id": "e4675" + "id": "e4676" }, { "aapbId": "cpb-aacip-500-0r9m6w88", @@ -319614,8 +458795,12 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { "id": "city-planning-united-states", @@ -319629,10 +458814,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "minorities-united-states", "name": "Minorities--United States" @@ -319656,6 +458837,18 @@ { "id": "technology", "name": "Technology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -319701,9 +458894,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "rectgdc8NyMzg3rHV", - "id": "e4676" + "id": "e4677" }, { "aapbId": "cpb-aacip-500-xp6v2q6h", @@ -319723,10 +458940,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -319808,9 +459033,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recti6wJUqkHYAxdt", - "id": "e4677" + "id": "e4678" }, { "aapbId": "cpb-aacip-500-1z41wc6q", @@ -319831,16 +459080,16 @@ }, "subject": [ { - "id": "chinese-americans", - "name": "Chinese Americans" + "id": "china", + "name": "China" }, { - "id": "chinese-americans-history", - "name": "Chinese Americans--History" + "id": "chinese-americans", + "name": "Chinese Americans" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "education", + "name": "Education" }, { "id": "lectures-and-lecturing", @@ -319851,8 +459100,20 @@ "name": "NAEB Region I" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "united-states-emigration-and-immigration-history-19th-century", + "name": "United States--Emigration and immigration--History--19th century" + }, + { + "id": "united-states-emigration-and-immigration-history-20th-century", + "name": "United States--Emigration and immigration--History--20th century" } ], "creator": [ @@ -319879,11 +459140,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "rectjbLj8DFdnP5dS", - "id": "e4678" + "id": "e4679" }, { "aapbId": "cpb-aacip-500-bg2hc01q", @@ -319901,13 +459190,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "rectk3LBwRhoM4WUK", - "id": "e4679" + "id": "e4680" }, { "aapbId": "cpb-aacip-500-6t0gzb64", @@ -319934,6 +459251,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -319950,10 +459275,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rectlGfm3DpwEvFZ5", - "id": "e4680" + "id": "e4681" }, { "aapbId": "cpb-aacip-500-p26q3p6f", @@ -319973,14 +459322,14 @@ "title": "Security and civil rights" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "civil-rights", "name": "Civil rights" }, + { + "id": "law", + "name": "Law" + }, { "id": "legislation-united-states", "name": "Legislation--United States" @@ -319989,21 +459338,25 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" - }, - { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" } ], "creator": [ @@ -320050,9 +459403,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "rectm1N9J1VVu083m", - "id": "e4681" + "id": "e4682" }, { "aapbId": "cpb-aacip-500-154ds15t", @@ -320073,20 +459450,24 @@ }, "subject": [ { - "id": "books-and-reading", - "name": "Books and reading" + "id": "foreign-literature", + "name": "Foreign Literature" }, { - "id": "criticism-book-reviews", - "name": "Criticism--Book reviews" + "id": "marx-karl-1818-1883", + "name": "Marx, Karl, 1818-1883" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" } ], "creator": [ @@ -320133,9 +459514,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rectmpHQ1g31p3Eq8", - "id": "e4682" + "id": "e4683" }, { "aapbId": "cpb-aacip-500-8w384d4m", @@ -320158,10 +459563,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -320181,29 +459594,63 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rectnzH1jCLT9WxGO", - "id": "e4683" + "id": "e4684" }, { "aapbId": "cpb-aacip-500-9c6s2t5c", "naebId": "71-19-3", "umdId": "5434", - "title": "#3 (Reel 1)", + "title": "Third concert (part 1)", "duration": 3782, "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers.", + "description": "Concert #3, part 1 of 2. ", "location": "Hornbake Special Collections", + "temporal": "1961-1970", "language": "English", "series": { "id": "1970-may-festival", "title": "1970 May festival" }, "subject": [ + { + "id": "choral-music", + "name": "Choral music" + }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "concerts", + "name": "Concerts" + }, { "id": "music", "name": "Music" @@ -320211,19 +459658,117 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "oratorio", + "name": "Oratorio" } ], "creator": [ + { + "id": "wguc-radio-station-cincinnati-ohio", + "name": "WGUC (Radio station : Cincinnati, Ohio)", + "type": "Corporate Body", + "role": "Producer" + }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", - "type": "Corporate Body" + "type": "Corporate Body", + "role": "Artist" } ], - "decade": null, - "contributor": [], + "contributor": [ + { + "id": "haywood-lorna", + "name": "Haywood, Lorna", + "type": "Person" + }, + { + "id": "shaw-robert-1916-1999", + "name": "Shaw, Robert, 1916-1999", + "type": "Person" + }, + { + "id": "thomas-elmer", + "name": "Thomas, Elmer", + "type": "Person" + }, + { + "id": "harrower-peter", + "name": "Harrower, Peter", + "type": "Person" + }, + { + "id": "prokofiev-sergey-1891-1953", + "name": "Prokofiev, Sergey, 1891-1953", + "type": "Person", + "role": "Composer" + }, + { + "id": "mussorgsky-modest-petrovich-1839-1881", + "name": "Mussorgsky, Modest Petrovich, 1839-1881", + "type": "Person", + "role": "Composer" + }, + { + "id": "rudel-julius", + "name": "Rudel, Julius", + "type": "Person", + "role": "Conductor" + }, + { + "id": "bennett-myron", + "name": "Bennett, Myron", + "type": "Person", + "role": "Narrator" + } + ], + "genre": [ + { + "id": "music", + "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], + "decade": "1960-1969", "airtableId": "rectox68pf4lmjwYM", - "id": "e4684" + "id": "e4685" }, { "aapbId": "cpb-aacip-500-nc5scq0b", @@ -320247,6 +459792,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -320298,9 +459847,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "rectq4IfbGvN0hqOI", - "id": "e4685" + "id": "e4686" }, { "aapbId": "cpb-aacip-500-m03xxp8c", @@ -320321,20 +459894,24 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "bioengineering", + "name": "Bioengineering" }, { - "id": "criticism", - "name": "Criticism" + "id": "british-literature", + "name": "British literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -320369,9 +459946,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "springfield", + "name": "Springfield" + } + ], "decade": "1960-1969", "airtableId": "rectqzj9Cw7cBrvcn", - "id": "e4686" + "id": "e4687" }, { "aapbId": "cpb-aacip-500-tb0xv26d", @@ -320390,13 +459991,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "rectrr2rF9hX9txqO", - "id": "e4687" + "id": "e4688" }, { "aapbId": "cpb-aacip-500-pz51m82h", @@ -320416,6 +460045,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -320424,6 +460057,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -320479,9 +460120,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "rects0ldJtWqi9JCw", - "id": "e4688" + "id": "e4689" }, { "aapbId": "cpb-aacip-500-h7081p34", @@ -320502,12 +460167,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -320516,6 +460177,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -320542,10 +460207,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "rectsbvjLAkbXJV8f", - "id": "e4689" + "id": "e4690" }, { "aapbId": "cpb-aacip-500-jq0svz7z", @@ -320574,16 +460263,24 @@ "name": "Meteorology--Europe" }, { - "id": "motion-pictures-switzerland-history", - "name": "Motion pictures--Switzerland--History" - }, - { - "id": "motion-pictures-switzerland-plots-themes-etc", - "name": "Motion pictures--Switzerland--Plots, themes, etc" + "id": "motion-pictures", + "name": "Motion pictures" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "switzerland", + "name": "Switzerland" } ], "creator": [ @@ -320623,28 +460320,70 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "rectt0veRJAXaWEIZ", - "id": "e4690" + "id": "e4691" }, { "aapbId": "cpb-aacip-500-xs5jg258", "naebId": "71-19-1", "umdId": "5431", - "title": "#1 (Reel 3)", + "title": "First concert (part 3)", "duration": 2134, "seriesDescription": "The 1970 May Festival from Music Hall in Cincinnati, Ohio. The festival featured the Cincinnati Symphony Orchestra and other performers.", + "description": "Concert #1, part 3 of 3. ", "location": "Hornbake Special Collections", + "temporal": "1961-1970", "language": "English", "series": { "id": "1970-may-festival", "title": "1970 May festival" }, "subject": [ + { + "id": "choral-music", + "name": "Choral music" + }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "concerts", + "name": "Concerts" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "haydn-joseph-1732-1809", + "name": "Haydn, Joseph, 1732-1809" + }, { "id": "music", "name": "Music" @@ -320652,19 +460391,106 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "oratorio", + "name": "Oratorio" } ], "creator": [ + { + "id": "wguc-radio-station-cincinnati-ohio", + "name": "WGUC (Radio station : Cincinnati, Ohio)", + "type": "Corporate Body", + "role": "Producer" + }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", - "type": "Corporate Body" + "type": "Corporate Body", + "role": "Artist" } ], - "decade": null, - "contributor": [], + "contributor": [ + { + "id": "haywood-lorna", + "name": "Haywood, Lorna", + "type": "Person" + }, + { + "id": "thomas-elmer", + "name": "Thomas, Elmer", + "type": "Person" + }, + { + "id": "harrower-peter", + "name": "Harrower, Peter", + "type": "Person" + }, + { + "id": "haydn-joseph-1732-1809", + "name": "Haydn, Joseph, 1732-1809.", + "type": "Person", + "role": "Composer" + }, + { + "id": "shaw-robert-1916-1999", + "name": "Shaw, Robert, 1916-1999", + "type": "Person", + "role": "Conductor" + }, + { + "id": "bennett-myron", + "name": "Bennett, Myron", + "type": "Person", + "role": "Narrator" + } + ], + "genre": [ + { + "id": "music", + "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], + "decade": "1960-1969", "airtableId": "recttYkiXg0KWFUdj", - "id": "e4691" + "id": "e4692" }, { "aapbId": "cpb-aacip-500-m32n9z3q", @@ -320685,16 +460511,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -320741,9 +460575,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "recttqrWmWSssB032", - "id": "e4692" + "id": "e4693" }, { "aapbId": "cpb-aacip-500-cf9j7s33", @@ -320783,6 +460641,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -320832,9 +460694,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recttzvtAn03VFpCn", - "id": "e4693" + "id": "e4694" }, { "aapbId": "cpb-aacip-500-1j97b706", @@ -320852,16 +460738,16 @@ }, "subject": [ { - "id": "books", - "name": "Books" + "id": "american-literature", + "name": "American literature" }, { "id": "business", "name": "Business" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "law", @@ -320871,6 +460757,10 @@ "id": "medicine", "name": "Medicine" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -320904,7 +460794,7 @@ ], "decade": "1960-1969", "airtableId": "rectwGRw9aCgUGn7D", - "id": "e4694" + "id": "e4695" }, { "aapbId": "cpb-aacip-500-bv79x476", @@ -320924,6 +460814,10 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "human-rights", "name": "Human rights" @@ -320936,6 +460830,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "united-nations", "name": "United Nations" @@ -321005,9 +460907,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "rectwXDrcv6xC1xwe", - "id": "e4695" + "id": "e4696" }, { "aapbId": "cpb-aacip-500-g44hrh82", @@ -321031,6 +460957,10 @@ "id": "bach-johann-sebastian-1685-1750-organ-music", "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "handel-george-frideric-1685-1759-instrumental-music-selections-arranged", "name": "Handel, George Frideric, 1685-1759. Instrumental music. Selections; arranged" @@ -321044,16 +460974,16 @@ "name": "NAEB Region II" }, { - "id": "organ-musical-instrument", - "name": "Organ (Musical instrument)" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century" + "id": "organ-musical-instrument", + "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" } ], "creator": [ @@ -321088,9 +461018,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "rectxlHs51VddNx9D", - "id": "e4696" + "id": "e4697" }, { "aapbId": "cpb-aacip-500-gh9b9q3f", @@ -321114,10 +461068,6 @@ "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-poetry", "name": "United States--Poetry" @@ -321165,11 +461115,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "rectyn1oM02GHSjV6", - "id": "e4697" + "id": "e4698" }, { "aapbId": "cpb-aacip-500-610vv15f", @@ -321190,16 +461168,24 @@ }, "subject": [ { - "id": "naeb-region-vi", - "name": "NAEB Region VI" + "id": "feminism", + "name": "Feminism" }, { - "id": "women-united-states-history", - "name": "Women--United States--History" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { - "id": "womens-history", - "name": "Women's History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -321276,9 +461262,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "rectyrcPDxhFyMgWz", - "id": "e4698" + "id": "e4699" }, { "aapbId": "cpb-aacip-500-x921hn34", @@ -321309,6 +461319,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -321341,6 +461355,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -321351,7 +461389,7 @@ } ], "airtableId": "rectzR3F23wMXBzR5", - "id": "e4699" + "id": "e4700" }, { "aapbId": "cpb-aacip-500-b27pst8t", @@ -321369,7 +461407,7 @@ "contributor": [], "airtableId": "recu1Di29gjfOUXLT", "subject": [], - "id": "e4700" + "id": "e4701" }, { "aapbId": "cpb-aacip-500-j09w4z21", @@ -321409,6 +461447,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -321470,9 +461512,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recu1ep21ZbzSgFr2", - "id": "e4701" + "id": "e4702" }, { "aapbId": "cpb-aacip-500-zw18r706", @@ -321500,6 +461566,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -321507,6 +461577,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -321541,9 +461615,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recu2a13qGQLKsMri", - "id": "e4702" + "id": "e4703" }, { "aapbId": "cpb-aacip-500-vq2s918c", @@ -321564,13 +461662,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recu2f0GdzdGaA0Cj", - "id": "e4703" + "id": "e4704" }, { "aapbId": "cpb-aacip-500-2j68728f", @@ -321601,6 +461727,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "texas", "name": "Texas" @@ -321640,9 +461770,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recu3GmbV83PWEUUi", - "id": "e4704" + "id": "e4705" }, { "aapbId": "cpb-aacip-500-4b2x765d", @@ -321667,8 +461821,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -321682,13 +461836,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -321740,9 +461898,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recu3JivnlnrOMzSN", - "id": "e4705" + "id": "e4706" }, { "aapbId": "cpb-aacip-500-cz32672v", @@ -321774,6 +461956,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -321831,9 +462017,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recu3giM9XWAPzRZP", - "id": "e4706" + "id": "e4707" }, { "aapbId": "cpb-aacip-500-5t3g2g5h", @@ -321860,6 +462070,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -321924,9 +462142,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recu4NJrRwiDqekS0", - "id": "e4707" + "id": "e4708" }, { "aapbId": "cpb-aacip-500-n00ztk5c", @@ -321940,12 +462182,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recu5xtCElYGrjTRK", "subject": [], - "id": "e4708" + "id": "e4709" }, { "aapbId": "cpb-aacip-500-ws8hk59h", @@ -321976,6 +462242,10 @@ "id": "legislators-united-states", "name": "Legislators--United States" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-state", "name": "New York (State)" @@ -321987,10 +462257,6 @@ { "id": "us-politics", "name": "U.S. Politics" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -322019,9 +462285,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "airtableId": "recu5yYwZBSeXaDyb", - "id": "e4709" + "id": "e4710" }, { "aapbId": "cpb-aacip-500-4b2x771n", @@ -322040,7 +462330,7 @@ "contributor": [], "airtableId": "recu65IdJzsFSqJ6Y", "subject": [], - "id": "e4710" + "id": "e4711" }, { "aapbId": "cpb-aacip-500-4q7qsc1p", @@ -322072,10 +462362,6 @@ "id": "gonorrhea", "name": "Gonorrhea" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "medicine", "name": "Medicine" @@ -322088,6 +462374,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "sexually-transmitted-disease-vaccines", "name": "Sexually transmitted disease vaccines" @@ -322165,9 +462455,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recu6IG3uRY1PeIht", - "id": "e4711" + "id": "e4712" }, { "aapbId": "cpb-aacip-500-vm42wr68", @@ -322186,13 +462500,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recu6LyPBkzZCQV3P", - "id": "e4712" + "id": "e4713" }, { "aapbId": "cpb-aacip-500-j09w4z8g", @@ -322212,10 +462554,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -322225,8 +462575,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -322282,11 +462632,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "recu7ATxVfb7r2WHR", - "id": "e4713" + "id": "e4714" }, { "aapbId": "cpb-aacip-500-z02z7k9x", @@ -322307,20 +462685,24 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "book-publishing", + "name": "Book publishing" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "economics", + "name": "Economics" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-iii", + "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -322355,9 +462737,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recu7dEaEfZJAbNtR", - "id": "e4714" + "id": "e4715" }, { "aapbId": "cpb-aacip-500-pv6b7168", @@ -322376,7 +462782,7 @@ "contributor": [], "airtableId": "recu8eInH0wp9Nm6v", "subject": [], - "id": "e4715" + "id": "e4716" }, { "aapbId": "cpb-aacip-500-pv6b6z7x", @@ -322396,21 +462802,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "cool-jazz-history-and-criticism", "name": "Cool jazz--History and criticism" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -322419,6 +462829,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -322451,10 +462865,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recu8vQl669nLxzZZ", - "id": "e4716" + "id": "e4717" }, { "aapbId": "cpb-aacip-500-t727fr6q", @@ -322477,10 +462915,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -322509,9 +462943,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recuAHc9Ap5mMgYeU", - "id": "e4717" + "id": "e4718" }, { "aapbId": "cpb-aacip-500-m9023k0j", @@ -322528,9 +462986,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -322560,9 +463034,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recuAS2uzHDzd9SIe", - "id": "e4718" + "id": "e4719" }, { "aapbId": "cpb-aacip-500-xp6v2q80", @@ -322583,32 +463081,36 @@ }, "subject": [ { - "id": "adult-education-great-britain", - "name": "Adult education--Great Britain" + "id": "adult-education", + "name": "Adult education" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "fabian-society-great-britain", "name": "Fabian Society (Great Britain)" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "great-britain", + "name": "Great Britain" }, { - "id": "socialism-great-britain-20th-century", - "name": "Socialism--Great Britain--20th century" + "id": "naeb-region-iii", + "name": "NAEB Region III" }, { - "id": "socialists-great-britain-biography", - "name": "Socialists--Great Britain--Biography" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "socialists-great-britain-biography", + "name": "Socialists--Great Britain--Biography" }, { "id": "world-politics", @@ -322652,9 +463154,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recuC6rhmYxdqUStK", - "id": "e4719" + "id": "e4720" }, { "aapbId": "cpb-aacip-500-4q7qsb5f", @@ -322678,6 +463204,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "germany", + "name": "Germany" + }, { "id": "germany-history-20th-century", "name": "Germany--History--20th century" @@ -322687,8 +463217,12 @@ "name": "NAEB Region III" }, { - "id": "nationalism-germany-20th-century", - "name": "Nationalism--Germany--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "nationalism", + "name": "Nationalism" }, { "id": "nazis-history-20th-century", @@ -322697,14 +463231,6 @@ { "id": "neo-nazism-germany", "name": "Neo-Nazism--Germany" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, - { - "id": "world-politics", - "name": "World Politics" } ], "creator": [ @@ -322744,9 +463270,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recuCEtTaXbgo30vT", - "id": "e4720" + "id": "e4721" }, { "aapbId": "cpb-aacip-500-8k74zj0v", @@ -322761,12 +463311,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recuCMhmeG9tuLdA6", "subject": [], - "id": "e4721" + "id": "e4722" }, { "aapbId": "cpb-aacip-500-0c4snr5c", @@ -322790,10 +463364,22 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "law-and-legislation", + "name": "Law and legislation" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -322848,9 +463434,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recuDx3cmrcOV3LLS", - "id": "e4722" + "id": "e4723" }, { "aapbId": "cpb-aacip-500-hd7nt747", @@ -322874,10 +463484,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -322935,9 +463541,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recuEQo1ApM5Q7CG0", - "id": "e4723" + "id": "e4724" }, { "aapbId": "cpb-aacip-500-jw86nk3h", @@ -322956,13 +463586,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recuFAZlrtapBabRZ", - "id": "e4724" + "id": "e4725" }, { "aapbId": "cpb-aacip-500-8w384b2q", @@ -322982,6 +463640,14 @@ "title": "Why is a writer?" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "gay-john-1685-1732-beggars-opera", "name": "Gay, John, 1685-1732. Beggar's opera" @@ -322994,10 +463660,22 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-18th-century", "name": "Opera--18th century" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "pope-alexander-1688-1744-friends-and-associates", "name": "Pope, Alexander, 1688-1744--Friends and associates" @@ -323060,18 +463738,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "iowa-city", + "name": "Iowa City" } ], "decade": "1950-1959", "airtableId": "recuGAhsPLtBBA3uN", - "id": "e4725" + "id": "e4726" }, { "aapbId": "cpb-aacip-500-8c9r5z1w", @@ -323091,6 +463793,30 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "transportation-united-states-20th-century", + "name": "Transportation--United States--20th century" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -323101,6 +463827,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1970-1979", "contributor": [ { @@ -323111,7 +463861,7 @@ } ], "airtableId": "recuGcWweEACAFN3M", - "id": "e4726" + "id": "e4727" }, { "aapbId": "cpb-aacip-500-c824g87f", @@ -323130,13 +463880,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recuGpxihqsWuY4Jd", - "id": "e4727" + "id": "e4728" }, { "aapbId": "cpb-aacip-500-zc7rss84", @@ -323167,6 +463945,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -323193,11 +463975,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "airtableId": "recuHdGP4GgDEV0nF", - "id": "e4728" + "id": "e4729" }, { "aapbId": "cpb-aacip-500-6688mm4b", @@ -323218,12 +464028,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -323232,6 +464038,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -323258,10 +464068,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recuIFXQlmzfD1cJt", - "id": "e4729" + "id": "e4730" }, { "aapbId": "cpb-aacip-500-tb0xv13g", @@ -323289,6 +464123,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -323296,6 +464134,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -323324,9 +464166,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recuILF7ABnMcYbTF", - "id": "e4730" + "id": "e4731" }, { "aapbId": "cpb-aacip-500-qj77z19q", @@ -323341,16 +464207,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recuIjI4VtWCcitg8", - "id": "e4731" + "id": "e4732" }, { "aapbId": "cpb-aacip-500-0r9m6w49", @@ -323382,6 +464284,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science-technology", "name": "Science & Technology" @@ -323438,9 +464344,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recuM5TJGSddkWdpB", - "id": "e4732" + "id": "e4733" }, { "aapbId": "cpb-aacip-500-3n20h635", @@ -323460,10 +464390,18 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "egypt", + "name": "Egypt" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -323472,10 +464410,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -323513,9 +464447,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recuN1qCWDxGa7IMF", - "id": "e4733" + "id": "e4734" }, { "aapbId": "cpb-aacip-500-c24qpn3x", @@ -323536,24 +464494,24 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -323637,9 +464595,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recuNS8ASIbF6RGBX", - "id": "e4734" + "id": "e4735" }, { "aapbId": "cpb-aacip-500-df6k4p81", @@ -323665,10 +464647,6 @@ "id": "educational-change", "name": "Educational change" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "students", "name": "Students" @@ -323722,9 +464700,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recuO5971HM5KbFLn", - "id": "e4735" + "id": "e4736" }, { "aapbId": "cpb-aacip-500-rn30746v", @@ -323748,14 +464750,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -323783,10 +464785,34 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recuOf35nLJPjwC6x", - "id": "e4736" + "id": "e4737" }, { "aapbId": "cpb-aacip-500-b56d643j", @@ -323814,6 +464840,10 @@ "id": "haiti-history", "name": "Haiti--History" }, + { + "id": "haiti-relations-united-states", + "name": "Haiti--Relations--United States" + }, { "id": "latin-america", "name": "Latin America" @@ -323823,12 +464853,24 @@ "name": "NAEB Region III" }, { - "id": "united-states-foreign-relations-19th-century", - "name": "United States--Foreign relations--19th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -323863,9 +464905,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recuOi2OUcavYaif3", - "id": "e4737" + "id": "e4738" }, { "aapbId": "cpb-aacip-500-3b5wb99n", @@ -323893,6 +464959,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "seven-against-thebes-greek-mythology", "name": "Seven against Thebes (Greek mythology)" @@ -323940,9 +465010,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recuOsbrCBeT1zcLw", - "id": "e4738" + "id": "e4739" }, { "aapbId": "cpb-aacip-500-v97zqw3s", @@ -323962,8 +465056,8 @@ }, "subject": [ { - "id": "history-twentieth-century", - "name": "History--Twentieth century" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "kansas-history", @@ -323973,6 +465067,14 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -323986,28 +465088,16 @@ "name": "Politics and government" }, { - "id": "progressivism", - "name": "Progressivism" - }, - { - "id": "sociology", - "name": "Sociology" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "progressivism-united-states-politics", + "name": "Progressivism (United States politics)" }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "us-politics", - "name": "U.S. Politics" - }, - { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "white-william-allen-1868-1944", @@ -324046,9 +465136,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kansas", + "name": "Kansas" + } + ], + "settlement": [ + { + "id": "lawrence", + "name": "Lawrence" + } + ], "decade": "1960-1969", "airtableId": "recuQ3Jc9yPpIsM2v", - "id": "e4739" + "id": "e4740" }, { "aapbId": "cpb-aacip-500-fn10t379", @@ -324080,10 +465194,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -324125,9 +465247,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recuRnD6QLkRxMDsV", - "id": "e4740" + "id": "e4741" }, { "aapbId": "cpb-aacip-500-154ds28r", @@ -324159,29 +465305,37 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" }, { "id": "youth", @@ -324196,6 +465350,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -324224,7 +465402,7 @@ } ], "airtableId": "recuRrBTLhgM1EtvP", - "id": "e4741" + "id": "e4742" }, { "aapbId": "cpb-aacip-500-319s5f8r", @@ -324260,10 +465438,22 @@ "id": "comic-drama", "name": "Comic drama" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -324307,9 +465497,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recuSbE9uwp6KD5b6", - "id": "e4742" + "id": "e4743" }, { "aapbId": "cpb-aacip-500-cv4bsx74", @@ -324330,12 +465544,16 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { - "id": "lee-robert-e-robert-edward-1807-1870-drama", - "name": "Lee, Robert E. (Robert Edward), 1807-1870--Drama" + "id": "lee-robert-e-robert-edward-1807-1870", + "name": "Lee, Robert E. (Robert Edward), 1807-1870" }, { "id": "lee-robert-e-robert-edward-1807-1870-fiction", @@ -324345,21 +465563,24 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" }, { - "id": "united-states-history-civil-war-1861-1865-drama", - "name": "United States--History--Civil War, 1861-1865--Drama" + "id": "united-states-civil-war-1861-1865", + "name": "United States--Civil War, 1861-1865" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -324373,8 +465594,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -324427,9 +465648,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recuWWezurKILUqn1", - "id": "e4743" + "id": "e4744" }, { "aapbId": "cpb-aacip-500-1v5bh352", @@ -324450,16 +465695,16 @@ }, "subject": [ { - "id": "china-history-20th-century", - "name": "China--History--20th century" + "id": "china-history", + "name": "China--History" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -324494,9 +465739,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recuXRDEm5WUW8wwD", - "id": "e4744" + "id": "e4745" }, { "aapbId": "cpb-aacip-500-5h7bwm1r", @@ -324521,12 +465790,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -324573,9 +465842,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recuYNoqiqcHEP0GP", - "id": "e4745" + "id": "e4746" }, { "aapbId": "cpb-aacip-500-m9023j1k", @@ -324596,8 +465889,12 @@ }, "subject": [ { - "id": "authors-19th-century", - "name": "Authors--19th century" + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "marryat-frederick-1792-1848-diaries", @@ -324612,16 +465909,20 @@ "name": "NAEB Region I" }, { - "id": "travel-leisure", - "name": "Travel & Leisure" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "travel-leisure", + "name": "Travel & Leisure" }, { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -324660,10 +465961,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recuYZSms1S9UnATI", - "id": "e4746" + "id": "e4747" }, { "aapbId": "cpb-aacip-500-2n4zmc2h", @@ -324678,12 +466003,53 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "subject": [ + { + "id": "art", + "name": "Art" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recuYsLq08vgVvf2f", - "subject": [], - "id": "e4747" + "id": "e4748" }, { "aapbId": "cpb-aacip-500-p26q3p56", @@ -324703,6 +466069,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -324715,6 +466085,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -324782,9 +466156,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recuYzjGAlAPeiI64", - "id": "e4748" + "id": "e4749" }, { "aapbId": "cpb-aacip-500-2r3p0m5k", @@ -324804,18 +466202,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" @@ -324848,45 +466250,50 @@ ], "contributor": [ { - "id": "rowley-h-h-harold-henry-1890-1969", - "name": "Rowley, H. H. (Harold Henry), 1890-1969", - "type": "Person" + "id": "voegeli-don", + "name": "Voegeli, Don", + "type": "Person", + "role": "Composer" }, { - "id": "cross-frank-moore", - "name": "Cross, Frank Moore", - "type": "Person" + "id": "schmidt-karl", + "name": "Schmidt, Karl", + "type": "Person", + "role": "Production Manager" }, { - "id": "driver-godfrey-rolles-1892-1975", - "name": "Driver, Godfrey Rolles, 1892-1975", - "type": "Person" + "id": "mansoor-menahem", + "name": "Mansoor, Menahem", + "type": "Person", + "role": "Speaker" }, { "id": "brownlee-william-hugh", "name": "Brownlee, William Hugh", - "type": "Person" + "type": "Person", + "role": "Speaker" }, { - "id": "reed-william", - "name": "Reed, William", - "type": "Person" + "id": "rowley-h-h-harold-henry-1890-1969", + "name": "Rowley, H. H. (Harold Henry), 1890-1969", + "type": "Person", + "role": "Speaker" }, { - "id": "voegeli-don", - "name": "Voegeli, Don", + "id": "cross-frank-moore", + "name": "Cross, Frank Moore", "type": "Person", - "role": "Composer" + "role": "Speaker" }, { - "id": "schmidt-karl", - "name": "Schmidt, Karl", + "id": "driver-godfrey-rolles-1892-1975", + "name": "Driver, Godfrey Rolles, 1892-1975", "type": "Person", - "role": "Production Manager" + "role": "Speaker" }, { - "id": "mansoor-menahem", - "name": "Mansoor, Menahem", + "id": "reed-william", + "name": "Reed, William", "type": "Person", "role": "Speaker" } @@ -324901,9 +466308,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recuZLZKmKm5KZWOH", - "id": "e4749" + "id": "e4750" }, { "aapbId": "cpb-aacip-500-r785p05d", @@ -324923,25 +466354,37 @@ "title": "Some American worthies" }, "subject": [ - { - "id": "authors-19th-century-biography", - "name": "Authors--19th century--Biography" - }, { "id": "burritt-elihu-1810-1879", "name": "Burritt, Elihu, 1810-1879" }, { - "id": "diplomats-united-states-history-19th-century", - "name": "Diplomats--United States--History--19th century" + "id": "diplomats", + "name": "Diplomats" + }, + { + "id": "diplomats-united-states", + "name": "Diplomats--United States" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -324975,9 +466418,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recuaDzSxIiNn3DKT", - "id": "e4750" + "id": "e4751" }, { "aapbId": "cpb-aacip-500-b56d6273", @@ -325005,6 +466472,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "teenagers", "name": "Teenagers" @@ -325048,9 +466519,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recuaTtFIkQntsAHr", - "id": "e4751" + "id": "e4752" }, { "aapbId": "cpb-aacip-500-sq8qh96v", @@ -325082,13 +466577,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-performance", - "name": "Music--Performance" - }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "performance", + "name": "Performance" } ], "creator": [ @@ -325104,10 +466603,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": null, "contributor": [], "airtableId": "recuanXEPdZE1Kj7b", - "id": "e4752" + "id": "e4753" }, { "aapbId": "cpb-aacip-500-kh0f0947", @@ -325138,6 +466661,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -325178,9 +466705,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recublaAnBzBfPFVX", - "id": "e4753" + "id": "e4754" }, { "aapbId": "cpb-aacip-500-cf9j7s9j", @@ -325204,6 +466755,10 @@ "id": "europe", "name": "Europe" }, + { + "id": "france", + "name": "France" + }, { "id": "france-history-20th-century", "name": "France--History--20th century" @@ -325221,8 +466776,16 @@ "name": "NAEB Region III" }, { - "id": "political-activists-france", - "name": "Political activists--France" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "political-activists", + "name": "Political activists" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -325262,9 +466825,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recud0KdXMQG5n4AV", - "id": "e4754" + "id": "e4755" }, { "aapbId": "cpb-aacip-500-dn3zx92w", @@ -325281,9 +466868,129 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, + { + "id": "agriculture", + "name": "Agriculture" + }, + { + "id": "children", + "name": "Children" + }, + { + "id": "children-families", + "name": "Children & Families" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, + { + "id": "employment", + "name": "Employment" + }, + { + "id": "families", + "name": "Families" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "navajo-indians", + "name": "Navajo Indians" + }, + { + "id": "poor-employment-united-states", + "name": "Poor--Employment--United States" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "public-welfare-united-states", + "name": "Public welfare--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "unemployment", + "name": "Unemployment" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-congress-history-20th-century", + "name": "United States. Congress--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "wages-united-states", + "name": "Wages--United States" + }, + { + "id": "war", + "name": "War" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "welfare", + "name": "Welfare" + }, + { + "id": "women", + "name": "Women" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -325294,6 +467001,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -325304,7 +467035,7 @@ } ], "airtableId": "recudY0Wd2qFzngoe", - "id": "e4755" + "id": "e4756" }, { "aapbId": "cpb-aacip-500-2n4zm98j", @@ -325327,6 +467058,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -325373,9 +467108,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recudyvLvSUjdfrkL", - "id": "e4756" + "id": "e4757" }, { "aapbId": "cpb-aacip-500-s46h5m9h", @@ -325406,6 +467165,14 @@ { "id": "olympics", "name": "Olympics" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -325422,10 +467189,34 @@ "name": "Athletics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "mexico", + "name": "Mexico" + } + ], + "region": [ + { + "id": "valley-of-mexico", + "name": "Valley of Mexico" + } + ], + "settlement": [ + { + "id": "mexico-city", + "name": "Mexico City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recue60eV2WapV4XW", - "id": "e4757" + "id": "e4758" }, { "aapbId": "cpb-aacip-500-pg1hnv5g", @@ -325449,6 +467240,10 @@ "id": "dakota-indians", "name": "Dakota Indians" }, + { + "id": "dakota-indians-economic-conditions", + "name": "Dakota Indians--Economic conditions" + }, { "id": "dakota-indians-history", "name": "Dakota Indians--History" @@ -325457,10 +467252,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "indians-of-north-america", "name": "Indians of North America" @@ -325470,8 +467261,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -325492,10 +467291,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recuezq8pl9ce9R50", - "id": "e4758" + "id": "e4759" }, { "aapbId": "cpb-aacip-500-n58cm408", @@ -325515,6 +467338,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -325523,6 +467350,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -325578,9 +467413,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recufExEfyhxDkHiu", - "id": "e4759" + "id": "e4760" }, { "aapbId": "cpb-aacip-500-qj77z06s", @@ -325604,17 +467463,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -325655,9 +467522,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recufz76NeGP5LFLS", - "id": "e4760" + "id": "e4761" }, { "aapbId": "cpb-aacip-500-4x54jz1v", @@ -325677,6 +467568,14 @@ "title": "Monteverdi" }, "subject": [ + { + "id": "18th-century", + "name": "18th century" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "monteverdi-claudio-1567-1643", "name": "Monteverdi, Claudio, 1567-1643" @@ -325685,14 +467584,18 @@ "id": "music", "name": "Music" }, - { - "id": "music-18th-century", - "name": "Music--18th century" - }, { "id": "opera-18th-century", "name": "Opera--18th century" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sacred-music", "name": "Sacred music" @@ -325728,10 +467631,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recugmKWkYIkjWtfL", - "id": "e4761" + "id": "e4762" }, { "aapbId": "cpb-aacip-500-0k26f987", @@ -325767,17 +467694,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-england-poetry", "name": "New England--Poetry" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -325806,9 +467737,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recuhBjhQ4lx8ZB6Z", - "id": "e4762" + "id": "e4763" }, { "aapbId": "cpb-aacip-500-jm23gp7n", @@ -325877,7 +467832,7 @@ ], "decade": "1960-1969", "airtableId": "recuhHc4x2epecgWW", - "id": "e4763" + "id": "e4764" }, { "aapbId": "cpb-aacip-500-7s7hv644", @@ -325898,21 +467853,17 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -325977,9 +467928,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1950-1959", "airtableId": "recuiwa5m8WA3Ne3X", - "id": "e4764" + "id": "e4765" }, { "aapbId": "cpb-aacip-500-804xmt5p", @@ -325998,13 +467973,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recujCCwxzQUpGDhu", - "id": "e4765" + "id": "e4766" }, { "aapbId": "cpb-aacip-500-hd7nt84f", @@ -326025,13 +468028,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recujGXDKQbLHSNdR", - "id": "e4766" + "id": "e4767" }, { "aapbId": "cpb-aacip-500-1n7xqg70", @@ -326057,6 +468088,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -326091,9 +468126,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recujPXb0P0eTkMaC", - "id": "e4767" + "id": "e4768" }, { "aapbId": "cpb-aacip-500-ff3m1h8b", @@ -326113,13 +468172,17 @@ "title": "Poetry and the American" }, "subject": [ + { + "id": "eliot-t-s-thomas-stearns-1888-1965", + "name": "Eliot, T. S. (Thomas Stearns), 1888-1965" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { "id": "us-literature", @@ -326164,9 +468227,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recujuQFTJoPbF7em", - "id": "e4768" + "id": "e4769" }, { "aapbId": "cpb-aacip-500-zp3vzk9m", @@ -326194,9 +468281,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -326223,10 +468318,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recul77fguU3DbU6v", - "id": "e4769" + "id": "e4770" }, { "aapbId": "cpb-aacip-500-69700x99", @@ -326243,6 +468362,10 @@ "title": "Washington report" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -326260,8 +468383,8 @@ "name": "Publicist" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -326296,9 +468419,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reculLIHAX8GhzegU", - "id": "e4770" + "id": "e4771" }, { "aapbId": "cpb-aacip-500-qf8jjq4q", @@ -326322,10 +468469,22 @@ "id": "government-policy", "name": "Government policy" }, + { + "id": "law-and-legislation", + "name": "Law and legislation" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" + }, { "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -326374,9 +468533,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reculgJMRmMuC6GXX", - "id": "e4771" + "id": "e4772" }, { "aapbId": "cpb-aacip-500-tx355r81", @@ -326399,10 +468582,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -326431,9 +468610,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "reculmVUE1qVnc00F", - "id": "e4772" + "id": "e4773" }, { "aapbId": "cpb-aacip-500-1g0hxw42", @@ -326469,13 +468672,25 @@ "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -326504,9 +468719,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recunYBMoaOXBTRE1", - "id": "e4773" + "id": "e4774" }, { "aapbId": "cpb-aacip-500-hd7nt925", @@ -326537,6 +468776,10 @@ { "id": "montral-qubec", "name": "Montréal (Québec)" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -326583,9 +468826,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "ottawa", + "name": "Ottawa" + } + ], "decade": "1960-1969", "airtableId": "recuoGIfnUBwFT3vR", - "id": "e4774" + "id": "e4775" }, { "aapbId": "cpb-aacip-500-k35mf31w", @@ -326605,6 +468872,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -326651,11 +468922,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recupRXDKFv3rHtf5", - "id": "e4775" + "id": "e4776" }, { "aapbId": "cpb-aacip-500-r49g8q3b", @@ -326675,13 +468974,17 @@ "title": "American adventure" }, "subject": [ + { + "id": "american-revolution-1775-1783", + "name": "American Revolution, 1775-1783" + }, { "id": "drama", "name": "Drama" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "lee-ezra-1749-1821", @@ -326691,25 +468994,24 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "submarines-ships", "name": "Submarines (Ships)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" }, { - "id": "united-states-history-revolution-1775-1783", - "name": "United States--History--Revolution, 1775-1783" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -326717,8 +469019,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -326753,9 +469055,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recuq1S0XvZ6gTi47", - "id": "e4776" + "id": "e4777" }, { "aapbId": "cpb-aacip-500-f18sgd9k", @@ -326783,6 +469109,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -326826,9 +469156,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recurKO5wLNOGKEAO", - "id": "e4777" + "id": "e4778" }, { "aapbId": "cpb-aacip-500-g44hrh6k", @@ -326860,6 +469214,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -326931,9 +469289,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recusIhdufJ9Aha5n", - "id": "e4778" + "id": "e4779" }, { "aapbId": "cpb-aacip-500-nc5scp1c", @@ -326970,8 +469352,8 @@ "name": "Linguistic geography" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -327030,9 +469412,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "recutARMQXMjFR5K8", - "id": "e4779" + "id": "e4780" }, { "aapbId": "cpb-aacip-500-6q1sk21h", @@ -327060,6 +469466,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -327111,9 +469521,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recutdwgFpx696aED", - "id": "e4780" + "id": "e4781" }, { "aapbId": "cpb-aacip-500-416t2c7f", @@ -327132,7 +469566,7 @@ "contributor": [], "airtableId": "recuxXN5C5AlGDF42", "subject": [], - "id": "e4781" + "id": "e4782" }, { "aapbId": "cpb-aacip-500-930nwx84", @@ -327152,10 +469586,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -327163,6 +469593,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -327202,9 +469636,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recuyMhtkrklTcu3c", - "id": "e4782" + "id": "e4783" }, { "aapbId": "cpb-aacip-500-pn8xfg8m", @@ -327240,8 +469698,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -327251,9 +469713,21 @@ "id": "public-television-united-states", "name": "Public television--United States" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "television-equipment-and-supplies", "name": "Television--Equipment and supplies" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -327270,10 +469744,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recuynbSkhW7bWJl1", - "id": "e4783" + "id": "e4784" }, { "aapbId": "cpb-aacip-500-7p8tfx1t", @@ -327302,20 +469800,28 @@ "name": "Gluck, Christoph Willibald, Ritter von, 1714-1787. Orfeo ed Euridice" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-18th-century", "name": "Opera--18th century" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -327344,9 +469850,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recuzDWo5xbMmGSUA", - "id": "e4784" + "id": "e4785" }, { "aapbId": "cpb-aacip-500-xg9f960d", @@ -327378,6 +469908,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -327413,10 +469951,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recv0NayAsci0h5np", - "id": "e4785" + "id": "e4786" }, { "aapbId": "cpb-aacip-500-gb1xj44j", @@ -327436,12 +469998,12 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -327462,10 +470024,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alaska", + "name": "Alaska" + } + ], + "settlement": [ + { + "id": "fairbanks", + "name": "Fairbanks" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recv0Wo6UB3UAuyYJ", - "id": "e4786" + "id": "e4787" }, { "aapbId": "cpb-aacip-500-jw86nj22", @@ -327492,6 +470078,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -327508,10 +470102,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recv1XuGVL9pl7Hr1", - "id": "e4787" + "id": "e4788" }, { "aapbId": "cpb-aacip-500-69700z32", @@ -327537,6 +470155,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -327559,10 +470181,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recv27rUOEhbh3nwg", - "id": "e4788" + "id": "e4789" }, { "aapbId": "cpb-aacip-500-b56d638j", @@ -327594,6 +470240,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -327641,9 +470291,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recv3KKMoY9fjjDej", - "id": "e4789" + "id": "e4790" }, { "aapbId": "cpb-aacip-500-n00ztj6d", @@ -327667,9 +470341,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -327721,9 +470403,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recv57D3U7tpZf3Te", - "id": "e4790" + "id": "e4791" }, { "aapbId": "cpb-aacip-500-4j0b0s89", @@ -327754,6 +470460,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -327786,11 +470496,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recv5OugGMhRlyKTS", - "id": "e4791" + "id": "e4792" }, { "aapbId": "cpb-aacip-500-mc8rgt79", @@ -327826,6 +470564,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "purchasing", "name": "Purchasing" @@ -327883,9 +470625,33 @@ "name": "Business/Financial" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recv5g6Xnut8bSl7p", - "id": "e4792" + "id": "e4793" }, { "aapbId": "cpb-aacip-500-kp7trt66", @@ -327921,10 +470687,22 @@ "id": "comic-drama", "name": "Comic drama" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -327968,9 +470746,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recv5r0S7V8HBhJQE", - "id": "e4793" + "id": "e4794" }, { "aapbId": "cpb-aacip-500-j678xh77", @@ -327994,17 +470796,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -328049,9 +470855,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recv6DwR6VZxT4oUp", - "id": "e4794" + "id": "e4795" }, { "aapbId": "cpb-aacip-500-7s7hv66m", @@ -328076,12 +470906,12 @@ "name": "NAEB Region VI" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -328134,9 +470964,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recv6JyFLgsxbjcDy", - "id": "e4795" + "id": "e4796" }, { "aapbId": "cpb-aacip-500-t727fr08", @@ -328164,6 +471018,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -328171,6 +471029,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -328199,9 +471061,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recv6PBLJjRNkLDO5", - "id": "e4796" + "id": "e4797" }, { "aapbId": "cpb-aacip-500-69700w7m", @@ -328225,17 +471111,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -328273,18 +471163,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recv6st08cEgGmepE", - "id": "e4797" + "id": "e4798" }, { "aapbId": "cpb-aacip-500-t727fq3s", @@ -328320,10 +471234,22 @@ "id": "comic-drama", "name": "Comic drama" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -328367,9 +471293,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recv771HOO7WuQVjw", - "id": "e4798" + "id": "e4799" }, { "aapbId": "cpb-aacip-500-d50fzv0j", @@ -328401,6 +471351,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -328436,11 +471390,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "airtableId": "recv77GC6T5biJ3eQ", - "id": "e4799" + "id": "e4800" }, { "aapbId": "cpb-aacip-500-h7081n84", @@ -328468,6 +471450,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-politics", "name": "U.S. Politics" @@ -328525,9 +471515,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1950-1959", "airtableId": "recv7aXNYovxooehy", - "id": "e4800" + "id": "e4801" }, { "aapbId": "cpb-aacip-500-6d5pd712", @@ -328545,13 +471559,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recv7pUuCBZpL2FAi", - "id": "e4801" + "id": "e4802" }, { "aapbId": "cpb-aacip-500-5d8nhc1j", @@ -328568,9 +471610,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -328600,9 +471658,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recv85gdsCkMSdm4Z", - "id": "e4802" + "id": "e4803" }, { "aapbId": "cpb-aacip-500-3b5wbb64", @@ -328618,16 +471700,48 @@ "title": "Special of the week" }, "subject": [ + { + "id": "african-americans", + "name": "African Americans" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recv8HZwr1b9obMcw", - "id": "e4803" + "id": "e4804" }, { "aapbId": "cpb-aacip-500-7659hh03", @@ -328648,12 +471762,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -328662,6 +471772,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -328688,10 +471802,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recv9cdVp1wLcTWZO", - "id": "e4804" + "id": "e4805" }, { "aapbId": "cpb-aacip-500-gf0mxf06", @@ -328709,13 +471847,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recvAUSiQi9ZAV7KG", - "id": "e4805" + "id": "e4806" }, { "aapbId": "cpb-aacip-500-804xms7z", @@ -328739,10 +471905,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -328780,9 +471954,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recvAlp778xF4KCL2", - "id": "e4806" + "id": "e4807" }, { "aapbId": "cpb-aacip-500-wh2dd90q", @@ -328803,24 +472001,24 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "music", @@ -328829,6 +472027,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -328892,9 +472098,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recvBBfkP0igznkQv", - "id": "e4807" + "id": "e4808" }, { "aapbId": "cpb-aacip-500-4f1mmg8j", @@ -328908,12 +472138,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recvCbmW4ZiSPmrcB", "subject": [], - "id": "e4808" + "id": "e4809" }, { "aapbId": "cpb-aacip-500-dn3zx795", @@ -328945,13 +472199,17 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "science-technology", "name": "Science & Technology" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-language", + "name": "Speech & Language" }, { "id": "technology", @@ -328986,9 +472244,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recvDS0G0ny5RsRMl", - "id": "e4809" + "id": "e4810" }, { "aapbId": "cpb-aacip-500-z02z7n1d", @@ -329008,6 +472290,14 @@ "title": "Monteverdi" }, "subject": [ + { + "id": "18th-century", + "name": "18th century" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "monteverdi-claudio-1567-1643", "name": "Monteverdi, Claudio, 1567-1643" @@ -329016,14 +472306,18 @@ "id": "music", "name": "Music" }, - { - "id": "music-18th-century", - "name": "Music--18th century" - }, { "id": "opera-18th-century", "name": "Opera--18th century" }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "sacred-music", "name": "Sacred music" @@ -329059,10 +472353,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recvFvUlUZvvPDCoL", - "id": "e4810" + "id": "e4811" }, { "aapbId": "cpb-aacip-500-rx93d02h", @@ -329082,6 +472400,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -329090,6 +472412,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -329145,9 +472475,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recvGvM6IwTrTv63r", - "id": "e4811" + "id": "e4812" }, { "aapbId": "cpb-aacip-500-s46h5k6k", @@ -329168,17 +472522,21 @@ }, "subject": [ { - "id": "censorship-soviet-union-history-20th-century", - "name": "Censorship--Soviet Union--History--20th century" + "id": "censorship", + "name": "Censorship" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" }, { "id": "communist-self-criticism", "name": "Communist self-criticism" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "letters-to-the-editor-soviet-union", "name": "Letters to the editor--Soviet Union" @@ -329188,8 +472546,20 @@ "name": "NAEB Region III" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "news-journalism", + "name": "News & Journalism" + }, + { + "id": "soviet-union", + "name": "Soviet Union" + }, + { + "id": "soviet-union-history-20th-century", + "name": "Soviet Union--History--20th century" }, { "id": "world-politics", @@ -329258,9 +472628,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recvHl2sf19Fn8ls3", - "id": "e4812" + "id": "e4813" }, { "aapbId": "cpb-aacip-500-bz619d3s", @@ -329284,9 +472678,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -329326,9 +472728,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recvI5RrGWq15r9Oy", - "id": "e4813" + "id": "e4814" }, { "aapbId": "cpb-aacip-500-j678xk0z", @@ -329341,12 +472767,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recvJWP7x2igzbWPf", "subject": [], - "id": "e4814" + "id": "e4815" }, { "aapbId": "cpb-aacip-500-sx648v1m", @@ -329371,8 +472821,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -329386,13 +472836,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -329450,9 +472904,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recvKSQnbmqlqlpe4", - "id": "e4815" + "id": "e4816" }, { "aapbId": "cpb-aacip-500-c824g671", @@ -329476,17 +472954,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -329524,18 +473006,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recvL459ExEHDMHzN", - "id": "e4816" + "id": "e4817" }, { "aapbId": "cpb-aacip-500-j09w4z5r", @@ -329559,9 +473065,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -329596,9 +473110,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recvLTZ4rJoP6JeIm", - "id": "e4817" + "id": "e4818" }, { "aapbId": "cpb-aacip-500-v11vk15t", @@ -329619,13 +473157,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recvNldjyagvQjboW", - "id": "e4818" + "id": "e4819" }, { "aapbId": "cpb-aacip-500-0z710g8m", @@ -329647,6 +473213,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -329676,9 +473246,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recvO72hoVijLOsMD", - "id": "e4819" + "id": "e4820" }, { "aapbId": "cpb-aacip-500-nv99b47s", @@ -329698,10 +473292,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -329710,6 +473300,10 @@ "id": "apartment-dwellers", "name": "Apartment dwellers" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "housing", "name": "Housing" @@ -329726,10 +473320,22 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "public-housing-united-states", "name": "Public housing--United States" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "urban-renewal", "name": "Urban renewal" @@ -329772,9 +473378,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recvOSuBEGXvmSmLK", - "id": "e4820" + "id": "e4821" }, { "aapbId": "cpb-aacip-500-kw57jf31", @@ -329795,24 +473425,28 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" - }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)" - }, - { - "id": "literature", - "name": "Literature" + "id": "american-literature", + "name": "American literature" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -329896,9 +473530,33 @@ "name": "Reading" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "recvOhyN7zvlw88b9", - "id": "e4821" + "id": "e4822" }, { "aapbId": "cpb-aacip-500-nv99b548", @@ -329913,12 +473571,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recvPp2SQ5e1WT5cy", "subject": [], - "id": "e4822" + "id": "e4823" }, { "aapbId": "cpb-aacip-500-028pgv70", @@ -329942,17 +473624,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -329996,18 +473682,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recvRZiojYAbC8rjP", - "id": "e4823" + "id": "e4824" }, { "aapbId": "cpb-aacip-500-8911sq0f", @@ -330038,6 +473748,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -330076,10 +473790,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recvRqHOiipfAjBb4", - "id": "e4824" + "id": "e4825" }, { "aapbId": "cpb-aacip-500-3r0pwj44", @@ -330100,13 +473838,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recvTBNqAv1JulgSH", - "id": "e4825" + "id": "e4826" }, { "aapbId": "cpb-aacip-500-00003m6p", @@ -330128,6 +473894,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -330157,9 +473927,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recvTEp205if7Uapd", - "id": "e4826" + "id": "e4827" }, { "aapbId": "cpb-aacip-500-5x25ft7t", @@ -330179,10 +473973,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -330191,6 +473981,10 @@ "id": "credit", "name": "Credit" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "home-economics", "name": "Home economics" @@ -330207,6 +474001,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "wisconsin", "name": "Wisconsin" @@ -330245,9 +474047,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recvTlXy2HvKxguxg", - "id": "e4827" + "id": "e4828" }, { "aapbId": "cpb-aacip-500-rb6w285v", @@ -330267,13 +474093,21 @@ "title": "American adventure" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "city-planning", "name": "City planning" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "drama", + "name": "Drama" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -330288,28 +474122,23 @@ "name": "NAEB Region II" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "painting", + "name": "Painting" }, { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" + "id": "sociology", + "name": "Sociology" }, { - "id": "washington-dc-drama", - "name": "Washington (D.C.)--Drama" + "id": "washington-dc", + "name": "Washington (D.C.)" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -330323,8 +474152,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -330353,9 +474182,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recvU9VAT5BuCXnUQ", - "id": "e4828" + "id": "e4829" }, { "aapbId": "cpb-aacip-500-pr7mtp3d", @@ -330395,6 +474248,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -330450,9 +474307,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recvVIJ0wa5Z2MlUT", - "id": "e4829" + "id": "e4830" }, { "aapbId": "cpb-aacip-500-tb0xv09q", @@ -330480,6 +474361,10 @@ "id": "folk-songs-united-states", "name": "Folk songs--United States" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "music", "name": "Music" @@ -330487,6 +474372,14 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -330510,13 +474403,37 @@ }, { "id": "music-talk", - "name": "Music talk" + "name": "Music Talk" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" } ], "decade": "1950-1959", "contributor": [], "airtableId": "recvWKWyCGv0TkpWf", - "id": "e4830" + "id": "e4831" }, { "aapbId": "cpb-aacip-500-2b8vfh6t", @@ -330548,10 +474465,22 @@ "id": "comedy", "name": "Comedy" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater", "name": "Theater" @@ -330561,12 +474490,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -330619,9 +474544,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recvWsrZ0x8Uhd3r9", - "id": "e4831" + "id": "e4832" }, { "aapbId": "cpb-aacip-500-j38kj938", @@ -330644,6 +474593,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -330657,10 +474610,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recvX8AWihr9EuL74", - "id": "e4832" + "id": "e4833" }, { "aapbId": "cpb-aacip-500-4q7qsb2q", @@ -330688,6 +474665,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -330736,9 +474717,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recvXRUwxVS7FXJoV", - "id": "e4833" + "id": "e4834" }, { "aapbId": "cpb-aacip-500-ww76zf7f", @@ -330762,17 +474767,25 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" }, { - "id": "ritchie-anna-cora-ogden-mowatt-1819-1870-drama", - "name": "Ritchie, Anna Cora Ogden Mowatt, 1819-1870--Drama" + "id": "ritchie-anna-cora-ogden-mowatt-1819-1870", + "name": "Ritchie, Anna Cora Ogden Mowatt, 1819-1870" }, { "id": "theater-drama", @@ -330832,18 +474845,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recvZ1utSgLXMfL2a", - "id": "e4834" + "id": "e4835" }, { "aapbId": "cpb-aacip-500-n00ztk2n", @@ -330860,9 +474897,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -330892,9 +474945,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recvaDMKAyBUV0i31", - "id": "e4835" + "id": "e4836" }, { "aapbId": "cpb-aacip-500-br8mhv2d", @@ -330938,6 +475015,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -330945,6 +475026,10 @@ { "id": "organ-music", "name": "Organ music" + }, + { + "id": "religion", + "name": "Religion" } ], "creator": [ @@ -330985,9 +475070,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recvaJGQITkPgOcEE", - "id": "e4836" + "id": "e4837" }, { "aapbId": "cpb-aacip-500-gq6r375r", @@ -331007,25 +475116,33 @@ "title": "Composer in the world of today" }, "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, { "id": "choruses-with-orchestra-20th-century-analysis-appreciation", "name": "Choruses with orchestra--20th century--Analysis, appreciation" }, { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "composers", + "name": "Composers" }, { "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -331058,10 +475175,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recvaz9KvleTcIxuE", - "id": "e4837" + "id": "e4838" }, { "aapbId": "cpb-aacip-500-1v5bh30v", @@ -331093,6 +475234,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -331128,10 +475277,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recvbH4YuT23mkvfx", - "id": "e4838" + "id": "e4839" }, { "aapbId": "cpb-aacip-500-3j393w3c", @@ -331155,21 +475328,41 @@ "id": "cigarettes", "name": "Cigarettes" }, + { + "id": "education", + "name": "Education" + }, { "id": "high-school-students", "name": "High school students" }, + { + "id": "medicine-health-care", + "name": "Medicine & Health Care" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "smoking", "name": "Smoking" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "tobacco-use-health-aspects", "name": "Tobacco use--Health aspects" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -331216,9 +475409,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recvcTgWXgQVL4nhx", - "id": "e4839" + "id": "e4840" }, { "aapbId": "cpb-aacip-500-rr1pmg3v", @@ -331258,6 +475475,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -331297,10 +475518,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recvcWw3wFkIsAGfJ", - "id": "e4840" + "id": "e4841" }, { "aapbId": "cpb-aacip-500-pg1hnw1q", @@ -331318,16 +475563,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recvcmHYGpqckCAVM", - "id": "e4841" + "id": "e4842" }, { "aapbId": "cpb-aacip-500-gb1xj30c", @@ -331352,8 +475629,8 @@ "name": "Children & Families" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "education", + "name": "Education" }, { "id": "exceptional-children", @@ -331367,13 +475644,17 @@ "id": "exceptional-children-united-states", "name": "Exceptional children--United States" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -331425,9 +475706,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recve0tzE0DwkF8F3", - "id": "e4842" + "id": "e4843" }, { "aapbId": "cpb-aacip-500-6q1sk22r", @@ -331455,6 +475760,10 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "political-campaigns", "name": "Political campaigns" @@ -331477,11 +475786,6 @@ } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -331495,8 +475799,8 @@ "role": "Host" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -331525,9 +475829,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recveTQlvdPNLglZk", - "id": "e4843" + "id": "e4844" }, { "aapbId": "cpb-aacip-500-2b8vff6d", @@ -331567,6 +475895,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science-technology", "name": "Science & Technology" @@ -331622,9 +475954,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recvflq4Ho2vp83CZ", - "id": "e4844" + "id": "e4845" }, { "aapbId": "cpb-aacip-500-nv99b38t", @@ -331644,10 +476000,18 @@ "title": "Success in the arts" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "painting", "name": "Painting" @@ -331720,9 +476084,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recvmCqHKl38luLLr", - "id": "e4845" + "id": "e4846" }, { "aapbId": "cpb-aacip-500-0v89m70b", @@ -331743,8 +476131,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "illinois", @@ -331762,17 +476150,25 @@ "id": "lincoln-abraham-1809-1865", "name": "Lincoln, Abraham, 1809-1865" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "religion", "name": "Religion" }, { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -331795,10 +476191,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recvmS6UuOVp9yeE6", - "id": "e4846" + "id": "e4847" }, { "aapbId": "cpb-aacip-500-d50fzt0b", @@ -331817,13 +476237,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recvmbeJScbovM8xy", - "id": "e4847" + "id": "e4848" }, { "aapbId": "cpb-aacip-500-vd6p454r", @@ -331847,10 +476295,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "propaganda", "name": "Propaganda" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -331866,6 +476322,14 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -331896,9 +476360,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "recvmrHHRHW022UMB", - "id": "e4848" + "id": "e4849" }, { "aapbId": "cpb-aacip-500-n58cm47z", @@ -331926,6 +476414,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -331974,9 +476466,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recvnfMFv5hgHsPqF", - "id": "e4849" + "id": "e4850" }, { "aapbId": "cpb-aacip-500-348gjs0n", @@ -331995,13 +476511,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recvoN4jsaIgSMr1z", - "id": "e4850" + "id": "e4851" }, { "aapbId": "cpb-aacip-500-9c6s2t2n", @@ -332022,13 +476566,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recvpMraDalta7NR9", - "id": "e4851" + "id": "e4852" }, { "aapbId": "cpb-aacip-500-b56d629k", @@ -332064,6 +476636,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "neurology", "name": "Neurology" @@ -332135,9 +476711,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recvpU5dK4sZ2RK7z", - "id": "e4852" + "id": "e4853" }, { "aapbId": "cpb-aacip-500-tq5rd643", @@ -332158,8 +476758,12 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "ecology-the-environment", @@ -332169,10 +476773,6 @@ "id": "folk-music-united-states", "name": "Folk music--United States" }, - { - "id": "literature-and-history-united-states-history-19th-century", - "name": "Literature and history--United States--History--19th century" - }, { "id": "mississippi-river", "name": "Mississippi River" @@ -332185,6 +476785,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "narration-rhetoric", "name": "Narration (Rhetoric)" @@ -332198,8 +476802,12 @@ "name": "U.S. Literature" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -332243,9 +476851,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recvqmskQ1dQmVez4", - "id": "e4853" + "id": "e4854" }, { "aapbId": "cpb-aacip-500-3f4kqm98", @@ -332269,13 +476901,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -332316,9 +476948,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recvrT88VFtMTGYZt", - "id": "e4854" + "id": "e4855" }, { "aapbId": "cpb-aacip-500-mk658d94", @@ -332333,12 +476989,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recvtaQNlW74MT06v", "subject": [], - "id": "e4855" + "id": "e4856" }, { "aapbId": "cpb-aacip-500-513tz59w", @@ -332366,6 +477046,10 @@ "id": "germany", "name": "Germany" }, + { + "id": "jews", + "name": "Jews" + }, { "id": "jews-germany", "name": "Jews--Germany" @@ -332374,6 +477058,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nazis", "name": "Nazis" @@ -332422,9 +477110,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recvtn2DOkBD8BoZq", - "id": "e4856" + "id": "e4857" }, { "aapbId": "cpb-aacip-500-8w384c35", @@ -332465,16 +477177,16 @@ "name": "NAEB Region III" }, { - "id": "socialism", - "name": "Socialism" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-government", - "name": "U.S. Government" + "id": "socialism", + "name": "Socialism" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "sociology", + "name": "Sociology" }, { "id": "world-politics", @@ -332513,9 +477225,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recvuTeXdCh3LjqFa", - "id": "e4857" + "id": "e4858" }, { "aapbId": "cpb-aacip-500-hx15rp6j", @@ -332529,12 +477265,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recvutdu8lkes4XZB", "subject": [], - "id": "e4858" + "id": "e4859" }, { "aapbId": "cpb-aacip-500-hh6c6j57", @@ -332548,12 +477308,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recvvV6831yyhIkVy", - "subject": [], - "id": "e4859" + "id": "e4860" }, { "aapbId": "cpb-aacip-500-s756jv0j", @@ -332577,6 +477346,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -332624,9 +477397,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recvwGDqaAsOE5Vst", - "id": "e4860" + "id": "e4861" }, { "aapbId": "cpb-aacip-500-222r8m21", @@ -332666,6 +477463,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -332709,9 +477510,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recvxsWEZUxueyASJ", - "id": "e4861" + "id": "e4862" }, { "aapbId": "cpb-aacip-500-vt1gpb6h", @@ -332742,6 +477567,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -332774,6 +477603,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -332784,7 +477637,7 @@ } ], "airtableId": "recvzUJjtbobGWcz6", - "id": "e4862" + "id": "e4863" }, { "aapbId": "cpb-aacip-500-222r8n3g", @@ -332805,13 +477658,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recw0Ot5W2Eku76KW", - "id": "e4863" + "id": "e4864" }, { "aapbId": "cpb-aacip-500-mg7fw41n", @@ -332835,9 +477716,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -332867,6 +477764,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -332896,9 +477799,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recw17TWSkrcPJY72", - "id": "e4864" + "id": "e4865" }, { "aapbId": "cpb-aacip-500-k649tc6h", @@ -332922,6 +477849,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -332977,9 +477908,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recw3wjNtPhUrQibe", - "id": "e4865" + "id": "e4866" }, { "aapbId": "cpb-aacip-500-h12v840f", @@ -332996,9 +477951,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -333028,9 +477999,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recw5XURHHODyeQpw", - "id": "e4866" + "id": "e4867" }, { "aapbId": "cpb-aacip-500-jm23gq3w", @@ -333045,12 +478040,36 @@ "id": "the-future-of", "title": "The future of" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recw5t2l1n7d3JtI0", "subject": [], - "id": "e4867" + "id": "e4868" }, { "aapbId": "cpb-aacip-500-6688mp11", @@ -333073,6 +478092,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -333086,10 +478109,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recw649tfzYP5gzoa", - "id": "e4868" + "id": "e4869" }, { "aapbId": "cpb-aacip-500-xg9f964c", @@ -333107,16 +478154,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recw9HbyvA3XhGdrM", - "id": "e4869" + "id": "e4870" }, { "aapbId": "cpb-aacip-500-d795c33r", @@ -333140,6 +478219,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -333189,9 +478272,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recwAWsKEwCvvTAvb", - "id": "e4870" + "id": "e4871" }, { "aapbId": "cpb-aacip-500-3775z27x", @@ -333210,8 +478317,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "founding-fathers-of-the-united-states", @@ -333225,6 +478332,10 @@ "id": "jefferson-thomas-1743-1826", "name": "Jefferson, Thomas, 1743-1826" }, + { + "id": "religion", + "name": "Religion" + }, { "id": "science", "name": "Science" @@ -333296,9 +478407,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recwBB3Jj1SlBirle", - "id": "e4871" + "id": "e4872" }, { "aapbId": "cpb-aacip-500-sj19qq45", @@ -333319,17 +478454,25 @@ }, "subject": [ { - "id": "censorship-soviet-union-history-20th-century", - "name": "Censorship--Soviet Union--History--20th century" + "id": "censorship", + "name": "Censorship" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "propaganda-soviet-union", "name": "Propaganda--Soviet Union" @@ -333339,8 +478482,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union-history-20th-century", + "name": "Soviet Union--History--20th century" }, { "id": "world-politics", @@ -333409,9 +478552,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recwBlGrLhVzuidiF", - "id": "e4872" + "id": "e4873" }, { "aapbId": "cpb-aacip-500-zk55kb71", @@ -333443,9 +478610,17 @@ "id": "news-journalism", "name": "News & Journalism" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -333477,18 +478652,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recwCResolDn3jc6G", - "id": "e4873" + "id": "e4874" }, { "aapbId": "cpb-aacip-500-cv4bt018", @@ -333507,13 +478706,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recwCzYt9WPsNijOI", - "id": "e4874" + "id": "e4875" }, { "aapbId": "cpb-aacip-500-8k74zh7b", @@ -333537,6 +478764,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -333545,13 +478776,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -333581,14 +478824,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recwDECGa4jEwhr6d", - "id": "e4875" + "id": "e4876" }, { "aapbId": "cpb-aacip-500-th8bmn03", @@ -333608,6 +478879,10 @@ "title": "Assembly for Human Rights: Montreal" }, "subject": [ + { + "id": "canada", + "name": "Canada" + }, { "id": "human-rights", "name": "Human rights" @@ -333620,6 +478895,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, { "id": "science", "name": "Science" @@ -333676,9 +478959,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recwDW3rkx4O9PwmV", - "id": "e4876" + "id": "e4877" }, { "aapbId": "cpb-aacip-500-8p5vbt70", @@ -333710,6 +479017,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -333745,10 +479060,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwE38fjQg9PmOCU", - "id": "e4877" + "id": "e4878" }, { "aapbId": "cpb-aacip-500-610vv24d", @@ -333767,13 +479106,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recwE4TfKgciAJFCw", - "id": "e4878" + "id": "e4879" }, { "aapbId": "cpb-aacip-500-ht2gcd25", @@ -333801,6 +479168,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -333849,9 +479220,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "recwEDrP4jQoZa8Jg", - "id": "e4879" + "id": "e4880" }, { "aapbId": "cpb-aacip-500-sb3wz48z", @@ -333883,6 +479278,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -333940,9 +479339,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recwEd2V3Vm7ghlKP", - "id": "e4880" + "id": "e4881" }, { "aapbId": "cpb-aacip-500-z02z7n44", @@ -333963,24 +479386,16 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" - }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "congresses", + "name": "Congresses" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" - }, - { - "id": "us-government", - "name": "U.S. Government" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "united-states-congress-senate-s-hrg", @@ -334025,9 +479440,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recwF4Owomg3QxxY2", - "id": "e4881" + "id": "e4882" }, { "aapbId": "cpb-aacip-500-zs2kbx6v", @@ -334051,6 +479490,14 @@ "id": "discoveries-in-science", "name": "Discoveries in science" }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "education", + "name": "Education" + }, { "id": "human-ecology", "name": "Human ecology" @@ -334063,6 +479510,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -334096,11 +479547,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recwH5KzxEOsfQCy2", - "id": "e4882" + "id": "e4883" }, { "aapbId": "cpb-aacip-500-m03xxq8k", @@ -334120,6 +479599,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -334132,11 +479619,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recwIlSQpIaBtEqKK", - "id": "e4883" + "id": "e4884" }, { "aapbId": "cpb-aacip-500-901zhp3q", @@ -334155,13 +479666,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recwJRgyDbsyGydts", - "id": "e4884" + "id": "e4885" }, { "aapbId": "cpb-aacip-500-h41jnc7b", @@ -334185,17 +479724,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -334240,9 +479783,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recwJaxmjMdJFy5w4", - "id": "e4885" + "id": "e4886" }, { "aapbId": "cpb-aacip-500-q814s44p", @@ -334262,18 +479829,22 @@ "title": "Scrolls from the Dead Sea" }, "subject": [ - { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages" - }, { "id": "dead-sea-scrolls", "name": "Dead Sea scrolls" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-scholars", "name": "Old Testament scholars" @@ -334285,6 +479856,10 @@ { "id": "religion", "name": "Religion" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -334361,9 +479936,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recwKF5j3jP7ZcbKt", - "id": "e4886" + "id": "e4887" }, { "aapbId": "cpb-aacip-500-bc3szp21", @@ -334391,6 +479990,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -334398,6 +480001,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -334432,9 +480039,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recwKlCADf3mch9TI", - "id": "e4887" + "id": "e4888" }, { "aapbId": "cpb-aacip-500-m61bq97p", @@ -334474,6 +480105,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "texas", "name": "Texas" @@ -334481,6 +480120,10 @@ { "id": "texas-history", "name": "Texas--History" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -334530,9 +480173,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recwKv14844BxLuB9", - "id": "e4888" + "id": "e4889" }, { "aapbId": "cpb-aacip-500-k35mf363", @@ -334560,6 +480227,10 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science-technology", "name": "Science & Technology" @@ -334615,9 +480286,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recwKyfnM0O8EDsKW", - "id": "e4889" + "id": "e4890" }, { "aapbId": "cpb-aacip-500-t14tp648", @@ -334654,8 +480349,8 @@ "name": "Educational television stations" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -334664,6 +480359,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -334694,9 +480397,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recwLAC8X3PSgsSGK", - "id": "e4890" + "id": "e4891" }, { "aapbId": "cpb-aacip-500-jw86nj61", @@ -334720,10 +480447,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -334781,9 +480504,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recwLOHxrEGXVpQdI", - "id": "e4891" + "id": "e4892" }, { "aapbId": "cpb-aacip-500-804xms86", @@ -334802,13 +480549,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recwMRYgyJJiCx0tU", - "id": "e4892" + "id": "e4893" }, { "aapbId": "cpb-aacip-500-8s4jr23d", @@ -334828,10 +480603,18 @@ "title": "Pathways to progress: The Great Lakes" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "great-lakes-north-america", "name": "Great Lakes (North America)" @@ -334844,17 +480627,33 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" }, { - "id": "steel-alloy-industry-united-states-history", - "name": "Steel alloy industry--United States--History" + "id": "steel-alloy-industry", + "name": "Steel alloy industry" }, { "id": "steel-industry-and-trade-great-lakes-north-america-history", "name": "Steel industry and trade--Great Lakes (North America)--History" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -334907,9 +480706,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recwMWBbzarAt9n8W", - "id": "e4893" + "id": "e4894" }, { "aapbId": "cpb-aacip-500-513tz73v", @@ -334948,6 +480771,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -335000,9 +480827,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recwMa4vXPkQOi3GJ", - "id": "e4894" + "id": "e4895" }, { "aapbId": "cpb-aacip-500-3f4kqm2k", @@ -335022,6 +480873,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -335033,6 +480888,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -335079,9 +480938,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recwNNUFQPl3FsQQa", - "id": "e4895" + "id": "e4896" }, { "aapbId": "cpb-aacip-500-7940wt0q", @@ -335108,6 +480991,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -335124,10 +481011,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwNV0IYMqicQpi3", - "id": "e4896" + "id": "e4897" }, { "aapbId": "cpb-aacip-500-8p5vbr8t", @@ -335153,6 +481064,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -335178,6 +481093,30 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "contributor": [ { @@ -335188,7 +481127,7 @@ } ], "airtableId": "recwNk9qFtUFFSZL7", - "id": "e4897" + "id": "e4898" }, { "aapbId": "cpb-aacip-500-s46h5k3v", @@ -335212,17 +481151,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -335263,9 +481210,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recwO1DHhN7cyHoyo", - "id": "e4898" + "id": "e4899" }, { "aapbId": "cpb-aacip-500-513tz654", @@ -335285,10 +481256,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -335296,6 +481263,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -335336,9 +481307,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recwOFruzzIkobqyw", - "id": "e4899" + "id": "e4900" }, { "aapbId": "cpb-aacip-500-9s1kn00m", @@ -335362,17 +481357,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -335417,9 +481416,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recwOXavCfiCu0YqF", - "id": "e4900" + "id": "e4901" }, { "aapbId": "cpb-aacip-500-3r0pwg27", @@ -335440,20 +481463,36 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "frankfurter-felix-1882-1965", "name": "Frankfurter, Felix, 1882-1965" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" }, { "id": "us-literature", @@ -335492,9 +481531,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recwPGyeZRnCFK9li", - "id": "e4901" + "id": "e4902" }, { "aapbId": "cpb-aacip-500-fx740111", @@ -335518,10 +481581,22 @@ "id": "asia-social-life-and-customs", "name": "Asia--Social life and customs" }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "canada", + "name": "Canada" + }, { "id": "couchiching-conference", "name": "Couchiching Conference" }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, { "id": "forums-discussion-and-debate", "name": "Forums (Discussion and debate)" @@ -335531,12 +481606,12 @@ "name": "International relations" }, { - "id": "southeast-asia-social-conditions", - "name": "Southeast Asia-Social conditions" + "id": "sociology", + "name": "Sociology" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "southeast-asia-social-conditions", + "name": "Southeast Asia-Social conditions" }, { "id": "world-politics", @@ -335588,11 +481663,39 @@ { "id": "politics", "name": "Politics" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "geneva-park", + "name": "Geneva Park" } ], "decade": "1950-1959", "airtableId": "recwPNdgOjuQnTOjy", - "id": "e4902" + "id": "e4903" }, { "aapbId": "cpb-aacip-500-cr5ndp5f", @@ -335613,12 +481716,12 @@ }, "subject": [ { - "id": "broadcasting", - "name": "Broadcasting" + "id": "law-and-legislation", + "name": "Law and legislation" }, { - "id": "public-broadcasting-law-and-legislation", - "name": "Public broadcasting--Law and legislation" + "id": "public-broadcasting", + "name": "Public broadcasting" } ], "creator": [ @@ -335677,9 +481780,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recwPmDczDaIHti1D", - "id": "e4903" + "id": "e4904" }, { "aapbId": "cpb-aacip-500-8c9r5w85", @@ -335699,17 +481826,45 @@ "title": "Creative mind" }, "subject": [ + { + "id": "anthropology", + "name": "Anthropology" + }, + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" }, + { + "id": "film", + "name": "Film" + }, + { + "id": "film-criticism-united-states", + "name": "Film criticism--United States" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "psychology", + "name": "Psychology" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -335762,9 +481917,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recwPy0BmJVEpKir6", - "id": "e4904" + "id": "e4905" }, { "aapbId": "cpb-aacip-500-w37kv665", @@ -335781,9 +481960,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -335813,9 +482008,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recwQHh9vcYFcawf1", - "id": "e4905" + "id": "e4906" }, { "aapbId": "cpb-aacip-500-9s1kmx57", @@ -335843,22 +482062,22 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -335870,6 +482089,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -335934,9 +482161,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recwQP7cjupGqHadY", - "id": "e4906" + "id": "e4907" }, { "aapbId": "cpb-aacip-500-wp9t5v5r", @@ -335976,6 +482227,14 @@ "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "religion", + "name": "Religion" + }, { "id": "spirituality-christianity", "name": "Spirituality--Christianity" @@ -336043,9 +482302,33 @@ "name": "Religious" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1950-1959", "airtableId": "recwQwS4KV6mkdyvR", - "id": "e4907" + "id": "e4908" }, { "aapbId": "cpb-aacip-500-gh9b9n70", @@ -336077,17 +482360,33 @@ "id": "juvenile-delinquency", "name": "Juvenile delinquency" }, + { + "id": "law", + "name": "Law" + }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -336139,9 +482438,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recwRvLq74z70UCUv", - "id": "e4908" + "id": "e4909" }, { "aapbId": "cpb-aacip-500-g7374t6b", @@ -336198,7 +482521,7 @@ ], "decade": "1960-1969", "airtableId": "recwS9JjqTPM7PWnQ", - "id": "e4909" + "id": "e4910" }, { "aapbId": "cpb-aacip-500-tt4fsd6k", @@ -336219,20 +482542,20 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -336242,9 +482565,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "ragtime-music-history-and-criticism", "name": "Ragtime music--History and criticism" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -336277,10 +482608,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwSIV4ny2NXFMaV", - "id": "e4910" + "id": "e4911" }, { "aapbId": "cpb-aacip-500-n58cm37r", @@ -336300,10 +482655,18 @@ "title": "Century of science" }, "subject": [ + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "natural-resources", "name": "Natural resources" @@ -336365,9 +482728,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recwSXjG1KXHDgCPh", - "id": "e4911" + "id": "e4912" }, { "aapbId": "cpb-aacip-500-nc5scq1k", @@ -336391,17 +482778,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -336436,9 +482831,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recwTcMd9YmT95iIs", - "id": "e4912" + "id": "e4913" }, { "aapbId": "cpb-aacip-500-ks6j547c", @@ -336459,13 +482878,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recwU0g8zABwKZReq", - "id": "e4913" + "id": "e4914" }, { "aapbId": "cpb-aacip-500-9p2w7p12", @@ -336482,9 +482929,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -336514,9 +482977,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recwUAidaUdJs0jx9", - "id": "e4914" + "id": "e4915" }, { "aapbId": "cpb-aacip-500-m32nb00c", @@ -336539,10 +483026,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -336562,10 +483057,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwUGS363g6qyDNb", - "id": "e4915" + "id": "e4916" }, { "aapbId": "cpb-aacip-500-d50fzs99", @@ -336601,10 +483120,22 @@ "id": "comic-drama", "name": "Comic drama" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" @@ -336648,9 +483179,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recwVBKn7yHCuKPfw", - "id": "e4916" + "id": "e4917" }, { "aapbId": "cpb-aacip-500-057cw598", @@ -336671,13 +483226,21 @@ }, "subject": [ { - "id": "history-ancient", - "name": "History, Ancient" + "id": "economic-history", + "name": "Economic history" + }, + { + "id": "economy-business", + "name": "Economy & Business" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physical-distribution-of-goods", "name": "Physical distribution of goods" @@ -336690,18 +483253,6 @@ "id": "socialism", "name": "Socialism" }, - { - "id": "socialism-history", - "name": "Socialism--History" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -336739,9 +483290,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recwVxEEzsr7YcbUP", - "id": "e4917" + "id": "e4918" }, { "aapbId": "cpb-aacip-500-p843w82p", @@ -336761,6 +483336,10 @@ "title": "Ideas and the Theatre" }, "subject": [ + { + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism" + }, { "id": "artists", "name": "Artists" @@ -336778,12 +483357,20 @@ "name": "NAEB Region IV" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" } ], "creator": [ @@ -336857,18 +483444,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "interview", "name": "Interview" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" } ], "decade": "1950-1959", "airtableId": "recwW0qiLS5dDxzAw", - "id": "e4918" + "id": "e4919" }, { "aapbId": "cpb-aacip-500-gb1xj35k", @@ -336888,6 +483499,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -336940,11 +483555,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recwX2FxNfzOEuFpO", - "id": "e4919" + "id": "e4920" }, { "aapbId": "cpb-aacip-500-rr1pmg43", @@ -336965,28 +483608,40 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-1877-1964", - "name": "African Americans--History--1877-1964" + "id": "african-americans-history", + "name": "African Americans--History" }, { "id": "du-bois-w-e-b-william-edward-burghardt-1868-1963", "name": "Du Bois, W. E. B. (William Edward Burghardt), 1868-1963" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "washington-booker-t-1856-1915", @@ -337025,9 +483680,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recwXJrGRoIAm9XV5", - "id": "e4920" + "id": "e4921" }, { "aapbId": "cpb-aacip-500-599z4175", @@ -337055,6 +483734,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -337102,9 +483785,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recwXi4InnOPLz3Ml", - "id": "e4921" + "id": "e4922" }, { "aapbId": "cpb-aacip-500-8911sp85", @@ -337124,10 +483831,18 @@ "title": "Visiting scholars" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scholars-interviews", "name": "Scholars--Interviews" @@ -337165,9 +483880,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cleveland", + "name": "Cleveland" + } + ], "decade": "1960-1969", "airtableId": "recwXykdEx2Hx2Kxu", - "id": "e4922" + "id": "e4923" }, { "aapbId": "cpb-aacip-500-ht2gcf6b", @@ -337197,17 +483936,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-performance", - "name": "Music--Performance" - }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, { - "id": "us-regions-the-west", - "name": "U.S. Regions: The West" + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "performance", + "name": "Performance" }, { "id": "west-us", @@ -337258,9 +483997,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1970-1979", "airtableId": "recwYJ7s0c5456jiD", - "id": "e4923" + "id": "e4924" }, { "aapbId": "cpb-aacip-500-fq9q6c6g", @@ -337292,6 +484055,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "tuberculosis", "name": "Tuberculosis" @@ -337365,9 +484132,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recwYld8B3DWyEcSQ", - "id": "e4924" + "id": "e4925" }, { "aapbId": "cpb-aacip-500-9z90dj21", @@ -337392,16 +484183,12 @@ "name": "NAEB Region I" }, { - "id": "poets", - "name": "Poets" - }, - { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "writing", - "name": "Writing." + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ @@ -337436,9 +484223,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recwYyPpSnfAW6f30", - "id": "e4925" + "id": "e4926" }, { "aapbId": "cpb-aacip-500-xp6v2r6q", @@ -337458,6 +484269,10 @@ "title": "The diary of Samuel Pepys" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "europe", "name": "Europe" @@ -337467,12 +484282,16 @@ "name": "NAEB Region V" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" } ], "creator": [ @@ -337493,10 +484312,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "kansas-city", + "name": "Kansas City" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwZRXIiuUr6vQQr", - "id": "e4926" + "id": "e4927" }, { "aapbId": "cpb-aacip-500-8s4jr264", @@ -337516,6 +484359,10 @@ "title": "Speaking of Mexico" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -337523,6 +484370,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -337539,10 +484390,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwbzLHpNeF7kmFx", - "id": "e4927" + "id": "e4928" }, { "aapbId": "cpb-aacip-500-2805255w", @@ -337566,9 +484441,25 @@ "id": "cowboys-united-states", "name": "Cowboys--United States" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "west-us", + "name": "West (U.S.)" } ], "creator": [ @@ -337598,6 +484489,12 @@ } ], "contributor": [ + { + "id": "national-educational-television-and-radio-center", + "name": "National Educational Television and Radio Center", + "type": "Corporate Body", + "role": "Funder" + }, { "id": "langfield-daniel", "name": "Langfield, Daniel", @@ -337627,9 +484524,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recwcdZJd7tJzQ11Y", - "id": "e4928" + "id": "e4929" }, { "aapbId": "cpb-aacip-500-kh0f0802", @@ -337650,25 +484571,33 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "world-politics", + "name": "World politics" + }, { "id": "world-politics", "name": "World Politics" @@ -337736,9 +484665,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "recwdsJOoH9zBLzPu", - "id": "e4929" + "id": "e4930" }, { "aapbId": "cpb-aacip-500-fn10t35t", @@ -337758,6 +484711,10 @@ "title": "Prepare for survival" }, "subject": [ + { + "id": "civil-defense", + "name": "Civil defense" + }, { "id": "civil-defense-readiness", "name": "Civil defense readiness" @@ -337778,6 +484735,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nuclear-warfare", "name": "Nuclear warfare" @@ -337790,13 +484751,25 @@ "id": "public-shelters", "name": "Public shelters" }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "war-civil-defense", + "name": "War & Civil Defense" } ], "creator": [ @@ -337873,9 +484846,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1950-1959", "airtableId": "recweK8jui9ft8glG", - "id": "e4930" + "id": "e4931" }, { "aapbId": "cpb-aacip-500-9c6s2s16", @@ -337896,25 +484893,29 @@ }, "subject": [ { - "id": "choral-music-analysis-appreciation", - "name": "Choral music--Analysis, appreciation" + "id": "19th-century", + "name": "19th century" }, { - "id": "music", - "name": "Music" + "id": "choral-music-analysis-appreciation", + "name": "Choral music--Analysis, appreciation" }, { - "id": "music-19th-century", - "name": "Music--19th century" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "romanticism-in-music", "name": "Romanticism in music" @@ -337964,9 +484965,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recwf8lnfolHhMc2D", - "id": "e4931" + "id": "e4932" }, { "aapbId": "cpb-aacip-500-p843w81f", @@ -337987,16 +485012,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "hemingway-ernest-1899-1961", @@ -338006,9 +485027,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -338060,9 +485093,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recwfcrlve4kjlnAy", - "id": "e4932" + "id": "e4933" }, { "aapbId": "cpb-aacip-500-707wqw8g", @@ -338082,10 +485139,22 @@ "title": "And the world listened" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -338093,6 +485162,10 @@ { "id": "stanton-elizabeth-cady-1815-1902", "name": "Stanton, Elizabeth Cady, 1815-1902" + }, + { + "id": "womens-rights", + "name": "Women's rights" } ], "creator": [ @@ -338137,11 +485210,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recwgoMlho7w3t9wN", - "id": "e4933" + "id": "e4934" }, { "aapbId": "cpb-aacip-500-g15tc765", @@ -338166,17 +485267,25 @@ "name": "Christians--Germany" }, { - "id": "clergy-germany-biography", - "name": "Clergy--Germany--Biography" + "id": "clergy", + "name": "Clergy" }, { "id": "europe", "name": "Europe" }, + { + "id": "germany", + "name": "Germany" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "political-prisoners-germany-20th-century", "name": "Political prisoners--Germany--20th century" @@ -338188,6 +485297,10 @@ { "id": "spiritual-life", "name": "Spiritual life" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -338227,9 +485340,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recwgpaxi9TeCtGec", - "id": "e4934" + "id": "e4935" }, { "aapbId": "cpb-aacip-500-vt1gpb3s", @@ -338250,13 +485387,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recwhRWzcP5ofP7CV", - "id": "e4935" + "id": "e4936" }, { "aapbId": "cpb-aacip-500-8911sn2h", @@ -338285,16 +485450,20 @@ "name": "NAEB Region IV" }, { - "id": "poetry", - "name": "Poetry" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "songs", - "name": "Songs" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "poetry-anthologies", + "name": "Poetry anthologies" + }, + { + "id": "songs", + "name": "Songs" } ], "creator": [ @@ -338332,18 +485501,42 @@ } ], "genre": [ - { - "id": "performing-arts", - "name": "Performing arts" - }, { "id": "music", "name": "Music" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "northfield", + "name": "Northfield" } ], "decade": "1950-1959", "airtableId": "recwhoQXDJt3LBFLR", - "id": "e4936" + "id": "e4937" }, { "aapbId": "cpb-aacip-500-m03xxp4d", @@ -338363,25 +485556,24 @@ "title": "Listen America" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "poets-20th-century", - "name": "Poets--20th century" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-poetry", + "name": "United States--Poetry" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -338389,8 +485581,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Producer" }, @@ -338431,9 +485623,33 @@ "name": "Drama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "airtableId": "recwi3wvKO7mtHvqv", - "id": "e4937" + "id": "e4938" }, { "aapbId": "cpb-aacip-500-st7dwk7h", @@ -338453,6 +485669,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -338465,11 +485689,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recwiHM9lw84xbca8", - "id": "e4938" + "id": "e4939" }, { "aapbId": "cpb-aacip-500-n00ztk9b", @@ -338486,8 +485734,12 @@ }, "subject": [ { - "id": "american-culture", - "name": "American culture" + "id": "20th-century", + "name": "20th century" + }, + { + "id": "america-history-20th-century", + "name": "America--History--20th century" }, { "id": "franco-johan-1908-1988", @@ -338497,10 +485749,6 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "songs", "name": "Songs" @@ -338557,7 +485805,7 @@ ], "decade": null, "airtableId": "recwiMZBdFtr9zIZc", - "id": "e4939" + "id": "e4940" }, { "aapbId": "cpb-aacip-500-416t2b9q", @@ -338585,6 +485833,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology", "name": "Psychology" @@ -338592,6 +485844,10 @@ { "id": "psychology-mental-health", "name": "Psychology & Mental Health" + }, + { + "id": "science-technology", + "name": "Science & Technology" } ], "creator": [ @@ -338620,9 +485876,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-francisco", + "name": "San Francisco" + } + ], "decade": "1960-1969", "airtableId": "recwiSqEtInAgBzfm", - "id": "e4940" + "id": "e4941" }, { "aapbId": "cpb-aacip-500-df6k4n0w", @@ -338642,21 +485922,25 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, { - "id": "jazz-1941-1950-history-and-criticism", - "name": "Jazz--1941-1950--History and criticism" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-1941-1950-history-and-criticism", + "name": "Jazz--1941-1950--History and criticism" }, { "id": "music", @@ -338665,6 +485949,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -338697,10 +485985,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwl45cBHJAZr3W3", - "id": "e4941" + "id": "e4942" }, { "aapbId": "cpb-aacip-500-df6k4p1b", @@ -338718,13 +486030,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recwltYHRcuNcstqx", - "id": "e4942" + "id": "e4943" }, { "aapbId": "cpb-aacip-500-fx74008h", @@ -338752,6 +486092,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "scotland-history-20th-century", "name": "Scotland--History--20th century" @@ -338795,9 +486139,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "columbus", + "name": "Columbus" + } + ], "decade": "1960-1969", "airtableId": "recwm0eybqx4kV1fG", - "id": "e4943" + "id": "e4944" }, { "aapbId": "cpb-aacip-500-08638h19", @@ -338817,7 +486185,7 @@ "contributor": [], "airtableId": "recwn9PZjtqSzniEu", "subject": [], - "id": "e4944" + "id": "e4945" }, { "aapbId": "cpb-aacip-500-tm720v1g", @@ -338849,6 +486217,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "saarland-germany", "name": "Saarland (Germany)" @@ -338881,6 +486253,30 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "contributor": [ { @@ -338891,7 +486287,7 @@ } ], "airtableId": "recwojm2gJCEv9QfG", - "id": "e4945" + "id": "e4946" }, { "aapbId": "cpb-aacip-500-vq2s9085", @@ -338912,12 +486308,16 @@ }, "subject": [ { - "id": "communism-germany", - "name": "Communism--Germany" + "id": "communism", + "name": "Communism" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "europe", + "name": "Europe" + }, + { + "id": "germany", + "name": "Germany" }, { "id": "germany-east", @@ -338932,8 +486332,12 @@ "name": "NAEB Region III" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -338977,9 +486381,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recwpQgxcOj1g603G", - "id": "e4946" + "id": "e4947" }, { "aapbId": "cpb-aacip-500-rj48tv5w", @@ -339003,6 +486431,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "social-sciences", "name": "Social sciences" @@ -339050,9 +486482,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recwqZvE8HH6pRSiD", - "id": "e4947" + "id": "e4948" }, { "aapbId": "cpb-aacip-500-z02z7k3g", @@ -339076,10 +486532,18 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -339091,6 +486555,10 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -339140,11 +486608,39 @@ { "id": "educational", "name": "Educational" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recws7amP2sOINMz7", - "id": "e4948" + "id": "e4949" }, { "aapbId": "cpb-aacip-500-ns0kxv8b", @@ -339165,13 +486661,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "connecticut", + "name": "Connecticut" + } + ], + "settlement": [ + { + "id": "new-haven", + "name": "New Haven" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recwtP2CTXaTn1Lmr", - "id": "e4949" + "id": "e4950" }, { "aapbId": "cpb-aacip-500-p26q3q6n", @@ -339192,13 +486716,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recwtqsu4yQF5CMP8", - "id": "e4950" + "id": "e4951" }, { "aapbId": "cpb-aacip-500-v97zqv69", @@ -339255,7 +486807,7 @@ ], "decade": "1960-1969", "airtableId": "recwuKhjpRktfPTq0", - "id": "e4951" + "id": "e4952" }, { "aapbId": "cpb-aacip-500-h12v854m", @@ -339275,7 +486827,7 @@ "contributor": [], "airtableId": "recwuvcmJ4zP14OJm", "subject": [], - "id": "e4952" + "id": "e4953" }, { "aapbId": "cpb-aacip-500-ks6j536x", @@ -339295,6 +486847,10 @@ "title": "Evolution of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "beiderbecke-bix-1903-1931", "name": "Beiderbecke, Bix, 1903-1931" @@ -339304,12 +486860,12 @@ "name": "Dixieland music" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -339318,6 +486874,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -339350,10 +486910,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recwvb1Wr7lizEuLR", - "id": "e4953" + "id": "e4954" }, { "aapbId": "cpb-aacip-500-rv0d0r7c", @@ -339368,12 +486952,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recwveYyK8RVP0ed8", - "subject": [], - "id": "e4954" + "id": "e4955" }, { "aapbId": "cpb-aacip-500-xd0qwv48", @@ -339393,6 +486994,10 @@ "title": "What a piece of work is a man" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963" @@ -339405,6 +487010,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -339427,18 +487036,46 @@ } ], "genre": [ + { + "id": "educational", + "name": "Educational" + }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "educational", - "name": "Educational" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "recww9fdFvOvVICET", - "id": "e4955" + "id": "e4956" }, { "aapbId": "cpb-aacip-500-rn30759s", @@ -339469,6 +487106,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -339514,9 +487155,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recwwwPrKi0hVfY8l", - "id": "e4956" + "id": "e4957" }, { "aapbId": "cpb-aacip-500-ns0kxw0m", @@ -339540,6 +487205,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -339548,13 +487217,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -339584,14 +487265,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recwxtdetLWodXPwG", - "id": "e4957" + "id": "e4958" }, { "aapbId": "cpb-aacip-500-cv4bt03r", @@ -339613,7 +487322,7 @@ "contributor": [], "airtableId": "recwyAYCRgQBf8jjL", "subject": [], - "id": "e4958" + "id": "e4959" }, { "aapbId": "cpb-aacip-500-k9316p3j", @@ -339637,17 +487346,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -339688,9 +487405,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recwzNnwOJaODXgUs", - "id": "e4959" + "id": "e4960" }, { "aapbId": "cpb-aacip-500-bv79x45q", @@ -339708,13 +487449,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recwzhl8zCPLunXkq", - "id": "e4960" + "id": "e4961" }, { "aapbId": "cpb-aacip-500-sn01421k", @@ -339728,16 +487497,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recx07cwBfAO2mJOz", - "id": "e4961" + "id": "e4962" }, { "aapbId": "cpb-aacip-500-5d8nhb1b", @@ -339758,20 +487567,24 @@ }, "subject": [ { - "id": "jazz-musicians-louisiana-new-orleans", - "name": "Jazz musicians--Louisiana--New Orleans" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-missouri-biography", - "name": "Jazz musicians--Missouri--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-louisiana-new-orleans", + "name": "Jazz musicians--Louisiana--New Orleans" + }, + { + "id": "jazz-musicians-missouri-biography", + "name": "Jazz musicians--Missouri--Biography" }, { "id": "music", @@ -339780,6 +487593,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -339812,10 +487629,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recx4OpJCnFZkAZWE", - "id": "e4962" + "id": "e4963" }, { "aapbId": "cpb-aacip-500-251fnx05", @@ -339839,14 +487680,14 @@ "id": "emigration-and-immigration-law-united-states", "name": "Emigration and immigration law--United States" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "immigration-issues", "name": "Immigration issues" }, + { + "id": "law", + "name": "Law" + }, { "id": "prejudices-united-states", "name": "Prejudices--United States" @@ -339920,9 +487761,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recx4oinR1DSpP0lj", - "id": "e4963" + "id": "e4964" }, { "aapbId": "cpb-aacip-500-f47gvp0t", @@ -339950,6 +487815,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "technique-musician", "name": "Technique (Musician)" @@ -339993,9 +487862,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1960-1969", "airtableId": "recx54RYeb7wjDceA", - "id": "e4964" + "id": "e4965" }, { "aapbId": "cpb-aacip-500-2z12s54b", @@ -340035,6 +487928,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -340078,9 +487975,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recx54Use6plnh5sb", - "id": "e4965" + "id": "e4966" }, { "aapbId": "cpb-aacip-500-7m042p1r", @@ -340099,13 +488020,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recx59L70pgvVNLfm", - "id": "e4966" + "id": "e4967" }, { "aapbId": "cpb-aacip-500-5d8nh98t", @@ -340145,6 +488094,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" @@ -340187,9 +488140,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recx5VHx5gXI8YzTT", - "id": "e4967" + "id": "e4968" }, { "aapbId": "cpb-aacip-500-736m480w", @@ -340210,28 +488187,40 @@ }, "subject": [ { - "id": "composers-hungary-biography", - "name": "Composers--Hungary--Biography" + "id": "20th-century", + "name": "20th century" + }, + { + "id": "composers", + "name": "Composers" }, { "id": "composition-music", "name": "Composition (Music)" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" + }, + { + "id": "hungary", + "name": "Hungary" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "piano-music-20th-century", - "name": "Piano music--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "piano-music", + "name": "Piano music" }, { "id": "takcs-jen-1902-2005", @@ -340278,12 +488267,36 @@ }, { "id": "performing-arts", - "name": "Performing arts" + "name": "Performing Arts" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1960-1969", "airtableId": "recx5al3ifa3ZEaG7", - "id": "e4968" + "id": "e4969" }, { "aapbId": "cpb-aacip-500-rf5kfj80", @@ -340304,12 +488317,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -340318,6 +488327,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -340344,10 +488357,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recx8d3h7AoE0mntI", - "id": "e4969" + "id": "e4970" }, { "aapbId": "cpb-aacip-500-3r0pwg7f", @@ -340379,6 +488416,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -340386,6 +488427,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -340452,18 +488497,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recx9g69tp0g3iy4J", - "id": "e4970" + "id": "e4971" }, { "aapbId": "cpb-aacip-500-804xmt36", @@ -340477,16 +488546,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recx9m3E8OrirMUBC", - "id": "e4971" + "id": "e4972" }, { "aapbId": "cpb-aacip-500-xs5jg152", @@ -340506,10 +488615,6 @@ "title": "Document: Deep South" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "economy-business", "name": "Economy & Business" @@ -340519,8 +488624,8 @@ "name": "NAEB Region II" }, { - "id": "radio-programs-united-states", - "name": "Radio programs--United States" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" }, { "id": "southern-states-commerce", @@ -340533,10 +488638,6 @@ { "id": "textile-industry-southern-states", "name": "Textile industry--Southern States" - }, - { - "id": "us-regions-the-south", - "name": "U.S. Regions: The South" } ], "creator": [ @@ -340589,9 +488690,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "tuscaloosa", + "name": "Tuscaloosa" + } + ], "decade": "1950-1959", "airtableId": "recx9sK47FHbEEn0t", - "id": "e4972" + "id": "e4973" }, { "aapbId": "cpb-aacip-500-pk07259c", @@ -340610,13 +488735,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recx9wy8EK5p3p26a", - "id": "e4973" + "id": "e4974" }, { "aapbId": "cpb-aacip-500-2n4zmb3j", @@ -340640,17 +488793,25 @@ "id": "children-families", "name": "Children & Families" }, + { + "id": "mental-health", + "name": "Mental health" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "youth", - "name": "Youth" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" }, { - "id": "youth-mental-health", - "name": "Youth--Mental health" + "id": "youth", + "name": "Youth" } ], "creator": [ @@ -340701,9 +488862,33 @@ "name": "Parenting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1950-1959", "airtableId": "recxCWzCr3kmuFjP6", - "id": "e4974" + "id": "e4975" }, { "aapbId": "cpb-aacip-500-n29p6t9n", @@ -340731,6 +488916,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science-technology", "name": "Science & Technology" @@ -340791,9 +488980,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "recxCaVfld1oKMInr", - "id": "e4975" + "id": "e4976" }, { "aapbId": "cpb-aacip-500-3x83p23s", @@ -340808,12 +489021,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recxCzxZ51yQNelb7", "subject": [], - "id": "e4976" + "id": "e4977" }, { "aapbId": "cpb-aacip-500-cr5ndp1g", @@ -340840,9 +489077,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -340869,10 +489114,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recxEK10iKm0j3Dg6", - "id": "e4977" + "id": "e4978" }, { "aapbId": "cpb-aacip-500-zp3vzm7b", @@ -340900,29 +489169,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "theater-drama", + "name": "Theater & Drama" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -340933,6 +489210,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -340949,7 +489250,7 @@ } ], "airtableId": "recxEK7o8A97CEfI0", - "id": "e4978" + "id": "e4979" }, { "aapbId": "cpb-aacip-500-833n140d", @@ -340965,22 +489266,54 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxEauwPR8sBCoNg", - "id": "e4979" + "id": "e4980" }, { "aapbId": "cpb-aacip-500-gt5fgj44", "naebId": "70-5-19", "umdId": "4502", - "title": "Program #19", + "title": "Program #19 Dr. Barry Commoner: The Price of Pollution", "duration": 1800, "seriesDescription": "Urban Confrontation is an analysis of the continuing crises facing 20th century man in the American city, covering issues such as campus riots, assassinations, the internal disintegration of cities, and the ever-present threat of nuclear annihilation. Produced for the Office of Educational Resources at the Communications Center of the nation's largest private university, Northeastern University.", "location": "Hornbake Special Collections", @@ -340991,9 +489324,77 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "automobile-industry-and-trade-united-states", + "name": "Automobile industry and trade--United States" + }, + { + "id": "automobiles", + "name": "Automobiles" + }, + { + "id": "ecology-the-environment", + "name": "Ecology & the Environment" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "nixon-richard-m-richard-milhous-1913-1994", + "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" + }, + { + "id": "overpopulation", + "name": "Overpopulation" + }, + { + "id": "pests", + "name": "Pests" + }, + { + "id": "pollution-united-states", + "name": "Pollution--United States" + }, + { + "id": "science-technology", + "name": "Science & Technology" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "technology", + "name": "Technology" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "water-resources-development", + "name": "Water resources development" } ], "creator": [ @@ -341004,6 +489405,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -341014,7 +489439,7 @@ } ], "airtableId": "recxEfzY5ag96zynj", - "id": "e4980" + "id": "e4981" }, { "aapbId": "cpb-aacip-500-wd3q124g", @@ -341032,6 +489457,10 @@ "title": "Creative method" }, "subject": [ + { + "id": "art-architecture", + "name": "Art & Architecture" + }, { "id": "creative-ability", "name": "Creative ability" @@ -341045,8 +489474,8 @@ "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { "id": "stokowski-leopold-1882-1977", @@ -341102,9 +489531,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recxEksrJf3wfWLVb", - "id": "e4981" + "id": "e4982" }, { "aapbId": "cpb-aacip-500-959c985h", @@ -341128,6 +489581,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -341136,13 +489593,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -341178,14 +489647,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recxG6YiCh5G89CRe", - "id": "e4982" + "id": "e4983" }, { "aapbId": "cpb-aacip-500-vx062n29", @@ -341200,12 +489697,45 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "subject": [ + { + "id": "air-pollution", + "name": "Air pollution" + }, + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxGdgi7OoJmSbT5", - "subject": [], - "id": "e4983" + "id": "e4984" }, { "aapbId": "cpb-aacip-500-1g0hxv8t", @@ -341229,10 +489759,18 @@ "id": "books-and-reading-united-states", "name": "Books and reading--United States" }, + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -341244,6 +489782,10 @@ { "id": "science-technology", "name": "Science & Technology" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -341304,11 +489846,39 @@ { "id": "educational", "name": "Educational" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "airtableId": "recxHr0w9wp6YflEX", - "id": "e4984" + "id": "e4985" }, { "aapbId": "cpb-aacip-500-ms3k202p", @@ -341329,20 +489899,28 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" }, { - "id": "music", - "name": "Music" + "id": "composers", + "name": "Composers" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -341389,9 +489967,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recxHtGx8FekYAc1D", - "id": "e4985" + "id": "e4986" }, { "aapbId": "cpb-aacip-500-x34mr101", @@ -341415,6 +490017,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -341470,9 +490076,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recxHynF6AfXejfwq", - "id": "e4986" + "id": "e4987" }, { "aapbId": "cpb-aacip-500-vx062k9k", @@ -341492,10 +490122,6 @@ "title": "Law in the news" }, "subject": [ - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "law", "name": "Law" @@ -341503,6 +490129,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -341537,9 +490167,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recxIGAtfTyTFQ2eB", - "id": "e4987" + "id": "e4988" }, { "aapbId": "cpb-aacip-500-z02z7k8p", @@ -341560,13 +490214,17 @@ }, "subject": [ { - "id": "composers-france", - "name": "Composers--France" + "id": "composers", + "name": "Composers" }, { "id": "europe", "name": "Europe" }, + { + "id": "france", + "name": "France" + }, { "id": "music", "name": "Music" @@ -341575,17 +490233,21 @@ "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" }, { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism" + "id": "organ-music", + "name": "Organ music" }, { - "id": "organists-france", - "name": "Organists--France" + "id": "organists", + "name": "Organists" }, { "id": "vierne-louis-1870-1937-organ-music", @@ -341624,9 +490286,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "alabama", + "name": "Alabama" + } + ], + "settlement": [ + { + "id": "montevallo", + "name": "Montevallo" + } + ], "decade": "1950-1959", "airtableId": "recxJkb14tglWVe7f", - "id": "e4988" + "id": "e4989" }, { "aapbId": "cpb-aacip-500-1j97b600", @@ -341646,6 +490332,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -341658,6 +490348,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -341725,9 +490419,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recxK4x6LVyoPVLWM", - "id": "e4989" + "id": "e4990" }, { "aapbId": "cpb-aacip-500-2f7jts67", @@ -341755,6 +490473,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychiatry", "name": "Psychiatry" @@ -341796,9 +490518,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recxK9TYHGl9LUWyp", - "id": "e4990" + "id": "e4991" }, { "aapbId": "cpb-aacip-500-gm81q02s", @@ -341813,16 +490559,52 @@ "title": "Beethoven: The man who freed music" }, "subject": [ + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recxKWUUNvxKytwOE", - "id": "e4991" + "id": "e4992" }, { "aapbId": "cpb-aacip-500-x05xbq9d", @@ -341846,10 +490628,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -341887,9 +490677,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recxKrmZJi2aK6eae", - "id": "e4992" + "id": "e4993" }, { "aapbId": "cpb-aacip-500-9k45vc7v", @@ -341917,6 +490731,10 @@ "id": "city-planning", "name": "City planning" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "europe", "name": "Europe" @@ -341933,6 +490751,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "population", "name": "Population" @@ -341940,6 +490762,10 @@ { "id": "sociology", "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -341975,9 +490801,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recxLFmUxDiqtYNoe", - "id": "e4993" + "id": "e4994" }, { "aapbId": "cpb-aacip-500-2f7jtr5s", @@ -341997,6 +490847,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -342005,6 +490859,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -342060,9 +490922,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recxLXuz6NmsmyqSH", - "id": "e4994" + "id": "e4995" }, { "aapbId": "cpb-aacip-500-z31nmw72", @@ -342082,10 +490968,18 @@ "title": "One nation indivisible" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "nationalism", "name": "Nationalism" @@ -342094,10 +490988,6 @@ "id": "nationalists", "name": "Nationalists" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -342147,9 +491037,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recxLkd3ec4G2sTOG", - "id": "e4995" + "id": "e4996" }, { "aapbId": "cpb-aacip-500-s17ssb4r", @@ -342170,13 +491084,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxMGjFhbkuHWe3A", - "id": "e4996" + "id": "e4997" }, { "aapbId": "cpb-aacip-500-7d2q9438", @@ -342195,6 +491137,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -342210,10 +491156,34 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "recxMUCo3wjrUvNSQ", - "id": "e4997" + "id": "e4998" }, { "aapbId": "cpb-aacip-500-rv0d0r0p", @@ -342232,16 +491202,48 @@ "id": "emigration-and-immigration", "name": "Emigration and immigration" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recxNC7KYjYKB4iw2", - "id": "e4998" + "id": "e4999" }, { "aapbId": "cpb-aacip-500-cc0tvk30", @@ -342259,13 +491261,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recxNuor6NtrdUmOA", - "id": "e4999" + "id": "e5000" }, { "aapbId": "cpb-aacip-500-599z425w", @@ -342289,10 +491319,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -342330,9 +491368,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recxO0luhDEoY5Psw", - "id": "e5000" + "id": "e5001" }, { "aapbId": "cpb-aacip-500-dn3zx756", @@ -342352,6 +491414,10 @@ "title": "Report from Russia" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" @@ -342360,6 +491426,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union-description-and-travel", "name": "Soviet Union--Description and travel" @@ -342415,9 +491489,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recxORmRvquVgQ9kM", - "id": "e5001" + "id": "e5002" }, { "aapbId": "cpb-aacip-500-fb4wn68k", @@ -342440,6 +491538,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -342486,9 +491588,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recxP29EBvJqrpTTn", - "id": "e5002" + "id": "e5003" }, { "aapbId": "cpb-aacip-500-fj29dv07", @@ -342502,12 +491628,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recxPGQ9EFhleOftO", "subject": [], - "id": "e5003" + "id": "e5004" }, { "aapbId": "cpb-aacip-500-db7vrd21", @@ -342530,6 +491680,10 @@ "id": "centennial-celebrations-etc", "name": "Centennial celebrations, etc" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "finland", "name": "Finland" @@ -342542,10 +491696,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sibelius-jean-1865-1957", "name": "Sibelius, Jean, 1865-1957" }, + { + "id": "sociology", + "name": "Sociology" + }, { "id": "symphonic-poems", "name": "Symphonic poems" @@ -342579,9 +491741,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recxQ9dhpg0HSS80J", - "id": "e5004" + "id": "e5005" }, { "aapbId": "cpb-aacip-500-jq0sw12b", @@ -342610,13 +491796,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recxRVstH9o64ZR5z", - "id": "e5005" + "id": "e5006" }, { "aapbId": "cpb-aacip-500-6w96bn6v", @@ -342637,13 +491851,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxSUEMUAf0OdHHj", - "id": "e5006" + "id": "e5007" }, { "aapbId": "cpb-aacip-500-v40jz87h", @@ -342663,6 +491905,10 @@ "title": "The music makers" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -342674,6 +491920,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -342720,9 +491970,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recxTRaBURooERQGc", - "id": "e5007" + "id": "e5008" }, { "aapbId": "cpb-aacip-500-ms3k1z7h", @@ -342754,6 +492028,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -342811,9 +492089,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recxU5AkcBiuX1fkD", - "id": "e5008" + "id": "e5009" }, { "aapbId": "cpb-aacip-500-fb4wn92r", @@ -342834,13 +492136,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxUTRK6AhJjpQrY", - "id": "e5009" + "id": "e5010" }, { "aapbId": "cpb-aacip-500-b56d633b", @@ -342864,10 +492194,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -342887,10 +492233,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recxUmGElzS7vvZak", - "id": "e5010" + "id": "e5011" }, { "aapbId": "cpb-aacip-500-dn3zx89c", @@ -342909,13 +492279,45 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "womens-rights", + "name": "Women's rights" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recxW58W66EWskdLS", - "id": "e5011" + "id": "e5012" }, { "aapbId": "cpb-aacip-500-5d8nh992", @@ -342938,10 +492340,22 @@ "id": "bible-old-testament", "name": "Bible. Old Testament" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-testament-readings", "name": "Old Testament readings" @@ -343010,9 +492424,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1950-1959", "airtableId": "recxWrBn27Fm3ly2C", - "id": "e5012" + "id": "e5013" }, { "aapbId": "cpb-aacip-500-9z90dh32", @@ -343032,10 +492470,18 @@ "title": "Portrait of the American" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -343099,9 +492545,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recxX2nWrjPGlpRoh", - "id": "e5013" + "id": "e5014" }, { "aapbId": "cpb-aacip-500-ns0kxv34", @@ -343122,16 +492592,32 @@ }, "subject": [ { - "id": "authors", - "name": "Authors" + "id": "american-literature", + "name": "American literature" + }, + { + "id": "anthropology", + "name": "Anthropology" + }, + { + "id": "book-publishing", + "name": "Book publishing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "religion", + "name": "Religion" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "us-literature", @@ -343170,9 +492656,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recxYHGWXCWKpGkgO", - "id": "e5014" + "id": "e5015" }, { "aapbId": "cpb-aacip-500-f18sgc6n", @@ -343196,6 +492706,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "politics-and-government", "name": "Politics and government" @@ -343207,14 +492721,6 @@ { "id": "science-technology", "name": "Science & Technology" - }, - { - "id": "us-government", - "name": "U.S. Government" - }, - { - "id": "us-politics", - "name": "U.S. Politics" } ], "creator": [ @@ -343255,9 +492761,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "recxYxluSLunnn9XZ", - "id": "e5015" + "id": "e5016" }, { "aapbId": "cpb-aacip-500-hx15rn7k", @@ -343281,13 +492811,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -343328,9 +492858,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recxaER1R7mdKQBaM", - "id": "e5016" + "id": "e5017" }, { "aapbId": "cpb-aacip-500-ft8dkn5n", @@ -343350,6 +492904,10 @@ "title": "Business review" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -343366,7 +492924,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recxagTZ8px9jK9Wo", - "id": "e5017" + "id": "e5018" }, { "aapbId": "cpb-aacip-500-x34mr25f", @@ -343398,10 +492956,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -343443,9 +493009,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recxcGZgjVHsIY5oQ", - "id": "e5018" + "id": "e5019" }, { "aapbId": "cpb-aacip-500-0k26fb8f", @@ -343466,8 +493056,8 @@ }, "subject": [ { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "folk-songs-united-states", @@ -343490,12 +493080,16 @@ "name": "NAEB Region III" }, { - "id": "popular-culture-united-states-history", - "name": "Popular culture--United States--History" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "popular-culture", + "name": "Popular culture" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -343539,9 +493133,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recxcrFzXuYA8SDfk", - "id": "e5019" + "id": "e5020" }, { "aapbId": "cpb-aacip-500-c24qpn9c", @@ -343596,11 +493214,35 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recxdIgCWgD1yvjke", - "id": "e5020" + "id": "e5021" }, { "aapbId": "cpb-aacip-500-7w677g65", @@ -343624,17 +493266,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -343669,9 +493319,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recxdnZcI3J8n0I8y", - "id": "e5021" + "id": "e5022" }, { "aapbId": "cpb-aacip-500-222r8m5r", @@ -343692,32 +493366,36 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "20th-century", + "name": "20th century" + }, + { + "id": "communism", + "name": "Communism" }, { "id": "composition-music", "name": "Composition (Music)" }, { - "id": "music", - "name": "Music" + "id": "europe", + "name": "Europe" }, { - "id": "music-20th-century", - "name": "Music--20th century" + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union", + "name": "Soviet Union" }, { "id": "world-politics", @@ -343768,9 +493446,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recxdp5ndZ7Kerarv", - "id": "e5022" + "id": "e5023" }, { "aapbId": "cpb-aacip-500-599z427c", @@ -343784,12 +493486,33 @@ "id": "us-and-china", "title": "U.S. and China" }, + "subject": [ + { + "id": "china", + "name": "China" + }, + { + "id": "china-foreign-relations", + "name": "China--Foreign relations" + }, + { + "id": "international-relations", + "name": "International relations" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "world-politics", + "name": "World Politics" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recxfIbUaLwoOWlL9", - "subject": [], - "id": "e5023" + "id": "e5024" }, { "aapbId": "cpb-aacip-500-ns0kxv2w", @@ -343814,13 +493537,17 @@ "name": "Correctional institutions" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "prisoners", "name": "Prisoners" @@ -343874,9 +493601,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "tallahassee", + "name": "Tallahassee" + } + ], "decade": "1950-1959", "airtableId": "recxgtHkvOIPDjXZ8", - "id": "e5024" + "id": "e5025" }, { "aapbId": "cpb-aacip-500-sn014143", @@ -343899,6 +493650,10 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -343912,10 +493667,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "france", + "name": "France" + } + ], + "region": [ + { + "id": "ile-de-france", + "name": "Ile-de-France" + } + ], + "settlement": [ + { + "id": "paris", + "name": "Paris" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recxhY5s5wgmFyMjk", - "id": "e5025" + "id": "e5026" }, { "aapbId": "cpb-aacip-500-qn5zb92g", @@ -343945,12 +493724,16 @@ "name": "Educational television" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", "name": "Public radio" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -343970,7 +493753,7 @@ "decade": "1960-1969", "contributor": [], "airtableId": "recxhaz6JjynLNe8P", - "id": "e5026" + "id": "e5027" }, { "aapbId": "cpb-aacip-500-xp6v2q3s", @@ -343994,13 +493777,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -344035,9 +493818,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recxhm0tRh2BkfSQ9", - "id": "e5027" + "id": "e5028" }, { "aapbId": "cpb-aacip-500-1r6n3s6h", @@ -344060,10 +493867,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -344083,10 +493898,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recxiMzfXLaeQxRRz", - "id": "e5028" + "id": "e5029" }, { "aapbId": "cpb-aacip-500-7659hg3m", @@ -344143,7 +493982,7 @@ ], "decade": "1960-1969", "airtableId": "recxjgcp2yOBMkQOY", - "id": "e5029" + "id": "e5030" }, { "aapbId": "cpb-aacip-500-736m474n", @@ -344177,11 +494016,6 @@ } ], "creator": [ - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body" - }, { "id": "national-association-of-educational-broadcasters", "name": "National Association of Educational Broadcasters", @@ -344211,10 +494045,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recxkZ3SYYZQ3ydEP", - "id": "e5030" + "id": "e5031" }, { "aapbId": "cpb-aacip-500-m9023k21", @@ -344233,13 +494091,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recxku4Dk7MNNOa5Y", - "id": "e5031" + "id": "e5032" }, { "aapbId": "cpb-aacip-500-2v2ccw9z", @@ -344259,6 +494145,10 @@ "title": "Georgetown forum" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions" @@ -344311,11 +494201,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recxlIQ5eXW7EUqmw", - "id": "e5032" + "id": "e5033" }, { "aapbId": "cpb-aacip-500-2v2ccw28", @@ -344348,12 +494266,20 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" }, { "id": "sioux-nation", "name": "Sioux Nation" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -344405,9 +494331,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "recxmh78tumjSLYrg", - "id": "e5033" + "id": "e5034" }, { "aapbId": "cpb-aacip-500-z02z7k0r", @@ -344431,10 +494381,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "segregation-in-education", "name": "Segregation in education" @@ -344472,9 +494418,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recxnYhejSeP0AerF", - "id": "e5034" + "id": "e5035" }, { "aapbId": "cpb-aacip-500-5q4rp805", @@ -344495,13 +494465,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxnpDJ0rkVazJ1V", - "id": "e5035" + "id": "e5036" }, { "aapbId": "cpb-aacip-500-862bdc0m", @@ -344525,6 +494523,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -344584,11 +494586,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recxpebmEKeQIXsak", - "id": "e5036" + "id": "e5037" }, { "aapbId": "cpb-aacip-500-9g5gg30r", @@ -344612,17 +494642,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -344663,9 +494701,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recxqN2lJEIwyC2GY", - "id": "e5037" + "id": "e5038" }, { "aapbId": "cpb-aacip-500-wm13sk5b", @@ -344688,6 +494750,10 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" } ], "creator": [ @@ -344734,9 +494800,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recxqZEBg8v2953PI", - "id": "e5038" + "id": "e5039" }, { "aapbId": "cpb-aacip-500-bg2hbz59", @@ -344776,8 +494866,12 @@ "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-television-united-states", @@ -344787,9 +494881,17 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -344806,10 +494908,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recxriCEPkvppklJQ", - "id": "e5039" + "id": "e5040" }, { "aapbId": "cpb-aacip-500-nk36590p", @@ -344829,6 +494955,10 @@ "title": "The shadow of the lion" }, "subject": [ + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "europe", "name": "Europe" @@ -344852,6 +494982,18 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -344887,9 +495029,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "bloomington", + "name": "Bloomington" + } + ], "decade": "1960-1969", "airtableId": "recxry1hRYgp6HO6Y", - "id": "e5040" + "id": "e5041" }, { "aapbId": "cpb-aacip-500-bn9x4h3t", @@ -344910,13 +495076,25 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "broadcasting", + "name": "Broadcasting" + }, + { + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "propaganda-soviet-union", "name": "Propaganda--Soviet Union" @@ -344926,8 +495104,8 @@ "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "us-government", + "name": "U.S. Government" }, { "id": "voice-of-america-organization", @@ -345000,9 +495178,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recxs0R9Ufglj7pqF", - "id": "e5041" + "id": "e5042" }, { "aapbId": "cpb-aacip-500-6d5pd82h", @@ -345021,13 +495223,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "kentucky", + "name": "Kentucky" + } + ], + "settlement": [ + { + "id": "morehead", + "name": "Morehead" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxs1dvStSFfrMMn", - "id": "e5042" + "id": "e5043" }, { "aapbId": "cpb-aacip-500-3b5wb975", @@ -345051,6 +495281,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -345136,9 +495370,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recxtjumu5XJXUGFw", - "id": "e5043" + "id": "e5044" }, { "aapbId": "cpb-aacip-500-jd4pq56n", @@ -345158,10 +495416,6 @@ "title": "The inner core: City within a city" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" @@ -345175,13 +495429,17 @@ "name": "Crime" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "economy-business", + "name": "Economy & Business" }, { "id": "inner-cities", "name": "Inner cities" }, + { + "id": "law", + "name": "Law" + }, { "id": "milwaukee-wis", "name": "Milwaukee (Wis.)" @@ -345190,6 +495448,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sociology", "name": "Sociology" @@ -345236,9 +495498,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recxvDAr4HkQVuLwO", - "id": "e5044" + "id": "e5045" }, { "aapbId": "cpb-aacip-500-hq3s0536", @@ -345257,29 +495543,33 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history", - "name": "African Americans--History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "biography-19th-century", - "name": "Biography--19th century" + "id": "biography-united-states", + "name": "Biography--United States" }, { "id": "carver-george-washington-1864-1943", "name": "Carver, George Washington, 1864?-1943" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, { "id": "radio-plays-american", "name": "Radio plays, American" @@ -345289,16 +495579,11 @@ "name": "U.S. History (1900-present)" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ - { - "id": "ehle-john-1925-2018", - "name": "Ehle, John, 1925-2018", - "type": "Person" - }, { "id": "university-of-north-carolina", "name": "University of North Carolina", @@ -345306,8 +495591,8 @@ "role": "Producer" }, { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", + "id": "ehle-john-1925-2018", + "name": "Ehle, John, 1925-2018", "type": "Person", "role": "Writer" }, @@ -345328,10 +495613,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "chapel-hill", + "name": "Chapel Hill" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recxvtSxsV3bzDcn5", - "id": "e5045" + "id": "e5046" }, { "aapbId": "cpb-aacip-500-0c4snq94", @@ -345351,6 +495660,14 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -345363,14 +495680,6 @@ "id": "jazz-vocals-history-and-criticism", "name": "Jazz vocals--History and criticism" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, { "id": "music", "name": "Music" @@ -345378,6 +495687,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -345441,9 +495758,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recxw8Cx67ptKeLrw", - "id": "e5046" + "id": "e5047" }, { "aapbId": "cpb-aacip-500-k06x1v30", @@ -345458,12 +495799,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recxx4s4BBEbLwpMz", "subject": [], - "id": "e5047" + "id": "e5048" }, { "aapbId": "cpb-aacip-500-cv4bsz63", @@ -345492,6 +495857,30 @@ "type": "Person" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1970-1979", "creator": [ { @@ -345509,7 +495898,7 @@ ], "airtableId": "recxxECe4ovwqzKbU", "subject": [], - "id": "e5048" + "id": "e5049" }, { "aapbId": "cpb-aacip-500-bv79x46z", @@ -345524,12 +495913,17 @@ "id": "challenge-69-the-urban-crisis", "title": "Challenge 69: The urban crisis" }, + "subject": [ + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxxnM2ITDoidUN4", - "subject": [], - "id": "e5049" + "id": "e5050" }, { "aapbId": "cpb-aacip-500-2n4zmc01", @@ -345547,16 +495941,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxyIGf3JdUVxHp5", - "id": "e5050" + "id": "e5051" }, { "aapbId": "cpb-aacip-500-p26q3q2p", @@ -345576,10 +496002,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "bop-music", "name": "Bop (Music)" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -345588,14 +496022,6 @@ "id": "jazz-musicians-united-states-biography", "name": "Jazz musicians--United States--Biography" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, { "id": "music", "name": "Music" @@ -345603,6 +496029,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -345678,9 +496112,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recxyMOAGNCt7BCV3", - "id": "e5051" + "id": "e5052" }, { "aapbId": "cpb-aacip-500-mc8rgt3b", @@ -345701,32 +496159,32 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans", + "name": "African Americans" }, { - "id": "banneker-benjamin-1731-1806", - "name": "Banneker, Benjamin, 1731-1806" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "banneker-benjamin-1731-1806", + "name": "Banneker, Benjamin, 1731-1806" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" } ], "creator": [ @@ -345761,9 +496219,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "airtableId": "recxyOC2QveOvKuWR", - "id": "e5052" + "id": "e5053" }, { "aapbId": "cpb-aacip-500-pz51m93z", @@ -345782,13 +496264,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recxybCODqN8TqtZx", - "id": "e5053" + "id": "e5054" }, { "aapbId": "cpb-aacip-500-5t3g2j26", @@ -345812,10 +496322,6 @@ "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" }, - { - "id": "us-literature", - "name": "U.S. Literature" - }, { "id": "united-states-poetry", "name": "United States--Poetry" @@ -345863,11 +496369,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "recxzpH6XyipjyjKn", - "id": "e5054" + "id": "e5055" }, { "aapbId": "cpb-aacip-500-18345c22", @@ -345897,13 +496431,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-africa-history-and-criticism", - "name": "Music--Africa--History and criticism" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -345937,9 +496475,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recy1wJ4MuGQTYKRn", - "id": "e5055" + "id": "e5056" }, { "aapbId": "cpb-aacip-500-8k74zh3c", @@ -345959,6 +496521,10 @@ "title": "Man is not a thing" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence" @@ -345971,6 +496537,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -346038,9 +496608,33 @@ "name": "Science" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" + } + ], "decade": "1950-1959", "airtableId": "recy2BZOdRbUsd8kq", - "id": "e5056" + "id": "e5057" }, { "aapbId": "cpb-aacip-500-3f4kqn70", @@ -346064,6 +496658,10 @@ "id": "concerts-germany", "name": "Concerts--Germany" }, + { + "id": "europe", + "name": "Europe" + }, { "id": "mozart-wolfgang-amadeus-1756-1791", "name": "Mozart, Wolfgang Amadeus, 1756-1791" @@ -346109,11 +496707,39 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "germany", + "name": "Germany" + } + ], + "region": [ + { + "id": "brandenburg", + "name": "Brandenburg" + } + ], + "settlement": [ + { + "id": "berlin", + "name": "Berlin" } ], "decade": "1960-1969", "airtableId": "recy37zHNpBHrkjuf", - "id": "e5057" + "id": "e5058" }, { "aapbId": "cpb-aacip-500-251fnw3p", @@ -346170,7 +496796,7 @@ ], "decade": "1960-1969", "airtableId": "recy3Hac9kg2KHyP3", - "id": "e5058" + "id": "e5059" }, { "aapbId": "cpb-aacip-500-7d2q941s", @@ -346206,10 +496832,18 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "radar-air-traffic-control-systems", "name": "Radar air traffic control systems" }, + { + "id": "science-technology", + "name": "Science & Technology" + }, { "id": "us-government", "name": "U.S. Government" @@ -346261,9 +496895,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recy3THNhgX2Umpg6", - "id": "e5059" + "id": "e5060" }, { "aapbId": "cpb-aacip-500-n00ztj0z", @@ -346287,6 +496945,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "physical-sciences", "name": "Physical sciences" @@ -346344,9 +497006,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recy5Zdl1vcoITSde", - "id": "e5060" + "id": "e5061" }, { "aapbId": "cpb-aacip-500-sb3wz546", @@ -346367,8 +497053,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "city-planning-united-states", @@ -346382,10 +497068,6 @@ "id": "future-the", "name": "Future, The" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "minorities-united-states", "name": "Minorities--United States" @@ -346409,6 +497091,18 @@ { "id": "technology", "name": "Technology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -346472,9 +497166,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recy5dMKZAfBIom9Z", - "id": "e5061" + "id": "e5062" }, { "aapbId": "cpb-aacip-500-db7vrd38", @@ -346490,16 +497208,52 @@ "title": "Sinclair Lewis's Minnesota" }, "subject": [ + { + "id": "minnesota", + "name": "Minnesota" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "st-cloud", + "name": "St. Cloud" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recy5dwlCx78eQ748", - "id": "e5062" + "id": "e5063" }, { "aapbId": "cpb-aacip-500-5x25ft2m", @@ -346532,11 +497286,35 @@ "name": "Drama" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": null, "contributor": [], "airtableId": "recy66QruBKgHPxaM", "subject": [], - "id": "e5063" + "id": "e5064" }, { "aapbId": "cpb-aacip-500-tb0xv22f", @@ -346556,6 +497334,10 @@ "title": "The Institute on Man and Science" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -346563,6 +497345,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -346591,9 +497377,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" + } + ], "decade": "1960-1969", "airtableId": "recy6M2bytCA2NA0Y", - "id": "e5064" + "id": "e5065" }, { "aapbId": "cpb-aacip-500-ww76zg16", @@ -346614,8 +497424,8 @@ }, "subject": [ { - "id": "history-of-education", - "name": "History of Education" + "id": "education", + "name": "Education" }, { "id": "language-and-languages", @@ -346630,8 +497440,12 @@ "name": "NAEB Region II" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "speech-language", + "name": "Speech & Language" }, { "id": "teaching", @@ -346666,9 +497480,33 @@ "name": "Education (about)" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" + } + ], "decade": "1960-1969", "airtableId": "recy7nUFkYJIRc7KR", - "id": "e5065" + "id": "e5066" }, { "aapbId": "cpb-aacip-500-0c4snr1d", @@ -346696,6 +497534,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "nuclear-energy", "name": "Nuclear energy" @@ -346753,9 +497595,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "recy7wqdcDtFF2L7Q", - "id": "e5066" + "id": "e5067" }, { "aapbId": "cpb-aacip-500-3t9d8s8d", @@ -346776,13 +497642,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recy8n4X6wGd8CmqR", - "id": "e5067" + "id": "e5068" }, { "aapbId": "cpb-aacip-500-n29p6v3d", @@ -346797,12 +497691,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recy8pcFD6XORNnGA", "subject": [], - "id": "e5068" + "id": "e5069" }, { "aapbId": "cpb-aacip-500-6q1sk230", @@ -346823,24 +497741,40 @@ }, "subject": [ { - "id": "atatu_rk-kemal-1881-1938-drama", - "name": "Atatu_rk, Kemal, 1881-1938--Drama" + "id": "atatu_rk-kemal-1881-1938", + "name": "Atatu_rk, Kemal, 1881-1938" }, { "id": "atatu_rk-kemal-1881-1938-leadership", "name": "Atatu_rk, Kemal, 1881-1938--Leadership" }, + { + "id": "drama", + "name": "Drama" + }, { "id": "heroes", "name": "Heroes" }, + { + "id": "middle-east", + "name": "Middle East" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "turkey-history-20th-century", - "name": "Turkey--History--20th century" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "turkey", + "name": "Turkey" } ], "creator": [ @@ -346905,9 +497839,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recy8rw0SMeircHpi", - "id": "e5069" + "id": "e5070" }, { "aapbId": "cpb-aacip-500-zp3vzm63", @@ -346930,17 +497888,21 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "finance", + "name": "Finance" + }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-finance", - "name": "Public broadcasting--Finance" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -346949,6 +497911,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -346965,10 +497935,34 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recy8xdDiHwSEfo1e", - "id": "e5070" + "id": "e5071" }, { "aapbId": "cpb-aacip-500-4f1mmh29", @@ -346987,7 +497981,7 @@ "contributor": [], "airtableId": "recy8ynAr7kOI5YIo", "subject": [], - "id": "e5071" + "id": "e5072" }, { "aapbId": "cpb-aacip-500-df6k4q1j", @@ -347020,6 +498014,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -347044,6 +498042,34 @@ { "id": "performing-arts", "name": "Performing Arts" + }, + { + "id": "concert-program", + "name": "Concert program" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "ephraim", + "name": "Ephraim" } ], "decade": "1950-1959", @@ -347056,7 +498082,7 @@ } ], "airtableId": "recy9AQYy2NBnzvqw", - "id": "e5072" + "id": "e5073" }, { "aapbId": "cpb-aacip-500-wh2ddb2d", @@ -347077,13 +498103,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recyAl7Mc0HDEUCaw", - "id": "e5073" + "id": "e5074" }, { "aapbId": "cpb-aacip-500-j9609v0h", @@ -347101,13 +498155,41 @@ { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recyCuCDn4gcMsig0", - "id": "e5074" + "id": "e5075" }, { "aapbId": "cpb-aacip-500-jw86nj78", @@ -347131,10 +498213,6 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "schools", "name": "Schools" @@ -347192,9 +498270,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1950-1959", "airtableId": "recyDucooiKSAq9oV", - "id": "e5075" + "id": "e5076" }, { "aapbId": "cpb-aacip-500-901zhn50", @@ -347218,10 +498320,18 @@ "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "symphony-music", "name": "Symphony music" @@ -347259,9 +498369,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recyE0b62eQghfO0h", - "id": "e5076" + "id": "e5077" }, { "aapbId": "cpb-aacip-500-pr7mtr3t", @@ -347277,16 +498411,60 @@ "title": "Special of the week" }, "subject": [ + { + "id": "international-relations", + "name": "International relations" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "world-politics", + "name": "World Politics" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recyE2xZ2OR4WttwM", - "id": "e5077" + "id": "e5078" }, { "aapbId": "cpb-aacip-500-mg7fw523", @@ -347306,6 +498484,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -347318,11 +498504,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recyE6gLvadj13GDL", - "id": "e5078" + "id": "e5079" }, { "aapbId": "cpb-aacip-500-v40jzb7x", @@ -347336,12 +498546,36 @@ "id": "a-federal-case", "title": "A federal case" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recyG27YXZjcVkZVn", "subject": [], - "id": "e5079" + "id": "e5080" }, { "aapbId": "cpb-aacip-500-sn014015", @@ -347361,10 +498595,18 @@ "title": "Politics in the twentieth century" }, "subject": [ + { + "id": "broadcasting", + "name": "Broadcasting" + }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "political-science-20th-century", "name": "Political science--20th century" @@ -347374,8 +498616,8 @@ "name": "Radio panel discussions" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -347431,11 +498673,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "panel", + "name": "Panel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-bernardino", + "name": "San Bernardino" } ], "decade": "1950-1959", "airtableId": "recyGGA9KlaDAiqKW", - "id": "e5080" + "id": "e5081" }, { "aapbId": "cpb-aacip-500-n29p6w6b", @@ -347452,9 +498722,25 @@ "title": "The Asia Society Presents" }, "subject": [ + { + "id": "asia", + "name": "Asia" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -347484,9 +498770,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recyGL5erVHWFWPnn", - "id": "e5081" + "id": "e5082" }, { "aapbId": "cpb-aacip-500-f47gvp90", @@ -347507,13 +498817,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recyGlv68fZABImsY", - "id": "e5082" + "id": "e5083" }, { "aapbId": "cpb-aacip-500-x34mr157", @@ -347553,6 +498891,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -347590,9 +498932,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recyH8q1Wwv3ki25m", - "id": "e5083" + "id": "e5084" }, { "aapbId": "cpb-aacip-500-p55dh18x", @@ -347606,12 +498972,21 @@ "id": "contemporary-music-in-evolution", "title": "Contemporary music in evolution" }, + "subject": [ + { + "id": "20th-century", + "name": "20th century" + }, + { + "id": "music", + "name": "Music" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recyIMgFsWV01ZxNw", - "subject": [], - "id": "e5084" + "id": "e5085" }, { "aapbId": "cpb-aacip-500-pv6b713j", @@ -347629,13 +499004,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recyJNWZeIJ3xS18M", - "id": "e5085" + "id": "e5086" }, { "aapbId": "cpb-aacip-500-n58cm45g", @@ -347672,8 +499075,16 @@ "name": "NAEB Region IV" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" } ], "creator": [ @@ -347694,10 +499105,34 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "south-dakota", + "name": "South Dakota" + } + ], + "settlement": [ + { + "id": "vermillion", + "name": "Vermillion" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recyKEeFsDHgUhXY4", - "id": "e5086" + "id": "e5087" }, { "aapbId": "cpb-aacip-500-sj19qs0m", @@ -347726,13 +499161,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "recyKl7aWoupJ3ybs", - "id": "e5087" + "id": "e5088" }, { "aapbId": "cpb-aacip-500-08638g0v", @@ -347763,6 +499226,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -347803,9 +499270,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recyKuGxYvxdWyPJB", - "id": "e5088" + "id": "e5089" }, { "aapbId": "cpb-aacip-500-pz51m818", @@ -347837,6 +499328,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "pocahontas-1617", + "name": "Pocahontas, -1617" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -347893,18 +499392,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recyL8nHpuAemfaN7", - "id": "e5089" + "id": "e5090" }, { "aapbId": "cpb-aacip-500-wh2ddb7m", @@ -347925,13 +499448,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recyLGmo0p27BxwEa", - "id": "e5090" + "id": "e5091" }, { "aapbId": "cpb-aacip-500-x921hn4c", @@ -347952,13 +499503,25 @@ }, "subject": [ { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "china-foreign-relations", + "name": "China--Foreign relations" + }, + { + "id": "china-politics-and-government", + "name": "China--Politics and government" }, { "id": "diplomacy", "name": "Diplomacy" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -347968,16 +499531,20 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-government", + "name": "U.S. Government" }, { "id": "us-politics", "name": "U.S. Politics" }, { - "id": "united-states-foreign-relations-china", - "name": "United States--Foreign relations--China" + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" }, { "id": "united-states-politics-and-government-20th-century", @@ -348012,11 +499579,39 @@ { "id": "documentary", "name": "Documentary" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rensselaerville", + "name": "Rensselaerville" } ], "decade": "1960-1969", "airtableId": "recyLplG2lMlmIZXh", - "id": "e5091" + "id": "e5092" }, { "aapbId": "cpb-aacip-500-08638g3k", @@ -348036,6 +499631,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -348043,6 +499642,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -348089,9 +499692,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recyLqZO1qkcINnEy", - "id": "e5092" + "id": "e5093" }, { "aapbId": "cpb-aacip-500-6q1sk25g", @@ -348111,10 +499738,6 @@ "title": "They bent our ear" }, "subject": [ - { - "id": "authors-19th-century", - "name": "Authors--19th century" - }, { "id": "cooper-james-fenimore-1789-1851-knowledge-united-states", "name": "Cooper, James Fenimore, 1789-1851--Knowledge--United States" @@ -348124,13 +499747,21 @@ "name": "Cooper, James Fenimore, 1789-1851. Novels. Selections" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -348138,6 +499769,14 @@ { "id": "united-states-description-and-travel", "name": "United States--Description and travel" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -348176,10 +499815,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recyMUoRSqaF5CXaP", - "id": "e5093" + "id": "e5094" }, { "aapbId": "cpb-aacip-500-x921hm45", @@ -348198,6 +499861,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -348219,6 +499886,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "maryland", + "name": "Maryland" + } + ], + "settlement": [ + { + "id": "baltimore", + "name": "Baltimore" + } + ], "decade": "1970-1979", "contributor": [ { @@ -348229,7 +499920,7 @@ } ], "airtableId": "recyNETjGLCOBuj1B", - "id": "e5094" + "id": "e5095" }, { "aapbId": "cpb-aacip-500-m61bq828", @@ -348253,13 +499944,13 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" } ], "creator": [ @@ -348294,9 +499985,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-carolina", + "name": "North Carolina" + } + ], + "settlement": [ + { + "id": "durham", + "name": "Durham" + } + ], "decade": "1960-1969", "airtableId": "recyNZiGy1F0uyuyx", - "id": "e5095" + "id": "e5096" }, { "aapbId": "cpb-aacip-500-vx062k34", @@ -348317,24 +500032,24 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "african-influences", + "name": "African influences" }, { - "id": "jazz-african-influences", - "name": "Jazz--African influences" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { "id": "music", @@ -348343,6 +500058,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -348383,9 +500106,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "airtableId": "recyNsueOUs7OSUyL", - "id": "e5096" + "id": "e5097" }, { "aapbId": "cpb-aacip-500-mc8rgt4k", @@ -348406,25 +500153,37 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -348473,9 +500232,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recyO1XcgozUCDfaV", - "id": "e5097" + "id": "e5098" }, { "aapbId": "cpb-aacip-500-qb9v5g5r", @@ -348507,6 +500290,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -348556,9 +500347,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recyOKPKxuAi5PFDO", - "id": "e5098" + "id": "e5099" }, { "aapbId": "cpb-aacip-500-3n20h59d", @@ -348582,9 +500397,17 @@ "id": "business", "name": "Business" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -348619,9 +500442,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recyQKkSrtN7VXhiW", - "id": "e5099" + "id": "e5100" }, { "aapbId": "cpb-aacip-500-3n20h585", @@ -348642,16 +500489,12 @@ }, "subject": [ { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism" - }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism" + "id": "american-literature", + "name": "American literature" }, { - "id": "authors-20th-century", - "name": "Authors--20th century" + "id": "europe", + "name": "Europe" }, { "id": "james-henry-1843-1916", @@ -348661,9 +500504,17 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-literature", "name": "U.S. Literature" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -348715,9 +500566,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1950-1959", "airtableId": "recyRSqSJgAEIFTBn", - "id": "e5100" + "id": "e5101" }, { "aapbId": "cpb-aacip-500-k35mf34m", @@ -348741,17 +500616,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -348796,9 +500675,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recyRfxKQ54TS0Ivt", - "id": "e5101" + "id": "e5102" }, { "aapbId": "cpb-aacip-500-j9609v1r", @@ -348816,13 +500719,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "recySAXFogIh9iNl7", - "id": "e5102" + "id": "e5103" }, { "aapbId": "cpb-aacip-500-9c6s2s0z", @@ -348854,6 +500785,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -348897,9 +500836,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "recySkrl88BPQ509P", - "id": "e5103" + "id": "e5104" }, { "aapbId": "cpb-aacip-500-tx355q2c", @@ -348919,6 +500882,14 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "melville-herman-1819-1891", "name": "Melville, Herman, 1819-1891" @@ -348927,6 +500898,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "pacific-area-civilization", "name": "Pacific Area--Civilization" @@ -348936,8 +500911,8 @@ "name": "Pacific Area--Fiction" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -348989,9 +500964,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recyT5ydoxDeE0LyI", - "id": "e5104" + "id": "e5105" }, { "aapbId": "cpb-aacip-500-930nwz6v", @@ -349010,13 +501009,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recyTEqJw2ftXJNKt", - "id": "e5105" + "id": "e5106" }, { "aapbId": "cpb-aacip-500-jm23gq44", @@ -349042,6 +501069,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -349064,10 +501095,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "rochester", + "name": "Rochester" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recyUUAZX3HWoRG6O", - "id": "e5106" + "id": "e5107" }, { "aapbId": "cpb-aacip-500-8k74zg6w", @@ -349103,6 +501158,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -349173,9 +501232,33 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recyVkyVMC6B99AYX", - "id": "e5107" + "id": "e5108" }, { "aapbId": "cpb-aacip-500-3r0pwj1d", @@ -349189,12 +501272,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recyYXXwcK9i19FNs", "subject": [], - "id": "e5108" + "id": "e5109" }, { "aapbId": "cpb-aacip-500-gx44vt22", @@ -349214,6 +501321,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "fascism-great-britain-history-20th-century", "name": "Fascism--Great Britain--History--20th century" @@ -349233,6 +501344,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -349272,9 +501391,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recyZvsvGE5IF4rEL", - "id": "e5109" + "id": "e5110" }, { "aapbId": "cpb-aacip-500-p55dh04r", @@ -349300,6 +501443,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -349334,9 +501481,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recya7vDBP9gjoXbS", - "id": "e5110" + "id": "e5111" }, { "aapbId": "cpb-aacip-500-bn9x4g8t", @@ -349393,7 +501564,7 @@ ], "decade": "1960-1969", "airtableId": "recyaPPXcznWXwkem", - "id": "e5111" + "id": "e5112" }, { "aapbId": "cpb-aacip-500-d50fzs7t", @@ -349424,6 +501595,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -349452,9 +501627,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recyaVqin25ZdT6Lt", - "id": "e5112" + "id": "e5113" }, { "aapbId": "cpb-aacip-500-4f1mmh8r", @@ -349475,13 +501674,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recybJRttiRQBgmUN", - "id": "e5113" + "id": "e5114" }, { "aapbId": "cpb-aacip-500-cf9j7s72", @@ -349501,21 +501728,29 @@ "title": "Last citizen" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States" + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights" + }, + { + "id": "journalists", + "name": "Journalists" }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "news-journalism", + "name": "News & Journalism" } ], "creator": [ @@ -349568,9 +501803,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "recybKStta9njZU54", - "id": "e5114" + "id": "e5115" }, { "aapbId": "cpb-aacip-500-br8mhv3n", @@ -349591,32 +501850,40 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" - }, - { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "african-americans", + "name": "African Americans" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sectionalism-united-states", "name": "Sectionalism (United States)" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History" + "id": "slavery", + "name": "Slavery" + }, + { + "id": "slavery-united-states", + "name": "Slavery--United States" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -349651,9 +501918,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "recybVynhcGCPGSNI", - "id": "e5115" + "id": "e5116" }, { "aapbId": "cpb-aacip-500-qv3c3w1d", @@ -349681,6 +501972,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "napoleon-ohio-history", "name": "Napoleon (Ohio)--History" @@ -349690,8 +501985,8 @@ "name": "Sociology" }, { - "id": "us-regions-the-midwest", - "name": "U.S. Regions: The Midwest" + "id": "womens-rights", + "name": "Women's rights" } ], "creator": [ @@ -349724,10 +502019,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recydPQ98jJZeH4bS", - "id": "e5116" + "id": "e5117" }, { "aapbId": "cpb-aacip-500-h98zdz0p", @@ -349762,6 +502081,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -349782,10 +502105,34 @@ "name": "Health" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "flint", + "name": "Flint" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recydrn1F68wYWuXQ", - "id": "e5117" + "id": "e5118" }, { "aapbId": "cpb-aacip-500-w950mq6x", @@ -349810,28 +502157,36 @@ "name": "Authors--Soviet Union" }, { - "id": "censorship-soviet-union-history-20th-century", - "name": "Censorship--Soviet Union--History--20th century" + "id": "censorship", + "name": "Censorship" }, { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "foreign-literature", + "name": "Foreign Literature" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "soviet-union", + "name": "Soviet Union" }, { - "id": "us-politics", - "name": "U.S. Politics" + "id": "soviet-union-history-20th-century", + "name": "Soviet Union--History--20th century" }, { "id": "world-politics", @@ -349900,9 +502255,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "recyeAKfjUZZ5KoYH", - "id": "e5118" + "id": "e5119" }, { "aapbId": "cpb-aacip-500-br8mhs0h", @@ -349923,12 +502302,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "allegiance", - "name": "Allegiance" + "id": "allegiance-united-states", + "name": "Allegiance--United States" }, { "id": "civil-rights", @@ -349938,21 +502313,33 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "national-security", "name": "National security" }, { "id": "security-measures-united-states", - "name": "Security Measures--United States" + "name": "Security measures--United States" }, { "id": "us-government", "name": "U.S. Government" }, { - "id": "war-and-civil-defense", - "name": "War and Civil Defense" + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -349999,9 +502386,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1950-1959", "airtableId": "recyeyC62Hj15CnYq", - "id": "e5119" + "id": "e5120" }, { "aapbId": "cpb-aacip-500-q52fct4w", @@ -350037,9 +502448,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "sauna-finland", "name": "Sauna--Finland" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -350090,9 +502513,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recyf98aBFYbiEQ6m", - "id": "e5120" + "id": "e5121" }, { "aapbId": "cpb-aacip-500-gb1xj48h", @@ -350113,17 +502560,21 @@ }, "subject": [ { - "id": "agriculture-united-states-history", - "name": "Agriculture--United States--History" + "id": "agriculture", + "name": "Agriculture" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "lincoln-abraham-1809-1865", "name": "Lincoln, Abraham, 1809-1865" @@ -350132,6 +502583,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science", "name": "Science" @@ -350140,6 +502595,10 @@ "id": "science-technology", "name": "Science & Technology" }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, { "id": "wisconsin", "name": "Wisconsin" @@ -350165,10 +502624,34 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recyfLMWCGskf8Uf8", - "id": "e5121" + "id": "e5122" }, { "aapbId": "cpb-aacip-500-4q7qsb85", @@ -350195,17 +502678,17 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -350214,6 +502697,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -350256,9 +502747,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recyfottDqEfSGTjD", - "id": "e5122" + "id": "e5123" }, { "aapbId": "cpb-aacip-500-d21rkh9w", @@ -350315,7 +502830,7 @@ ], "decade": "1960-1969", "airtableId": "recygrtVJSycek0MK", - "id": "e5123" + "id": "e5124" }, { "aapbId": "cpb-aacip-500-s756jv5r", @@ -350335,33 +502850,21 @@ "title": "Window on the world" }, "subject": [ - { - "id": "europe", - "name": "Europe" - }, { "id": "great-britain", "name": "Great Britain" }, { - "id": "naeb-region-i", - "name": "NAEB Region I" - }, - { - "id": "narrative-poetry", - "name": "Narrative poetry" + "id": "great-britain-poetry", + "name": "Great Britain--Poetry" }, { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism" - }, - { - "id": "poetry-appreciation", - "name": "Poetry--Appreciation" + "id": "naeb-region-i", + "name": "NAEB Region I" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -350390,9 +502893,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "recyhXjhovQyX17J0", - "id": "e5124" + "id": "e5125" }, { "aapbId": "cpb-aacip-500-hq3s0341", @@ -350412,10 +502939,30 @@ "title": "They fought alone" }, "subject": [ + { + "id": "education", + "name": "Education" + }, + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "norway", + "name": "Norway" + }, + { + "id": "occupied-territories", + "name": "Occupied territories" + }, { "id": "teachers-norway-history-20th-century", "name": "Teachers--Norway--History--20th century" @@ -350425,16 +502972,16 @@ "name": "U.S. History (1900-present)" }, { - "id": "world-war-1939-1945-norway-bergen", - "name": "World War, 1939-1945--Norway--Bergen" + "id": "war-civil-defense", + "name": "War & Civil Defense" }, { - "id": "world-war-1939-1945-norway-drama", - "name": "World War, 1939-1945--Norway--Drama" + "id": "world-politics", + "name": "World Politics" }, { - "id": "world-war-1939-1945-occupied-territories", - "name": "World War, 1939-1945--Occupied territories" + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ], "creator": [ @@ -350504,9 +503051,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recyiwKVHOTvic7nE", - "id": "e5125" + "id": "e5126" }, { "aapbId": "cpb-aacip-500-f47gvq01", @@ -350526,6 +503097,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -350533,6 +503108,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -350579,9 +503158,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recyleQosYdW7WMqu", - "id": "e5126" + "id": "e5127" }, { "aapbId": "cpb-aacip-500-8g8fk73z", @@ -350609,6 +503212,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -350657,9 +503264,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "recymQL5FB0Regg5t", - "id": "e5127" + "id": "e5128" }, { "aapbId": "cpb-aacip-500-nz80qf5x", @@ -350679,10 +503310,6 @@ "title": "The comic arts II" }, "subject": [ - { - "id": "books", - "name": "Books" - }, { "id": "comedy", "name": "Comedy" @@ -350691,13 +503318,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "performing-arts", + "name": "Performing Arts" + }, { "id": "theater-drama", "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -350732,9 +503367,33 @@ "name": "Comedy" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "recymTvSmHPpyiO0O", - "id": "e5128" + "id": "e5129" }, { "aapbId": "cpb-aacip-500-6t0gzb8m", @@ -350755,28 +503414,44 @@ }, "subject": [ { - "id": "monteverdi-claudio-1567-1643-orfeo", - "name": "Monteverdi, Claudio, 1567-1643. Orfeo" + "id": "europe", + "name": "Europe" }, { - "id": "music", - "name": "Music" + "id": "instruction-and-study", + "name": "Instruction and study" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study" + "id": "italy-17th-century-history-and-criticism", + "name": "Italy--17th century--History and criticism" }, { - "id": "music-italy-17th-century-history-and-criticism", - "name": "Music--Italy--17th century--History and criticism" + "id": "monteverdi-claudio-1567-1643", + "name": "Monteverdi, Claudio, 1567-1643" + }, + { + "id": "monteverdi-claudio-1567-1643-orfeo", + "name": "Monteverdi, Claudio, 1567-1643. Orfeo" + }, + { + "id": "music", + "name": "Music" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "opera-italy-17th-century", "name": "Opera--Italy--17th century" + }, + { + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -350805,9 +503480,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "recynheYkqfDN16J5", - "id": "e5129" + "id": "e5130" }, { "aapbId": "cpb-aacip-500-t43j2f24", @@ -350848,8 +503547,12 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -350884,9 +503587,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recyoRHYeKZsXguJ7", - "id": "e5130" + "id": "e5131" }, { "aapbId": "cpb-aacip-500-h98zdz25", @@ -350906,10 +503633,18 @@ "title": "And the world listened" }, "subject": [ + { + "id": "europe", + "name": "Europe" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speeches-addresses-etc", "name": "Speeches, addresses, etc" @@ -350979,11 +503714,39 @@ { "id": "docudrama", "name": "Docudrama" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1950-1959", "airtableId": "recyovphuXxgY9AUI", - "id": "e5131" + "id": "e5132" }, { "aapbId": "cpb-aacip-500-2805258m", @@ -351010,9 +503773,17 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "news-journalism", "name": "News & Journalism" + }, + { + "id": "writing", + "name": "Writing" } ], "creator": [ @@ -351039,10 +503810,34 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "contributor": [], "airtableId": "recyqJ7czrOgzREsD", - "id": "e5132" + "id": "e5133" }, { "aapbId": "cpb-aacip-500-tb0xv05r", @@ -351077,6 +503872,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -351129,9 +503928,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recyqzjkmUpZzqzyY", - "id": "e5133" + "id": "e5134" }, { "aapbId": "cpb-aacip-500-1c1tjm1x", @@ -351151,33 +503974,45 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "europe", "name": "Europe" }, { - "id": "germany-history-1945-1990", - "name": "Germany--History--1945-1990" + "id": "france", + "name": "France" + }, + { + "id": "germany", + "name": "Germany" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "germany-history-1945-1990", + "name": "Germany--History--1945-1990" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "political-science", "name": "Political science" }, { - "id": "students-france", - "name": "Students--France" + "id": "students", + "name": "Students" }, { - "id": "students-germany", - "name": "Students--Germany" + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -351223,9 +504058,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recyrC2JgVPOV5JCS", - "id": "e5134" + "id": "e5135" }, { "aapbId": "cpb-aacip-500-st7dwm96", @@ -351248,10 +504107,6 @@ { "id": "israel-arab-war-1967", "name": "Israel-Arab War, 1967" - }, - { - "id": "middle-east", - "name": "Middle East" } ], "creator": [ @@ -351280,9 +504135,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "england", + "name": "England" + } + ], + "region": [ + { + "id": "greater-london", + "name": "Greater London" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1960-1969", "airtableId": "recyrNxLsvNdawx44", - "id": "e5135" + "id": "e5136" }, { "aapbId": "cpb-aacip-500-qj77z032", @@ -351303,32 +504182,36 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "gender-womens-history", + "name": "Gender & Women's History" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "tubman-harriet-1820-1913", - "name": "Tubman, Harriet, 1820?-1913" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-history-1900-present", - "name": "U.S. History (1900-present)" + "id": "tubman-harriet-1820-1913", + "name": "Tubman, Harriet, 1820?-1913" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" } ], "creator": [ @@ -351361,10 +504244,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recyrUS6vCipjZgFj", - "id": "e5136" + "id": "e5137" }, { "aapbId": "cpb-aacip-500-b27pss4n", @@ -351384,10 +504291,18 @@ "title": "Roots of jazz" }, "subject": [ + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, { "id": "ecology-the-environment", "name": "Ecology & the Environment" }, + { + "id": "history-and-criticism", + "name": "History and criticism" + }, { "id": "jazz", "name": "Jazz" @@ -351397,16 +504312,8 @@ "name": "Jazz musicians--United States--Biography" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" - }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" - }, - { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism" + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism" }, { "id": "mississippi-river", @@ -351419,6 +504326,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -351488,9 +504403,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recysd9EvfvCfAYra", - "id": "e5137" + "id": "e5138" }, { "aapbId": "cpb-aacip-500-hd7nt77z", @@ -351525,6 +504464,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -351571,9 +504514,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "recysg17y6kDgIp00", - "id": "e5138" + "id": "e5139" }, { "aapbId": "cpb-aacip-500-dz033498", @@ -351587,12 +504554,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recyskfYEGJU0RnFE", "subject": [], - "id": "e5139" + "id": "e5140" }, { "aapbId": "cpb-aacip-500-gq6r371s", @@ -351632,6 +504623,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -351675,9 +504670,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "recyttLg9DW1t2ale", - "id": "e5140" + "id": "e5141" }, { "aapbId": "cpb-aacip-500-8w384c0f", @@ -351698,20 +504717,20 @@ }, "subject": [ { - "id": "jazz", - "name": "Jazz" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" }, { - "id": "jazz-musicians-united-states-biography", - "name": "Jazz musicians--United States--Biography" + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz-musicians-united-states-biography", + "name": "Jazz musicians--United States--Biography" }, { "id": "music", @@ -351721,6 +504740,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "swing-music-history-and-criticism", "name": "Swing (Music)--History and criticism" @@ -351787,9 +504814,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" + } + ], "decade": "1950-1959", "airtableId": "recyuSyxTwQRxHa3u", - "id": "e5141" + "id": "e5142" }, { "aapbId": "cpb-aacip-500-ht2gcd8m", @@ -351808,10 +504859,6 @@ "title": "National Association of Educational Broadcasters 40th Annual Convention, 1964" }, "subject": [ - { - "id": "broadcasting", - "name": "Broadcasting" - }, { "id": "copyright", "name": "Copyright" @@ -351821,20 +504868,24 @@ "name": "Federal government--United States" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" + }, + { + "id": "law-and-legislation", + "name": "Law and legislation" }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "us-government", @@ -351843,6 +504894,10 @@ { "id": "us-politics", "name": "U.S. Politics" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -351867,9 +504922,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recyuTaP4eeOZ9ppx", - "id": "e5142" + "id": "e5143" }, { "aapbId": "cpb-aacip-500-7p8tg03w", @@ -351889,18 +504968,10 @@ "title": "Seminars in theatre" }, "subject": [ - { - "id": "african-american-history", - "name": "African American History" - }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-united-states", - "name": "African Americans--United States" - }, { "id": "arts-literature", "name": "Arts, Literature" @@ -351909,33 +504980,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "sociology", - "name": "Sociology" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -351982,9 +505057,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recyvDc8mGRYzuaA4", - "id": "e5143" + "id": "e5144" }, { "aapbId": "cpb-aacip-500-vh5chh0m", @@ -352003,7 +505102,7 @@ "contributor": [], "airtableId": "recywjNyHASFtTiDG", "subject": [], - "id": "e5144" + "id": "e5145" }, { "aapbId": "cpb-aacip-500-ht2gcc5p", @@ -352060,7 +505159,7 @@ ], "decade": "1960-1969", "airtableId": "recywog9OJ3vJ1jEc", - "id": "e5145" + "id": "e5146" }, { "aapbId": "cpb-aacip-500-hx15rp81", @@ -352083,10 +505182,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -352106,10 +505213,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recywohPKvayVGvsT", - "id": "e5146" + "id": "e5147" }, { "aapbId": "cpb-aacip-500-0k26fb76", @@ -352122,12 +505253,36 @@ "id": "music-and-other-four-letter-words", "title": "Music and other four letter words" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "utah", + "name": "Utah" + } + ], + "settlement": [ + { + "id": "salt-lake-city", + "name": "Salt Lake City" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "recyxF9UGmvQ0W2VP", "subject": [], - "id": "e5147" + "id": "e5148" }, { "aapbId": "cpb-aacip-500-d21rkj4w", @@ -352148,13 +505303,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recyxqRFUMSldYn4P", - "id": "e5148" + "id": "e5149" }, { "aapbId": "cpb-aacip-500-ms3k1z90", @@ -352178,17 +505361,25 @@ "id": "children", "name": "Children" }, - { - "id": "children-families", - "name": "Children & Families" - }, { "id": "juvenile-delinquents", "name": "Juvenile delinquents" }, + { + "id": "law", + "name": "Law" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -352229,9 +505420,33 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "pittsburgh", + "name": "Pittsburgh" + } + ], "decade": "1960-1969", "airtableId": "recyy0a0rLrRgOhwe", - "id": "e5149" + "id": "e5150" }, { "aapbId": "cpb-aacip-500-p843w78x", @@ -352272,8 +505487,12 @@ "name": "NAEB Region III" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "speech-language", + "name": "Speech & Language" } ], "creator": [ @@ -352308,9 +505527,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "recyzTfm4FTGW0qCF", - "id": "e5150" + "id": "e5151" }, { "aapbId": "cpb-aacip-500-q23r0j37", @@ -352342,6 +505585,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "old-time-music", "name": "Old-time music" @@ -352371,10 +505618,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recyzjsoEdmtLChZQ", - "id": "e5151" + "id": "e5152" }, { "aapbId": "cpb-aacip-500-930nwz4c", @@ -352413,6 +505684,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -352459,9 +505734,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "recz09E3382vIxDOj", - "id": "e5152" + "id": "e5153" }, { "aapbId": "cpb-aacip-500-sj19qr0d", @@ -352496,6 +505795,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "textiles", "name": "Textiles" @@ -352533,9 +505836,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "airtableId": "recz0XsqjKxUmYwZm", - "id": "e5153" + "id": "e5154" }, { "aapbId": "cpb-aacip-500-9k45vb8w", @@ -352555,29 +505882,45 @@ "title": "Heritage of American humor" }, "subject": [ + { + "id": "american-literature", + "name": "American literature" + }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" }, { - "id": "wit-and-humor-fiction", - "name": "Wit and humor--Fiction" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" }, { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism" + "id": "poe-edgar-allan-1809-1849", + "name": "Poe, Edgar Allan, 1809-1849" }, { - "id": "wit-and-humor-psychological-aspects", - "name": "Wit and humor--Psychological aspects" + "id": "psychology-mental-health", + "name": "Psychology & Mental Health" + }, + { + "id": "us-literature", + "name": "U.S. Literature" }, { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States" + "id": "wit-and-humor", + "name": "Wit and humor" + }, + { + "id": "wit-and-humor-psychological-aspects", + "name": "Wit and humor--Psychological aspects" } ], "creator": [ @@ -352642,9 +505985,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "north-dakota", + "name": "North Dakota" + } + ], + "settlement": [ + { + "id": "grand-forks", + "name": "Grand Forks" + } + ], "decade": "1960-1969", "airtableId": "recz0jJdt6ilnAIfp", - "id": "e5154" + "id": "e5155" }, { "aapbId": "cpb-aacip-500-445hfn7v", @@ -352676,6 +506043,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "organ-musical-instrument", "name": "Organ (Musical instrument)" @@ -352723,9 +506094,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "airtableId": "recz12xtUwDy3TaSo", - "id": "e5155" + "id": "e5156" }, { "aapbId": "cpb-aacip-500-vd6p4567", @@ -352746,13 +506141,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recz2KjJFrHQhmmLs", - "id": "e5156" + "id": "e5157" }, { "aapbId": "cpb-aacip-500-m03xxp6w", @@ -352773,20 +506196,24 @@ }, "subject": [ { - "id": "jazz-musicians-illinois-biography", - "name": "Jazz musicians--Illinois--Biography" + "id": "analysis-appreciation", + "name": "Analysis, appreciation" + }, + { + "id": "history-and-criticism", + "name": "History and criticism" }, { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation" + "id": "illinois-chicago", + "name": "Illinois--Chicago" }, { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism" + "id": "jazz", + "name": "Jazz" }, { - "id": "jazz-illinois-chicago", - "name": "Jazz--Illinois--Chicago" + "id": "jazz-musicians-illinois-biography", + "name": "Jazz musicians--Illinois--Biography" }, { "id": "music", @@ -352795,6 +506222,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -352827,10 +506262,34 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recz30Mqj3EW3GRGd", - "id": "e5157" + "id": "e5158" }, { "aapbId": "cpb-aacip-500-xg9f959c", @@ -352851,13 +506310,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recz3YnBtsuXYjPSO", - "id": "e5158" + "id": "e5159" }, { "aapbId": "cpb-aacip-500-1j97b72p", @@ -352876,13 +506363,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recz41LYs5ov34X5i", - "id": "e5159" + "id": "e5160" }, { "aapbId": "cpb-aacip-500-639k7c1d", @@ -352897,12 +506412,36 @@ "id": "a-federal-case-ii", "title": "A federal case II" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recz4CXzyqeSzQuAO", "subject": [], - "id": "e5160" + "id": "e5161" }, { "aapbId": "cpb-aacip-500-sx648v4b", @@ -352938,6 +506477,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -353001,9 +506544,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "cincinnati", + "name": "Cincinnati" + } + ], "decade": "1960-1969", "airtableId": "recz4I6UXs4S823UN", - "id": "e5161" + "id": "e5162" }, { "aapbId": "cpb-aacip-500-319s5h2q", @@ -353033,21 +506600,29 @@ "id": "music", "name": "Music" }, - { - "id": "music-africa-history-and-criticism", - "name": "Music--Africa--History and criticism" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "nigeria", + "name": "Nigeria" + }, { "id": "opera", "name": "Opera" }, { - "id": "popular-music-nigeria", - "name": "Popular music--Nigeria" + "id": "performing-arts", + "name": "Performing Arts" + }, + { + "id": "popular-music", + "name": "Popular music" } ], "creator": [ @@ -353081,9 +506656,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recz4ZavCPOZRCkXP", - "id": "e5162" + "id": "e5163" }, { "aapbId": "cpb-aacip-500-2n4zm99s", @@ -353107,6 +506706,10 @@ "id": "broadcasting", "name": "Broadcasting" }, + { + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" + }, { "id": "herne-james-a-1839-1901", "name": "Herne, James A., 1839-1901" @@ -353115,6 +506718,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "radio-plays-20th-century", "name": "Radio plays--20th century" @@ -353177,18 +506784,42 @@ } ], "genre": [ + { + "id": "theater", + "name": "Theater" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "theater", - "name": "Theater" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": "1960-1969", "airtableId": "recz5OYi93qnh7P4r", - "id": "e5163" + "id": "e5164" }, { "aapbId": "cpb-aacip-500-ww76zh2n", @@ -353211,10 +506842,18 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -353234,10 +506873,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recz5Uvyw5L9nlo6l", - "id": "e5164" + "id": "e5165" }, { "aapbId": "cpb-aacip-500-08638h6h", @@ -353256,13 +506919,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recz6w0fUJD4JEjLN", - "id": "e5165" + "id": "e5166" }, { "aapbId": "cpb-aacip-500-959c981j", @@ -353284,6 +506975,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -353313,9 +507008,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "recz98vCGDaPojXZJ", - "id": "e5166" + "id": "e5167" }, { "aapbId": "cpb-aacip-500-804xms2r", @@ -353342,6 +507061,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -353412,9 +507135,33 @@ "name": "Art" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "recz9NgJAbkX9oSDO", - "id": "e5167" + "id": "e5168" }, { "aapbId": "cpb-aacip-500-dr2p9k2f", @@ -353446,10 +507193,18 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "world-politics", "name": "World Politics" @@ -353491,9 +507246,33 @@ "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "san-diego", + "name": "San Diego" + } + ], "decade": "1960-1969", "airtableId": "recz9PFxRXX4NV4GX", - "id": "e5168" + "id": "e5169" }, { "aapbId": "cpb-aacip-500-4f1mmh51", @@ -353514,13 +507293,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "recz9RsCVYdDUZOEF", - "id": "e5169" + "id": "e5170" }, { "aapbId": "cpb-aacip-500-0g3h2309", @@ -353538,13 +507345,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reczA8JICM66QHmAt", - "id": "e5170" + "id": "e5171" }, { "aapbId": "cpb-aacip-500-z02z7n05", @@ -353600,18 +507435,42 @@ } ], "genre": [ + { + "id": "talk", + "name": "Talk" + }, { "id": "speech", "name": "Speech" - }, + } + ], + "continent": [ { - "id": "talk", - "name": "Talk" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "reczAWBqx7LGwW0CS", - "id": "e5171" + "id": "e5172" }, { "aapbId": "cpb-aacip-500-mw28f90t", @@ -353628,9 +507487,81 @@ "title": "The urban confrontation" }, "subject": [ + { + "id": "african-american-history-culture", + "name": "African American History & Culture" + }, + { + "id": "alienation", + "name": "Alienation" + }, + { + "id": "economics", + "name": "Economics" + }, + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "nixon-richard-m-richard-milhous-1913-1994", + "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" + }, + { + "id": "poor-employment-united-states", + "name": "Poor--Employment--United States" + }, + { + "id": "poverty", + "name": "Poverty" + }, + { + "id": "race-relations", + "name": "Race relations" + }, + { + "id": "racism-united-states", + "name": "Racism--United States" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" + }, + { + "id": "sociology", + "name": "Sociology" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, + { + "id": "united-states-politics-and-government", + "name": "United States--Politics and government" + }, + { + "id": "urban-cores", + "name": "Urban cores" } ], "creator": [ @@ -353641,6 +507572,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1960-1969", "contributor": [ { @@ -353651,7 +507606,7 @@ } ], "airtableId": "reczAvQngpzlAOMBR", - "id": "e5172" + "id": "e5173" }, { "aapbId": "cpb-aacip-500-r49g8q23", @@ -353691,6 +507646,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science-technology", "name": "Science & Technology" @@ -353739,9 +507698,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" + } + ], "decade": "1950-1959", "airtableId": "reczBceIM71LfPc3l", - "id": "e5173" + "id": "e5174" }, { "aapbId": "cpb-aacip-500-00003k7q", @@ -353762,28 +507745,40 @@ }, "subject": [ { - "id": "latin-america", - "name": "Latin America" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century" + "id": "economy-business", + "name": "Economy & Business" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century" + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "latin-america-foreign-relations", + "name": "Latin America--Foreign relations" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "latin-america-history", + "name": "Latin America--History" }, { "id": "naeb-region-ii", "name": "NAEB Region II" }, { - "id": "united-states-latin-american-relations", - "name": "United States-Latin American relations" + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + }, + { + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations" + }, + { + "id": "world-politics", + "name": "World politics" }, { "id": "world-politics", @@ -353846,9 +507841,33 @@ "name": "Politics" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "florida", + "name": "Florida" + } + ], + "settlement": [ + { + "id": "gainesville", + "name": "Gainesville" + } + ], "decade": "1960-1969", "airtableId": "reczCqKbi9QkcuvCQ", - "id": "e5174" + "id": "e5175" }, { "aapbId": "cpb-aacip-500-nk365786", @@ -353869,16 +507888,16 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-americans", + "name": "African Americans" }, { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama" + "id": "african-americans-history", + "name": "African Americans--History" }, { - "id": "early-us-history", - "name": "Early U.S. History" + "id": "early-us-history-to-1900", + "name": "Early U.S. History (to 1900)" }, { "id": "henson-matthew-alexander-1866-1955", @@ -353888,13 +507907,21 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -353915,10 +507942,34 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-jersey", + "name": "New Jersey" + } + ], + "settlement": [ + { + "id": "newark", + "name": "Newark" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reczD4GcqR5jQzQ1D", - "id": "e5175" + "id": "e5176" }, { "aapbId": "cpb-aacip-500-kp7trv55", @@ -353949,6 +508000,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -353981,6 +508036,30 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "dallas", + "name": "Dallas" + } + ], "decade": "1960-1969", "contributor": [ { @@ -353991,7 +508070,7 @@ } ], "airtableId": "reczDCk4JQpS71f1g", - "id": "e5176" + "id": "e5177" }, { "aapbId": "cpb-aacip-500-rj48tv25", @@ -354015,9 +508094,17 @@ "id": "conductors-music", "name": "Conductors (Music)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -354063,9 +508150,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "pennsylvania", + "name": "Pennsylvania" + } + ], + "settlement": [ + { + "id": "philadelphia", + "name": "Philadelphia" + } + ], "decade": "1960-1969", "airtableId": "reczDVbzgn79j9WBx", - "id": "e5177" + "id": "e5178" }, { "aapbId": "cpb-aacip-500-3r0pwj3w", @@ -354085,7 +508196,7 @@ "contributor": [], "airtableId": "reczEHt1qhgb0LY5D", "subject": [], - "id": "e5178" + "id": "e5179" }, { "aapbId": "cpb-aacip-500-b56d639s", @@ -354098,6 +508209,12 @@ "id": "international-classroom", "title": "International classroom" }, + "subject": [ + { + "id": "education", + "name": "Education" + } + ], "contributor": [ { "id": "malik-charles-habib-1906-1987", @@ -354106,11 +508223,34 @@ "role": "Speaker" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "creator": [], "airtableId": "reczF3ot0xTmTnCt9", - "subject": [], - "id": "e5179" + "id": "e5180" }, { "aapbId": "cpb-aacip-500-6m335t3q", @@ -354133,6 +508273,10 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" } ], "creator": [ @@ -354162,9 +508306,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reczFPq6zVq1EKHbj", - "id": "e5180" + "id": "e5181" }, { "aapbId": "cpb-aacip-500-bn9x4j9g", @@ -354182,16 +508350,48 @@ "title": "Behind the classroom door" }, "subject": [ + { + "id": "education", + "name": "Education" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "dekalb", + "name": "DeKalb" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reczFRR3GmAUDGak2", - "id": "e5181" + "id": "e5182" }, { "aapbId": "cpb-aacip-500-2f7jtr1t", @@ -354212,16 +508412,24 @@ }, "subject": [ { - "id": "economy-business", - "name": "Economy & Business" - }, - { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History" + "id": "industrialization", + "name": "Industrialization" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" + }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, + { + "id": "united-states-history-19th-century", + "name": "United States--History--19th century" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -354268,9 +508476,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "los-angeles", + "name": "Los Angeles" + } + ], "decade": "1950-1959", "airtableId": "reczFXAJvcfalaQAx", - "id": "e5182" + "id": "e5183" }, { "aapbId": "cpb-aacip-500-1j97b695", @@ -354298,33 +508530,41 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, + { + "id": "new-york-state-new-york-anecdotes", + "name": "New York (State)--New York--Anecdotes" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -354365,9 +508605,33 @@ "name": "Panel" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reczFj6d2UxnaKq9N", - "id": "e5183" + "id": "e5184" }, { "aapbId": "cpb-aacip-500-d21rkj54", @@ -354395,6 +508659,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "performing-arts", "name": "Performing Arts" @@ -354408,8 +508676,8 @@ "name": "Theater & Drama" }, { - "id": "us-literature", - "name": "U.S. Literature" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" }, { "id": "wit-and-humor", @@ -354474,9 +508742,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "reczGbInnmbbHhvrv", - "id": "e5184" + "id": "e5185" }, { "aapbId": "cpb-aacip-500-6688mn8h", @@ -354500,10 +508792,18 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "propaganda", "name": "Propaganda" }, + { + "id": "us-government", + "name": "U.S. Government" + }, { "id": "us-history-1900-present", "name": "U.S. History (1900-present)" @@ -354519,6 +508819,14 @@ { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" + }, + { + "id": "war-civil-defense", + "name": "War & Civil Defense" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -354549,9 +508857,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "ohio", + "name": "Ohio" + } + ], + "settlement": [ + { + "id": "oxford", + "name": "Oxford" + } + ], "decade": "1960-1969", "airtableId": "reczHFifOVbNbZ5v9", - "id": "e5185" + "id": "e5186" }, { "aapbId": "cpb-aacip-500-b56d644s", @@ -354579,6 +508911,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -354627,9 +508963,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reczHJlQ2sb60XxhE", - "id": "e5186" + "id": "e5187" }, { "aapbId": "cpb-aacip-500-zw18r511", @@ -354650,13 +509010,21 @@ }, "subject": [ { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "education", + "name": "Education" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "science", "name": "Science" @@ -354687,14 +509055,42 @@ "id": "science", "name": "Science" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reczJ2nFUVywSy8YI", - "id": "e5187" + "id": "e5188" }, { "aapbId": "cpb-aacip-500-28052653", @@ -354714,6 +509110,10 @@ "title": "Japan: 1868-1968" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "children-families", "name": "Children & Families" @@ -354730,6 +509130,10 @@ "id": "families-japan", "name": "Families--Japan" }, + { + "id": "gender-womens-history", + "name": "Gender & Women's History" + }, { "id": "japan", "name": "Japan" @@ -354747,12 +509151,20 @@ "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "sociology", + "name": "Sociology" }, { "id": "urbanization-japan", "name": "Urbanization--Japan" + }, + { + "id": "women", + "name": "Women" } ], "creator": [ @@ -354783,9 +509195,33 @@ "name": "History" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "reczJYzkd1UQfAvYp", - "id": "e5188" + "id": "e5189" }, { "aapbId": "cpb-aacip-500-rv0d0q8d", @@ -354813,17 +509249,13 @@ "id": "broadcasting-policy-united-states", "name": "Broadcasting policy--United States" }, - { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" - }, { "id": "ethics", "name": "Ethics" }, { - "id": "history-of-law", - "name": "History of Law" + "id": "law", + "name": "Law" }, { "id": "mass-media-criticism", @@ -354833,6 +509265,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "philosophy-ethics", "name": "Philosophy & Ethics" @@ -354852,6 +509288,14 @@ { "id": "television-broadcasting-social-aspects", "name": "Television broadcasting--Social aspects" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -354922,9 +509366,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "detroit", + "name": "Detroit" + } + ], "decade": "1960-1969", "airtableId": "reczJaP39a6lDhfVt", - "id": "e5189" + "id": "e5190" }, { "aapbId": "cpb-aacip-500-qv3c3t7f", @@ -354945,12 +509413,8 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" - }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "african-americans", + "name": "African Americans" }, { "id": "music", @@ -354959,6 +509423,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -354985,10 +509453,34 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "carbondale", + "name": "Carbondale" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reczKDNrNQBOhSQzU", - "id": "e5190" + "id": "e5191" }, { "aapbId": "cpb-aacip-500-ns0kxw4k", @@ -355003,12 +509495,36 @@ "id": "special-of-the-week", "title": "Special of the week" }, + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "great-britain", + "name": "Great Britain" + } + ], + "region": [ + { + "id": "england", + "name": "England" + } + ], + "settlement": [ + { + "id": "london", + "name": "London" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reczL2jeEdplT8V0K", "subject": [], - "id": "e5191" + "id": "e5192" }, { "aapbId": "cpb-aacip-500-c53f2z0z", @@ -355032,17 +509548,21 @@ "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)" }, + { + "id": "music", + "name": "Music" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "performing-arts", - "name": "Performing Arts" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "performing-arts", + "name": "Performing Arts" } ], "creator": [ @@ -355092,18 +509612,42 @@ } ], "genre": [ + { + "id": "documentary", + "name": "Documentary" + }, { "id": "performing-arts", "name": "Performing Arts" - }, + } + ], + "continent": [ { - "id": "documentary", - "name": "Documentary" + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" } ], "decade": "1960-1969", "airtableId": "reczLmlnbsJgUmjCK", - "id": "e5192" + "id": "e5193" }, { "aapbId": "cpb-aacip-500-69700z5j", @@ -355124,21 +509668,21 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "history-of-law", - "name": "History of Law" - }, { "id": "inner-cities", "name": "Inner cities" }, + { + "id": "law", + "name": "Law" + }, { "id": "milwaukee-wis", "name": "Milwaukee (Wis.)" @@ -355147,6 +509691,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "police", "name": "Police" @@ -355159,6 +509707,10 @@ "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -355207,9 +509759,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reczM6OI9Ue2hFrdy", - "id": "e5193" + "id": "e5194" }, { "aapbId": "cpb-aacip-500-8g8fk746", @@ -355225,16 +509801,60 @@ "title": "Speaking of Mexico: Spanish" }, "subject": [ + { + "id": "latin-america", + "name": "Latin America" + }, + { + "id": "mexico", + "name": "Mexico" + }, { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech-language", + "name": "Speech & Language" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reczNNYRbamXO4yXQ", - "id": "e5194" + "id": "e5195" }, { "aapbId": "cpb-aacip-500-7d2q9332", @@ -355259,16 +509879,24 @@ "name": "Asia" }, { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations" + }, + { + "id": "asia-pacific", + "name": "Asia-Pacific" }, { "id": "naeb-region-i", "name": "NAEB Region I" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -355298,9 +509926,33 @@ "type": "Person" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reczO2j2zvbi6zEba", - "id": "e5195" + "id": "e5196" }, { "aapbId": "cpb-aacip-500-rx93d06g", @@ -355320,6 +509972,10 @@ "title": "Voices of Europe" }, "subject": [ + { + "id": "austria", + "name": "Austria" + }, { "id": "austria-civilization-20th-century", "name": "Austria--Civilization--20th century" @@ -355333,8 +509989,8 @@ "name": "Austria--History" }, { - "id": "dramatists-austrian-20th-century", - "name": "Dramatists, Austrian--20th century" + "id": "dramatists", + "name": "Dramatists" }, { "id": "europe", @@ -355344,6 +510000,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "travel-leisure", "name": "Travel & Leisure" @@ -355392,9 +510056,33 @@ "name": "News" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reczORi5UfLGly0G0", - "id": "e5196" + "id": "e5197" }, { "aapbId": "cpb-aacip-500-pk072545", @@ -355423,13 +510111,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" } ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "reczPBJnve0UDZ06v", - "id": "e5197" + "id": "e5198" }, { "aapbId": "cpb-aacip-500-js9h874x", @@ -355457,6 +510173,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "pianists", "name": "Pianists" @@ -355505,9 +510225,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "washington", + "name": "Washington" + } + ], + "settlement": [ + { + "id": "pullman", + "name": "Pullman" + } + ], "decade": "1960-1969", "airtableId": "reczPeZAEX3uYw5Yk", - "id": "e5198" + "id": "e5199" }, { "aapbId": "cpb-aacip-500-g7374t0w", @@ -355547,6 +510291,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -355596,9 +510344,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1950-1959", "airtableId": "reczPfHrsJIFSNhhS", - "id": "e5199" + "id": "e5200" }, { "aapbId": "cpb-aacip-500-ht2gcc8d", @@ -355619,17 +510391,29 @@ }, "subject": [ { - "id": "constitutional-conventions-united-states-drama", - "name": "Constitutional conventions--United States--Drama" + "id": "constitutional-conventions-united-states", + "name": "Constitutional conventions--United States" + }, + { + "id": "drama", + "name": "Drama" }, { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" @@ -355641,6 +510425,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "united-states-history-18th-century", + "name": "United States--History--18th century" } ], "creator": [ @@ -355710,9 +510498,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "reczQaLdfVkGBzH32", - "id": "e5200" + "id": "e5201" }, { "aapbId": "cpb-aacip-500-ng4gs16k", @@ -355731,13 +510543,41 @@ { "id": "naeb-region-ii", "name": "NAEB Region II" + }, + { + "id": "naeb-region-ii-the-south", + "name": "NAEB Region II: The South" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "tennessee", + "name": "Tennessee" + } + ], + "settlement": [ + { + "id": "nashville", + "name": "Nashville" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reczRJaJOkeNbP9qy", - "id": "e5201" + "id": "e5202" }, { "aapbId": "cpb-aacip-500-416t2c3g", @@ -355765,29 +510605,37 @@ "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "new-york-ny", "name": "New York (N.Y.)" }, { - "id": "theater-drama", - "name": "Theater & Drama" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century" + }, + { + "id": "theater", + "name": "Theater" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "theater-drama", + "name": "Theater & Drama" }, { "id": "us-literature", "name": "U.S. Literature" - }, - { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" } ], "creator": [ @@ -355798,6 +510646,30 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [ { @@ -355826,7 +510698,7 @@ } ], "airtableId": "reczTYbeLZrjLVoAq", - "id": "e5202" + "id": "e5203" }, { "aapbId": "cpb-aacip-500-1r6n3q7b", @@ -355853,6 +510725,14 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "us-literature", + "name": "U.S. Literature" } ], "creator": [ @@ -355869,10 +510749,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reczUfla190G1BFRV", - "id": "e5203" + "id": "e5204" }, { "aapbId": "cpb-aacip-500-028pgw5q", @@ -355901,8 +510805,12 @@ "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" }, { - "id": "presidents", - "name": "Presidents" + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" }, { "id": "us-history-1900-present", @@ -355946,11 +510854,6 @@ "name": "Roberts, Chalmers M. (Chalmers McGeagh), 1910-2005", "type": "Person" }, - { - "id": "childs-marquis-w-marquis-william-1903-1990", - "name": "Childs, Marquis W. (Marquis William), 1903-1990", - "type": "Person" - }, { "id": "white-william-smith", "name": "White, William Smith", @@ -355987,6 +510890,12 @@ "type": "Person", "role": "Commentator" }, + { + "id": "childs-marquis-w-marquis-william-1903-1990", + "name": "Childs, Marquis W. (Marquis William), 1903-1990", + "type": "Person", + "role": "Commentator" + }, { "id": "zill-anne-broderick", "name": "Zill, Anne Broderick", @@ -356000,9 +510909,33 @@ "name": "Public affairs" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": null, "airtableId": "reczUueOjsp17m3xF", - "id": "e5204" + "id": "e5205" }, { "aapbId": "cpb-aacip-500-xp6v2q41", @@ -356022,6 +510955,10 @@ "title": "Ways of mankind II" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "bali-indonesia-province-description-and-travel", "name": "Bali (Indonesia : Province)--Description and travel" @@ -356043,8 +510980,8 @@ "name": "Family life--Indonesia" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -356103,9 +511040,33 @@ "name": "Educational" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "ontario", + "name": "Ontario" + } + ], + "settlement": [ + { + "id": "toronto", + "name": "Toronto" + } + ], "decade": "1960-1969", "airtableId": "reczVTD6XNmCSEc2j", - "id": "e5205" + "id": "e5206" }, { "aapbId": "cpb-aacip-500-7s7hv772", @@ -356129,6 +511090,10 @@ "id": "congresses-and-conventions-new-york-state-new-york", "name": "Congresses and conventions--New York (State)--New York" }, + { + "id": "education", + "name": "Education" + }, { "id": "lectures-and-lecturing", "name": "Lectures and lecturing" @@ -356137,13 +511102,25 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "peace-congresses", "name": "Peace--Congresses" }, { - "id": "us-regions-the-northeast", - "name": "U.S. Regions: The Northeast" + "id": "philosophy-ethics", + "name": "Philosophy & Ethics" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "world-politics", + "name": "World Politics" } ], "creator": [ @@ -356173,14 +511150,42 @@ "id": "politics", "name": "Politics" }, + { + "id": "lecture", + "name": "Lecture" + }, { "id": "speech", "name": "Speech" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "airtableId": "reczWPcVhMhcDltgL", - "id": "e5206" + "id": "e5207" }, { "aapbId": "cpb-aacip-500-dj58hx87", @@ -356201,29 +511206,41 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { "id": "african-americans", "name": "African Americans" }, - { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "race-discrimination", "name": "Race discrimination" }, + { + "id": "social-conditions", + "name": "Social conditions" + }, { "id": "sociology", "name": "Sociology" }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + }, { "id": "united-states-race-relations-20th-century", "name": "United States--Race relations--20th century" @@ -356273,9 +511290,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "indiana", + "name": "Indiana" + } + ], + "settlement": [ + { + "id": "west-lafayette", + "name": "West Lafayette" + } + ], "decade": "1950-1959", "airtableId": "reczWocVIPdHc6XvI", - "id": "e5207" + "id": "e5208" }, { "aapbId": "cpb-aacip-500-jw86nm00", @@ -356295,6 +511336,14 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "writing", + "name": "Writing" } ], "genre": [ @@ -356307,11 +511356,35 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "creator": [], "contributor": [], "airtableId": "reczX1VAGJ6wqTCmD", - "id": "e5208" + "id": "e5209" }, { "aapbId": "cpb-aacip-500-tt4fsf6s", @@ -356325,12 +511398,36 @@ "id": "how-do-you-say-hello", "title": "How do you say hello?" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "canada", + "name": "Canada" + } + ], + "region": [ + { + "id": "new-brunswick", + "name": "New Brunswick" + } + ], + "settlement": [ + { + "id": "sackville", + "name": "Sackville" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reczYI5fBeNXcJ1gS", "subject": [], - "id": "e5209" + "id": "e5210" }, { "aapbId": "cpb-aacip-500-x34mr08r", @@ -356350,6 +511447,10 @@ "title": "Music in the making" }, "subject": [ + { + "id": "18th-century", + "name": "18th century" + }, { "id": "choral-music", "name": "Choral music" @@ -356366,13 +511467,13 @@ "id": "music", "name": "Music" }, - { - "id": "music-18th-century", - "name": "Music--18th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -356401,9 +511502,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "decatur", + "name": "Decatur" + } + ], "decade": "1950-1959", "airtableId": "reczYgnQHMkoPU6Ac", - "id": "e5210" + "id": "e5211" }, { "aapbId": "cpb-aacip-500-18345b1m", @@ -356424,32 +511549,32 @@ }, "subject": [ { - "id": "education-great-britain-history-20th-century", - "name": "Education--Great Britain--History--20th century" + "id": "education", + "name": "Education" }, { - "id": "education-great-britain-philosophy", - "name": "Education--Great Britain--Philosophy" + "id": "great-britain", + "name": "Great Britain" }, { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century" + "id": "great-britain-history-20th-century", + "name": "Great Britain--History--20th century" }, { - "id": "europe", - "name": "Europe" + "id": "great-britain-philosophy", + "name": "Great Britain--Philosophy" }, { - "id": "great-britain", - "name": "Great Britain" + "id": "naeb-region-i", + "name": "NAEB Region I" }, { - "id": "history-of-education", - "name": "History of Education" + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" }, { - "id": "naeb-region-i", - "name": "NAEB Region I" + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -356478,9 +511603,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1950-1959", "airtableId": "reczZKhc8iu8v3aEm", - "id": "e5211" + "id": "e5212" }, { "aapbId": "cpb-aacip-500-sn01408v", @@ -356500,6 +511649,10 @@ "title": "Doctor tell me" }, "subject": [ + { + "id": "economy-business", + "name": "Economy & Business" + }, { "id": "info-orient", "name": "Info.-Orient" @@ -356507,6 +511660,14 @@ { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -356523,10 +511684,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "recza3mF7vTj1jtxI", - "id": "e5212" + "id": "e5213" }, { "aapbId": "cpb-aacip-500-8k74zg9m", @@ -356547,25 +511732,33 @@ }, "subject": [ { - "id": "african-american-history", - "name": "African American History" + "id": "african-american-history-culture", + "name": "African American History & Culture" }, { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States" + "id": "african-influences", + "name": "African influences" }, { - "id": "music", - "name": "Music" + "id": "education", + "name": "Education" }, { - "id": "music-african-influences", - "name": "Music--African influences" + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" + }, + { + "id": "music", + "name": "Music" }, { "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "spirituals-songs-southern-states", "name": "Spirituals (Songs)--Southern States" @@ -356605,11 +511798,39 @@ { "id": "music-talk", "name": "Music Talk" + }, + { + "id": "lecture", + "name": "Lecture" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "berkeley", + "name": "Berkeley" } ], "decade": "1950-1959", "airtableId": "reczaEtFx2HISGvZr", - "id": "e5213" + "id": "e5214" }, { "aapbId": "cpb-aacip-500-0z710g5w", @@ -356630,13 +511851,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reczaZmhmMSLrXRSK", - "id": "e5214" + "id": "e5215" }, { "aapbId": "cpb-aacip-500-8s4jr25w", @@ -356657,12 +511906,16 @@ }, "subject": [ { - "id": "china-history-spring-and-autumn-period-722-481-bc", - "name": "China--History--Spring and Autumn period, 722-481 B.C" + "id": "asia-pacific", + "name": "Asia-Pacific" }, { - "id": "china-history-military", - "name": "China--History, Military" + "id": "china", + "name": "China" + }, + { + "id": "china-history-spring-and-autumn-period-722-481-bc", + "name": "China--History--Spring and Autumn period, 722-481 B.C" }, { "id": "goujian-465-bc", @@ -356672,13 +511925,21 @@ "id": "heroes", "name": "Heroes" }, + { + "id": "military", + "name": "Military" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, { - "id": "the-asia-pacific", - "name": "The Asia-Pacific" + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -356725,9 +511986,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "ann-arbor", + "name": "Ann Arbor" + } + ], "decade": "1950-1959", "airtableId": "reczb8rcnpPAjyKSK", - "id": "e5215" + "id": "e5216" }, { "aapbId": "cpb-aacip-500-7h1dpb9q", @@ -356747,10 +512032,18 @@ "title": "Pacific portraits" }, "subject": [ + { + "id": "asia-pacific", + "name": "Asia-Pacific" + }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "new-zealand-history", "name": "New Zealand--History" @@ -356805,9 +512098,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "wisconsin", + "name": "Wisconsin" + } + ], + "settlement": [ + { + "id": "madison", + "name": "Madison" + } + ], "decade": "1960-1969", "airtableId": "reczcYDTJo4jvzjd9", - "id": "e5216" + "id": "e5217" }, { "aapbId": "cpb-aacip-500-9p2w7p7h", @@ -356822,12 +512139,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reczerl9P8QKvG8oA", "subject": [], - "id": "e5217" + "id": "e5218" }, { "aapbId": "cpb-aacip-500-p26q3r8b", @@ -356847,6 +512188,10 @@ "title": "A conversation with" }, "subject": [ + { + "id": "music", + "name": "Music" + }, { "id": "musicians-interviews", "name": "Musicians--Interviews" @@ -356854,6 +512199,10 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" } ], "creator": [ @@ -356900,9 +512249,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reczfU3TyNnvENINO", - "id": "e5218" + "id": "e5219" }, { "aapbId": "cpb-aacip-500-k649tc7r", @@ -356934,6 +512307,10 @@ "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "science", "name": "Science" @@ -356987,9 +512364,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "boston", + "name": "Boston" + } + ], "decade": "1950-1959", "airtableId": "reczfWxdEC38ka25s", - "id": "e5219" + "id": "e5220" }, { "aapbId": "cpb-aacip-500-9c6s2s3p", @@ -357009,18 +512410,30 @@ "title": "Patrioscript" }, "subject": [ + { + "id": "drama", + "name": "Drama" + }, { "id": "gettysburg-national-military-park-pa-tours", "name": "Gettysburg National Military Park (Pa.)--Tours" }, { - "id": "iowa-drama", - "name": "Iowa--Drama" + "id": "iowa", + "name": "Iowa" }, { "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "patriotic-plays", "name": "Patriotic plays" @@ -357032,6 +512445,10 @@ { "id": "theater-drama", "name": "Theater & Drama" + }, + { + "id": "travel-leisure", + "name": "Travel & Leisure" } ], "creator": [ @@ -357113,9 +512530,33 @@ "name": "Theater" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "grinnell", + "name": "Grinnell" + } + ], "decade": "1950-1959", "airtableId": "reczg3dWpg3VYGRKI", - "id": "e5220" + "id": "e5221" }, { "aapbId": "cpb-aacip-500-dz03330w", @@ -357148,8 +512589,16 @@ "name": "NAEB Region V" }, { - "id": "native-american-history", - "name": "Native American History" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "native-american-history-culture", + "name": "Native American History & Culture" + }, + { + "id": "sociology", + "name": "Sociology" } ], "creator": [ @@ -357195,9 +512644,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "colorado", + "name": "Colorado" + } + ], + "settlement": [ + { + "id": "denver", + "name": "Denver" + } + ], "decade": "1950-1959", "airtableId": "reczgRxHlEULLWCJK", - "id": "e5221" + "id": "e5222" }, { "aapbId": "cpb-aacip-500-c24qpn5d", @@ -357221,6 +512694,10 @@ "id": "naeb-region-vi", "name": "NAEB Region VI" }, + { + "id": "naeb-region-vi-the-west", + "name": "NAEB Region VI: The West" + }, { "id": "science", "name": "Science" @@ -357268,9 +512745,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "california", + "name": "California" + } + ], + "settlement": [ + { + "id": "pasadena", + "name": "Pasadena" + } + ], "decade": "1960-1969", "airtableId": "reczgz4e145Z6mkJp", - "id": "e5222" + "id": "e5223" }, { "aapbId": "cpb-aacip-500-2b8vfg83", @@ -357285,12 +512786,36 @@ "id": "radio-smithsonian", "title": "Radio Smithsonian" }, + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "recziGGwGfVcRa08V", "subject": [], - "id": "e5223" + "id": "e5224" }, { "aapbId": "cpb-aacip-500-1n7xqh6z", @@ -357314,17 +512839,21 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "speech", "name": "Speech" }, { - "id": "speech-acts-linguistics", - "name": "Speech acts (Linguistics)" + "id": "speech-language", + "name": "Speech & Language" }, { - "id": "speech-and-language", - "name": "Speech and Language" + "id": "speech-acts-linguistics", + "name": "Speech acts (Linguistics)" } ], "creator": [ @@ -357369,9 +512898,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "kalamazoo", + "name": "Kalamazoo" + } + ], "decade": "1960-1969", "airtableId": "recziq99NkGEdDxTh", - "id": "e5224" + "id": "e5225" }, { "aapbId": "cpb-aacip-500-k9316p0t", @@ -357428,7 +512981,7 @@ ], "decade": "1960-1969", "airtableId": "reczjkarfPAqDIs39", - "id": "e5225" + "id": "e5226" }, { "aapbId": "cpb-aacip-500-v40jz868", @@ -357449,8 +513002,12 @@ }, "subject": [ { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century" + "id": "20th-century", + "name": "20th century" + }, + { + "id": "composers", + "name": "Composers" }, { "id": "cowell-henry-1897-1965-symphonies-no-11", @@ -357460,13 +513017,17 @@ "id": "music", "name": "Music" }, - { - "id": "music-20th-century", - "name": "Music--20th century" - }, { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" } ], "creator": [ @@ -357513,9 +513074,33 @@ "name": "Music Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "reczjoia5eQ2qttin", - "id": "e5226" + "id": "e5227" }, { "aapbId": "cpb-aacip-500-c824g74h", @@ -357555,6 +513140,10 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "psychology-mental-health", "name": "Psychology & Mental Health" @@ -357598,9 +513187,33 @@ "name": "Documentary" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "chicago", + "name": "Chicago" + } + ], "decade": "1960-1969", "airtableId": "reczkBYQzjwrueUah", - "id": "e5227" + "id": "e5228" }, { "aapbId": "cpb-aacip-500-7p8tfz9z", @@ -357619,13 +513232,41 @@ { "id": "naeb-region-iii", "name": "NAEB Region III" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reczlX0KkXzStEWDf", - "id": "e5228" + "id": "e5229" }, { "aapbId": "cpb-aacip-500-q814s554", @@ -357688,11 +513329,39 @@ { "id": "talk", "name": "Talk" + }, + { + "id": "speech", + "name": "Speech" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" } ], "decade": "1960-1969", "airtableId": "reczmCNV83w1sD2px", - "id": "e5229" + "id": "e5230" }, { "aapbId": "cpb-aacip-500-6d5pd77h", @@ -357712,6 +513381,10 @@ "title": "The art of Emanuel Feuermann" }, "subject": [ + { + "id": "19th-century", + "name": "19th century" + }, { "id": "cello-music", "name": "Cello music" @@ -357728,14 +513401,14 @@ "id": "music", "name": "Music" }, - { - "id": "music-19th-century", - "name": "Music, 19th century" - }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, { "id": "orchestral-music", "name": "Orchestral music" @@ -357779,9 +513452,33 @@ "name": "Performing Arts" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "massachusetts", + "name": "Massachusetts" + } + ], + "settlement": [ + { + "id": "amherst", + "name": "Amherst" + } + ], "decade": "1960-1969", "airtableId": "reczmS3VZnubJFtLu", - "id": "e5230" + "id": "e5231" }, { "aapbId": "cpb-aacip-500-zc7rst1n", @@ -357802,13 +513499,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1960-1969", "creator": [], "contributor": [], "airtableId": "reczoGjHl71F1HgUH", - "id": "e5231" + "id": "e5232" }, { "aapbId": "cpb-aacip-500-w950ms7k", @@ -357823,12 +513548,29 @@ "id": "the-eisenhower-years", "title": "The Eisenhower years" }, + "subject": [ + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "us-government", + "name": "U.S. Government" + }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, + { + "id": "united-states-history-20th-century", + "name": "United States--History--20th century" + } + ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reczob8l2TmFV6JFk", - "subject": [], - "id": "e5232" + "id": "e5233" }, { "aapbId": "cpb-aacip-500-6h4csg7q", @@ -357852,10 +513594,26 @@ "id": "arts-literature", "name": "Arts, Literature" }, + { + "id": "foreign-literature", + "name": "Foreign Literature" + }, { "id": "naeb-region-i", "name": "NAEB Region I" }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "theater-drama", + "name": "Theater & Drama" + }, { "id": "us-literature", "name": "U.S. Literature" @@ -357875,10 +513633,34 @@ "role": "Producer" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reczpOmOij2k7Ecfd", - "id": "e5233" + "id": "e5234" }, { "aapbId": "cpb-aacip-500-5m628x1h", @@ -357902,14 +513684,14 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, { "id": "science", "name": "Science" @@ -357937,10 +513719,34 @@ "name": "Children" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "missouri", + "name": "Missouri" + } + ], + "settlement": [ + { + "id": "saint-louis", + "name": "Saint Louis" + } + ], "decade": "1960-1969", "contributor": [], "airtableId": "reczpyilYARfifi6D", - "id": "e5234" + "id": "e5235" }, { "aapbId": "cpb-aacip-500-4746tx39", @@ -357954,16 +513760,56 @@ "title": "America's African heritage" }, "subject": [ + { + "id": "africa", + "name": "Africa" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "travel", + "name": "Travel" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "iowa", + "name": "Iowa" + } + ], + "settlement": [ + { + "id": "ames", + "name": "Ames" } ], "decade": null, "creator": [], "contributor": [], "airtableId": "reczsM9skeInnNhKm", - "id": "e5235" + "id": "e5236" }, { "aapbId": "cpb-aacip-500-t727fq97", @@ -357991,6 +513837,10 @@ "id": "us-government", "name": "U.S. Government" }, + { + "id": "us-politics", + "name": "U.S. Politics" + }, { "id": "united-states-politics-and-government", "name": "United States--Politics and government" @@ -358034,9 +513884,33 @@ "name": "Talk" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "district-of-columbia", + "name": "District of Columbia" + } + ], + "settlement": [ + { + "id": "washington", + "name": "Washington" + } + ], "decade": "1960-1969", "airtableId": "reczuY1amODjSWAmO", - "id": "e5236" + "id": "e5237" }, { "aapbId": "cpb-aacip-500-q52fct93", @@ -358057,21 +513931,33 @@ }, "subject": [ { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union" + "id": "communism", + "name": "Communism" + }, + { + "id": "drama", + "name": "Drama" }, { - "id": "drama-soviet-union-history-and-criticism", - "name": "Drama--Soviet Union--History and criticism" + "id": "dramatic-criticism", + "name": "Dramatic criticism" }, { - "id": "dramatists-soviet-union", - "name": "Dramatists--Soviet Union" + "id": "dramatists", + "name": "Dramatists" + }, + { + "id": "europe", + "name": "Europe" }, { "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "soviet-union", "name": "Soviet Union" @@ -358080,10 +513966,6 @@ "id": "theater-drama", "name": "Theater & Drama" }, - { - "id": "us-politics", - "name": "U.S. Politics" - }, { "id": "world-politics", "name": "World Politics" @@ -358154,9 +514036,33 @@ "name": "Docudrama" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "illinois", + "name": "Illinois" + } + ], + "settlement": [ + { + "id": "urbana", + "name": "Urbana" + } + ], "decade": "1950-1959", "airtableId": "reczwpNmK68xbt1EG", - "id": "e5237" + "id": "e5238" }, { "aapbId": "cpb-aacip-500-hd7nt964", @@ -358175,13 +514081,41 @@ { "id": "naeb-region-i", "name": "NAEB Region I" + }, + { + "id": "naeb-region-i-the-northeast", + "name": "NAEB Region I: The Northeast" + } + ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "new-york", + "name": "New York" + } + ], + "settlement": [ + { + "id": "new-york", + "name": "New York" } ], "decade": "1970-1979", "creator": [], "contributor": [], "airtableId": "reczxZdeGpYNvfJXF", - "id": "e5238" + "id": "e5239" }, { "aapbId": "cpb-aacip-500-7s7hv65c", @@ -358213,6 +514147,14 @@ "id": "naeb-region-iv", "name": "NAEB Region IV" }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, { "id": "physicians", "name": "Physicians" @@ -358256,9 +514198,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "minnesota", + "name": "Minnesota" + } + ], + "settlement": [ + { + "id": "minneapolis", + "name": "Minneapolis" + } + ], "decade": "1960-1969", "airtableId": "reczxrScAlbxef1it", - "id": "e5239" + "id": "e5240" }, { "aapbId": "cpb-aacip-500-251fnx6m", @@ -358272,12 +514238,49 @@ "id": "american-writers-in-italy", "title": "American writers in Italy" }, + "subject": [ + { + "id": "authors-american", + "name": "Authors, American" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "italy", + "name": "Italy" + } + ], + "continent": [ + { + "id": "europe", + "name": "Europe" + } + ], + "country": [ + { + "id": "italy", + "name": "Italy" + } + ], + "region": [ + { + "id": "lazio", + "name": "Lazio" + } + ], + "settlement": [ + { + "id": "rome", + "name": "Rome" + } + ], "decade": null, "creator": [], "contributor": [], "airtableId": "reczylCBdTyESzJEb", - "subject": [], - "id": "e5240" + "id": "e5241" }, { "aapbId": "cpb-aacip-500-j09w5143", @@ -358304,17 +514307,17 @@ "id": "education", "name": "Education" }, - { - "id": "history-of-education", - "name": "History of Education" - }, { "id": "naeb-region-v", "name": "NAEB Region V" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" + }, + { + "id": "public-broadcasting", + "name": "Public broadcasting" }, { "id": "public-radio", @@ -358323,6 +514326,14 @@ { "id": "public-television-united-states", "name": "Public television--United States" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, + { + "id": "united-states", + "name": "United States" } ], "creator": [ @@ -358365,9 +514376,33 @@ "name": "Media and broadcasting" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": "1960-1969", "airtableId": "reczzPveIBe0KI20k", - "id": "e5241" + "id": "e5242" }, { "aapbId": "cpb-aacip-500-610vv274", @@ -358399,6 +514434,14 @@ "id": "naeb-region-iii", "name": "NAEB Region III" }, + { + "id": "naeb-regions-iii-iv-the-upper-midwest", + "name": "NAEB Regions III & IV: The Upper Midwest" + }, + { + "id": "us-history-1900-present", + "name": "U.S. History (1900-present)" + }, { "id": "united-states-economic-conditions-1961-1971", "name": "United States--Economic conditions--1961-1971" @@ -358448,9 +514491,33 @@ "name": "Interview" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "michigan", + "name": "Michigan" + } + ], + "settlement": [ + { + "id": "east-lansing", + "name": "East Lansing" + } + ], "decade": "1960-1969", "airtableId": "reczzRQN6oDw8f91S", - "id": "e5242" + "id": "e5243" }, { "aapbId": "cpb-aacip-500-9g5gg38p", @@ -358469,6 +514536,10 @@ { "id": "naeb-region-v", "name": "NAEB Region V" + }, + { + "id": "naeb-region-vi-lower-midwestcentral-south", + "name": "NAEB Region VI: Lower Midwest/Central South" } ], "creator": [ @@ -358484,9 +514555,33 @@ "name": "Music" } ], + "continent": [ + { + "id": "north-america", + "name": "North America" + } + ], + "country": [ + { + "id": "united-states", + "name": "United States" + } + ], + "region": [ + { + "id": "texas", + "name": "Texas" + } + ], + "settlement": [ + { + "id": "austin", + "name": "Austin" + } + ], "decade": null, "contributor": [], "airtableId": "reczztUODzQwJdexR", - "id": "e5243" + "id": "e5244" } ] diff --git a/static/data/genres.json b/static/data/genres.json index 67f7dc5f46e..98932a66fdf 100644 --- a/static/data/genres.json +++ b/static/data/genres.json @@ -9,6 +9,11 @@ "name": "Public affairs", "airtableId": "rec5s8vi8NQTQT6nk" }, + { + "id": "lecture", + "name": "Lecture", + "airtableId": "rec60lPwoaLNOV59Z" + }, { "id": "children", "name": "Children", @@ -34,6 +39,11 @@ "name": "Documentary", "airtableId": "rec9Y77rnveDQuUCK" }, + { + "id": "concert-program", + "name": "Concert program", + "airtableId": "recBIyRFBhhzn5Gt4" + }, { "id": "history", "name": "History", @@ -104,11 +114,6 @@ "name": "Science", "airtableId": "recWf36BqorsUi7Xn" }, - { - "id": "performing-arts", - "name": "Performing arts", - "airtableId": "recWoMTvYqD4rspIN" - }, { "id": "reading", "name": "Reading", @@ -183,10 +188,5 @@ "id": "athletics", "name": "Athletics", "airtableId": "recwAXAD9Ya8Ml7km" - }, - { - "id": "music-talk", - "name": "Music talk", - "airtableId": "recwm2MQxyqixGIcr" } ] diff --git a/static/data/people.json b/static/data/people.json index c538a98e30c..aed086a429e 100644 --- a/static/data/people.json +++ b/static/data/people.json @@ -1709,6 +1709,12 @@ "type": "Person", "airtableId": "rec2OMsg6FPznUQW3" }, + { + "id": "cincinnati-musicians-association", + "name": "Cincinnati Musicians Association", + "type": "Corporate Body", + "airtableId": "rec2Pknom0WjreeE4" + }, { "id": "broadley-herbert", "name": "Broadley, Herbert", @@ -8027,6 +8033,12 @@ "type": "Corporate Body", "airtableId": "recBl0coArnQZyvcs" }, + { + "id": "rudel-julius", + "name": "Rudel, Julius", + "type": "Person", + "airtableId": "recBlPIdMlIcTTRpB" + }, { "id": "durrie-paul-h", "name": "Durrie, Paul H.", @@ -12329,12 +12341,6 @@ "type": "Person", "airtableId": "recHrig0oqtA8K9On" }, - { - "id": "anderson-don", - "name": "Anderson, Don", - "type": "Person", - "airtableId": "recHsCHNmJMe58D14" - }, { "id": "thomas-kenneth-e", "name": "Thomas, Kenneth E.", @@ -18983,12 +18989,6 @@ "type": "Person", "airtableId": "recR9sI6AkA9Y4PBv" }, - { - "id": "ehle-john-1925", - "name": "Ehle, John, 1925-", - "type": "Person", - "airtableId": "recRA18ZANkuC3BaF" - }, { "id": "museum-of-the-city-of-new-york", "name": "Museum of the City of New York", @@ -22793,12 +22793,6 @@ "type": "Person", "airtableId": "recWfts3ANEB8jRTE" }, - { - "id": "national-association-of-educational-broadcasters-deutsche-welle", - "name": "National Association of Educational Broadcasters, Deutsche Welle", - "type": "Corporate Body", - "airtableId": "recWhczvPrFK081FC" - }, { "id": "kera-television-station-dallas-tex", "name": "KERA (Television station : Dallas, Tex.)", @@ -28523,6 +28517,12 @@ "type": "Person", "airtableId": "receuG0K2ovan0g2B" }, + { + "id": "holston-jim", + "name": "Holston, Jim", + "type": "Person", + "airtableId": "receuG5J5MmCkVi7H" + }, { "id": "fay-peter", "name": "Fay, Peter", @@ -38393,12 +38393,6 @@ "type": "Person", "airtableId": "rectO2JPrhmD923WK" }, - { - "id": "advisor", - "name": "Advisor", - "type": "Person", - "airtableId": "rectOpBo7Uc0HCMJ7" - }, { "id": "hoffman-lynne", "name": "Hoffman, Lynne", diff --git a/static/data/places.json b/static/data/places.json index db4be84f288..9950ecd17a2 100644 --- a/static/data/places.json +++ b/static/data/places.json @@ -4,6 +4,11 @@ "name": "New Haven", "airtableId": "rec0kusofVnU1isL5" }, + { + "id": "slates-hot-springs", + "name": "Slates Hot Springs", + "airtableId": "rec11EaqJwuMzmWAG" + }, { "id": "washington", "name": "Washington", @@ -29,6 +34,11 @@ "name": "Stockholm", "airtableId": "rec2kclnn49tH15ZH" }, + { + "id": "imlay-city", + "name": "Imlay City", + "airtableId": "rec4FSJt2PaBX1CAF" + }, { "id": "hawaii", "name": "Hawaii", @@ -279,6 +289,11 @@ "name": "Grand Forks", "airtableId": "recI9Jc1TVqjLr78D" }, + { + "id": "oak-ridge", + "name": "Oak Ridge", + "airtableId": "recJ6t3EcNRwJrLOb" + }, { "id": "kalamazoo", "name": "Kalamazoo", @@ -299,6 +314,11 @@ "name": "North Holland", "airtableId": "recJhUKYhpztiKczF" }, + { + "id": "norman", + "name": "Norman", + "airtableId": "recJtEX3ZsAHdbwBr" + }, { "id": "massachusetts", "name": "Massachusetts", @@ -329,6 +349,11 @@ "name": "Ames", "airtableId": "recLV8soWJ0WxUZvN" }, + { + "id": "northampton", + "name": "Northampton", + "airtableId": "recLlgCAbsYay1ckv" + }, { "id": "winston-salem", "name": "Winston-Salem", @@ -384,6 +409,11 @@ "name": "Connecticut", "airtableId": "recNsH9E9tdPVBuD0" }, + { + "id": "memphis", + "name": "Memphis", + "airtableId": "recO6RKEqELbHmNHB" + }, { "id": "madison", "name": "Madison", @@ -515,8 +545,8 @@ "airtableId": "recWr2H5jOwccPLfs" }, { - "id": "cincinatti", - "name": "Cincinatti", + "id": "cincinnati", + "name": "Cincinnati", "airtableId": "recX7SKfbxsRSTQWi" }, { @@ -559,6 +589,11 @@ "name": "Pullman", "airtableId": "recb6yHdfFKw3QWLl" }, + { + "id": "california", + "name": "California", + "airtableId": "recbGra5CPB1mJ2xa" + }, { "id": "utah", "name": "Utah", @@ -644,6 +679,11 @@ "name": "New York", "airtableId": "recfBwViGgaPIZVHR" }, + { + "id": "delmar", + "name": "Delmar", + "airtableId": "recfOh9x1gf5gAdXw" + }, { "id": "detroit", "name": "Detroit", @@ -729,11 +769,21 @@ "name": "New Jersey", "airtableId": "recnNxDrtNGmAnxsi" }, + { + "id": "battle-creek", + "name": "Battle Creek", + "airtableId": "recnvXqCS5477ulLm" + }, { "id": "montevallo", "name": "Montevallo", "airtableId": "recnzbqg6mz3clRR2" }, + { + "id": "evanston", + "name": "Evanston", + "airtableId": "reco4PKpAsUwZO5JO" + }, { "id": "stockholm-county", "name": "Stockholm County", @@ -948,5 +998,10 @@ "id": "dallas", "name": "Dallas", "airtableId": "reczcJARvK0wQfHnS" + }, + { + "id": "south-hadley", + "name": "South Hadley", + "airtableId": "reczea1QXTI74QaFn" } ] diff --git a/static/data/series.json b/static/data/series.json index 61c36c4010b..b3c92aace67 100644 --- a/static/data/series.json +++ b/static/data/series.json @@ -92,6 +92,7 @@ { "id": "a-federal-case", "title": "A federal case", + "description": "A weekly show that considers government issues in Washington, D.C. ", "airtableId": "rec3TL33aRbbSLpAM" }, { @@ -427,6 +428,7 @@ { "id": "a-federal-case-ii", "title": "A federal case II", + "description": "An examination of current issues facing the United States in Washington, D.C. ", "airtableId": "rec8PiJfHUbsEHtQL" }, { @@ -973,6 +975,10 @@ { "iaId": "naeb-b074-f11-02", "title": "NAEB Region V Conference Report (June 14-15, 1956)" + }, + { + "iaId": "naeb-b111-f07-12", + "title": "NAEB Newsletter (November 08, 1952)" } ], "airtableId": "recKel3648ZTqSaBa" @@ -1315,6 +1321,12 @@ "title": "Programs, Correspondence, 1968, August-December" } ], + "relatedItems": [ + { + "iaId": "naeb-b111-f09-07", + "title": "NAEB Newsletter (March 1961)" + } + ], "airtableId": "recRjnIoyjwIlurBg" }, { @@ -2163,6 +2175,26 @@ { "iaId": "naeb-b074-f12-21", "title": "NAEB Region VI Seminar-Workshop Report (October 16-17, 1953)" + }, + { + "iaId": "naeb-b111-f01-04", + "title": "NAEB Newsletter (April 01, 1943)" + }, + { + "iaId": "naeb-b111-f07-05", + "title": "NAEB Newsletter (February-March 1952)" + }, + { + "iaId": "naeb-b111-f07-09", + "title": "NAEB Newsletter (July 1952)" + }, + { + "iaId": "naeb-b111-f07-11", + "title": "NAEB Newsletter (September-October 1952)" + }, + { + "iaId": "naeb-b111-f07-12", + "title": "NAEB Newsletter (November 08, 1952)" } ], "airtableId": "recgLfrBSXHVbGyiU" @@ -3215,6 +3247,10 @@ { "iaId": "naeb-b074-f12-21", "title": "NAEB Region VI Seminar-Workshop Report (October 16-17, 1953)" + }, + { + "iaId": "naeb-b111-f07-12", + "title": "NAEB Newsletter (November 08, 1952)" } ], "airtableId": "recxutwfhRzogKgpN" diff --git a/static/data/subjects.json b/static/data/subjects.json index 63dd792140f..d8bb90a0d82 100644 --- a/static/data/subjects.json +++ b/static/data/subjects.json @@ -4,21 +4,21 @@ "name": "Audience research", "airtableId": "rec004oN9RbCFTJCr" }, + { + "id": "federal-radio-education-committee", + "name": "Federal Radio Education Committee", + "airtableId": "rec00ITuAWNOXebSG" + }, { "id": "fascism-great-britain-history-20th-century", "name": "Fascism--Great Britain--History--20th century", "airtableId": "rec00RUQkSgKfVjz0" }, { - "id": "resolutions-committee", - "name": "Resolutions Committee", + "id": "naeb-resolutions-committee", + "name": "NAEB Resolutions Committee", "airtableId": "rec03AcrekpxRs4uA" }, - { - "id": "indians-of-north-america-education-history-19th-century", - "name": "Indians of North America--Education--History--19th century", - "airtableId": "rec04TNnfLKrQQzP7" - }, { "id": "world-war-1914-1918", "name": "World War, 1914-1918", @@ -60,8 +60,8 @@ "airtableId": "rec0HEAqxZJRKbQa8" }, { - "id": "prostitution-france-paris", - "name": "Prostitution--France--Paris", + "id": "prostitution", + "name": "Prostitution", "airtableId": "rec0MXqoN074KCLzE" }, { @@ -79,6 +79,11 @@ "name": "Labour Party (Great Britain)--History--20th century", "airtableId": "rec0RWG9STI5XHQTR" }, + { + "id": "louisiana", + "name": "Louisiana", + "airtableId": "rec0SndxU7Pdmi7Xe" + }, { "id": "king-martin-luther-jr-1929-1968-speeches-selections", "name": "King, Martin Luther, Jr., 1929-1968. Speeches. Selections", @@ -89,21 +94,11 @@ "name": "Geologists--Great Britain--Biography", "airtableId": "rec0UMT9PMoHHwDuc" }, - { - "id": "nationalism-england", - "name": "Nationalism--England", - "airtableId": "rec0UsN9MnyIdlyVn" - }, { "id": "berlin-germany-history-blockade-1948-1949", "name": "Berlin (Germany)--History--Blockade, 1948-1949", "airtableId": "rec0XW3dFHNLUYiIq" }, - { - "id": "great-britain-foreign-relations-europe", - "name": "Great Britain--Foreign relations--Europe", - "airtableId": "rec0a28fRx4gP6VtX" - }, { "id": "concerts-new-york-state-new-york", "name": "Concerts--New York (State)--New York", @@ -149,11 +144,6 @@ "name": "Mahler, Gustav, 1860-1911", "airtableId": "rec0nAen4uNxwppeP" }, - { - "id": "biography-19th-century", - "name": "Biography--19th century", - "airtableId": "rec0oEGUSIIMu9id2" - }, { "id": "slaveholders", "name": "Slaveholders", @@ -164,11 +154,6 @@ "name": "Aiken, George L., 1830-1876", "airtableId": "rec0tM8s6bXURy3J9" }, - { - "id": "united-states-civilization-20th-century", - "name": "United States--Civilization--20th century", - "airtableId": "rec0tusRvzXFizRs5" - }, { "id": "japan-relations-soviet-union", "name": "Japan--Relations--Soviet Union", @@ -180,8 +165,8 @@ "airtableId": "rec0xEo51GrCqN4fu" }, { - "id": "philippines-history-19th-century", - "name": "Philippines--History--19th century", + "id": "philippines", + "name": "Philippines", "airtableId": "rec0xxDL9w8xzpcRn" }, { @@ -195,8 +180,8 @@ "airtableId": "rec0zDKmE6kbsdJkv" }, { - "id": "motion-pictures-american-germany", - "name": "Motion pictures, American--Germany", + "id": "motion-pictures", + "name": "Motion pictures", "airtableId": "rec12zq2rjHWxEnJZ" }, { @@ -204,26 +189,6 @@ "name": "Chronic diseases", "airtableId": "rec18BYllwkHzwyZX" }, - { - "id": "political-fiction-20th-century-history-and-criticism", - "name": "Political fiction--20th century--History and criticism", - "airtableId": "rec193tEdiqjPW5by" - }, - { - "id": "american-jewish-committee", - "name": "American Jewish Committee", - "airtableId": "rec19lz15ijSY1t3K" - }, - { - "id": "african-americans", - "name": "African Americans", - "airtableId": "rec1A0e9bvwBYrhAj" - }, - { - "id": "communism", - "name": "Communism", - "airtableId": "rec1BiZJCxxV5lBf1" - }, { "id": "puccini-giacomo-1858-1924", "name": "Puccini, Giacomo, 1858-1924", @@ -235,9 +200,14 @@ "airtableId": "rec1FYmYiIygYJdp7" }, { - "id": "students-great-britain", - "name": "Students--Great Britain", - "airtableId": "rec1Ge0e9uvCWRdZR" + "id": "soviet-literature", + "name": "Soviet literature", + "airtableId": "rec1G3D8Kd1Hdugty" + }, + { + "id": "gender", + "name": "Gender", + "airtableId": "rec1H3qZkWWjLGoLh" }, { "id": "jarrell-randall-1914-1965-friends-and-associates", @@ -259,21 +229,6 @@ "name": "Trials", "airtableId": "rec1QGXvlS51VguZ8" }, - { - "id": "universities-and-colleges-united-states", - "name": "Universities and colleges--United States", - "airtableId": "rec1QkhPdORAZTfv7" - }, - { - "id": "england-economic-conditions-20th-century", - "name": "England--Economic conditions--20th century", - "airtableId": "rec1SJbj9xKGC3Z9k" - }, - { - "id": "women-europe-20th-century-biography", - "name": "Women--Europe--20th century--Biography", - "airtableId": "rec1T0qXbSY9s66OI" - }, { "id": "dickinson-emily-1830-1886", "name": "Dickinson, Emily, 1830-1886", @@ -284,31 +239,31 @@ "name": "Steichen, Edward, 1879-1973", "airtableId": "rec1YaLbf9atTEPoz" }, + { + "id": "cinema-awards", + "name": "Cinema awards", + "airtableId": "rec1YcMED3MmqHcDx" + }, { "id": "solar-flares", "name": "Solar flares", "airtableId": "rec1anh1ANHZegADV" }, - { - "id": "technology-developing-countries", - "name": "Technology--Developing countries", - "airtableId": "rec1dZZyAAX7tVgDC" - }, { "id": "naeb-region-iii", "name": "NAEB Region III", "airtableId": "rec1gfJ5IBsyQzUB0" }, + { + "id": "social-movements", + "name": "Social movements", + "airtableId": "rec1ggFX4i8UmnCJ8" + }, { "id": "radio-network-program-committee", "name": "Radio Network Program Committee", "airtableId": "rec1j66MlGc5Gp0Sz" }, - { - "id": "philosophers-china", - "name": "Philosophers--China", - "airtableId": "rec1kIyd6BIUhp1xr" - }, { "id": "epilepsy-treatment", "name": "Epilepsy--Treatment", @@ -325,9 +280,9 @@ "airtableId": "rec1o9Cq0i7SIcNv6" }, { - "id": "industrialization", - "name": "Industrialization", - "airtableId": "rec1sDXYE6vJsAdz8" + "id": "farmers", + "name": "Farmers", + "airtableId": "rec1ry773jOHrttBe" }, { "id": "emergency-communication-systems", @@ -339,11 +294,6 @@ "name": "Continental drift", "airtableId": "rec21IPYtLjWaMF3G" }, - { - "id": "students-europe-attitudes", - "name": "Students--Europe--Attitudes", - "airtableId": "rec21lFTEfkEVUvG6" - }, { "id": "human-behavior-psychological-aspects", "name": "Human behavior--Psychological aspects", @@ -359,16 +309,16 @@ "name": "Presidents--Election", "airtableId": "rec24fUJYqOxapZx7" }, - { - "id": "world-war-1939-1945-japan", - "name": "World War, 1939-1945--Japan", - "airtableId": "rec24rRtvDKIGym93" - }, { "id": "speech-acts-linguistics", "name": "Speech acts (Linguistics)", "airtableId": "rec257OaQM1pqCEq7" }, + { + "id": "news", + "name": "News", + "airtableId": "rec261mu6cKh80feV" + }, { "id": "china-politics-and-government", "name": "China--Politics and government", @@ -425,8 +375,8 @@ "airtableId": "rec2MPQ08xBt3Z7D3" }, { - "id": "narte-equipment-exhibit", - "name": "Narte Equipment Exhibit", + "id": "nartb-equipment-exhibit", + "name": "NARTB Equipment Exhibit", "airtableId": "rec2Nr7QOAc4ku6tL" }, { @@ -439,26 +389,11 @@ "name": "The Beacon Press", "airtableId": "rec2OY4Irbh2v4jbn" }, - { - "id": "agriculture-prehistoric", - "name": "Agriculture, Prehistoric", - "airtableId": "rec2Pcc2jd9uAdPQb" - }, - { - "id": "drama", - "name": "Drama", - "airtableId": "rec2QWWMIbMFAnook" - }, { "id": "public-opinion-united-states", "name": "Public opinion--United States", "airtableId": "rec2QdsR3vDSOmFlV" }, - { - "id": "radio-programs-united-states", - "name": "Radio programs--United States", - "airtableId": "rec2QtvZg4k6Qt8Vz" - }, { "id": "military-doctrine", "name": "Military doctrine", @@ -484,6 +419,11 @@ "name": "Bird, Robert Montgomery, 1806-1854", "airtableId": "rec2YG0KRR5ZsRC0O" }, + { + "id": "congresses", + "name": "Congresses", + "airtableId": "rec2ZabKNGkWH3AhJ" + }, { "id": "aristophanes-birds-english-arrowsmith", "name": "Aristophanes. Birds. English (Arrowsmith)", @@ -504,21 +444,6 @@ "name": "Catastrophic illness", "airtableId": "rec2eBxlMW9cgSKjx" }, - { - "id": "united-states-history-19th-century", - "name": "United States--History--19th century", - "airtableId": "rec2eEH3ulKBpZU37" - }, - { - "id": "drama-20th-century-history-and-criticism", - "name": "Drama--20th century--History and criticism", - "airtableId": "rec2eMYeXzgHKmmjE" - }, - { - "id": "african-american-youth", - "name": "African American Youth", - "airtableId": "rec2f990Rc22qGUb7" - }, { "id": "rescues", "name": "Rescues", @@ -540,18 +465,8 @@ "airtableId": "rec2qBOPfDy24ghPW" }, { - "id": "special-education-united-states-history-20th-century", - "name": "Special education--United States--History--20th century", - "airtableId": "rec2tzPyvlmvjFEPS" - }, - { - "id": "radio-programs", - "name": "Radio programs", - "airtableId": "rec2uoalm5EP9dXo5" - }, - { - "id": "sports", - "name": "Sports", + "id": "professional-sports", + "name": "Professional sports", "airtableId": "rec2ve1dh9dujqrco" }, { @@ -654,20 +569,15 @@ "name": "Parkinson's Disease", "airtableId": "rec3HxehgSLHkEeES" }, - { - "id": "communism-asia", - "name": "Communism--Asia", - "airtableId": "rec3J7ImSqKUeUaWP" - }, { "id": "biophysics", "name": "Biophysics", "airtableId": "rec3JDjYfVPZkh51H" }, { - "id": "women-united-states", - "name": "Women--United States", - "airtableId": "rec3KjR6ijYVyKfLt" + "id": "vocal-performance", + "name": "Vocal performance", + "airtableId": "rec3JlpQN8fjbo7pa" }, { "id": "republican-party-us-1854", @@ -690,25 +600,30 @@ "airtableId": "rec3ScaCYcguduX0a" }, { - "id": "public-welfare", - "name": "Public welfare", + "id": "public-welfare-united-states", + "name": "Public welfare--United States", "airtableId": "rec3SelsdBU43Nkbu" }, + { + "id": "rural-conditions", + "name": "Rural conditions", + "airtableId": "rec3TNzEXgV8qGluQ" + }, { "id": "violin", "name": "Violin", "airtableId": "rec3WU8c63x12gSOn" }, + { + "id": "great-britain-history-19th-century", + "name": "Great Britain--History--19th century", + "airtableId": "rec3bHg1Z5t4s5bFi" + }, { "id": "professions", "name": "Professions", "airtableId": "rec3dnjnJRfPY11IO" }, - { - "id": "composers-united-states", - "name": "Composers--United States", - "airtableId": "rec3hlW57TyxVGgMM" - }, { "id": "southern-states-economic-conditions", "name": "Southern States--Economic conditions", @@ -729,11 +644,6 @@ "name": "Teenagers--Alcohol use", "airtableId": "rec3ms6V5HlpmlkK9" }, - { - "id": "leisure", - "name": "Leisure", - "airtableId": "rec3qD2p9BmgxzOar" - }, { "id": "piano-performance", "name": "Piano--Performance", @@ -760,8 +670,8 @@ "airtableId": "rec3zn6GgkOeL7PV3" }, { - "id": "industrialization-united-states-history", - "name": "Industrialization--United States--History", + "id": "industrialization", + "name": "Industrialization", "airtableId": "rec40bqdw4GFX8GLz" }, { @@ -770,9 +680,14 @@ "airtableId": "rec43Av1gNCQneWGl" }, { - "id": "music-instruction-and-study", - "name": "Music--Instruction and study", - "airtableId": "rec43EHFk1b3IQ971" + "id": "medical-broadcasting", + "name": "Medical broadcasting", + "airtableId": "rec43Q4yZZV0HaRD4" + }, + { + "id": "occupied-territories", + "name": "Occupied territories", + "airtableId": "rec44pykXvHTqRwvu" }, { "id": "balinese-indonesian-people-rites-and-ceremonies", @@ -790,14 +705,9 @@ "airtableId": "rec47F7XvO1sCiZzZ" }, { - "id": "universities-and-colleges-united-states-planning", - "name": "Universities and colleges--United States--Planning", - "airtableId": "rec4EsDpSomspXsbe" - }, - { - "id": "orchestra", - "name": "Orchestra", - "airtableId": "rec4EwFfXMacu1WiS" + "id": "voting", + "name": "Voting", + "airtableId": "rec4EKshWZQSkYsTR" }, { "id": "prisoners", @@ -809,16 +719,16 @@ "name": "English language", "airtableId": "rec4GsF5Xas1RVday" }, + { + "id": "scotland", + "name": "Scotland", + "airtableId": "rec4JfseM1MPvHUDW" + }, { "id": "forgery-of-antiquities", "name": "Forgery of antiquities", "airtableId": "rec4K0P4LXuSZLjO5" }, - { - "id": "southern-states-agriculture", - "name": "Southern States--Agriculture", - "airtableId": "rec4KG5agEyG4mfNB" - }, { "id": "goldberger-joseph-1874-1929", "name": "Goldberger, Joseph, 1874-1929", @@ -854,16 +764,16 @@ "name": "Sophocles. Philoctetes", "airtableId": "rec4SrAI6oMPlsU9G" }, + { + "id": "animals", + "name": "Animals", + "airtableId": "rec4XHpeNO83NoF9f" + }, { "id": "canada-economic-conditions-1945", "name": "Canada--Economic conditions--1945-", "airtableId": "rec4Y4V4osQU9quAe" }, - { - "id": "organists-france", - "name": "Organists--France", - "airtableId": "rec4YEfjf8r5OlTI5" - }, { "id": "rizal-jose_-1861-1896-influence", "name": "Rizal, Jose_, 1861-1896--Influence", @@ -879,6 +789,11 @@ "name": "Miller, Arthur, 1915-2005", "airtableId": "rec4bigZKHuyW5J1Y" }, + { + "id": "veterans", + "name": "Veterans", + "airtableId": "rec4dGK275vl740s2" + }, { "id": "asian-broadcasting-union", "name": "Asian Broadcasting Union", @@ -925,8 +840,8 @@ "airtableId": "rec52nuP5Q0rzvBwE" }, { - "id": "sailors-denmark", - "name": "Sailors--Denmark", + "id": "sailors", + "name": "Sailors", "airtableId": "rec539FzJxdTnTRGK" }, { @@ -959,21 +874,6 @@ "name": "Ballads, Japanese", "airtableId": "rec59c2VuunVLx4Zs" }, - { - "id": "composers-france", - "name": "Composers--France", - "airtableId": "rec5AEbiSbv5Sdqjk" - }, - { - "id": "pioneers-drama", - "name": "Pioneers--Drama", - "airtableId": "rec5ASWv13ZTqyZFH" - }, - { - "id": "communism-finland", - "name": "Communism--Finland", - "airtableId": "rec5AnF2FPBrPiGiH" - }, { "id": "research-grants", "name": "Research grants", @@ -989,41 +889,26 @@ "name": "Consumer cooperatives--Great Britain--History", "airtableId": "rec5DHqkYFZunNzFH" }, - { - "id": "monteverdi-claudio-1567-1643-criticism-and-interpretation", - "name": "Monteverdi, Claudio, 1567-1643--Criticism and interpretation", - "airtableId": "rec5HM6AeGtZFNT7A" - }, - { - "id": "opera-18th-century", - "name": "Opera--18th century", - "airtableId": "rec5M8K4f2k93zqhd" - }, { "id": "tubman-harriet-1820-1913", "name": "Tubman, Harriet, 1820?-1913", "airtableId": "rec5NvmjgbKKbdYYz" }, - { - "id": "italy-history-19th-century", - "name": "Italy--History--19th century", - "airtableId": "rec5OJCZbkTGYYTlO" - }, { "id": "italy-history-20th-century", "name": "Italy--History--20th century", "airtableId": "rec5OR0W4glWZbyoQ" }, + { + "id": "military-history", + "name": "Military history", + "airtableId": "rec5QFNz5LFbYilaS" + }, { "id": "buxtehude-dietrich-1637-1707-organ-music", "name": "Buxtehude, Dietrich, 1637-1707. Organ music", "airtableId": "rec5Rub4SE7q2DaV2" }, - { - "id": "communism-china", - "name": "Communism--China", - "airtableId": "rec5S5DG2J9S5hsZF" - }, { "id": "communists-italy-interviews", "name": "Communists--Italy--Interviews", @@ -1044,11 +929,6 @@ "name": "Illinois", "airtableId": "rec5ZrHVggEjCi64m" }, - { - "id": "african-americans-music", - "name": "African Americans--Music", - "airtableId": "rec5aaAUTqPOYE15z" - }, { "id": "assimilation-sociology", "name": "Assimilation (Sociology)", @@ -1060,8 +940,8 @@ "airtableId": "rec5b0Ke9JParqgE5" }, { - "id": "united-states-history-revolution-1775-1783", - "name": "United States--History--Revolution, 1775-1783", + "id": "united-states-history-18th-century", + "name": "United States--History--18th century", "airtableId": "rec5caZkwh4yt44II" }, { @@ -1089,26 +969,11 @@ "name": "Discoveries in science", "airtableId": "rec5gXwavCenWcv6y" }, - { - "id": "poetry-appreciation", - "name": "Poetry--Appreciation", - "airtableId": "rec5j2uZKEZK6lH0R" - }, - { - "id": "education-great-britain-history-20th-century", - "name": "Education--Great Britain--History--20th century", - "airtableId": "rec5lPoERV2uR9kP3" - }, { "id": "great-britain-politics-and-government-20th-century", "name": "Great Britain--Politics and government--20th century", "airtableId": "rec5lqC4UnCK52arE" }, - { - "id": "socialism-yugoslavia", - "name": "Socialism--Yugoslavia", - "airtableId": "rec5mZS80pRB3oP0k" - }, { "id": "songs", "name": "Songs", @@ -1120,9 +985,9 @@ "airtableId": "rec5rYZqtjImBYzjT" }, { - "id": "social-change-china", - "name": "Social change--China", - "airtableId": "rec5s1JWKmZ3e2ppR" + "id": "american-press", + "name": "American press", + "airtableId": "rec5s41338oAejS5Q" }, { "id": "lyell-charles-sir-1797-1875-travel-united-states", @@ -1130,8 +995,8 @@ "airtableId": "rec5sc5UwGSD3LUEk" }, { - "id": "publicity", - "name": "Publicity", + "id": "naeb-publicity", + "name": "NAEB publicity", "airtableId": "rec5yjLJnekZBRAwA" }, { @@ -1145,9 +1010,9 @@ "airtableId": "rec63CzdVdKG0DDRN" }, { - "id": "world-war-1914-1918-drama", - "name": "World War, 1914-1918--Drama", - "airtableId": "rec65R8CJomkp7NkR" + "id": "europe-foreign-relations", + "name": "Europe--Foreign relations", + "airtableId": "rec63tR329Nx8uHVp" }, { "id": "copland-aaron-1900-1990", @@ -1219,16 +1084,26 @@ "name": "Buddhists--Germany", "airtableId": "rec6H246WOuQ6RG6c" }, + { + "id": "constitutional-conventions-united-states", + "name": "Constitutional conventions--United States", + "airtableId": "rec6LS3ynFNZJj3SC" + }, { "id": "vaughan-williams-ralph-1872-1958", "name": "Vaughan Williams, Ralph, 1872-1958", "airtableId": "rec6O1z3igNuLOBCE" }, { - "id": "educational-radio-programs", - "name": "Educational radio programs", + "id": "educational-radio", + "name": "Educational radio", "airtableId": "rec6OtDSgCLnm48na" }, + { + "id": "shakespeare-william-1564-1616", + "name": "Shakespeare, William, 1564-1616", + "airtableId": "rec6Sdh3Nghqka4RI" + }, { "id": "diabetes", "name": "Diabetes", @@ -1274,21 +1149,6 @@ "name": "Chopin, Frédéric, 1810-1849", "airtableId": "rec6cxK5vKMjp0HDf" }, - { - "id": "communism-history", - "name": "Communism--History", - "airtableId": "rec6dDnRnjSPknG2j" - }, - { - "id": "united-states-poetry", - "name": "United States--Poetry", - "airtableId": "rec6eapooKCcVkvef" - }, - { - "id": "popular-culture-united-states-history-19th-century", - "name": "Popular culture--United States--History--19th century", - "airtableId": "rec6fpWE2oORIJkTH" - }, { "id": "maugham-robin-1916-1981", "name": "Maugham, Robin, 1916-1981", @@ -1334,11 +1194,6 @@ "name": "World politics--20th century", "airtableId": "rec6s3fRfjmmBmPzj" }, - { - "id": "aviation-medicine", - "name": "Aviation medicine", - "airtableId": "rec6t5fUniBslaLkW" - }, { "id": "orchestral-music", "name": "Orchestral music", @@ -1354,21 +1209,11 @@ "name": "Imperialism", "airtableId": "rec6tpU8nMvAcJkWV" }, - { - "id": "political-activists-france", - "name": "Political activists--France", - "airtableId": "rec6wI7VIVagJN4IH" - }, { "id": "nursery-growers", "name": "Nursery growers", "airtableId": "rec6xb9sVmeJJyFVC" }, - { - "id": "multiculturalism-latin-america", - "name": "Multiculturalism--Latin America", - "airtableId": "rec6xtGWBO5TDBwbr" - }, { "id": "exceptional-children-identification", "name": "Exceptional children--Identification", @@ -1430,25 +1275,15 @@ "airtableId": "rec7HKQeNXsaBUSd7" }, { - "id": "school-stations-committee", - "name": "School Stations Committee", + "id": "naeb-school-stations-committee", + "name": "NAEB School Stations Committee", "airtableId": "rec7JPjMLkoQi2A5z" }, - { - "id": "sixteenth-century", - "name": "Sixteenth century", - "airtableId": "rec7Lk87CLiFNQRYH" - }, { "id": "meteorology", "name": "Meteorology", "airtableId": "rec7OM18kQBjy7cjA" }, - { - "id": "universities-and-colleges-history", - "name": "Universities and colleges--History", - "airtableId": "rec7Ol02cj9NHfdPp" - }, { "id": "poverty-asia", "name": "Poverty--Asia", @@ -1459,11 +1294,6 @@ "name": "O'Connell, Daniel, 1775-1847", "airtableId": "rec7Te79FT9z3igT0" }, - { - "id": "government-aid-to-higher-education", - "name": "Government aid to higher education", - "airtableId": "rec7WT6YjXz2DaJDn" - }, { "id": "miners", "name": "Miners", @@ -1479,11 +1309,6 @@ "name": "Bloch, Ernest, 1880-1959", "airtableId": "rec7d36WBzp2S9YY0" }, - { - "id": "copper-scroll", - "name": "Copper scroll", - "airtableId": "rec7db2hBo8VjBYpn" - }, { "id": "alcoholism", "name": "Alcoholism", @@ -1535,9 +1360,9 @@ "airtableId": "rec7sjR9xL4RzRiNQ" }, { - "id": "rizal-jose_-1861-1896-drama", - "name": "Rizal, Jose_, 1861-1896--Drama", - "airtableId": "rec7uA1Zx2D0WIrEE" + "id": "alumni-and-alumnae-united-states", + "name": "Alumni and alumnae--United States", + "airtableId": "rec7zHTXAJQXiPSBQ" }, { "id": "educational-television-stations", @@ -1545,28 +1370,23 @@ "airtableId": "rec81dAbMe16eRr0Y" }, { - "id": "patriotism-united-states-drama", - "name": "Patriotism--United States--Drama", - "airtableId": "rec81yQdryorV8Sb4" + "id": "american-revolution-1775-1783", + "name": "American Revolution, 1775-1783", + "airtableId": "rec82mrLbt7HAm3u4" }, { - "id": "allegiance", - "name": "Allegiance", + "id": "allegiance-united-states", + "name": "Allegiance--United States", "airtableId": "rec87TJBgi9x4nVTq" }, - { - "id": "communism-russia", - "name": "Communism--Russia", - "airtableId": "rec87b5iVAhKBdVOg" - }, { "id": "social-systems", "name": "Social systems", "airtableId": "rec87nzNTHNgwHAwH" }, { - "id": "public-relations-committee", - "name": "Public Relations Committee", + "id": "naeb-public-relations-committee", + "name": "NAEB Public Relations Committee", "airtableId": "rec88nW4Kii1N0YbD" }, { @@ -1574,11 +1394,6 @@ "name": "Terence. Adelphi. English", "airtableId": "rec8Ad1aEPPt0KoVZ" }, - { - "id": "students-germany", - "name": "Students--Germany", - "airtableId": "rec8C7zhuZaRhiunz" - }, { "id": "schumann-robert-1810-1856", "name": "Schumann, Robert, 1810-1856", @@ -1589,6 +1404,11 @@ "name": "Couchiching, Lake (Ont.)", "airtableId": "rec8IDKOzHkylJtIa" }, + { + "id": "sports", + "name": "Sports", + "airtableId": "rec8IkkPCsYwilMTe" + }, { "id": "naeb-leadership", "name": "NAEB Leadership", @@ -1605,8 +1425,13 @@ "airtableId": "rec8KReHji12D6Awy" }, { - "id": "missionaries-solomon-islands", - "name": "Missionaries--Solomon Islands", + "id": "suburbs", + "name": "Suburbs", + "airtableId": "rec8LjIQYhwoH2hSO" + }, + { + "id": "missionaries", + "name": "Missionaries", "airtableId": "rec8Ljsi2MuG24Lcr" }, { @@ -1614,16 +1439,6 @@ "name": "Cold War", "airtableId": "rec8Mb7odAsRPo7f0" }, - { - "id": "lincoln-abraham-1809-1865-assassination-drama", - "name": "Lincoln, Abraham, 1809-1865--Assassination--Drama", - "airtableId": "rec8NXUCbYDZr5AFC" - }, - { - "id": "great-britain-history-20th-century", - "name": "Great Britain--History--20th century", - "airtableId": "rec8P6nrI0Q1Nz2AY" - }, { "id": "humorous-plays", "name": "Humorous plays", @@ -1649,11 +1464,6 @@ "name": "Radioisotopes", "airtableId": "rec8RF9HakoUWohss" }, - { - "id": "family-life", - "name": "Family life", - "airtableId": "rec8RdvTOfZyGrvSr" - }, { "id": "japan-social-life-and-customs-20th-century", "name": "Japan--Social life and customs--20th century", @@ -1666,7 +1476,7 @@ }, { "id": "highway-planning", - "name": "HIghway planning", + "name": "Highway planning", "airtableId": "rec8SoJk4f2vUgoB0" }, { @@ -1679,11 +1489,6 @@ "name": "Hillyer, Robert, 1895-1961. Poems. Selections", "airtableId": "rec8WAyVgIag49pJk" }, - { - "id": "science-china-history", - "name": "Science--China--History", - "airtableId": "rec8Xy701WNvOOFnR" - }, { "id": "canada-politics-and-government", "name": "Canada--Politics and government", @@ -1695,13 +1500,8 @@ "airtableId": "rec8ZaOOgoo8YFQyw" }, { - "id": "politicians-denmark", - "name": "Politicians--Denmark", - "airtableId": "rec8a53AsttIob6cy" - }, - { - "id": "united-states-history-war-of-1812-military-personnel-american", - "name": "United States--History--War of 1812--Military personnel--American", + "id": "military", + "name": "Military", "airtableId": "rec8aOCvJYFgc2Bav" }, { @@ -1739,6 +1539,11 @@ "name": "India", "airtableId": "rec8gqYstJWIPjhcq" }, + { + "id": "personnel-management", + "name": "Personnel management", + "airtableId": "rec8gyNixmfU8CdjX" + }, { "id": "cooperative-societies-england-manchester", "name": "Cooperative societies--England--Manchester", @@ -1750,8 +1555,8 @@ "airtableId": "rec8kbfF13n3odvG3" }, { - "id": "solomon-islands-religion", - "name": "Solomon Islands--Religion", + "id": "religion", + "name": "Religion", "airtableId": "rec8l9eL3mXBevC38" }, { @@ -1784,26 +1589,11 @@ "name": "Judaism--Germany", "airtableId": "rec8ygs0fGh4xjm2x" }, - { - "id": "organ-music-history-and-criticism", - "name": "Organ music--History and criticism", - "airtableId": "rec8zrT2o92GeUXBZ" - }, - { - "id": "china-civilization", - "name": "China--Civilization", - "airtableId": "rec90sjyqjnqNgOaT" - }, { "id": "narration-rhetoric", "name": "Narration (Rhetoric)", "airtableId": "rec92QOhM6kACARPl" }, - { - "id": "civil-rights-demonstrations-alabama", - "name": "Civil rights demonstrations--Alabama", - "airtableId": "rec92nJazOf1Qh5lG" - }, { "id": "ciardi-john-1916-1986-poems-selections", "name": "Ciardi, John, 1916-1986. Poems. Selections", @@ -1815,13 +1605,8 @@ "airtableId": "rec98ZcoIvAA7zweF" }, { - "id": "music-19th-century-analysis-appreciation", - "name": "Music--19th century--Analysis, appreciation", - "airtableId": "rec9CTy6AH1m5MC6n" - }, - { - "id": "japan-relations-china", - "name": "Japan--Relations--China", + "id": "china-foreign-relations", + "name": "China--Foreign relations", "airtableId": "rec9Cw5tcARtyk6Sn" }, { @@ -1829,11 +1614,6 @@ "name": "Standard AM Broadcasting", "airtableId": "rec9DS3x6dr03WYes" }, - { - "id": "authors-19th-century-biography", - "name": "Authors--19th century--Biography", - "airtableId": "rec9EKQlRcTAtZzty" - }, { "id": "femininity-in-literature", "name": "Femininity in literature", @@ -1855,9 +1635,9 @@ "airtableId": "rec9PvY776lRRCcTJ" }, { - "id": "african-americans-social-conditions-20th-century", - "name": "African Americans--Social conditions--20th century", - "airtableId": "rec9RHeINwqRB645W" + "id": "social-studies", + "name": "Social studies", + "airtableId": "rec9SDV0EJf1j6WVJ" }, { "id": "opera-19th-century-history-and-criticism", @@ -1884,6 +1664,11 @@ "name": "Juvenile delinquency", "airtableId": "rec9YXBndsQLclHtZ" }, + { + "id": "italy-17th-century-history-and-criticism", + "name": "Italy--17th century--History and criticism", + "airtableId": "rec9ZRUDQUZICcpgq" + }, { "id": "judaism-20th-century", "name": "Judaism--20th century", @@ -1899,6 +1684,11 @@ "name": "Great Britain--Colonies", "airtableId": "rec9agixi0qpoBbeM" }, + { + "id": "businesspeople", + "name": "Businesspeople", + "airtableId": "rec9bbESLHos3pQw3" + }, { "id": "military-policy", "name": "Military policy", @@ -1930,20 +1720,15 @@ "airtableId": "rec9hWpiHZrUzyl2b" }, { - "id": "revolutions-latin-america-20th-century", - "name": "Revolutions--Latin America--20th century", - "airtableId": "rec9jLAY8WvykAfGO" + "id": "ireland", + "name": "Ireland", + "airtableId": "rec9iah67VJlFqPOI" }, { "id": "autoharp-music", "name": "Autoharp music", "airtableId": "rec9jl4Qj6Vh1s5fh" }, - { - "id": "united-states-foreign-relations-great-britain", - "name": "United States--Foreign relations--Great Britain", - "airtableId": "rec9nvdgOmoPlFghZ" - }, { "id": "conductors-music", "name": "Conductors (Music)", @@ -1970,8 +1755,8 @@ "airtableId": "rec9taqjwYtdfGwef" }, { - "id": "poetry", - "name": "Poetry", + "id": "poetry-anthologies", + "name": "Poetry anthologies", "airtableId": "rec9u6VJuPQDMzKqL" }, { @@ -2015,14 +1800,14 @@ "airtableId": "recA2iYyHpVIdO3nu" }, { - "id": "beards", - "name": "Beards", - "airtableId": "recA2xBkcL7LCACFp" + "id": "popular-culture", + "name": "Popular culture", + "airtableId": "recA3WzZILda46oZj" }, { - "id": "african-americans-california-los-angeles-history-20th-century", - "name": "African Americans--California--Los Angeles--History--20th century", - "airtableId": "recA4uZywkpjYzRus" + "id": "writing", + "name": "Writing", + "airtableId": "recA4KQugKVhDq1TD" }, { "id": "american-literature", @@ -2034,16 +1819,16 @@ "name": "Leukemia", "airtableId": "recA69eUNaGD5pRQd" }, + { + "id": "radio-soap-operas", + "name": "Radio soap operas", + "airtableId": "recA6YvnfuIP0tWDp" + }, { "id": "salzburg-festival", "name": "Salzburg Festival", "airtableId": "recA8WyaoaYoZsm3c" }, - { - "id": "jazz-social-aspects", - "name": "Jazz--Social aspects", - "airtableId": "recAAaDXczixRkBtw" - }, { "id": "civil-defense", "name": "Civil defense", @@ -2059,11 +1844,6 @@ "name": "Soil mechanics", "airtableId": "recAGYFQTT3hRsyJb" }, - { - "id": "cigarettes-1960-1980", - "name": "Cigarettes--1960-1980", - "airtableId": "recAJ4EyNxjDn5Hbm" - }, { "id": "kentucky", "name": "Kentucky", @@ -2075,25 +1855,30 @@ "airtableId": "recAMEewoL28kU4Hy" }, { - "id": "latin-america-economic-conditions-20th-century", - "name": "Latin America--Economic conditions--20th century", + "id": "latin-america", + "name": "Latin America", "airtableId": "recAPTH23jIG3D8NQ" }, + { + "id": "african-influences", + "name": "African influences", + "airtableId": "recARKhjszo4ILvqZ" + }, { "id": "choral-music-18th-century", "name": "Choral music--18th century", "airtableId": "recAVQqPZHzUkD2wW" }, - { - "id": "universities-and-colleges-security-measures-united-states", - "name": "Universities and colleges--Security measures--United States", - "airtableId": "recAVWWSILFkASwZN" - }, { "id": "political-science", "name": "Political science", "airtableId": "recAXM7DduVUi2377" }, + { + "id": "illinois-chicago-history-and-criticism", + "name": "Illinois--Chicago--History and criticism", + "airtableId": "recAaZuzqqGSBXpss" + }, { "id": "teenagers", "name": "Teenagers", @@ -2105,20 +1890,15 @@ "airtableId": "recAeLBOclppPFXmw" }, { - "id": "communism-czechoslovakia", - "name": "Communism--Czechoslovakia", - "airtableId": "recAeYaXkyFms48Tv" + "id": "prejudices", + "name": "Prejudices", + "airtableId": "recAfDZ1w98td1TmX" }, { "id": "constitutional-amendments-united-states", "name": "Constitutional amendments--United States", "airtableId": "recAfTQudajgh2LGD" }, - { - "id": "ways-of-mankind", - "name": "Ways of Mankind", - "airtableId": "recAhw73MInLEv2rm" - }, { "id": "values-history", "name": "Values--History", @@ -2135,9 +1915,9 @@ "airtableId": "recAkAAvzSPlMUcIg" }, { - "id": "choral-music", - "name": "Choral Music", - "airtableId": "recAqSwxlke6xd46I" + "id": "immigrants-united-states", + "name": "Immigrants--United States", + "airtableId": "recAmv7a60GYaOtlo" }, { "id": "stores-retail", @@ -2159,19 +1939,34 @@ "name": "Women's rights", "airtableId": "recAwM0k6954Pgrij" }, + { + "id": "california-los-angeles", + "name": "California--Los Angeles", + "airtableId": "recAygzjeYtAXzFFQ" + }, { "id": "radiocarbon-dating", "name": "Radiocarbon dating", "airtableId": "recB14nCQhbT7K7h6" }, + { + "id": "america-history-20th-century", + "name": "America--History--20th century", + "airtableId": "recB1D1ns7njEOgiu" + }, + { + "id": "press", + "name": "Press", + "airtableId": "recB4ihZjywtzMNjz" + }, { "id": "japan-history-allied-occupation-1945-1952", "name": "Japan--History--Allied occupation, 1945-1952", "airtableId": "recB63QB1yQbOJUCj" }, { - "id": "censorship-soviet-union-history-20th-century", - "name": "Censorship--Soviet Union--History--20th century", + "id": "soviet-union-history-20th-century", + "name": "Soviet Union--History--20th century", "airtableId": "recB7ImDUOUY8PDo0" }, { @@ -2180,9 +1975,9 @@ "airtableId": "recB7nXU22Euxocss" }, { - "id": "socialism-latin-america", - "name": "Socialism--Latin America", - "airtableId": "recBBvRFBNdxPk5ar" + "id": "documentary-film", + "name": "Documentary film", + "airtableId": "recB9RSvKLEHUsnjQ" }, { "id": "astronomy-and-astrophysics", @@ -2194,11 +1989,6 @@ "name": "Producer cooperatives", "airtableId": "recBDqRFGAI4IR3nS" }, - { - "id": "youth-united-states", - "name": "Youth--United States", - "airtableId": "recBEUVLht5anU4KF" - }, { "id": "atmospheric-deposition", "name": "Atmospheric deposition", @@ -2219,11 +2009,6 @@ "name": "Chausson, Ernest, 1855-1899", "airtableId": "recBNfKqMnFByIoBr" }, - { - "id": "education-great-britain", - "name": "Education--Great Britain", - "airtableId": "recBOn69OcODqmmTz" - }, { "id": "prejudices-united-states", "name": "Prejudices--United States", @@ -2235,8 +2020,8 @@ "airtableId": "recBQIQvBfD3AloFb" }, { - "id": "shipping-denmark", - "name": "Shipping--Denmark", + "id": "denmark", + "name": "Denmark", "airtableId": "recBQfe6bb5ZDf40z" }, { @@ -2259,21 +2044,11 @@ "name": "Sweden--Economic conditions--20th century", "airtableId": "recBVUWy4fTFJZYeA" }, - { - "id": "criticism-book-reviews", - "name": "Criticism--Book reviews", - "airtableId": "recBVXzTrGy8w7mrr" - }, { "id": "impartiality", "name": "Impartiality", "airtableId": "recBWzioYRzNEUrsA" }, - { - "id": "public-opinion-drama", - "name": "Public opinion--Drama", - "airtableId": "recBZ5RtWEBDOWJhM" - }, { "id": "egypt-history-military", "name": "Egypt--History, Military", @@ -2310,19 +2085,9 @@ "airtableId": "recBqVAAFiHJ5sOMi" }, { - "id": "african-americans-civil-rights", - "name": "African Americans--Civil rights", - "airtableId": "recBrXssQifGaYgkW" - }, - { - "id": "african-americans-history-1863-1877", - "name": "African Americans--History--1863-1877", - "airtableId": "recBru9puO4igYkt1" - }, - { - "id": "united-states-foreign-relations-soviet-union", - "name": "United States--Foreign relations--Soviet Union", - "airtableId": "recBtOUAWTrYwMagw" + "id": "philosophers", + "name": "Philosophers", + "airtableId": "recBscMjY9DsOif1F" }, { "id": "england", @@ -2349,6 +2114,11 @@ "name": "National security", "airtableId": "recByxYE2nqL00cfl" }, + { + "id": "iowa", + "name": "Iowa", + "airtableId": "recC0PPfen5y64mMn" + }, { "id": "schmidt-isserstedt-hans-1900-1973", "name": "Schmidt-Isserstedt, Hans, 1900-1973", @@ -2359,6 +2129,11 @@ "name": "City planning", "airtableId": "recC8m1QjBitgnIph" }, + { + "id": "pioneers", + "name": "Pioneers", + "airtableId": "recC9REVknSiPJnmU" + }, { "id": "underemployment", "name": "Underemployment", @@ -2370,8 +2145,8 @@ "airtableId": "recCBWhdCEv6V17QV" }, { - "id": "designers-20th-century", - "name": "Designers--20th century", + "id": "design", + "name": "Design", "airtableId": "recCC8h8sFBTI6qqi" }, { @@ -2414,11 +2189,6 @@ "name": "Nazis--History--20th century", "airtableId": "recCRKEVr9sNyGUO4" }, - { - "id": "china-history-military", - "name": "China--History, Military", - "airtableId": "recCRYCEDmqLvGsTC" - }, { "id": "the-american-jewish-committee", "name": "The American Jewish Committee", @@ -2434,11 +2204,6 @@ "name": "European Broadcasting Union", "airtableId": "recCYTYPSIXoDTPHz" }, - { - "id": "denmark-drama", - "name": "Denmark--Drama", - "airtableId": "recCYpgzas1vNyk9b" - }, { "id": "hall-basil-1788-1844-travels-in-north-america", "name": "Hall, Basil, 1788-1844. Travels in North America", @@ -2464,16 +2229,6 @@ "name": "London (England)", "airtableId": "recChRzOa29yUI8Zf" }, - { - "id": "songs", - "name": "Songs", - "airtableId": "recCiTVbUzyqdk4Qf" - }, - { - "id": "african-americans-mental-health", - "name": "African Americans--Mental health", - "airtableId": "recCjjYVfQX19TNSQ" - }, { "id": "overpopulation-economic-aspects", "name": "Overpopulation--Economic aspects", @@ -2484,16 +2239,16 @@ "name": "Gettysburg National Military Park (Pa.)--Tours", "airtableId": "recCncsP7kokX7kuZ" }, - { - "id": "writers", - "name": "Writers", - "airtableId": "recCnidfuzEcCSC9L" - }, { "id": "madame-butterfly-fictitious-character", "name": "Madame Butterfly (Fictitious character)", "airtableId": "recCoXhULZe0KyjOb" }, + { + "id": "iphigenia-greek-mythology", + "name": "Iphigenia (Greek mythology)", + "airtableId": "recCpIswrMPH7qJmE" + }, { "id": "feminism", "name": "Feminism", @@ -2509,16 +2264,16 @@ "name": "Child care", "airtableId": "recCrzV0djY5mTmkt" }, + { + "id": "louisiana-new-orleans-history-and-criticism", + "name": "Louisiana--New Orleans--History and criticism", + "airtableId": "recCuP8HVWdBvLwrN" + }, { "id": "douglass-frederick-1818-1895", "name": "Douglass, Frederick, 1818-1895", "airtableId": "recCuhKt2bXIODNhs" }, - { - "id": "biographers-great-britain", - "name": "Biographers--Great Britain", - "airtableId": "recCuzmeUSRYphOqA" - }, { "id": "ballads-hungarian", "name": "Ballads, Hungarian", @@ -2539,11 +2294,6 @@ "name": "Existentialism--History--20th century", "airtableId": "recCwZDJcY3ZKXKcg" }, - { - "id": "philosophy-china-history", - "name": "Philosophy--China--History", - "airtableId": "recCxzDquo1LcnHIK" - }, { "id": "neurology", "name": "Neurology", @@ -2564,16 +2314,6 @@ "name": "Viereck, Peter, 1916-2006", "airtableId": "recD6ZzzwA1CF4KAD" }, - { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland", - "airtableId": "recD73Rwf4sSDCBtW" - }, - { - "id": "satirists-english", - "name": "Satirists, English", - "airtableId": "recD7GXQaR5zNhIKz" - }, { "id": "viereck-peter-1916-2006-poems-selections", "name": "Viereck, Peter, 1916-2006. Poems. Selections", @@ -2614,11 +2354,6 @@ "name": "Hungary", "airtableId": "recDEnK1JDPWVcCKp" }, - { - "id": "technology-china-history", - "name": "Technology--China--History", - "airtableId": "recDFkXInTWYmGWrZ" - }, { "id": "irving-washington-1783-1859", "name": "Irving, Washington, 1783-1859", @@ -2630,8 +2365,8 @@ "airtableId": "recDI6alVDleWZK8H" }, { - "id": "satirists", - "name": "Satirists", + "id": "satirists-irish", + "name": "Satirists, Irish", "airtableId": "recDIGEce7N5giHzZ" }, { @@ -2664,11 +2399,6 @@ "name": "Neurosciences", "airtableId": "recDM3m0hzZm23EC0" }, - { - "id": "african-americans-history-1877-1964", - "name": "African Americans--History--1877-1964", - "airtableId": "recDNdpLtyQZuMSQr" - }, { "id": "yurok-indians-religion", "name": "Yurok Indians--Religion", @@ -2684,25 +2414,30 @@ "name": "Teeth--Diseases", "airtableId": "recDRckIqPyMoVQvS" }, - { - "id": "education-europe", - "name": "Education--Europe", - "airtableId": "recDXTt0wGMRkIw9j" - }, { "id": "rabbinical-literature", "name": "Rabbinical literature", "airtableId": "recDYCZW3jIboywZA" }, + { + "id": "motion-picture-industry-united-states", + "name": "Motion picture industry--United States", + "airtableId": "recDb59UcNrYueGPF" + }, { "id": "church-and-state", "name": "Church and state", "airtableId": "recDccnrePFyCCidw" }, { - "id": "african-americans-history", - "name": "African Americans--History", - "airtableId": "recDjMwxBnIWslorB" + "id": "diplomats-united-states", + "name": "Diplomats--United States", + "airtableId": "recDiNtlz5yMkMCc7" + }, + { + "id": "europe-attitudes", + "name": "Europe--Attitudes", + "airtableId": "recDjB4T3EUw5Lhve" }, { "id": "olympics", @@ -2724,11 +2459,6 @@ "name": "Shaw, Bernard, 1856-1950", "airtableId": "recDoUSFXOEl4RamE" }, - { - "id": "atatu_rk-kemal-1881-1938-drama", - "name": "Atatu_rk, Kemal, 1881-1938--Drama", - "airtableId": "recDpA0zQR2aqGoe0" - }, { "id": "public-broadcasting-act", "name": "Public Broadcasting Act", @@ -2739,11 +2469,6 @@ "name": "Public shelters", "airtableId": "recDqvWYOohKk9lto" }, - { - "id": "immigrants-united-states-drama", - "name": "Immigrants--United States--Drama", - "airtableId": "recDut9xcX37pg6b6" - }, { "id": "pasteur-louis-1822-1895", "name": "Pasteur, Louis, 1822-1895", @@ -2759,19 +2484,14 @@ "name": "Italy--History, Military--19th century", "airtableId": "recDwqs27XMWOT8XD" }, - { - "id": "italy-history-20th-century", - "name": "Italy--History--20th century", - "airtableId": "recDxCkTmru04jvkP" - }, { "id": "naeb-resolutions", "name": "NAEB resolutions", "airtableId": "recDzD2o28s5UBV9M" }, { - "id": "fifteenth-century", - "name": "Fifteenth century", + "id": "economic-history-15th-century", + "name": "Economic history--15th century", "airtableId": "recE0XVoPrUZzjDa7" }, { @@ -2794,11 +2514,6 @@ "name": "Influence (Literary, artistic, etc.)", "airtableId": "recE4GiaOGssu2J7U" }, - { - "id": "soviet-union-history", - "name": "Soviet Union--History", - "airtableId": "recE4ytpV5u5GrZH0" - }, { "id": "poets-new-zealand", "name": "Poets, New Zealand", @@ -2819,20 +2534,15 @@ "name": "Loyalty oaths--United States", "airtableId": "recE8kRqeEk8UVCSm" }, - { - "id": "poetry-appreciation-united-states-history-20th-century", - "name": "Poetry--Appreciation--United States--History--20th century", - "airtableId": "recE9HiMqu1zRI2s9" - }, { "id": "fugue", "name": "Fugue", "airtableId": "recEAmDimNAHogIX8" }, { - "id": "latin-america-social-conditions-20th-century", - "name": "Latin America--Social conditions--20th century", - "airtableId": "recEGdoO0XMDb1WzB" + "id": "louisiana-new-orleans", + "name": "Louisiana--New Orleans", + "airtableId": "recEBVc7VH8LvcNHG" }, { "id": "national-educational-radio", @@ -2844,31 +2554,6 @@ "name": "Student exchange programs", "airtableId": "recEOGz9wAPJXfb77" }, - { - "id": "education-great-britain-history-19th-century", - "name": "Education--Great Britain--History--19th century", - "airtableId": "recEOeu9jZ2txFKKt" - }, - { - "id": "technological-innovations-china", - "name": "Technological innovations--China", - "airtableId": "recERmFXuZ10D7pwE" - }, - { - "id": "universities-and-colleges-great-britain-graduate-work", - "name": "Universities and colleges--Great Britain--Graduate work", - "airtableId": "recESJllDTGnqe85i" - }, - { - "id": "france", - "name": "France", - "airtableId": "recESVuXDr05rsBKp" - }, - { - "id": "wit-and-humor", - "name": "Wit and humor", - "airtableId": "recEWVsOzXFJ5BIij" - }, { "id": "automation-social-aspects", "name": "Automation--Social aspects", @@ -2879,11 +2564,6 @@ "name": "Listener's Conference", "airtableId": "recEX7BrtnqrPeZrz" }, - { - "id": "nationalism", - "name": "Nationalism", - "airtableId": "recEYdsURTSre5JGL" - }, { "id": "new-york-state", "name": "New York (State)", @@ -2904,6 +2584,11 @@ "name": "Michigan", "airtableId": "recEZe596l6nTsMBO" }, + { + "id": "hebrew-language", + "name": "Hebrew language", + "airtableId": "recEeWp3oFVK5ffj5" + }, { "id": "southern-states-music", "name": "Southern States--Music", @@ -2924,16 +2609,6 @@ "name": "English language--United States", "airtableId": "recElZAeXao3o4izt" }, - { - "id": "poetry-modern-20th-century", - "name": "Poetry, Modern--20th century", - "airtableId": "recEmF2Xk9WMAFGqe" - }, - { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland", - "airtableId": "recEovHmpABWUX69e" - }, { "id": "economists-austria-interviews", "name": "Economists--Austria--Interviews", @@ -2949,21 +2624,11 @@ "name": "Christians--Germany", "airtableId": "recEr5bZTwSpme4fV" }, - { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology)--Drama", - "airtableId": "recEsUE9TlTPxI2TU" - }, { "id": "nixon-richard-m-richard-milhous-1913-1994", "name": "Nixon, Richard M. (Richard Milhous), 1913-1994", "airtableId": "recEtD7UFtLgCyyya" }, - { - "id": "wit-and-humor-history-and-criticism", - "name": "Wit and humor--History and criticism", - "airtableId": "recEvZHoj5ofotesW" - }, { "id": "keweenaw-county-mich-history", "name": "Keweenaw County (Mich.)--History", @@ -3010,29 +2675,9 @@ "airtableId": "recF77x3zoEfebfcc" }, { - "id": "united-states-history", - "name": "United States--History", - "airtableId": "recFAHoFqB8v9LoRs" - }, - { - "id": "japan-history-military", - "name": "Japan--History--Military", - "airtableId": "recFC5CZzWsDn4kq1" - }, - { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century", - "airtableId": "recFEyIOVo5AUInV8" - }, - { - "id": "students-united-states", - "name": "Students--United States", - "airtableId": "recFOADHUoyCDmer6" - }, - { - "id": "poetry", - "name": "Poetry", - "airtableId": "recFQYqRHOQI3qlno" + "id": "urban-sociology", + "name": "Urban sociology", + "airtableId": "recFOxhCj3SjYI4BX" }, { "id": "ceylon", @@ -3044,6 +2689,11 @@ "name": "Richardson Foundation", "airtableId": "recFTzSks5VL5lBaJ" }, + { + "id": "public-schools", + "name": "Public schools", + "airtableId": "recFUVQE8ukVf0nUM" + }, { "id": "radio-broadcasting-social-aspects", "name": "Radio broadcasting--Social aspects", @@ -3074,11 +2724,6 @@ "name": "Arts", "airtableId": "recFb0Kdcf8DVEfc6" }, - { - "id": "communism-history-19th-century", - "name": "Communism--History--19th Century", - "airtableId": "recFeaAjteP7dwSjl" - }, { "id": "joint-council-on-educational-television-jcet", "name": "Joint Council on Educational Television (JCET)", @@ -3089,11 +2734,6 @@ "name": "Political parties--United States", "airtableId": "recFnMPAzhPVTeYPA" }, - { - "id": "world-war-1939-1945-norway-bergen", - "name": "World War, 1939-1945--Norway--Bergen", - "airtableId": "recFnb0itzYLebE3C" - }, { "id": "puccini-giacomo-1858-1924-operas", "name": "Puccini, Giacomo, 1858-1924. Operas", @@ -3109,26 +2749,21 @@ "name": "Lectures and lecturing", "airtableId": "recFqADeOmjN5XS6e" }, - { - "id": "jazz-1931-1940-history-and-criticism", - "name": "Jazz--1931-1940--History and criticism", - "airtableId": "recFrqK0Lh9RcZVkM" - }, { "id": "peeters-flor-1903-1986-organ-music-selections", "name": "Peeters, Flor, 1903-1986. Organ music. Selections", "airtableId": "recFsjm7AFDu2iPfC" }, - { - "id": "music-interpretation-phrasing-dynamics-etc", - "name": "Music--Interpretation (Phrasing, dynamics, etc.)", - "airtableId": "recFt4LUsnVI9WyHC" - }, { "id": "movimento-sociale-italiano", "name": "Movimento sociale italiano", "airtableId": "recFu7ld1p1izPFLK" }, + { + "id": "political-activists", + "name": "Political activists", + "airtableId": "recFuDVJuicOzpLeA" + }, { "id": "virginia-history-colonial-period-ca-1600-1775", "name": "Virginia--History--Colonial period, ca. 1600-1775", @@ -3144,11 +2779,6 @@ "name": "Marijuana", "airtableId": "recFvwf2XN5G4CECl" }, - { - "id": "literature-and-history-united-states-history-19th-century", - "name": "Literature and history--United States--History--19th century", - "airtableId": "recFxk9qEtburunX5" - }, { "id": "sun-prominences", "name": "Sun--Prominences", @@ -3164,16 +2794,16 @@ "name": "College teaching", "airtableId": "recFzWjxy20tF6RZ0" }, - { - "id": "human-rights-canada", - "name": "Human rights--Canada", - "airtableId": "recG0rv0267bNOkqf" - }, { "id": "radio-corporation-of-america", "name": "Radio Corporation of America", "airtableId": "recG4WmXUyed2T4zw" }, + { + "id": "corte_s-herna_n-1485-1547", + "name": "Corte_s, Herna_n, 1485-1547", + "airtableId": "recG4l1OnGBZPfKAM" + }, { "id": "acting", "name": "Acting", @@ -3219,11 +2849,6 @@ "name": "Rhodesia--Social life and customs", "airtableId": "recGAYcBHBDMsmlSt" }, - { - "id": "public-broadcasting", - "name": "Public broadcasting", - "airtableId": "recGBCXyX7oKBkW9H" - }, { "id": "coal-united-states", "name": "Coal--United States", @@ -3284,14 +2909,19 @@ "name": "Urban cores", "airtableId": "recGLZQs35Ip8VSgk" }, + { + "id": "history-and-criticism", + "name": "History and criticism", + "airtableId": "recGM3IpWZs6VNJYD" + }, { "id": "opera-italy-17th-century", "name": "Opera--Italy--17th century", "airtableId": "recGN81saXuthWhPY" }, { - "id": "work-songs-united-states-history-and-criticism", - "name": "Work songs--United States--History and criticism", + "id": "work-songs", + "name": "Work songs", "airtableId": "recGNfuULEqxpFEWW" }, { @@ -3344,6 +2974,11 @@ "name": "Human ecology", "airtableId": "recGYmfyV7QIViewz" }, + { + "id": "cuba", + "name": "Cuba", + "airtableId": "recGZFcsakuxPtDQb" + }, { "id": "sovereignty", "name": "Sovereignty", @@ -3359,6 +2994,16 @@ "name": "Tyler, Royall, 1757-1826. Plays. Selections", "airtableId": "recGb1BsiM4yWDQNl" }, + { + "id": "television-programs", + "name": "Television programs", + "airtableId": "recGb4WyehgQ7LtvN" + }, + { + "id": "william-i-prince-of-orange-1533-1584", + "name": "William I, Prince of Orange, 1533-1584", + "airtableId": "recGbVyEyUi8sdyfJ" + }, { "id": "saarland-germany-industries", "name": "Saarland (Germany)--Industries", @@ -3370,8 +3015,8 @@ "airtableId": "recGgXw8sMyWm3xFq" }, { - "id": "african-americans-california-los-angeles-social-conditions", - "name": "African Americans--California--Los Angeles--Social conditions", + "id": "social-conditions", + "name": "Social conditions", "airtableId": "recGhbGtLlNpTiSjA" }, { @@ -3394,46 +3039,16 @@ "name": "Lawrence, T. E. (Thomas Edward), 1888-1935", "airtableId": "recGn1usXrTgsvW7h" }, - { - "id": "education-aims-and-objectives-united-states", - "name": "Education--Aims and objectives--United States", - "airtableId": "recGnDss4rMTmnsx3" - }, - { - "id": "communism-italy-rome-history-20th-century", - "name": "Communism--Italy--Rome--History--20th century", - "airtableId": "recGowoeORtUCb0Zi" - }, { "id": "prokofiev-sergey-1891-1953", "name": "Prokofiev, Sergey, 1891-1953", "airtableId": "recGoxnINMdIGYOAx" }, - { - "id": "nationalism-scotland", - "name": "Nationalism--Scotland", - "airtableId": "recGqANJSwfm00KAG" - }, - { - "id": "constitutions-united-states", - "name": "Constitutions--United States", - "airtableId": "recGrJrhFrsNcbLzp" - }, - { - "id": "universities-and-colleges-united-states-history", - "name": "Universities and colleges--United States--History", - "airtableId": "recGuK6BLNn1YFQ96" - }, { "id": "jazz-musicians-united-states-biography", "name": "Jazz musicians--United States--Biography", "airtableId": "recGvoAFwKKecvB9o" }, - { - "id": "music-african-influences", - "name": "Music--African influences", - "airtableId": "recGxAtIB4SI58Ljd" - }, { "id": "physics-germany-history", "name": "Physics--Germany--History", @@ -3449,21 +3064,11 @@ "name": "Wilbur, Richard, 1921- Poems. Selections", "airtableId": "recGzI97eCyaRhT3a" }, - { - "id": "youth-hostels", - "name": "Youth hostels", - "airtableId": "recGzK1claG0zCZ5b" - }, { "id": "naeb-region-v", "name": "NAEB Region V", "airtableId": "recH00el3IUCuGwTJ" }, - { - "id": "united-states-foreign-relations-19th-century", - "name": "United States--Foreign relations--19th century", - "airtableId": "recH1NG4Z33Sm4Wr8" - }, { "id": "actors", "name": "Actors", @@ -3480,8 +3085,8 @@ "airtableId": "recH3pNo8p1WoOR2G" }, { - "id": "turkey-history-20th-century", - "name": "Turkey--History--20th century", + "id": "turkey", + "name": "Turkey", "airtableId": "recH5ZUpN7hDG1xWB" }, { @@ -3510,9 +3115,9 @@ "airtableId": "recH9Or67bNJVEFOA" }, { - "id": "dramatists-soviet-union", - "name": "Dramatists--Soviet Union", - "airtableId": "recHCWjNSn1xNuaNB" + "id": "leadership", + "name": "Leadership", + "airtableId": "recHE9xh6Yv4zhUhj" }, { "id": "diplomats-netherlands-interviews", @@ -3555,9 +3160,9 @@ "airtableId": "recHIYAtrCluC9uAG" }, { - "id": "beethoven-ludwig-van-1770-1827", - "name": "Beethoven, Ludwig van, 1770-1827", - "airtableId": "recHIvYhhHu90ReLy" + "id": "disability", + "name": "Disability", + "airtableId": "recHIo1jZKe6IHQu6" }, { "id": "israel-arab-war-1967", @@ -3569,6 +3174,11 @@ "name": "Lincoln, Abraham, 1809-1865", "airtableId": "recHJKGzQ3oCEogWZ" }, + { + "id": "facsimile-transmission", + "name": "Facsimile transmission", + "airtableId": "recHKntfwXNdYFZjm" + }, { "id": "netherlands-history-16th-century", "name": "Netherlands--History--16th century", @@ -3594,11 +3204,6 @@ "name": "NAEB Vice President", "airtableId": "recHOwrsk2IWS13po" }, - { - "id": "youth-mental-health", - "name": "Youth--Mental health", - "airtableId": "recHRdr6haYrPp7MU" - }, { "id": "transcendentalism-new-england-history", "name": "Transcendentalism (New England)--History", @@ -3624,46 +3229,36 @@ "name": "Spanish language", "airtableId": "recHZ5DPmnAbtEL60" }, - { - "id": "families-drama", - "name": "Families--Drama", - "airtableId": "recHbauANHRCiizxY" - }, { "id": "slaves-education-united-states", "name": "Slaves--Education--United States", "airtableId": "recHdiQ0waNe6Ac3T" }, { - "id": "united-states-foreign-relations-china", - "name": "United States--Foreign relations--China", - "airtableId": "recHfPcgRXlvoSnLw" + "id": "new-york-state-new-york-anecdotes", + "name": "New York (State)--New York--Anecdotes", + "airtableId": "recHeXPRE0scvxuaw" }, { "id": "cuba-social-life-and-customs-1959", "name": "Cuba--Social life and customs--1959-", "airtableId": "recHfmoedyzgPeeDW" }, + { + "id": "sudan", + "name": "Sudan", + "airtableId": "recHgTRdrgSrI8iaJ" + }, { "id": "great-lakes-north-america-songs-and-music", "name": "Great Lakes (North America)--Songs and music", "airtableId": "recHhveRqfFrivmOz" }, - { - "id": "united-states-history-1783-1865", - "name": "United States--History--1783-1865", - "airtableId": "recHi7HhSFY9sayaF" - }, { "id": "mesopotamian-civilizations", "name": "Mesopotamian civilizations", "airtableId": "recHkRh9IW70gLSPC" }, - { - "id": "literature", - "name": "Literature", - "airtableId": "recHnvkQZkVNlcd7h" - }, { "id": "franck-ce_sar-1822-1890-organ-music", "name": "Franck, Ce_sar, 1822-1890. Organ music", @@ -3679,6 +3274,11 @@ "name": "France--History--German occupation, 1940-1945--Periodicals", "airtableId": "recHqB37sRkS9ERjN" }, + { + "id": "russia", + "name": "Russia", + "airtableId": "recHr0nBtAYtVzqjW" + }, { "id": "qian-gu-1508-approximately-1578", "name": "Qian, Gu, 1508-approximately 1578", @@ -3704,11 +3304,6 @@ "name": "Medicine--Research", "airtableId": "recI2FLxUsFSpopcY" }, - { - "id": "clergy-germany-biography", - "name": "Clergy--Germany--Biography", - "airtableId": "recI3QfW5AYSOWT6z" - }, { "id": "committee-on-scientific-aids-to-learning", "name": "Committee on Scientific Aids to Learning", @@ -3734,36 +3329,11 @@ "name": "Riots", "airtableId": "recI8XZnZZfKXMJnB" }, - { - "id": "clergy-france", - "name": "Clergy--France", - "airtableId": "recIASkz3qhoGQ6GE" - }, - { - "id": "composers-france-19th-century", - "name": "Composers--France--19th century", - "airtableId": "recIES4oWiLGmHGgs" - }, { "id": "vocational-education", "name": "Vocational education", "airtableId": "recIGQYSe0AUdFDYg" }, - { - "id": "nostalgia-united-states-history-20th-century", - "name": "Nostalgia--United States--History--20th century", - "airtableId": "recIIfCHg5eAAcMNN" - }, - { - "id": "students-france", - "name": "Students--France", - "airtableId": "recIO9VIB2BikQIkh" - }, - { - "id": "nuclear-weapons-china", - "name": "Nuclear weapons--China", - "airtableId": "recIQchm69OBD7mEQ" - }, { "id": "amish-music", "name": "Amish--Music", @@ -3774,16 +3344,16 @@ "name": "Minerals--Superior, Lake, Region", "airtableId": "recITBsYOwbCRgnt8" }, - { - "id": "black-market-france-history-20th-century", - "name": "Black market--France--History--20th century", - "airtableId": "recITZbvIv0a03KUG" - }, { "id": "finland", "name": "Finland", "airtableId": "recIUk3Cer4FOvR2B" }, + { + "id": "new-york-state-new-york-history-and-criticism", + "name": "New York (State)--New York--History and criticism", + "airtableId": "recIV53jSi7BOuxK0" + }, { "id": "mental-illness-treatment", "name": "Mental illness--Treatment", @@ -3794,11 +3364,6 @@ "name": "Cowboys--United States", "airtableId": "recIYQflaA3qpxOjZ" }, - { - "id": "piano-music", - "name": "Piano music", - "airtableId": "recIcsqSU1W0SQuY6" - }, { "id": "mass-media", "name": "Mass media", @@ -3819,11 +3384,6 @@ "name": "MacLeish, Archibald, 1892-1982. Poems. Selections", "airtableId": "recIfogULwp9880yx" }, - { - "id": "agriculture-united-states", - "name": "Agriculture--United States", - "airtableId": "recIgmMclSqv6tJ3H" - }, { "id": "race-discrimination", "name": "Race discrimination", @@ -3840,9 +3400,9 @@ "airtableId": "recIiOOvD3c8Lsz8W" }, { - "id": "fines-penalties", - "name": "Fines (Penalties)", - "airtableId": "recIj7rTEwhhHT3dh" + "id": "2665", + "name": "2665", + "airtableId": "recIjRFfVUvIgHvJB" }, { "id": "nightclubs", @@ -3869,6 +3429,11 @@ "name": "Canada--Politics and government--20th century", "airtableId": "recIpAql11belT7pM" }, + { + "id": "peru", + "name": "Peru", + "airtableId": "recIqtOauLvrbAcNv" + }, { "id": "dakota-indians-rites-and-ceremonies", "name": "Dakota Indians--Rites and ceremonies", @@ -3915,14 +3480,9 @@ "airtableId": "recJ7B3bJtOUftTR8" }, { - "id": "egoism-drama", - "name": "Egoism--Drama", - "airtableId": "recJ7ZvFWSS5wjxCY" - }, - { - "id": "labor", - "name": "Labor", - "airtableId": "recJAql0tI8op3G51" + "id": "atomic-energy", + "name": "Atomic energy", + "airtableId": "recJBYceggNtCUJOX" }, { "id": "tuberculosis", @@ -3954,16 +3514,6 @@ "name": "Germany", "airtableId": "recJLLHBWTwlE9hk9" }, - { - "id": "medicine-united-states-history-20th-century", - "name": "Medicine--United States--History--20th century", - "airtableId": "recJMVLkJuiFd0tPJ" - }, - { - "id": "poets-20th-century", - "name": "Poets--20th century", - "airtableId": "recJMnay0joqzk2xu" - }, { "id": "soviet-union-history-revolution-1917-1921", "name": "Soviet Union--History--Revolution, 1917-1921", @@ -3984,16 +3534,16 @@ "name": "Food and Agriculture Organization of the United Nations", "airtableId": "recJPNMDZtSK82YD3" }, + { + "id": "commercial-radio", + "name": "Commercial radio", + "airtableId": "recJPtBPUooTyM7Aj" + }, { "id": "francis-robert-1901-1987-interviews", "name": "Francis, Robert, 1901-1987--Interviews", "airtableId": "recJQinZLNWmTyBgJ" }, - { - "id": "physics", - "name": "Physics", - "airtableId": "recJRqAix7ZCg2air" - }, { "id": "automobile-industry-and-trade-united-states", "name": "Automobile industry and trade--United States", @@ -4009,26 +3559,11 @@ "name": "Exceptional children", "airtableId": "recJTaydcz5zPHkSY" }, - { - "id": "nationalism-united-states", - "name": "Nationalism--United States", - "airtableId": "recJVePgVLegCGvsC" - }, - { - "id": "north-carolina-drama", - "name": "North Carolina--Drama", - "airtableId": "recJYpVTfsIGebOt4" - }, { "id": "fugitive-slaves", "name": "Fugitive slaves", "airtableId": "recJZ0y6YRU51j1nI" }, - { - "id": "jazz-louisiana-new-orleans", - "name": "Jazz--Louisiana--New Orleans", - "airtableId": "recJcT6BWJENI3ZVb" - }, { "id": "detroit-symphony-orchestra", "name": "Detroit Symphony Orchestra", @@ -4064,16 +3599,16 @@ "name": "University of California, Los Angeles", "airtableId": "recJoyJEvT9VPmrb8" }, + { + "id": "united-states-emigration-and-immigration-history-20th-century", + "name": "United States--Emigration and immigration--History--20th century", + "airtableId": "recJp7Lz8fqMyknFL" + }, { "id": "sacred-music", "name": "Sacred music", "airtableId": "recJrHPBCSeMoUDpz" }, - { - "id": "radio-panel-discussions", - "name": "Radio panel discussions", - "airtableId": "recJrP8L2jRszREOf" - }, { "id": "automobiles", "name": "Automobiles", @@ -4094,11 +3629,6 @@ "name": "Ifugao (Philippine people)--Social conditions", "airtableId": "recK3TBcqaW1EnnUF" }, - { - "id": "popular-music-united-states-to-1901", - "name": "Popular music--United States--To 1901", - "airtableId": "recK54xSpL1jqnMQF" - }, { "id": "student-strikes", "name": "Student strikes", @@ -4114,11 +3644,6 @@ "name": "Wilbur, Richard, 1921---Interviews", "airtableId": "recKABsyakUC3ncYA" }, - { - "id": "china-history", - "name": "China--History", - "airtableId": "recKBLmOQhvYGVeHu" - }, { "id": "southern-christian-leadership-conference", "name": "Southern Christian Leadership Conference", @@ -4134,11 +3659,6 @@ "name": "High schools--Germany--Administration", "airtableId": "recKDWqJjOhf0sFIf" }, - { - "id": "jazz-illinois-chicago", - "name": "Jazz--Illinois--Chicago", - "airtableId": "recKEMpoFtJgKnbNh" - }, { "id": "smoking-united-states-prevention", "name": "Smoking--United States--Prevention", @@ -4154,6 +3674,11 @@ "name": "United States. Congress--History--19th century", "airtableId": "recKGgxadEULNcMOe" }, + { + "id": "professional-development", + "name": "Professional development", + "airtableId": "recKLvTAYPfONL59H" + }, { "id": "statutes-and-codes", "name": "Statutes and codes", @@ -4180,13 +3705,8 @@ "airtableId": "recKREd1N0sfOdRWU" }, { - "id": "disasters-drama", - "name": "Disasters--Drama", - "airtableId": "recKRRbj3lgDuLeVg" - }, - { - "id": "leisure-great-britain", - "name": "Leisure--Great Britain", + "id": "leisure", + "name": "Leisure", "airtableId": "recKRcSBqTvR2KSZ7" }, { @@ -4199,11 +3719,6 @@ "name": "Philadelphia (P.a.)", "airtableId": "recKRtS7RvIP2skSs" }, - { - "id": "agriculture-united-states-history", - "name": "Agriculture--United States--History", - "airtableId": "recKTz5FdRQ7ZPfEe" - }, { "id": "netherlands", "name": "Netherlands", @@ -4235,8 +3750,8 @@ "airtableId": "recKZeR3MqMQre95L" }, { - "id": "economists-great-britain", - "name": "Economists--Great Britain", + "id": "economists", + "name": "Economists", "airtableId": "recKaEyXzfl6XJv3u" }, { @@ -4270,8 +3785,8 @@ "airtableId": "recKiWAd8hETDcNCe" }, { - "id": "publications-committee", - "name": "Publications Committee", + "id": "naeb-publications-committee", + "name": "NAEB Publications Committee", "airtableId": "recKj2nzt77c9nOvS" }, { @@ -4289,6 +3804,11 @@ "name": "Dakota Indians--History", "airtableId": "recKmBhny7bDeehDh" }, + { + "id": "music-interpretation-phrasing-dynamics-etc", + "name": "Music--Interpretation (Phrasing, dynamics, etc.)", + "airtableId": "recKp49utUHMQsE6U" + }, { "id": "gonorrhea", "name": "Gonorrhea", @@ -4299,6 +3819,11 @@ "name": "Automation", "airtableId": "recKsEvkby2KVFPLt" }, + { + "id": "european-literature", + "name": "European literature", + "airtableId": "recKsWCDZcSF5Y7Ac" + }, { "id": "summerhill-school", "name": "Summerhill School", @@ -4309,11 +3834,6 @@ "name": "Light", "airtableId": "recKuRTqXb7zVYmfW" }, - { - "id": "communism-and-international-relations", - "name": "Communism and international relations", - "airtableId": "recKvX1P2UDRGdeTe" - }, { "id": "dickens-charles-1812-1870-travel-united-states", "name": "Dickens, Charles, 1812-1870--Travel--United States", @@ -4324,21 +3844,11 @@ "name": "Operating costs", "airtableId": "recKxOSyj7X4fAYII" }, - { - "id": "indians-of-north-america-drama", - "name": "Indians of North America--Drama", - "airtableId": "recKxmz6x7SmL2maA" - }, { "id": "politicians-germany", "name": "Politicians--Germany", "airtableId": "recKzrLK1ZbyDF8Kh" }, - { - "id": "world-war-1939-1945-norway-drama", - "name": "World War, 1939-1945--Norway--Drama", - "airtableId": "recL306F8pRj7DYwu" - }, { "id": "dunlap-william-1766-1839-plays-selections", "name": "Dunlap, William, 1766-1839. Plays. Selections", @@ -4369,11 +3879,6 @@ "name": "Burke, Edmund, 1729-1797", "airtableId": "recLAf6tnLPlxZulq" }, - { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century", - "airtableId": "recLDtXQPPG5NK9PU" - }, { "id": "japan-military-policy", "name": "Japan--Military policy", @@ -4385,13 +3890,8 @@ "airtableId": "recLFYdXmP1Bu9L8c" }, { - "id": "admirals-great-britain", - "name": "Admirals--Great Britain", - "airtableId": "recLHNLSsfy2FN3Nd" - }, - { - "id": "african-americans-history-drama", - "name": "African Americans--History--Drama", + "id": "african-americans-history", + "name": "African Americans--History", "airtableId": "recLHOUmTGNfQtNoi" }, { @@ -4404,11 +3904,6 @@ "name": "Hutchinson, Anne, 1591-1643", "airtableId": "recLOcvOw8fU10OTY" }, - { - "id": "17th-century", - "name": "17th century", - "airtableId": "recLUsjgTk9i81CV5" - }, { "id": "ibsen-henrik-1828-1906-criticism-and-interpretation", "name": "Ibsen, Henrik, 1828-1906--Criticism and interpretation", @@ -4435,23 +3930,18 @@ "airtableId": "recLYAdBB6Gnb7QwM" }, { - "id": "denmark", - "name": "Denmark", - "airtableId": "recLZ7ks3GkuZcyeL" - }, - { - "id": "achilles-greek-mythology-drama", - "name": "Achilles (Greek mythology)--Drama", + "id": "achilles-greek-mythology", + "name": "Achilles (Greek mythology)", "airtableId": "recLZygqyVrd24n6G" }, { "id": "civil-rights", - "name": "Civil Rights", + "name": "Civil rights", "airtableId": "recLa66mRG4arvi4F" }, { - "id": "canada-foreign-relations-1945", - "name": "Canada--Foreign relations--1945-", + "id": "canada-foreign-relations", + "name": "Canada--Foreign relations", "airtableId": "recLaN39jrDXvOcnz" }, { @@ -4479,19 +3969,24 @@ "name": "Holmes, John, 1904-1962. Poems. Selections", "airtableId": "recLigo7BowPO2Tlm" }, + { + "id": "organists", + "name": "Organists", + "airtableId": "recLjwRhwsUlpba0f" + }, + { + "id": "science-history", + "name": "Science--History", + "airtableId": "recLkppddQ3aCYUOx" + }, { "id": "choral-music-analysis-appreciation", "name": "Choral music--Analysis, appreciation", "airtableId": "recLlaQfKKnpidpse" }, { - "id": "justice", - "name": "Justice", - "airtableId": "recLnAM2mfO03e7Du" - }, - { - "id": "poets", - "name": "Poets", + "id": "great-britain-poetry", + "name": "Great Britain--Poetry", "airtableId": "recLqVnNLlqgwmtlp" }, { @@ -4549,24 +4044,14 @@ "name": "John, King of England, 1167-1216", "airtableId": "recM4k0bjfxbgfrT6" }, - { - "id": "indians-of-north-america-economic-conditions", - "name": "Indians of North America--Economic conditions", - "airtableId": "recM6BAQDNKVw40oL" - }, - { - "id": "united-nations", - "name": "United Nations", - "airtableId": "recM6KfUY0CxnKiPv" - }, { "id": "athletics", "name": "Athletics", "airtableId": "recM6q8vR550nUlNo" }, { - "id": "political-conventions-united-states-history", - "name": "Political conventions--United States--History", + "id": "political-conventions-united-states", + "name": "Political conventions--United States", "airtableId": "recM75yQbMxAittyp" }, { @@ -4579,11 +4064,6 @@ "name": "Washington, Booker T., 1856-1915", "airtableId": "recM9i6PAI7NcqxMX" }, - { - "id": "great-britain", - "name": "Great Britain", - "airtableId": "recMA9ZZZWItsAdp0" - }, { "id": "viruses", "name": "Viruses", @@ -4634,24 +4114,14 @@ "name": "Dixieland music", "airtableId": "recMKS81mRyLYkrdZ" }, - { - "id": "nonprofit-organizations", - "name": "Nonprofit organizations", - "airtableId": "recMMQeFbrljD5n11" - }, { "id": "east-and-west", "name": "East and West", "airtableId": "recMMXG1y03JNoTZo" }, { - "id": "knights-and-knighthood-france", - "name": "Knights and knighthood--France", - "airtableId": "recMMgOFpe82MrgQR" - }, - { - "id": "music-performance", - "name": "Music--Performance", + "id": "music", + "name": "Music", "airtableId": "recMOfJRBaFoZd30W" }, { @@ -4660,8 +4130,8 @@ "airtableId": "recMPDI6d7BTp3BLN" }, { - "id": "membership", - "name": "Membership", + "id": "naeb-membership", + "name": "NAEB membership", "airtableId": "recMPVvyIFg5htKpS" }, { @@ -4679,16 +4149,6 @@ "name": "Frozen fruit juices", "airtableId": "recMR6ElvpMxp1GGf" }, - { - "id": "soviet-union-history-20th-century", - "name": "Soviet Union--History--20th century", - "airtableId": "recMSbnAhkfUMcWwd" - }, - { - "id": "students-germany-social-life-and-customs", - "name": "Students--Germany--Social life and customs", - "airtableId": "recMSkDXXsOp0hsFr" - }, { "id": "opera", "name": "Opera", @@ -4704,11 +4164,6 @@ "name": "University of Minnesota--Faculty", "airtableId": "recMX3chtL1W2laMH" }, - { - "id": "choral-music", - "name": "Choral music", - "airtableId": "recMZBYZtkbbtKUvP" - }, { "id": "wisconsin", "name": "Wisconsin", @@ -4725,9 +4180,9 @@ "airtableId": "recMfM1wDK5ctIczI" }, { - "id": "radio-plays", - "name": "Radio plays", - "airtableId": "recMhPJCk6avnRF2t" + "id": "canadian-broadcasting-corporation", + "name": "Canadian Broadcasting Corporation", + "airtableId": "recMkHlVOsE4kwtZS" }, { "id": "danish-literature", @@ -4744,16 +4199,16 @@ "name": "Historical linguistics", "airtableId": "recMoh0i5jFnVjmll" }, - { - "id": "indians-of-north-america-education", - "name": "Indians of North America--Education", - "airtableId": "recMpznohHN84oXc0" - }, { "id": "prisoner-of-war-camps", "name": "Prisoner-of-war camps", "airtableId": "recMq7ljscJEWGgaJ" }, + { + "id": "public-service-radio-programs", + "name": "Public service radio programs", + "airtableId": "recMqV7aX5ZMT8vzE" + }, { "id": "howard-bronson-1842-1908", "name": "Howard, Bronson, 1842-1908", @@ -4774,26 +4229,21 @@ "name": "Peace", "airtableId": "recMzEOEjPtmWkudH" }, - { - "id": "african-americans-music-19th-century-history-and-criticism", - "name": "African Americans--Music--19th century--History and criticism", - "airtableId": "recN1iZ0lYCxuPXEs" - }, { "id": "dobie-j-frank-james-frank-1888-1964", "name": "Dobie, J. Frank (James Frank), 1888-1964", "airtableId": "recN4Mzy6ccVp8I6f" }, + { + "id": "spain", + "name": "Spain", + "airtableId": "recN4TqBpRn6QgC8O" + }, { "id": "democracy", "name": "Democracy", "airtableId": "recN56tM28IFMuel5" }, - { - "id": "police", - "name": "Police", - "airtableId": "recN7bjHrCFNtD7YO" - }, { "id": "cheyenne-indians-social-conditions", "name": "Cheyenne Indians--Social conditions", @@ -4809,11 +4259,6 @@ "name": "Bowed stringed instruments--Bowing", "airtableId": "recNA5t8H4f75tNkp" }, - { - "id": "china-civilisation", - "name": "China civilisation", - "airtableId": "recNAii4tjTyM3A7v" - }, { "id": "marriage", "name": "Marriage", @@ -4830,15 +4275,10 @@ "airtableId": "recNEVZWQWX05qtsU" }, { - "id": "school-buildings-radio-equipment", - "name": "School buildings--Radio equipment", + "id": "radio-equipment", + "name": "Radio equipment", "airtableId": "recNGPPNdNjtxA8cC" }, - { - "id": "divorce-drama", - "name": "Divorce--Drama", - "airtableId": "recNGQtZfpZyA4tUI" - }, { "id": "psychoanalysis", "name": "Psychoanalysis", @@ -4854,31 +4294,11 @@ "name": "Milwaukee (Wis.)", "airtableId": "recNJPe3fZkeieNuK" }, - { - "id": "educational-television", - "name": "Educational television", - "airtableId": "recNLAn9klbqw3nTq" - }, { "id": "architecture-united-states", "name": "Architecture--United States", "airtableId": "recNM1KhHj3XAnQlG" }, - { - "id": "communists", - "name": "Communists", - "airtableId": "recNP8ULZQKQOI0dr" - }, - { - "id": "drama-20th-century", - "name": "Drama--20th century", - "airtableId": "recNQrWmJoiaYmRFy" - }, - { - "id": "2870", - "name": "2870", - "airtableId": "recNRGBq4eHEw4tGo" - }, { "id": "well-being-age-factors", "name": "Well-being--Age factors", @@ -4890,9 +4310,14 @@ "airtableId": "recNUV72hJlNrFs6j" }, { - "id": "women-great-britain", - "name": "Women--Great Britain", - "airtableId": "recNWv95k2Zb0IzRQ" + "id": "instruction-and-study", + "name": "Instruction and study", + "airtableId": "recNWPlJxoNDztPCU" + }, + { + "id": "australia", + "name": "Australia", + "airtableId": "recNZ4jhcTfXDA3Xp" }, { "id": "haydn-joseph-1732-1809-choral-music-selections", @@ -4909,11 +4334,6 @@ "name": "Natural resources", "airtableId": "recNZuH33tkt42qKW" }, - { - "id": "students-germany-societies-etc", - "name": "Students--Germany--Societies, etc", - "airtableId": "recNd6twwHIcXtn63" - }, { "id": "sex-instruction", "name": "Sex instruction", @@ -4924,6 +4344,11 @@ "name": "Land use", "airtableId": "recNdWEbqN6Vgq53m" }, + { + "id": "philoctetes-greek-mythology", + "name": "Philoctetes (Greek mythology)", + "airtableId": "recNdr2r7PCDddbgk" + }, { "id": "ibsen-henrik-1828-1906-bygmester-solness-english", "name": "Ibsen, Henrik, 1828-1906. Bygmester Solness. English", @@ -4944,11 +4369,6 @@ "name": "Cage, John", "airtableId": "recNizkcHZj4Qtj1s" }, - { - "id": "children", - "name": "Children", - "airtableId": "recNjlTEky8Jfi1Jf" - }, { "id": "due-process-of-law", "name": "Due process of law", @@ -4974,19 +4394,14 @@ "name": "Joint Council on Educational Broadcasting (JCEB)", "airtableId": "recNovRQ4rJvvxCeI" }, - { - "id": "carpenters-drama", - "name": "Carpenters--Drama", - "airtableId": "recNrLR5sUXwEfVI8" - }, { "id": "medicine-history", "name": "Medicine--History", "airtableId": "recNtM5j4l6B0BmcM" }, { - "id": "organ-music-18th-century", - "name": "Organ music--18th century", + "id": "organ-music", + "name": "Organ music", "airtableId": "recNtOEvuSH2wj21r" }, { @@ -5014,16 +4429,6 @@ "name": "Emergency management", "airtableId": "recO19LQs7btWGGlB" }, - { - "id": "africa", - "name": "Africa", - "airtableId": "recO3m2YPYcY9LsJI" - }, - { - "id": "fiction-19th-century", - "name": "Fiction--19th century", - "airtableId": "recO4ZDMfPUbY4V6E" - }, { "id": "euripides-orestes-english", "name": "Euripides. Orestes. English", @@ -5054,21 +4459,11 @@ "name": "Commonwealth countries--History--20th century", "airtableId": "recOBv3QHBE7Lbcyp" }, - { - "id": "popular-culture-united-states-history", - "name": "Popular culture--United States--History", - "airtableId": "recOEiKI0hRF5wwWG" - }, { "id": "asia", "name": "Asia", "airtableId": "recOEsLucQRX1ViaG" }, - { - "id": "united-states-history-war-of-1812-drama", - "name": "United States--History--War of 1812--Drama", - "airtableId": "recOFOozqJ5dHiOo0" - }, { "id": "huxley-aldous-1894-1963", "name": "Huxley, Aldous, 1894-1963", @@ -5120,29 +4515,24 @@ "airtableId": "recORbErDOEukUocO" }, { - "id": "constitutional-conventions-united-states-drama", - "name": "Constitutional conventions--United States--Drama", - "airtableId": "recORz7SXYTzw590D" - }, - { - "id": "explorers-biography", - "name": "Explorers--Biography", - "airtableId": "recOU5NOUnItpR4P6" + "id": "prophets", + "name": "Prophets", + "airtableId": "recOVOPnI2cVFyYYZ" }, { - "id": "corte_s-herna_n-1485-1547-drama", - "name": "Corte_s, Herna_n, 1485-1547--Drama", - "airtableId": "recOUTqc94oJe7BWE" + "id": "work-and-family", + "name": "Work and family", + "airtableId": "recOVWM4WH2MOOlWq" }, { - "id": "prophets", - "name": "Prophets", - "airtableId": "recOVOPnI2cVFyYYZ" + "id": "social-life-and-customers", + "name": "Social life and customers", + "airtableId": "recOWbrcvLQ79BWsd" }, { - "id": "african-americans", - "name": "African Americans", - "airtableId": "recOVfxYNa17NTFDC" + "id": "finance", + "name": "Finance", + "airtableId": "recOXKwV55w8Pn0Jf" }, { "id": "jesus-christ-biography-early-life", @@ -5165,9 +4555,9 @@ "airtableId": "recOeA3nZX5ROHFC5" }, { - "id": "poverty-latin-america", - "name": "Poverty--Latin America", - "airtableId": "recOi4n3xVnPtENuv" + "id": "censorship", + "name": "Censorship", + "airtableId": "recOhFL6QzyQqgXOX" }, { "id": "government-aid-to-higher-education-united-states", @@ -5194,21 +4584,26 @@ "name": "National Educational Radio Network (NERN)", "airtableId": "recOqIEvbaIRao83G" }, + { + "id": "yugoslavia-foreign-relations", + "name": "Yugoslavia--Foreign relations", + "airtableId": "recOqSV7BhVTtkwjZ" + }, + { + "id": "exercise", + "name": "Exercise", + "airtableId": "recOwGaJKc11ZJMoQ" + }, { "id": "writing-psychological-aspects", "name": "Writing--Psychological aspects", "airtableId": "recOxT8IEBtWJUDX2" }, { - "id": "china-history-20th-century", - "name": "China--History--20th century", + "id": "china-history", + "name": "China--History", "airtableId": "recOxaYwOM7SZ4Sa7" }, - { - "id": "united-states-foreign-relations-japan", - "name": "United States--Foreign relations--Japan", - "airtableId": "recP3XkzS3pmJeR4B" - }, { "id": "public-radio", "name": "Public radio", @@ -5234,11 +4629,6 @@ "name": "School Broadcasting Seminar", "airtableId": "recP9eDgGqctL6UuJ" }, - { - "id": "big-band-music", - "name": "Big band music", - "airtableId": "recP9wx1wc5lQu0H8" - }, { "id": "israel", "name": "Israel", @@ -5274,11 +4664,6 @@ "name": "Public opinion--20th century", "airtableId": "recPKHhoxO4ZNVkqP" }, - { - "id": "african-americans-economic-conditions", - "name": "African Americans--Economic conditions", - "airtableId": "recPLZn48SCf9rcFb" - }, { "id": "spaniards", "name": "Spaniards", @@ -5304,16 +4689,16 @@ "name": "Rutile", "airtableId": "recPPVl8ZGXD0ELcv" }, + { + "id": "broadcasting-awards", + "name": "Broadcasting awards", + "airtableId": "recPSei95s6maYel6" + }, { "id": "city-planning-finland", "name": "City planning--Finland", "airtableId": "recPSfVfvNM6xlzsw" }, - { - "id": "cello-music-20th-century", - "name": "Cello music--20th century", - "airtableId": "recPSnB9mYc9LVY0u" - }, { "id": "business", "name": "Business", @@ -5324,24 +4709,14 @@ "name": "Genetics", "airtableId": "recPXsHSSmzzjH2GV" }, - { - "id": "women-books-and-reading", - "name": "Women--Books and reading", - "airtableId": "recPZHNof2FtcfTE1" - }, - { - "id": "youth-great-britain", - "name": "Youth--Great Britain", - "airtableId": "recPe2hOVGWBnGJ15" - }, { "id": "music-in-churches", "name": "Music in churches", "airtableId": "recPglGvNoVdiPT0v" }, { - "id": "grants-in-aid", - "name": "Grants-in-aid", + "id": "naeb-grants-in-aid", + "name": "NAEB grants-in-aid", "airtableId": "recPhAL3QxFahrgJB" }, { @@ -5354,30 +4729,15 @@ "name": "Family planning", "airtableId": "recPkWgVxCp4HgW8i" }, - { - "id": "ritchie-anna-cora-ogden-mowatt-1819-1870-drama", - "name": "Ritchie, Anna Cora Ogden Mowatt, 1819-1870--Drama", - "airtableId": "recPle1HadBnKuW6b" - }, - { - "id": "anthropology", - "name": "Anthropology", - "airtableId": "recPlxBPRmH9yQkLs" - }, { "id": "diaries-letters-and-memoirs", "name": "Diaries, letters, and memoirs", "airtableId": "recPo3Hvei6BTIulw" }, { - "id": "music-19th-century", - "name": "Music--19th century", - "airtableId": "recPobKfBfoYpA1LR" - }, - { - "id": "aztecs-drama", - "name": "Aztecs--Drama", - "airtableId": "recPriEAScVzUCGgX" + "id": "dinosaurs", + "name": "Dinosaurs", + "airtableId": "recPoTJWeSe7jjZqf" }, { "id": "adventure-and-adventurers-united-states-biography", @@ -5439,11 +4799,6 @@ "name": "Ballads, English--United States", "airtableId": "recQ1A9lGIcmjSdf9" }, - { - "id": "printing-china-history", - "name": "Printing--China--History", - "airtableId": "recQ1BryAt0q0Vtcq" - }, { "id": "national-committee-for-a-free-europe", "name": "National Committee for a Free Europe", @@ -5469,20 +4824,15 @@ "name": "Winds", "airtableId": "recQ3pXDJpFi9asDm" }, - { - "id": "composers-hungary-biography", - "name": "Composers--Hungary--Biography", - "airtableId": "recQ4B2nGYBeNpdlM" - }, { "id": "shamans", "name": "Shamans", "airtableId": "recQ9B48AsEDdF2FV" }, { - "id": "religon", - "name": "Religon", - "airtableId": "recQ9DvJbBJmhOleb" + "id": "shipping", + "name": "Shipping", + "airtableId": "recQ9GyNTneFOCpUS" }, { "id": "united-states-economic-conditions-20th-century", @@ -5494,11 +4844,6 @@ "name": "Commonwealth countries--Politics and government--20th century", "airtableId": "recQ9PfLQLWo4U9sy" }, - { - "id": "security-measures-united-states", - "name": "Security Measures--United States", - "airtableId": "recQB7NBZml0wH5E1" - }, { "id": "syphilis", "name": "Syphilis", @@ -5509,6 +4854,16 @@ "name": "Communication policy", "airtableId": "recQD1rwfzZRvn5gD" }, + { + "id": "elections-united-states", + "name": "Elections--United States", + "airtableId": "recQDSTtBakFGq9C8" + }, + { + "id": "egypt", + "name": "Egypt", + "airtableId": "recQEYSaAydvTaaC8" + }, { "id": "dance", "name": "Dance", @@ -5519,21 +4874,16 @@ "name": "Battle casualties", "airtableId": "recQHxraRHyXIYXNO" }, + { + "id": "admirals", + "name": "Admirals", + "airtableId": "recQKHSOphHI1qAka" + }, { "id": "hypertension", "name": "Hypertension", "airtableId": "recQKhoKe96E866Rt" }, - { - "id": "world-war-1914-1918-japan", - "name": "World War--1914-1918--Japan", - "airtableId": "recQKjp00dnvT2CeH" - }, - { - "id": "latin-america-economic-development", - "name": "Latin America--Economic Development", - "airtableId": "recQQ0tAXGKj9BayD" - }, { "id": "forgers", "name": "Forgers", @@ -5555,9 +4905,9 @@ "airtableId": "recQRDcH4Zfi1I387" }, { - "id": "narrative-poetry", - "name": "Narrative poetry", - "airtableId": "recQTEXSx678XyVbT" + "id": "travel", + "name": "Travel", + "airtableId": "recQT3Rvz6eDumhAI" }, { "id": "banting-frederick-grant-sir-1891-1941", @@ -5579,6 +4929,11 @@ "name": "Finnish language", "airtableId": "recQVk9tqZcn4ez3u" }, + { + "id": "19th-century-analysis-appreciation", + "name": "19th century--Analysis, appreciation", + "airtableId": "recQVt1DsZyq6Og3O" + }, { "id": "spirituals-songs", "name": "Spirituals (Songs)", @@ -5604,16 +4959,6 @@ "name": "Human Rights Day", "airtableId": "recQbwR0ovhB2xygq" }, - { - "id": "communism-latin-america", - "name": "Communism--Latin America", - "airtableId": "recQcQMKFUnnrYdtR" - }, - { - "id": "broadcasting-history", - "name": "Broadcasting--History", - "airtableId": "recQd9Y8dS44JJlOk" - }, { "id": "scholars-interviews", "name": "Scholars--Interviews", @@ -5639,11 +4984,6 @@ "name": "Recessions", "airtableId": "recQjjkNvRgp41UYi" }, - { - "id": "african-american-business-enterprises", - "name": "African American business enterprises", - "airtableId": "recQkLAUVTDVhRxeE" - }, { "id": "metropolitan-opera-new-york-ny", "name": "Metropolitan Opera (New York, N.Y.)", @@ -5659,6 +4999,11 @@ "name": "Indians of North America", "airtableId": "recQq7Bi4ocpqa3Ee" }, + { + "id": "performance", + "name": "Performance", + "airtableId": "recQsx6kwcnxdy8lc" + }, { "id": "soviet-union-relations-united-states", "name": "Soviet Union--Relations--United States", @@ -5674,11 +5019,6 @@ "name": "California", "airtableId": "recQzDFyLHAiTIXiK" }, - { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863", - "airtableId": "recR0n9xSRTHkMsXU" - }, { "id": "bruckner-anton-1824-1896", "name": "Bruckner, Anton, 1824-1896", @@ -5690,8 +5030,13 @@ "airtableId": "recR1cmSv7VDoNFmX" }, { - "id": "popular-music-nigeria", - "name": "Popular music--Nigeria", + "id": "17th-century-history-and-criticism", + "name": "17th century--History and criticism", + "airtableId": "recR48NFPcolxiEQT" + }, + { + "id": "popular-music", + "name": "Popular music", "airtableId": "recR6TW4V5Nxcztmd" }, { @@ -5704,11 +5049,6 @@ "name": "Children--Health and hygiene--United States", "airtableId": "recR7Ody8InVK1XJo" }, - { - "id": "public-welfare-united-states", - "name": "Public welfare--United States", - "airtableId": "recR7ecAPsLNQnYfX" - }, { "id": "detente", "name": "Detente", @@ -5724,21 +5064,11 @@ "name": "Rockefeller Foundation", "airtableId": "recREGRhhEg8DGDEY" }, - { - "id": "african-americans-health-and-hygiene", - "name": "African Americans--Health and hygiene", - "airtableId": "recRH16ghb0Aylem2" - }, { "id": "self-reliance", "name": "Self-reliance", "airtableId": "recRIMUIeCFHPBF6Q" }, - { - "id": "neighbors-drama", - "name": "Neighbors--Drama", - "airtableId": "recRJMBmFsLsS7swZ" - }, { "id": "school-principals-sweden", "name": "School principals--Sweden", @@ -5769,16 +5099,6 @@ "name": "Nuclear warfare", "airtableId": "recRUNU3l0ny19TGn" }, - { - "id": "theater-production-and-direction", - "name": "Theater--Production and direction", - "airtableId": "recRVQp9n4RwRyddr" - }, - { - "id": "sprinting", - "name": "Sprinting", - "airtableId": "recRXkgmd1Vw3fHeh" - }, { "id": "zenger-john-peter-1697-1746", "name": "Zenger, John Peter, 1697-1746", @@ -5795,13 +5115,8 @@ "airtableId": "recRdpuDqPHeBqXF4" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century", - "airtableId": "recRjbSEHH7vD8WJn" - }, - { - "id": "women-europe-religious-life", - "name": "Women--Europe--Religious life", + "id": "religious-life", + "name": "Religious life", "airtableId": "recRlDnqEhS33v0v6" }, { @@ -5809,11 +5124,6 @@ "name": "Langlais, Jean, 1907-1991. Organ music. Selections", "airtableId": "recRm6ew3BBEV29p4" }, - { - "id": "biography", - "name": "Biography", - "airtableId": "recRm8EzosC88kFL0" - }, { "id": "racketeering-united-states", "name": "Racketeering--United States", @@ -5835,18 +5145,8 @@ "airtableId": "recRruG5hkjBoibQX" }, { - "id": "prostitutes-france-social-conditions", - "name": "Prostitutes--France--Social conditions", - "airtableId": "recRtn1jvCYQbparS" - }, - { - "id": "women-united-states-history", - "name": "Women--United States--History", - "airtableId": "recRw6SEeQio0TenX" - }, - { - "id": "british-broadcasting-corporation", - "name": "British Broadcasting Corporation", + "id": "british-broadcasting-corporation-bbc", + "name": "British Broadcasting Corporation (BBC)", "airtableId": "recRxJdcEBETR5WT5" }, { @@ -5854,6 +5154,11 @@ "name": "Parenting--Study and teaching", "airtableId": "recRxRICkLx4gaTmP" }, + { + "id": "norway", + "name": "Norway", + "airtableId": "recRxgpS5vctV0Fye" + }, { "id": "broadway-new-york-ny", "name": "Broadway (New York, N.Y.)", @@ -5864,30 +5169,20 @@ "name": "Wiretapping--United States", "airtableId": "recRzkF9OH1bC0Iwf" }, - { - "id": "trials", - "name": "Trials", - "airtableId": "recS1N83WxB0sZouw" - }, { "id": "international-trade", "name": "International trade", "airtableId": "recS1b0HMlQ3JGqe4" }, - { - "id": "nationalism", - "name": "Nationalism", - "airtableId": "recS89S6pj5yY73p6" - }, { "id": "united-states-congress-house-television-broadcasting-of-proceedings", "name": "United States. Congress. House--Television broadcasting of proceedings", "airtableId": "recSAcI7CRGxW73Zv" }, { - "id": "nationalism-latin-america", - "name": "Nationalism--Latin America", - "airtableId": "recSDPt2vJAGRGWaz" + "id": "appleseed-johnny-1774-1845", + "name": "Appleseed, Johnny, 1774-1845", + "airtableId": "recSCLBKfrODHxwRp" }, { "id": "consumers-japan", @@ -5929,11 +5224,6 @@ "name": "Hall, Basil, 1788-1844", "airtableId": "recSN7bGk525bUl6F" }, - { - "id": "american-literature-19th-century", - "name": "American literature--19th century", - "airtableId": "recSNhBTZG57MQbvp" - }, { "id": "political-planning-united-states", "name": "Political planning--United States", @@ -5949,11 +5239,6 @@ "name": "East Asia--Civilization, Western influence", "airtableId": "recSU84qYPKSXNXFt" }, - { - "id": "philosophers", - "name": "Philosophers", - "airtableId": "recSWQOHz0xwwlRNW" - }, { "id": "haydn-joseph-1732-1809-sonatas-piano", "name": "Haydn, Joseph, 1732-1809. Sonatas, piano", @@ -5970,8 +5255,8 @@ "airtableId": "recSat38Cstrtjbqp" }, { - "id": "solomon-islands-history", - "name": "Solomon Islands--History", + "id": "solomon-islands", + "name": "Solomon Islands", "airtableId": "recSe1Yf0A0rODmyu" }, { @@ -5979,36 +5264,11 @@ "name": "Forcecasting--Study and teaching", "airtableId": "recSeD9navIsHJKXM" }, - { - "id": "drama-20th-century-themes-motives", - "name": "Drama--20th century--Themes, motives", - "airtableId": "recSeUdgVHVp6PRBn" - }, { "id": "cowell-henry-1897-1965-symphonies-no-11", "name": "Cowell, Henry, 1897-1965. Symphonies, no. 11", "airtableId": "recSf7404l6qdIK8p" }, - { - "id": "slavery-drama", - "name": "Slavery--Drama", - "airtableId": "recSfTotqRhe040Zo" - }, - { - "id": "education-scotland", - "name": "Education--Scotland", - "airtableId": "recSfwPCvFMV1NqHA" - }, - { - "id": "nuclear-energy-military-aspects-united-states-history-20th-century", - "name": "Nuclear energy--Military aspects--United States--History--20th century", - "airtableId": "recSgpGJoPdm051Zd" - }, - { - "id": "social-studies", - "name": "Social Studies", - "airtableId": "recSnQ5v5V7vhu6o7" - }, { "id": "school-children-transportation-united-states", "name": "School children--Transportation--United States", @@ -6034,34 +5294,19 @@ "name": "United States. Congress. Senate. S. hrg", "airtableId": "recSt3MLVobTiiXPP" }, - { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology) Drama", - "airtableId": "recSt6pe8Bk0Cbtlk" - }, - { - "id": "american-culture", - "name": "American culture", - "airtableId": "recSt7bXg6ePTQGfy" - }, { "id": "civil-defense-readiness", "name": "Civil defense readiness", "airtableId": "recSuQZFR1a7yxKae" }, { - "id": "drama-soviet-union-history-and-criticism", - "name": "Drama--Soviet Union--History and criticism", + "id": "drama", + "name": "Drama", "airtableId": "recSvIaCw1h0cgmVU" }, { - "id": "world-war-1939-1945-sweden", - "name": "World War, 1939-1945--Sweden", - "airtableId": "recSve3TalgPkhEn7" - }, - { - "id": "african-americans-california-los-angeles-attitudes", - "name": "African Americans--California--Los Angeles--Attitudes", + "id": "social-attitudes", + "name": "Social attitudes", "airtableId": "recSwekS6cCPs2Dz8" }, { @@ -6074,26 +5319,11 @@ "name": "Mussorgsky, Modest Petrovich, 1839-1881", "airtableId": "recSzZP4vh7CWf2Tt" }, - { - "id": "hughes-langston-1902-1967-appreciation", - "name": "Hughes, Langston, 1902-1967--Appreciation", - "airtableId": "recT0hwSKsHJMeaHA" - }, - { - "id": "mays-walter-1941", - "name": "Mays, Walter, 1941-", - "airtableId": "recT2FqiqtxzxyN2R" - }, { "id": "middle-east-congresses", "name": "Middle East--Congresses", "airtableId": "recT58yYAMAuHfrnp" }, - { - "id": "charles-xii-king-of-sweden-1682-1718-drama", - "name": "Charles XII, King of Sweden, 1682-1718--Drama", - "airtableId": "recT6XMb4KjJFIdzb" - }, { "id": "freud-sigmund-1856-1939-influence", "name": "Freud, Sigmund, 1856-1939--Influence", @@ -6109,26 +5339,6 @@ "name": "Kidneys", "airtableId": "recT8NGJPfmA8cg5O" }, - { - "id": "popular-culture-united-states", - "name": "Popular culture--United States", - "airtableId": "recTAWK4T0Ev3PZtd" - }, - { - "id": "mozart-wolfgang-amadeus-1756-1791", - "name": "Mozart, Wolfgang Amadeus, 1756-1791", - "airtableId": "recTAxZjOXYgoj4yx" - }, - { - "id": "organ-music-17th-century", - "name": "Organ music--17th century", - "airtableId": "recTBls5OUpB6BetM" - }, - { - "id": "music-europe-history-and-criticism", - "name": "Music--Europe--History and criticism", - "airtableId": "recTBuVCv58SA0QAl" - }, { "id": "physical-distribution-of-goods", "name": "Physical distribution of goods", @@ -6139,6 +5349,11 @@ "name": "Special relativity (Physics)", "airtableId": "recTCzr61vZpY1Qi7" }, + { + "id": "japan-foreign-relations", + "name": "Japan--Foreign relations", + "airtableId": "recTDQoeOkJrLSVzv" + }, { "id": "china-history-cultural-revolution-1966-1976", "name": "China--History--Cultural Revolution, 1966-1976", @@ -6149,11 +5364,6 @@ "name": "Mayors--France", "airtableId": "recTGTnVKWUl4dLM1" }, - { - "id": "english-literature-19th-century", - "name": "English literature--19th century", - "airtableId": "recTGqmH0nLSYjNmA" - }, { "id": "hunger", "name": "Hunger", @@ -6164,11 +5374,6 @@ "name": "French language", "airtableId": "recTHIb1WHbFyIhRZ" }, - { - "id": "communism-germany", - "name": "Communism--Germany", - "airtableId": "recTHlPw7is883yTI" - }, { "id": "politicians", "name": "Politicians", @@ -6199,6 +5404,11 @@ "name": "Colonies", "airtableId": "recTVseNZZeWG8RsW" }, + { + "id": "servetus-michael-1511-1553", + "name": "Servetus, Michael, 1511?-1553", + "airtableId": "recTVxrPuTqdvtooc" + }, { "id": "labor", "name": "Labor", @@ -6250,14 +5460,14 @@ "airtableId": "recTi4kd5GIo3UJnP" }, { - "id": "education-great-britain-philosophy", - "name": "Education--Great Britain--Philosophy", - "airtableId": "recTimYxS9OS5PNxZ" + "id": "piano-music", + "name": "Piano music", + "airtableId": "recTnur7kjIGXliha" }, { - "id": "piano-music-20th-century-analysis-appreciation", - "name": "Piano music--20th century--Analysis, appreciation", - "airtableId": "recTnur7kjIGXliha" + "id": "holidays", + "name": "Holidays", + "airtableId": "recTo09nonqhvBzmL" }, { "id": "religious-communities-united-states", @@ -6279,11 +5489,6 @@ "name": "Percussion with band", "airtableId": "recTwEhjdjXKaJXRw" }, - { - "id": "william-i-prince-of-orange-1533-1584-drama", - "name": "William I, Prince of Orange, 1533-1584--Drama", - "airtableId": "recTwRhReID4rLIa0" - }, { "id": "adult-education-project", "name": "Adult Education Project", @@ -6294,16 +5499,6 @@ "name": "Higher education and state", "airtableId": "recU86SygyL0jXGn3" }, - { - "id": "american-literature-europe-history-and-criticism", - "name": "American literature--Europe--History and criticism", - "airtableId": "recU8s3olGEYBHNRV" - }, - { - "id": "music-19th-century", - "name": "Music, 19th century", - "airtableId": "recUCBpobnhZwxFIe" - }, { "id": "crane-hart-1899-1932-poems", "name": "Crane, Hart, 1899-1932. Poems", @@ -6320,9 +5515,14 @@ "airtableId": "recUHjqQQsxxZyIyX" }, { - "id": "adult-education-great-britain", - "name": "Adult education--Great Britain", - "airtableId": "recUI9dutHQEQOpGl" + "id": "film", + "name": "Film", + "airtableId": "recUI9diUp8YRtCtf" + }, + { + "id": "social-security", + "name": "Social security", + "airtableId": "recUNWFE0Lkyf2Esb" }, { "id": "economic-development-social-aspects", @@ -6359,6 +5559,11 @@ "name": "Buckingham, James Silk, 1786-1855", "airtableId": "recUXX6hi9dVh9i62" }, + { + "id": "special-education", + "name": "Special education", + "airtableId": "recUYS0pfwn0Kfr5s" + }, { "id": "improvisation-music-history-and-criticism", "name": "Improvisation (Music)--History and criticism", @@ -6385,15 +5590,10 @@ "airtableId": "recUfzYJw94R5YM8y" }, { - "id": "judges-united-states-history", - "name": "Judges--United States--History", + "id": "judges", + "name": "Judges", "airtableId": "recUgN4ZQkU32aHYe" }, - { - "id": "american-literature-themes-motives", - "name": "American literature--Themes, motives", - "airtableId": "recUhPEWLccyULIix" - }, { "id": "hill-elliott-bill", "name": "Hill-Elliott Bill", @@ -6429,6 +5629,11 @@ "name": "Social values--United States", "airtableId": "recUvaGvRsHxvcZqS" }, + { + "id": "aztecs", + "name": "Aztecs", + "airtableId": "recUvdiPwIgJfJlmu" + }, { "id": "costa-rica-politics-and-government-20th-century", "name": "Costa Rica---Politics and government--20th century", @@ -6469,11 +5674,6 @@ "name": "Free press and fair trial--United States", "airtableId": "recV3XAg4xnyhtvP3" }, - { - "id": "poets", - "name": "Poets", - "airtableId": "recV5Ha9RmOKIMHX3" - }, { "id": "symphonic-poems", "name": "Symphonic poems", @@ -6504,6 +5704,11 @@ "name": "Economic assistance", "airtableId": "recV8KwQgmXsqOhVn" }, + { + "id": "williams-mary-lou-1910-1981", + "name": "Williams, Mary Lou, 1910-1981", + "airtableId": "recV9FtcuaqAqSbvS" + }, { "id": "european-economic-community", "name": "European Economic Community", @@ -6559,21 +5764,11 @@ "name": "Mosley, Oswald, 1896-1980--Political and social views", "airtableId": "recVN3hBeJXY9q2qx" }, - { - "id": "jazz-missouri-kansas-city-history-and-criticism", - "name": "Jazz--Missouri--Kansas City--History and criticism", - "airtableId": "recVOb7ojsUQeJwCc" - }, { "id": "rocketry-germany-history-20th-century", "name": "Rocketry--Germany--History--20th century", "airtableId": "recVQrWXTLkguShJD" }, - { - "id": "physical-scientists", - "name": "Physical scientists", - "airtableId": "recVTuSmLkOQaLeR6" - }, { "id": "law", "name": "Law", @@ -6585,10 +5780,15 @@ "airtableId": "recVWjOcnprEWZz4s" }, { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-", + "id": "asia-foreign-relations", + "name": "Asia--Foreign relations", "airtableId": "recVXBxZcRHfpDwHz" }, + { + "id": "korea", + "name": "Korea", + "airtableId": "recVYiHKhZWvbLSky" + }, { "id": "communities", "name": "Communities", @@ -6604,6 +5804,11 @@ "name": "Television", "airtableId": "recVeJCPdZU2L75nZ" }, + { + "id": "italy-rome-history-20th-century", + "name": "Italy--Rome--History--20th century", + "airtableId": "recVfHy54nLzXuyIt" + }, { "id": "nature", "name": "Nature", @@ -6634,11 +5839,6 @@ "name": "Radar air traffic control systems", "airtableId": "recVqH6S9b7c2hETI" }, - { - "id": "symphonies-band", - "name": "Symphonies (Band)", - "airtableId": "recVrR6ucnIi0IhaF" - }, { "id": "color-vision", "name": "Color vision", @@ -6654,16 +5854,6 @@ "name": "Guthrie, Woody, 1912-1967--Criticism and interpretation", "airtableId": "recVwFhre6jg6favZ" }, - { - "id": "mental-health", - "name": "Mental health", - "airtableId": "recVwwNXHkdcoPnHf" - }, - { - "id": "nuclear-energy-united-states-history", - "name": "Nuclear energy--United States--History", - "airtableId": "recVxbOYlmkrlTkpO" - }, { "id": "puccini-giacomo-1858-1924-bohe_me", "name": "Puccini, Giacomo, 1858-1924. Bohe_me", @@ -6680,19 +5870,9 @@ "airtableId": "recW1qZEHRoeQ9lrb" }, { - "id": "depressions-1929-drama", - "name": "Depressions--1929--Drama", - "airtableId": "recW3mOjy4SEMvgyT" - }, - { - "id": "folk-songs", - "name": "Folk songs", - "airtableId": "recW4xq8IV79M5unb" - }, - { - "id": "jumping", - "name": "Jumping", - "airtableId": "recW9Wy82hnlVj8wJ" + "id": "rocketry", + "name": "Rocketry", + "airtableId": "recW3PfiAmndAQFof" }, { "id": "physics", @@ -6705,9 +5885,14 @@ "airtableId": "recWARhX47aSjWMQh" }, { - "id": "journalists", - "name": "Journalists", - "airtableId": "recWBsdwaQWdHbtja" + "id": "business-enterprises", + "name": "Business enterprises", + "airtableId": "recWBXMhQ3YFX6fmx" + }, + { + "id": "germany-social-life-and-customs", + "name": "Germany--Social life and customs", + "airtableId": "recWCS0lboOuV3hSE" }, { "id": "hawaii-songs-and-music", @@ -6719,26 +5904,26 @@ "name": "Money--United States", "airtableId": "recWF6lyp46EQQF4F" }, - { - "id": "latin-america", - "name": "Latin America", - "airtableId": "recWGLnZ96Jd9jDZb" - }, { "id": "italy-civilization-20th-century", "name": "Italy--Civilization--20th century", "airtableId": "recWGRS8GG0qEz6H4" }, { - "id": "african-americans-civil-rights-history-20th-century", - "name": "African Americans--Civil rights--History--20th century", - "airtableId": "recWIVfjqxco8tWH5" + "id": "hitler-adolf-1889-1945", + "name": "Hitler, Adolf, 1889-1945", + "airtableId": "recWPsZ1YsveNaZhT" }, { - "id": "television-in-great-britain", - "name": "Television in Great Britain", + "id": "great-britain", + "name": "Great Britain", "airtableId": "recWSjV5HmjEoXE2U" }, + { + "id": "performing-arts", + "name": "Performing arts", + "airtableId": "recWUl4sWRjtQIgPR" + }, { "id": "radio-journalists", "name": "Radio journalists", @@ -6794,6 +5979,16 @@ "name": "Garibaldi, Giuseppe, 1807-1882", "airtableId": "recWpNVunWvn2Fz32" }, + { + "id": "united-states", + "name": "United States", + "airtableId": "recWrYMW8vnttPYvk" + }, + { + "id": "graduate-work", + "name": "Graduate work", + "airtableId": "recWu2wWjOOEmE9fJ" + }, { "id": "communist-countries-social-conditions", "name": "Communist countries--Social conditions", @@ -6809,16 +6004,6 @@ "name": "Wolfe, Thomas, 1900-1938--Childhood and youth", "airtableId": "recWxjGg6xMHqUX4n" }, - { - "id": "communism-cuba", - "name": "Communism--Cuba", - "airtableId": "recWzIhussCuxfyHp" - }, - { - "id": "universities-and-colleges-graduate-work", - "name": "Universities and colleges--Graduate work", - "airtableId": "recX08nQfFYVMNiNN" - }, { "id": "von-braun-wernher-1912-1977-anecdotes", "name": "Von Braun, Wernher, 1912-1977--Anecdotes", @@ -6829,20 +6014,15 @@ "name": "Children--United States", "airtableId": "recX264q5SSNsv1z0" }, - { - "id": "students", - "name": "Students", - "airtableId": "recX2gf44T0c1IYPq" - }, { "id": "military-courts", "name": "Military courts", "airtableId": "recX2hvSh1uMQ9MeP" }, { - "id": "san-marti_n-jose_-de-1778-1850-drama", - "name": "San Marti_n, Jose_ de, 1778-1850--Drama", - "airtableId": "recX2mjEBtYA5RvBd" + "id": "venezuela", + "name": "Venezuela", + "airtableId": "recX3KfFhE1koUCog" }, { "id": "educational-technology", @@ -6894,6 +6074,11 @@ "name": "Indian ethics", "airtableId": "recXD0g19n2OhULYS" }, + { + "id": "federal-grants", + "name": "Federal grants", + "airtableId": "recXDBTv4ZkkQ7QQz" + }, { "id": "concerto", "name": "Concerto", @@ -6909,16 +6094,6 @@ "name": "Orchestra", "airtableId": "recXHpMuf85x2Pjuw" }, - { - "id": "students-germany-history-20th-century", - "name": "Students--Germany--History--20th century", - "airtableId": "recXI8jtqMaAkDxlR" - }, - { - "id": "universities-and-colleges-united-states-administration", - "name": "Universities and colleges--United States--Administration", - "airtableId": "recXJ8UagJKVy43Be" - }, { "id": "damien-saint-father-1840-1889", "name": "Damien, Saint, Father, 1840-1889", @@ -6929,16 +6104,16 @@ "name": "Musical intervals and scales", "airtableId": "recXJofwAKn0BT2sG" }, - { - "id": "dixieland-music-louisiana", - "name": "Dixieland music--Louisiana", - "airtableId": "recXMetuR0okPxNbE" - }, { "id": "radio-plays", "name": "Radio plays", "airtableId": "recXPY4dhL0LyAzQV" }, + { + "id": "banks", + "name": "Banks", + "airtableId": "recXPeHhkgspWuaWh" + }, { "id": "gustafson-james-m", "name": "Gustafson, James M", @@ -6969,21 +6144,6 @@ "name": "Info.-Orient", "airtableId": "recXTYhzMwAXZHjPn" }, - { - "id": "students-political-activity", - "name": "Students--Political activity", - "airtableId": "recXXaWCDvVIHZPUi" - }, - { - "id": "communists-denmark", - "name": "Communists--Denmark", - "airtableId": "recXXg3mY5lUyLK5a" - }, - { - "id": "history-twentieth-century", - "name": "History--Twentieth century", - "airtableId": "recXYicluo6ynVcCi" - }, { "id": "student-movements", "name": "Student movements", @@ -7005,15 +6165,10 @@ "airtableId": "recXfAioyvdpt3YSH" }, { - "id": "chinese-americans-history", - "name": "Chinese Americans--History", + "id": "united-states-emigration-and-immigration-history-19th-century", + "name": "United States--Emigration and immigration--History--19th century", "airtableId": "recXgZ0nnqZCBWjJE" }, - { - "id": "science", - "name": "Science", - "airtableId": "recXge95FR5AOCWgT" - }, { "id": "paderewski-ignace-jan-1860-1941", "name": "Paderewski, Ignace Jan, 1860-1941", @@ -7054,16 +6209,6 @@ "name": "Lumbermen", "airtableId": "recXmvlVoC4y2yFzW" }, - { - "id": "universities-and-colleges-alumni-and-alumnae-united-states", - "name": "Universities and colleges--Alumni and alumnae--United States", - "airtableId": "recXovL14z9Fx8FWJ" - }, - { - "id": "american-literature-20th-century-history-and-criticism", - "name": "American literature--20th century--History and criticism", - "airtableId": "recXpEHj743zsaUpe" - }, { "id": "cartoonists-great-britain-biography", "name": "Cartoonists--Great Britain--Biography", @@ -7079,29 +6224,19 @@ "name": "France--History--German occupation, 1940-1945--Anecdotes", "airtableId": "recXuGQIUxOR8WBRy" }, - { - "id": "carver-george-washington-1864-1943-drama", - "name": "Carver, George Washington, 1864?-1943--Drama", - "airtableId": "recXwX9qAINTJaUen" - }, { "id": "cook-james-1728-1779", "name": "Cook, James, 1728-1779", "airtableId": "recXxei9z6U5AcwuU" }, - { - "id": "united-states-foreign-relations-europe", - "name": "United States--Foreign relations--Europe", - "airtableId": "recXzCvmmtJ5CwNlL" - }, { "id": "rimsky-korsakov-nikolay-1844-1908", "name": "Rimsky-Korsakov, Nikolay, 1844-1908", "airtableId": "recY1a20a6ssdpmjP" }, { - "id": "public-broadcasting-law-and-legislation", - "name": "Public broadcasting--Law and legislation", + "id": "public-broadcasting", + "name": "Public broadcasting", "airtableId": "recY2KUGEWa7Yyhm2" }, { @@ -7119,16 +6254,6 @@ "name": "Radio plays--20th century", "airtableId": "recY4c5WbMTa4cgId" }, - { - "id": "rivers", - "name": "Rivers", - "airtableId": "recY5zQLMT8Ud1PhK" - }, - { - "id": "servetus-michael-1511-1553-drama", - "name": "Servetus, Michael, 1511?-1553--Drama", - "airtableId": "recY7mJ68xBq9D6TF" - }, { "id": "revivals-southern-states", "name": "Revivals--Southern States", @@ -7140,8 +6265,8 @@ "airtableId": "recYCUnqeQ8gALUgs" }, { - "id": "dramatic-criticism-history-20th-century", - "name": "Dramatic criticism--History--20th century", + "id": "dramatic-criticism", + "name": "Dramatic criticism", "airtableId": "recYEcDweEZNhzvQK" }, { @@ -7159,16 +6284,6 @@ "name": "Politicians--Great Britain--Interviews", "airtableId": "recYIh8PPUStTSXHt" }, - { - "id": "dixieland-music-history-and-criticism", - "name": "Dixieland music--History and criticism", - "airtableId": "recYJkvHUlITws816" - }, - { - "id": "presidents", - "name": "Presidents", - "airtableId": "recYKZixgnqewq9Wp" - }, { "id": "language-and-languages-etymology", "name": "Language and languages--Etymology", @@ -7179,11 +6294,6 @@ "name": "Hearing impaired children", "airtableId": "recYKnUWCdMRi3fq5" }, - { - "id": "african-american-leadership", - "name": "African American leadership", - "airtableId": "recYLUOWYj2FhiG2K" - }, { "id": "socialists-great-britain-biography", "name": "Socialists--Great Britain--Biography", @@ -7205,14 +6315,14 @@ "airtableId": "recYOfumCXKj69m6u" }, { - "id": "appreciation", - "name": "Appreciation", + "id": "literature-appreciation-united-states", + "name": "Literature--Appreciation--United States", "airtableId": "recYPdlsxr5zXS4NZ" }, { - "id": "welfare-state-great-britain", - "name": "Welfare state--Great Britain", - "airtableId": "recYPmzdu2FyzkeNV" + "id": "public-opinion", + "name": "Public opinion", + "airtableId": "recYPkLrRPi28glFk" }, { "id": "nevins-allan-1890-1971", @@ -7224,6 +6334,11 @@ "name": "Political science--20th century", "airtableId": "recYR7tLNNp53KW0I" }, + { + "id": "oceans", + "name": "Oceans", + "airtableId": "recYREfcO9PdzSljb" + }, { "id": "cosmology", "name": "Cosmology", @@ -7234,11 +6349,6 @@ "name": "Police brutality--United States", "airtableId": "recYRqBas0NyHWYxe" }, - { - "id": "slaves-drama", - "name": "Slaves--Drama", - "airtableId": "recYU1IGhdZfTZKIG" - }, { "id": "new-zealand-history", "name": "New Zealand--History", @@ -7254,16 +6364,6 @@ "name": "Maryland", "airtableId": "recYWbeDlNhQ5yYlw" }, - { - "id": "communism-japan", - "name": "Communism--Japan", - "airtableId": "recYZVFuqX5len9eq" - }, - { - "id": "agriculture-denmark", - "name": "Agriculture--Denmark", - "airtableId": "recYa46AN32O72h1n" - }, { "id": "seven-against-thebes-greek-mythology", "name": "Seven against Thebes (Greek mythology)", @@ -7275,18 +6375,23 @@ "airtableId": "recYagodFTrI2OqxK" }, { - "id": "united-states-history-war-of-1812-campaigns", - "name": "United States--History--War of 1812--Campaigns", + "id": "war-of-1812", + "name": "War of 1812", "airtableId": "recYamSlTuv50ZnMx" }, + { + "id": "egoism", + "name": "Egoism", + "airtableId": "recYeOjnde3gY5dSk" + }, { "id": "libel-and-slander", "name": "Libel and slander", "airtableId": "recYfjubUk3Oo8ihE" }, { - "id": "latin-america-history-20th-century", - "name": "Latin America--History--20th century", + "id": "latin-america-history", + "name": "Latin America--History", "airtableId": "recYflwVPjdUw8HY9" }, { @@ -7310,9 +6415,9 @@ "airtableId": "recYojZ7VLhafNpjD" }, { - "id": "socialism-italy-history-20th-century", - "name": "Socialism--Italy--History--20th century", - "airtableId": "recYqn4qaaYBI17or" + "id": "washington-dc", + "name": "Washington (D.C.)", + "airtableId": "recYuU3Urd8jB2JpE" }, { "id": "dominican-republic-history", @@ -7329,16 +6434,16 @@ "name": "Patents", "airtableId": "recYzDFRIwfSi5KQF" }, + { + "id": "pepys-samuel-1633-1703", + "name": "Pepys, Samuel, 1633-1703", + "airtableId": "recYzUoFwqr9b5Lgh" + }, { "id": "bayard-pierre-terrail-seigneur-de-approximately-1473-1524", "name": "Bayard, Pierre Terrail, seigneur de, approximately 1473-1524", "airtableId": "recZ0GdrZNWAOsCn2" }, - { - "id": "communism-southeast-asia", - "name": "Communism--Southeast Asia", - "airtableId": "recZ27NRSej8tjVln" - }, { "id": "fabian-society-great-britain", "name": "Fabian Society (Great Britain)", @@ -7349,26 +6454,11 @@ "name": "Canada", "airtableId": "recZ3bicPt7YRHCwX" }, - { - "id": "motion-pictures-history", - "name": "Motion pictures--History", - "airtableId": "recZ4wiMFVCpnQmnW" - }, { "id": "physical-sciences", "name": "Physical sciences", "airtableId": "recZ7Kw8d9DRRy4np" }, - { - "id": "open-letters", - "name": "Open letters", - "airtableId": "recZ7QHbqpEC50sv3" - }, - { - "id": "consent-law", - "name": "Consent (Law)", - "airtableId": "recZ8gPblYMykfFFB" - }, { "id": "shakespeare-plays", "name": "Shakespeare plays", @@ -7399,21 +6489,11 @@ "name": "Irving, Washington, 1783-1859. History of New York", "airtableId": "recZE3WdYe7OQQKMQ" }, - { - "id": "ethics", - "name": "Ethics", - "airtableId": "recZEpdmmFe9qSktc" - }, { "id": "the-fund-for-adult-education", "name": "The Fund for Adult Education", "airtableId": "recZFkVCJktkvzTwn" }, - { - "id": "socialism-history", - "name": "Socialism--History", - "airtableId": "recZGelOp2tTEXPfb" - }, { "id": "habit", "name": "Habit", @@ -7450,14 +6530,9 @@ "airtableId": "recZPI57T7EXlM9Vp" }, { - "id": "music-theory", - "name": "Music theory", - "airtableId": "recZXN069xMXkuPxF" - }, - { - "id": "awards", - "name": "Awards", - "airtableId": "recZYSJCYjJsa5Xu1" + "id": "austria", + "name": "Austria", + "airtableId": "recZTznYE3UBhICNW" }, { "id": "livestock", @@ -7465,8 +6540,8 @@ "airtableId": "recZZ6ITwjpAfbPN8" }, { - "id": "outer-space-exploration-public-opinion", - "name": "Outer space--Exploration--Public opinion", + "id": "outer-space", + "name": "Outer space", "airtableId": "recZciaKfiDpHfQQC" }, { @@ -7475,18 +6550,13 @@ "airtableId": "recZd63MBlLNukIxS" }, { - "id": "expo-international-exhibitions-bureau-1967-montre_al-que_bec", - "name": "Expo (International Exhibitions Bureau) (1967 : Montre_al, Que_bec)", - "airtableId": "recZfcOnlJ2YeRTvG" - }, - { - "id": "united-states-foreign-relations-africa", - "name": "United States--Foreign relations--Africa", + "id": "africa-foreign-relations", + "name": "Africa--Foreign relations", "airtableId": "recZgnUgHV3l7ZrjV" }, { - "id": "satire", - "name": "Satire", + "id": "satire-irish", + "name": "Satire, Irish", "airtableId": "recZhSalNmW66FZSW" }, { @@ -7510,18 +6580,13 @@ "airtableId": "recZja4GSB4Jg5Tki" }, { - "id": "education-history", - "name": "Education--History", - "airtableId": "recZkLQH3Chl1Sd3a" - }, - { - "id": "tourism-mexico-history", - "name": "Tourism--Mexico--History", + "id": "tourism", + "name": "Tourism", "airtableId": "recZoCpt1LQDjJOJx" }, { - "id": "progressivism", - "name": "Progressivism", + "id": "progressivism-united-states-politics", + "name": "Progressivism (United States politics)", "airtableId": "recZopv6ucbFI5e6a" }, { @@ -7549,11 +6614,6 @@ "name": "Bible--Criticism, interpretation, etc", "airtableId": "recZsvQebMr5c4mWJ" }, - { - "id": "folklore", - "name": "Folklore", - "airtableId": "recZtqkpXA2aHOQmp" - }, { "id": "bairstow-edward-c-edward-cuthbert-1874-1946-organ-music", "name": "Bairstow, Edward C. (Edward Cuthbert), 1874-1946. Organ music", @@ -7564,31 +6624,21 @@ "name": "Minorities", "airtableId": "recZzCzV3IMRiqldv" }, + { + "id": "poltava-battle-of-poltava-ukraine-1709", + "name": "Poltava, Battle of, Poltava, Ukraine, 1709", + "airtableId": "reca0PvUcGNeEWxwo" + }, { "id": "teaching-methods", "name": "Teaching--Methods", "airtableId": "reca0yAQTDoQtkMup" }, - { - "id": "history-modern", - "name": "History, Modern", - "airtableId": "reca21s4BwAfAiINv" - }, { "id": "vietnam-war-1961-1975-congresses", "name": "Vietnam War, 1961-1975--Congresses", "airtableId": "reca4BS1u0lf5aQSi" }, - { - "id": "music-20th-century-history-and-criticism", - "name": "Music--20th century--History and criticism", - "airtableId": "reca4y52Eyb3lSYhb" - }, - { - "id": "nationalism-russia-federation", - "name": "Nationalism--Russia (Federation)", - "airtableId": "reca5TDOIImx63uaM" - }, { "id": "rocketry-history", "name": "Rocketry--History", @@ -7599,6 +6649,11 @@ "name": "Silent films", "airtableId": "reca89ofjQKxllIEO" }, + { + "id": "carpenters", + "name": "Carpenters", + "airtableId": "recaANwwHNzokl3pm" + }, { "id": "britain-yearly-meeting-society-of-friends", "name": "Britain Yearly Meeting (Society of Friends)", @@ -7620,8 +6675,8 @@ "airtableId": "recaKKHCIA9iqR35B" }, { - "id": "women-journalists-great-britain", - "name": "Women journalists--Great Britain", + "id": "women-journalists", + "name": "Women journalists", "airtableId": "recaKdh3tkxwfMl1J" }, { @@ -7629,11 +6684,6 @@ "name": "Suffrage", "airtableId": "recaKm5l88wqZCVUC" }, - { - "id": "women-great-britain-history-20th-century-periodicals", - "name": "Women--Great Britain--History--20th century--Periodicals", - "airtableId": "recaLRtRkuq2Yh3Wt" - }, { "id": "low-income-housing", "name": "Low-income housing", @@ -7654,11 +6704,6 @@ "name": "Freedom of the press--United States", "airtableId": "recaT8j88wbJRZyaI" }, - { - "id": "jefferson-thomas-1743-1826-drama", - "name": "Jefferson, Thomas, 1743-1826--Drama", - "airtableId": "recaTnWXjvaybqutB" - }, { "id": "europe-politics-and-government-20th-century", "name": "Europe--Politics and government--20th century", @@ -7684,15 +6729,20 @@ "name": "Italy--Commerce", "airtableId": "recaetIYFSto2vlX4" }, + { + "id": "czechoslovakia", + "name": "Czechoslovakia", + "airtableId": "recafBRn6uxRTVOJ6" + }, { "id": "exceptional-children-family-relationships-united-states", "name": "Exceptional children--Family relationships--United States", "airtableId": "recaffd9o6MM6CA9A" }, { - "id": "students-social-life-and-customers", - "name": "Students--Social life and customers", - "airtableId": "recamXIVca5CdpLz2" + "id": "pocahontas-1617", + "name": "Pocahontas, -1617", + "airtableId": "recan46MU85x2Era9" }, { "id": "human-potential-movement", @@ -7704,11 +6754,6 @@ "name": "Advertising", "airtableId": "recapJKtHx6V0XjRZ" }, - { - "id": "drugs", - "name": "Drugs", - "airtableId": "recaqTeIkJjaeImsB" - }, { "id": "constitution-of-the-national-association-of-educational-broadcasters", "name": "Constitution of the National Association of Educational Broadcasters", @@ -7729,29 +6774,19 @@ "name": "Segregation", "airtableId": "recas5JwgqOs8EVaI" }, - { - "id": "conductors", - "name": "Conductors", - "airtableId": "recasO55X1xUvnxBZ" - }, { "id": "chinese-americans", "name": "Chinese Americans", "airtableId": "recauJfj08RY9uaUx" }, - { - "id": "opera", - "name": "Opera", - "airtableId": "recauqFumvGoScYer" - }, { "id": "labor-unions-great-britain-history", "name": "Labor unions--Great Britain--History", "airtableId": "recay3TGKbd6l3lWg" }, { - "id": "paperbacks", - "name": "Paperbacks", + "id": "book-publishing", + "name": "Book publishing", "airtableId": "recb1b0pINL9rDnnF" }, { @@ -7760,10 +6795,15 @@ "airtableId": "recb3UNcbqEXS4zMp" }, { - "id": "southeast-asia-foreign-relations-20th-century", - "name": "Southeast Asia--Foreign relations--20th century", + "id": "southeast-asia-foreign-relations", + "name": "Southeast Asia--Foreign relations", "airtableId": "recb3os2uOK6jkBGh" }, + { + "id": "20th-century-history-and-criticism", + "name": "20th century--History and criticism", + "airtableId": "recb4D9gYhCit6jju" + }, { "id": "student-housing", "name": "Student housing", @@ -7774,11 +6814,6 @@ "name": "Television in education", "airtableId": "recb4p0Msr5Uglb6j" }, - { - "id": "physicians", - "name": "Physicians", - "airtableId": "recb8OWItMPuD3zIQ" - }, { "id": "environmental-education", "name": "Environmental education", @@ -7814,21 +6849,11 @@ "name": "Tennessee Valley Authority", "airtableId": "recbFDj83CbomGbXY" }, - { - "id": "united-states-history-civil-war-1861-1865", - "name": "United States--History--Civil War, 1861-1865", - "airtableId": "recbGDbysiPAgZYqw" - }, { "id": "aboriginal-australians", "name": "Aboriginal Australians", "airtableId": "recbIDxoo9BEVN9PX" }, - { - "id": "jazz-illinois-chicago-history-and-criticism", - "name": "Jazz--Illinois--Chicago--History and criticism", - "airtableId": "recbKzZOWbB8LOBZm" - }, { "id": "taxation", "name": "Taxation", @@ -7859,16 +6884,6 @@ "name": "Gold mines and mining", "airtableId": "recbSMgp2NKXwIRNZ" }, - { - "id": "singing", - "name": "Singing", - "airtableId": "recbT3qq2xpsZAyzP" - }, - { - "id": "motion-pictures-switzerland-plots-themes-etc", - "name": "Motion pictures--Switzerland--Plots, themes, etc", - "airtableId": "recbWFzbHbw5Oe1Fd" - }, { "id": "pianists", "name": "Pianists", @@ -7894,16 +6909,6 @@ "name": "New England--History--1775-1865", "airtableId": "recbalUcMXgZOI9u2" }, - { - "id": "political-culture-china", - "name": "Political culture--China", - "airtableId": "recbbDLN0Pyg5beip" - }, - { - "id": "lee-robert-e-robert-edward-1807-1870-drama", - "name": "Lee, Robert E. (Robert Edward), 1807-1870--Drama", - "airtableId": "recbbbnnyM9rbtR9I" - }, { "id": "cincinnati-symphony-orchestra", "name": "Cincinnati Symphony Orchestra", @@ -7964,11 +6969,6 @@ "name": "Napoleon (Ohio)--History", "airtableId": "recblmRBRP3fgqRvh" }, - { - "id": "african-american-banks", - "name": "African American banks", - "airtableId": "recbmFRhn9TlH67Ye" - }, { "id": "immigrants-great-britain", "name": "Immigrants--Great Britain", @@ -7985,13 +6985,13 @@ "airtableId": "recbsDevKaC7NoJrw" }, { - "id": "history-ancient", - "name": "History, Ancient", + "id": "economic-history", + "name": "Economic history", "airtableId": "recbtj67NWuTf42mX" }, { - "id": "african-americans-civil-rights-united-states", - "name": "African Americans--Civil rights--United States", + "id": "african-americans-civil-rights", + "name": "African Americans--Civil rights", "airtableId": "recbwCArwG3FMu47S" }, { @@ -8000,8 +7000,8 @@ "airtableId": "recbwJhzcXIE5wfwd" }, { - "id": "composers-18th-century", - "name": "Composers--18th century", + "id": "composers", + "name": "Composers", "airtableId": "recbyBstuqBEFxOaz" }, { @@ -8014,11 +7014,6 @@ "name": "France--History--20th century", "airtableId": "recbzoMlw7YyPReTl" }, - { - "id": "lincoln-abraham-1809-1865-drama", - "name": "Lincoln, Abraham, 1809-1865--Drama", - "airtableId": "recc1dgqk4xtK7wYT" - }, { "id": "mexico", "name": "Mexico", @@ -8059,6 +7054,11 @@ "name": "Government policy", "airtableId": "reccDu7Kc1RYrvJHB" }, + { + "id": "knights-and-knighthood", + "name": "Knights and knighthood", + "airtableId": "reccEq27LOLeltZ71" + }, { "id": "old-testament-readings", "name": "Old Testament readings", @@ -8075,13 +7075,8 @@ "airtableId": "reccGrEHbA5P0U8T9" }, { - "id": "biography-18th-century", - "name": "Biography--18th century", - "airtableId": "reccH7FHfCU4WbjsD" - }, - { - "id": "african-american-soldiers-history-20th-century", - "name": "African American soldiers--History--20th century", + "id": "african-americans", + "name": "African Americans", "airtableId": "reccHUFqOQe0Qr0es" }, { @@ -8089,26 +7084,16 @@ "name": "Astrophysics", "airtableId": "reccJn47GCePchx0m" }, - { - "id": "indians-of-north-america", - "name": "Indians of North America", - "airtableId": "reccKGxzsgNxuvXTG" - }, - { - "id": "latin-america-religion", - "name": "Latin America--Religion", - "airtableId": "reccKIkBPVJDXPSGo" - }, - { - "id": "world-war-1939-1945-occupied-territories", - "name": "World War, 1939-1945--Occupied territories", - "airtableId": "reccKg3qSP7rNxkAq" - }, { "id": "animal-behavior", "name": "Animal behavior", "airtableId": "reccLWQyroq96l4da" }, + { + "id": "18th-century", + "name": "18th century", + "airtableId": "reccMO1QoQ99InUOw" + }, { "id": "laos-history-20th-century", "name": "Laos--History--20th century", @@ -8124,6 +7109,11 @@ "name": "Virus diseases", "airtableId": "reccPboM3uP2ydYnC" }, + { + "id": "san-marti_n-jose_-de-1778-1850", + "name": "San Marti_n, Jose_ de, 1778-1850", + "airtableId": "reccRK6ZvThXprPfp" + }, { "id": "bligh-william-1754-1817", "name": "Bligh, William, 1754-1817", @@ -8159,11 +7149,6 @@ "name": "The Washington Compact", "airtableId": "reccXLgHbNrlne1oR" }, - { - "id": "african-americans-employment", - "name": "African Americans--Employment", - "airtableId": "reccXyAhRyPs2uMIu" - }, { "id": "man-woman-relationships-psychological-aspects", "name": "Man-woman relationships--Psychological aspects", @@ -8210,8 +7195,8 @@ "airtableId": "reccj0a9b1PACvD31" }, { - "id": "pastoral-fiction", - "name": "Pastoral fiction", + "id": "pastoral-fiction-american", + "name": "Pastoral fiction, American", "airtableId": "reccjJ4WcXCgCS7MG" }, { @@ -8254,11 +7239,6 @@ "name": "Gay, John, 1685-1732. Beggar's opera", "airtableId": "reccs0UrRpjHSdoIN" }, - { - "id": "united-states-history-civil-war-1861-1865-military-personnel", - "name": "United States--History--Civil War, 1861-1865--Military personnel", - "airtableId": "reccuVhlkPZdhA9eS" - }, { "id": "cid-approximately-1043-1099", "name": "Cid, approximately 1043-1099", @@ -8269,16 +7249,6 @@ "name": "Federal government--United States", "airtableId": "reccvCKiLPrN9Pek4" }, - { - "id": "communism-italy-20th-century", - "name": "Communism--Italy--20th century", - "airtableId": "reccvbCSIuQZGdOj9" - }, - { - "id": "advertising-great-britain", - "name": "Advertising--Great Britain", - "airtableId": "reccy2MnkJvBB38dQ" - }, { "id": "fallout-shelters", "name": "Fallout shelters", @@ -8305,14 +7275,9 @@ "airtableId": "recd1uHbDCUXOopaM" }, { - "id": "string-quartet-20th-century", - "name": "String quartet--20th century", - "airtableId": "recd2DW2MDj4b0Xuw" - }, - { - "id": "storytelling", - "name": "Storytelling", - "airtableId": "recd47jUWkt6UlCbt" + "id": "columbus-christopher", + "name": "Columbus, Christopher", + "airtableId": "recd3IRlzoLNUunOw" }, { "id": "educators-europe", @@ -8320,9 +7285,9 @@ "airtableId": "recd5jCGcUkZE8tk2" }, { - "id": "ashington-george-1732-1799", - "name": "ashington, George, 1732-1799", - "airtableId": "recd5zPvmFpR2ut2m" + "id": "unemployment", + "name": "Unemployment", + "airtableId": "recd661DkLAoco7oM" }, { "id": "aeronautics-united-states-safety-measures", @@ -8340,9 +7305,9 @@ "airtableId": "recd7WI2iLqnbA67H" }, { - "id": "teachers-drama", - "name": "Teachers--Drama", - "airtableId": "recd9RdOwytqCKN3U" + "id": "african-american-authors", + "name": "African American authors", + "airtableId": "recdAsmeLuJPzx43i" }, { "id": "centennials", @@ -8354,16 +7319,16 @@ "name": "Nuclear warfare--Safety measures", "airtableId": "recdCNonYvEpnYAs6" }, + { + "id": "alabama", + "name": "Alabama", + "airtableId": "recdIw2R10LKscWnq" + }, { "id": "hopi-indians-folklore", "name": "Hopi Indians--Folklore", "airtableId": "recdJ6i0n7Acxhy4V" }, - { - "id": "authors-19th-century", - "name": "Authors--19th century", - "airtableId": "recdL1aDEk8J6MxzY" - }, { "id": "work-camps", "name": "Work camps", @@ -8375,15 +7340,25 @@ "airtableId": "recdPd76tCfwf8MSL" }, { - "id": "archaeological-assemblages", - "name": "Archaeological assemblages", - "airtableId": "recdRhpmfsYI2mYxk" + "id": "domestic-animals", + "name": "Domestic animals", + "airtableId": "recdSI6mL9nBXneGV" + }, + { + "id": "social-aspects", + "name": "Social aspects", + "airtableId": "recdSNYM146pLEkQc" }, { "id": "sociology-united-states", "name": "Sociology--United States", "airtableId": "recdSmMrr51cvHQkR" }, + { + "id": "broadcasting-facilities", + "name": "Broadcasting facilities", + "airtableId": "recdTjED3MKCA5HyL" + }, { "id": "telescopes-history", "name": "Telescopes--History", @@ -8394,11 +7369,21 @@ "name": "Poets, Russian--20th century", "airtableId": "recdUKyP958buy068" }, + { + "id": "missouri-kansas-city-history-and-criticism", + "name": "Missouri--Kansas City--History and criticism", + "airtableId": "recdVD4L7zozOHgah" + }, { "id": "world-council-of-churches-history", "name": "World Council of Churches--History", "airtableId": "recdWCGMn60ZR1qnF" }, + { + "id": "great-britain-graduate-work", + "name": "Great Britain--Graduate work", + "airtableId": "recdXWPhGRkKG2rHn" + }, { "id": "tonality-history", "name": "Tonality--History", @@ -8414,6 +7399,11 @@ "name": "Steel industry and trade--Southern States", "airtableId": "recdcKCe9njwiwZgr" }, + { + "id": "divorce", + "name": "Divorce", + "airtableId": "recdcxC9rKSwiBWt6" + }, { "id": "courts", "name": "Courts", @@ -8424,16 +7414,6 @@ "name": "Authority--Social aspects", "airtableId": "recdf8DJZ2uLgbtFI" }, - { - "id": "church-and-state-great-britain", - "name": "Church and state--Great Britain", - "airtableId": "recdfmGhDRu8uJvs3" - }, - { - "id": "dickinson-emily-1830-1886-drama", - "name": "Dickinson, Emily, 1830-1886--Drama", - "airtableId": "recdgG8mk7dIiPu8m" - }, { "id": "blacks-africa", "name": "Blacks--Africa", @@ -8450,8 +7430,8 @@ "airtableId": "recdkfvc0yFHYt5Yn" }, { - "id": "rabbis-germany", - "name": "Rabbis--Germany", + "id": "rabbis", + "name": "Rabbis", "airtableId": "recdm7aCvArdvCVHU" }, { @@ -8494,6 +7474,11 @@ "name": "Indonesia--History--20th century", "airtableId": "recdtTgJlqo2nxL5v" }, + { + "id": "public-safety", + "name": "Public safety", + "airtableId": "recdv9GrXYveyNMsZ" + }, { "id": "death-religious-aspects-christianity", "name": "Death--Religious aspects--Christianity", @@ -8509,11 +7494,6 @@ "name": "Broadcast advertising", "airtableId": "rece268gF0Qwu4wkc" }, - { - "id": "city-dwellers", - "name": "City dwellers", - "airtableId": "rece4SXUvLCCmyEiG" - }, { "id": "herne-james-a-1839-1901", "name": "Herne, James A., 1839-1901", @@ -8524,11 +7504,6 @@ "name": "New Deal, 1933-1939", "airtableId": "rece52HwuCJrnHZd4" }, - { - "id": "composers-germany", - "name": "Composers--Germany", - "airtableId": "rece5gbgWJQvAzVLw" - }, { "id": "network-acceptance-committee", "name": "Network Acceptance Committee", @@ -8574,6 +7549,11 @@ "name": "Galilei, Galileo, 1564-1642--Trials, litigation, etc", "airtableId": "receIcntMdpWsHHTt" }, + { + "id": "authors-american", + "name": "Authors, American", + "airtableId": "receK3IUVmOS6yXKw" + }, { "id": "authors-united-states-20th-century-biography", "name": "Authors--United States--20th century--Biography", @@ -8584,16 +7564,6 @@ "name": "Political prisoners--Germany--20th century", "airtableId": "receO8SSReqAZV9eq" }, - { - "id": "jazz-louisiana-new-orleans-history-and-criticism", - "name": "Jazz--Louisiana--New Orleans--History and criticism", - "airtableId": "receQ6JAwFJaSUwyq" - }, - { - "id": "african-americans-professional-education", - "name": "African Americans--Professional education", - "airtableId": "receR2jcezUSQXWAa" - }, { "id": "intellectual-freedom", "name": "Intellectual freedom", @@ -8619,21 +7589,16 @@ "name": "Electric power distribution--United States", "airtableId": "receXtm0VdonnpvGo" }, + { + "id": "india-foreign-relations", + "name": "India--Foreign relations", + "airtableId": "receaJOMyOYIi0XIx" + }, { "id": "bethune-mary-mcleod-1875-1955", "name": "Bethune, Mary McLeod, 1875-1955", "airtableId": "recebfnMrBqWfJUQa" }, - { - "id": "appleseed-johnny-1774-1845-drama", - "name": "Appleseed, Johnny, 1774-1845--Drama", - "airtableId": "reced6erO2GgWEPNP" - }, - { - "id": "united-states-history-20th-century", - "name": "United States--History--20th century", - "airtableId": "recedQ11uRAROxBLe" - }, { "id": "greece-social-life-and-customs", "name": "Greece--Social life and customs", @@ -8659,11 +7624,6 @@ "name": "Multiple sclerosis--Treatment", "airtableId": "recehJwRJEi708tsi" }, - { - "id": "education", - "name": "Education", - "airtableId": "receiUgHy3uz6HrKZ" - }, { "id": "the-needs-of-educational-broadcasting", "name": "The Needs of Educational Broadcasting", @@ -8685,8 +7645,8 @@ "airtableId": "recekLGl4vx93kSLx" }, { - "id": "china-military-policy", - "name": "China--Military policy", + "id": "china", + "name": "China", "airtableId": "recemBlCnyaskenA8" }, { @@ -8699,16 +7659,6 @@ "name": "Pachelbel, Johann, 1653-1706. Organ music", "airtableId": "recer1pjfxh2Dw2bK" }, - { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States", - "airtableId": "recerNDSO9qqwygC3" - }, - { - "id": "clergy-germany", - "name": "Clergy--Germany", - "airtableId": "recesG49ZMngGn9AL" - }, { "id": "scientists", "name": "Scientists", @@ -8745,14 +7695,9 @@ "airtableId": "recf7D4Q0wmbFXUdV" }, { - "id": "television-programs-great-britain", - "name": "Television programs--Great Britain", - "airtableId": "recf7FBhnUaOMjnnh" - }, - { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States", - "airtableId": "recf7WF53ieELZk5S" + "id": "new-york-state-new-york-20th-century", + "name": "New York (State)--New York--20th century", + "airtableId": "recf7U5z6E9GfED3L" }, { "id": "prix-italia", @@ -8769,31 +7714,11 @@ "name": "Schiffman, Harold, 1928-", "airtableId": "recfBxGtYI8qMgUVD" }, - { - "id": "jazz-history-and-criticism", - "name": "Jazz--History and criticism", - "airtableId": "recfDiETC9adahR2G" - }, - { - "id": "african-americans-california-los-angeles", - "name": "African Americans--California--Los Angeles", - "airtableId": "recfGhQRDInJJQO30" - }, { "id": "atoms", "name": "Atoms", "airtableId": "recfH3Wt0NqdvhQ9b" }, - { - "id": "poetry-20th-century-history-and-criticism", - "name": "Poetry--20th century--History and criticism", - "airtableId": "recfKrbkk1a56Vxp6" - }, - { - "id": "people-under-communism", - "name": "People Under Communism", - "airtableId": "recfLWHO60i0CWmSt" - }, { "id": "songs-analysis-appreciation", "name": "Songs--Analysis, appreciation", @@ -8815,13 +7740,8 @@ "airtableId": "recfQ3dvtntLwtNv1" }, { - "id": "jazz-new-york-state-new-york-history-and-criticism", - "name": "Jazz--New York (State)--New York--History and criticism", - "airtableId": "recfQtDPq4PhtdDN9" - }, - { - "id": "biographers-united-states-biography", - "name": "Biographers--United States--Biography", + "id": "biography-united-states", + "name": "Biography--United States", "airtableId": "recfR6hDl2sf4ftk9" }, { @@ -8849,6 +7769,11 @@ "name": "Report from Europe", "airtableId": "recfWdTIX8MKlTOIk" }, + { + "id": "education-history-19th-century", + "name": "Education--History--19th century", + "airtableId": "recfat2fd5LhnCvhL" + }, { "id": "netherlands-colonies-indonesia-history", "name": "Netherlands--Colonies--Indonesia--History", @@ -8864,16 +7789,6 @@ "name": "Schloss Colditz (Colditz, Germany)--History--20th century", "airtableId": "recfdB4XGs46k689C" }, - { - "id": "parenting", - "name": "Parenting", - "airtableId": "recfdFcavzTD6587T" - }, - { - "id": "education-united-states-forecasting", - "name": "Education--United States--Forecasting", - "airtableId": "recfdL0tjIj0qqJFL" - }, { "id": "bremer-fredrika-1801-1865-travel", "name": "Bremer, Fredrika, 1801-1865--Travel", @@ -8889,6 +7804,11 @@ "name": "Japan--History--19th century", "airtableId": "recfg0cPpxigzQkAl" }, + { + "id": "russian-literature", + "name": "Russian literature", + "airtableId": "recfhK2dtk8DpvJFs" + }, { "id": "widor-charles-marie-1844-1937-organ-music", "name": "Widor, Charles-Marie, 1844-1937. Organ music", @@ -8934,11 +7854,6 @@ "name": "Zoology", "airtableId": "recfmIQpfYzhBJO0F" }, - { - "id": "women-great-britain-attitudes", - "name": "Women--Great Britain--Attitudes", - "airtableId": "recfoo6Gp3IEiDFUe" - }, { "id": "churchill-winston-1874-1965", "name": "Churchill, Winston, 1874-1965", @@ -8980,25 +7895,10 @@ "airtableId": "recfywZU6CgujNWIW" }, { - "id": "nationalism-ireland", - "name": "Nationalism--Ireland", - "airtableId": "recg1zSfD8XLYIKst" - }, - { - "id": "education-mexico", - "name": "Education--Mexico", - "airtableId": "recg8DIZNefy40GYW" - }, - { - "id": "united-states-federal-communications-commission", - "name": "United States. Federal Communications Commission", + "id": "united-states-federal-communications-commission-fcc", + "name": "United States. Federal Communications Commission. (FCC)", "airtableId": "recgA9qH6DoaclPjT" }, - { - "id": "communism-and-religion", - "name": "Communism and religion", - "airtableId": "recgAt1yV4OR3Qz31" - }, { "id": "paulding-james-kirke-1778-1860", "name": "Paulding, James Kirke, 1778-1860", @@ -9014,11 +7914,6 @@ "name": "Motion picture acting", "airtableId": "recgEsK65ZVuRGgtx" }, - { - "id": "fiction-technique", - "name": "Fiction--Technique", - "airtableId": "recgHxhMWlApopWu2" - }, { "id": "naeb-tape-network", "name": "NAEB Tape Network", @@ -9039,6 +7934,11 @@ "name": "Television--Equipment and supplies", "airtableId": "recgMfaoheQYFFG5L" }, + { + "id": "political-activity", + "name": "Political activity", + "airtableId": "recgNmLsGVXcoYcGE" + }, { "id": "boogie-woogie-music-history-and-criticism", "name": "Boogie woogie (Music)--History and criticism", @@ -9065,9 +7965,9 @@ "airtableId": "recgU3sNiBboPxI5x" }, { - "id": "african-americans-medical-care", - "name": "African Americans--Medical care", - "airtableId": "recgULmtBtJgiAy3C" + "id": "rural-urban-migration", + "name": "Rural-urban migration", + "airtableId": "recgVRxXqXMY0SDUt" }, { "id": "schary-dore-interviews", @@ -9094,6 +7994,11 @@ "name": "Nielsen Coverage Study", "airtableId": "recgi5uEC8t9JiMot" }, + { + "id": "communists", + "name": "Communists", + "airtableId": "recgiq9yLRzv2anfk" + }, { "id": "percussion-with-orchestra", "name": "Percussion with orchestra", @@ -9124,20 +8029,15 @@ "name": "Child development", "airtableId": "recgqDuRc8U27pnFl" }, - { - "id": "ballet-dancers-great-britain-biography", - "name": "Ballet dancers--Great Britain--Biography", - "airtableId": "recgrE7aY0gr8cBCd" - }, { "id": "cities-and-towns-ohio", "name": "Cities and towns--Ohio", "airtableId": "recgrZzDOcldziPDb" }, { - "id": "music-18th-century", - "name": "Music--18th century", - "airtableId": "recgsMKJCmQfo6RrW" + "id": "great-britain-philosophy", + "name": "Great Britain--Philosophy", + "airtableId": "recgsamvJ5vjQnhfc" }, { "id": "handel-george-frideric-1685-1759-choral-music", @@ -9164,16 +8064,6 @@ "name": "Democracy--Japan--History", "airtableId": "rech6GA6TwjxY1f9n" }, - { - "id": "carver-george-washington-1864-1943-childhood-and-youth", - "name": "Carver, George Washington, 1864?-1943--Childhood and youth", - "airtableId": "rech6TfiwfmdcTfJE" - }, - { - "id": "germany-history-20th-century", - "name": "Germany--History--20th century", - "airtableId": "rech6e6L8lkeVZOR3" - }, { "id": "pointe-de-sable-jean-baptiste-1745-1818", "name": "Pointe de Sable, Jean Baptiste, 1745?-1818", @@ -9184,11 +8074,26 @@ "name": "Asia--Politics and government--1945-", "airtableId": "rech7XJn4WfqLUlj8" }, + { + "id": "germany-saxony", + "name": "Germany--Saxony", + "airtableId": "rech7xMLQhAhVYCrf" + }, + { + "id": "atatu_rk-kemal-1881-1938", + "name": "Atatu_rk, Kemal, 1881-1938", + "airtableId": "rech8JNInIBfr0g7t" + }, { "id": "europe-history-20th-century", "name": "Europe--History--20th century", "airtableId": "rech9x1kxukXFYATE" }, + { + "id": "jews-united-states", + "name": "Jews--United States", + "airtableId": "rech9zVmn8bg4XD6Y" + }, { "id": "persichetti-vincent-1915-1987", "name": "Persichetti, Vincent, 1915-1987", @@ -9209,6 +8114,11 @@ "name": "Spain--History, Military", "airtableId": "rechTSlHhPoiXnTyc" }, + { + "id": "hampton-lionel", + "name": "Hampton, Lionel", + "airtableId": "rechUggwNpOMBdE5t" + }, { "id": "exobiology", "name": "Exobiology", @@ -9219,16 +8129,16 @@ "name": "Feuermann, Emanuel, 1902-1942", "airtableId": "rechcMDAtIMae7egp" }, - { - "id": "nationalism-and-communism-soviet-union", - "name": "Nationalism and communism--Soviet Union", - "airtableId": "rechcqFEYuWbVkoiE" - }, { "id": "world-war-1939-1945", "name": "World War, 1939-1945", "airtableId": "rechd9PN4omjWDAAh" }, + { + "id": "politicians-united-states", + "name": "Politicians--United States", + "airtableId": "rechdUb7leM9GiGCw" + }, { "id": "muscular-dystrophy", "name": "Muscular dystrophy", @@ -9244,11 +8154,6 @@ "name": "Money--Germany", "airtableId": "rechhidEHxeTMuPOL" }, - { - "id": "chamber-music", - "name": "Chamber music", - "airtableId": "rechibaiEG9Hff2U5" - }, { "id": "opera-20th-century", "name": "Opera--20th century", @@ -9264,16 +8169,6 @@ "name": "West (U.S.)", "airtableId": "rechkUxHf7iDMsPzT" }, - { - "id": "businesspeople-great-britain-interviews", - "name": "Businesspeople--Great Britain--Interviews", - "airtableId": "rechmW0RDXiZ4hkrs" - }, - { - "id": "music", - "name": "Music", - "airtableId": "rechn3rrXyiYv1fKM" - }, { "id": "tennyson-alfred-tennyson-baron-1809-1892-family", "name": "Tennyson, Alfred Tennyson, Baron, 1809-1892--Family", @@ -9294,6 +8189,11 @@ "name": "Chicago (Ill.)--History", "airtableId": "rechpm8NDaBRIFLE8" }, + { + "id": "new-york-state-new-york", + "name": "New York (State)--New York", + "airtableId": "rechq9IZ9VvdNycUu" + }, { "id": "intimidation-united-states", "name": "Intimidation--United States", @@ -9334,11 +8234,6 @@ "name": "Educators--Great Britain--Biography", "airtableId": "reci1C5DpLt5FnMPJ" }, - { - "id": "jazz-1941-1950-history-and-criticism", - "name": "Jazz--1941-1950--History and criticism", - "airtableId": "reci4UEk8dXKi4GwL" - }, { "id": "education-higher-aims-and-objectives-united-states", "name": "Education, Higher--Aims and objectives--United States", @@ -9354,11 +8249,6 @@ "name": "Sewall, Samuel, 1652-1730. Diary. Selections", "airtableId": "reci6DBdDSy09dPS4" }, - { - "id": "architecture-and-youth", - "name": "Architecture and youth", - "airtableId": "reci6q9lY33Djg3BB" - }, { "id": "mosley-oswald-1896-1980", "name": "Mosley, Oswald, 1896-1980", @@ -9374,6 +8264,11 @@ "name": "Drum", "airtableId": "reci9T3UBkoJhQyzG" }, + { + "id": "professional-education", + "name": "Professional education", + "airtableId": "reciAdD2mKBhBduYp" + }, { "id": "physical-sci", "name": "Physical Sci", @@ -9420,20 +8315,15 @@ "airtableId": "reciT8CdFCREgpk3M" }, { - "id": "public-relations-kit", - "name": "Public Relations Kit", - "airtableId": "reciVPrpv4jYeTJVb" + "id": "diplomats", + "name": "Diplomats", + "airtableId": "reciV25qWOMXEwpIg" }, { "id": "educational-change", "name": "Educational change", "airtableId": "reciXxY1FfbWY4opj" }, - { - "id": "lincoln-abraham-1809-1865", - "name": "Lincoln, Abraham, 1809-1865", - "airtableId": "reciYMTFYSgybbdEb" - }, { "id": "fear", "name": "Fear", @@ -9534,11 +8424,6 @@ "name": "Clergy", "airtableId": "recixEeMyqBQpTS0X" }, - { - "id": "writing", - "name": "Writing.", - "airtableId": "recizd75zSnDsJ9vh" - }, { "id": "diplomacy", "name": "Diplomacy", @@ -9550,18 +8435,8 @@ "airtableId": "recj17sDsPASebXIA" }, { - "id": "medical-care-united-states", - "name": "Medical care--United States", - "airtableId": "recj2FOH6VCc15RCE" - }, - { - "id": "washington-dc-drama", - "name": "Washington (D.C.)--Drama", - "airtableId": "recj4XLuJg89g63mH" - }, - { - "id": "wit-and-humor-united-states", - "name": "Wit and humor--United States", + "id": "wit-and-humor", + "name": "Wit and humor", "airtableId": "recj55L8zF9AhNJm1" }, { @@ -9569,85 +8444,45 @@ "name": "China civilization", "airtableId": "recj5UMgaOttLBaI8" }, - { - "id": "dramatic-criticism-united-states-history-20th-century", - "name": "Dramatic criticism--United States--History--20th century", - "airtableId": "recj6NrZtZZoHGa8o" - }, { "id": "humanities", "name": "Humanities", "airtableId": "recj6VGhFb0bIjb7j" }, { - "id": "womens-rights-iran", - "name": "Women's rights--Iran", - "airtableId": "recj7HhnRBOvzX8Og" + "id": "licensing", + "name": "Licensing", + "airtableId": "recj6nM8PblUlZshV" }, { - "id": "parenting-drama", - "name": "Parenting--Drama", - "airtableId": "recj8BC2OnC5PLfSm" + "id": "legal-status-laws-etc", + "name": "Legal status, laws, etc", + "airtableId": "recj9DxvETE6xJk6x" }, { "id": "radio-education-conference", "name": "Radio Education Conference", "airtableId": "recj9H2bxORJ8QAUj" }, - { - "id": "eccentrics-and-eccentricities-united-states", - "name": "Eccentrics and eccentricities--United States", - "airtableId": "recj9MfxgE3qtvOp5" - }, - { - "id": "education-denmark", - "name": "Education--Denmark", - "airtableId": "recj9ynmJeWB23Ver" - }, { "id": "culture", "name": "Culture", "airtableId": "recjATU1uT46d9nzE" }, - { - "id": "piano-music-20th-century", - "name": "Piano music--20th century", - "airtableId": "recjCGsnUu8tsC5Ip" - }, - { - "id": "music-theory-history", - "name": "Music theory--History", - "airtableId": "recjD0wP3CT25UNYM" - }, - { - "id": "steel-alloy-industry-united-states-history", - "name": "Steel alloy industry--United States--History", - "airtableId": "recjECZkS1b2antit" - }, - { - "id": "african-americans-united-states", - "name": "African Americans--United States", - "airtableId": "recjEQrLBnE7t6vrJ" - }, { "id": "theater", "name": "Theater", "airtableId": "recjFV3ReL0hhIKS4" }, { - "id": "poverty-united-states", - "name": "Poverty--United States", + "id": "poverty", + "name": "Poverty", "airtableId": "recjGdmmBisxqvnAw" }, { - "id": "universities-and-colleges-united-states-finance", - "name": "Universities and colleges--United States--Finance", - "airtableId": "recjIFbk2X297YJFm" - }, - { - "id": "music-20th-century", - "name": "Music--20th century", - "airtableId": "recjJ0dTOzeesDn3s" + "id": "production-and-direction", + "name": "Production and direction", + "airtableId": "recjJh248KpGoIn1e" }, { "id": "cities-and-towns-kentucky", @@ -9659,54 +8494,24 @@ "name": "Human behavior", "airtableId": "recjLBgJmYshgJ7Uu" }, - { - "id": "crime", - "name": "Crime", - "airtableId": "recjLCxQweobCrF24" - }, { "id": "little-known-facts-in-american-history", "name": "Little Known Facts in American History", "airtableId": "recjM2DCpxVIWJAZr" }, - { - "id": "lectures-and-lecturing-united-states", - "name": "Lectures and lecturing--United States", - "airtableId": "recjM9JRLTlzE7w2u" - }, { "id": "portis-charles", "name": "Portis, Charles", "airtableId": "recjMPob9uQWeGnsk" }, - { - "id": "rocketry-united-states-history", - "name": "Rocketry--United States--History", - "airtableId": "recjN2YsZPS5rj1OY" - }, - { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism", - "airtableId": "recjNgp2Mz8l3UBja" - }, - { - "id": "religion", - "name": "Religion", - "airtableId": "recjO3bN9GbEYNSXS" - }, { "id": "shostakovich-dmitrii_-dmitrievich-1906-1975", "name": "Shostakovich, Dmitrii_ Dmitrievich, 1906-1975", "airtableId": "recjSJk5xn2ZKWR3q" }, { - "id": "african-americans-mental-health", - "name": "African Americans--Mental health", - "airtableId": "recjSJsmdHTTvKlyN" - }, - { - "id": "short-stories", - "name": "Short stories", + "id": "short-stories-history-and-criticism", + "name": "Short stories--History and criticism", "airtableId": "recjTYA2dtZGJCvuC" }, { @@ -9719,16 +8524,16 @@ "name": "Travel writing", "airtableId": "recjVlgWskTGMZ3uM" }, + { + "id": "single-mothers", + "name": "Single mothers", + "airtableId": "recjWCEH4h45w01ni" + }, { "id": "mackay-alexander-1808-1852", "name": "Mackay, Alexander, 1808-1852", "airtableId": "recjWDWy0b8IYa1DW" }, - { - "id": "socialism-great-britain-20th-century", - "name": "Socialism--Great Britain--20th century", - "airtableId": "recjXyHbo3k3PHhsw" - }, { "id": "journalism-study-and-teaching", "name": "Journalism--Study and teaching", @@ -9754,16 +8559,6 @@ "name": "Food Poisoning", "airtableId": "recjcuEoWMaFoFkuM" }, - { - "id": "ohio-state-awards", - "name": "Ohio State Awards", - "airtableId": "recjeNZWvrvyqpRGg" - }, - { - "id": "2665", - "name": "2665", - "airtableId": "recjff2yIm0HQMRjZ" - }, { "id": "developing-countries-economic-conditions", "name": "Developing countries--Economic conditions", @@ -9785,14 +8580,9 @@ "airtableId": "recjpS2ebpL8GgMSQ" }, { - "id": "criticism", - "name": "Criticism", - "airtableId": "recjpcNeGW3OfSuRV" - }, - { - "id": "china-relations-soviet-union", - "name": "China--Relations--Soviet Union", - "airtableId": "recjqGOOXCxzCpxo7" + "id": "19th-century", + "name": "19th century", + "airtableId": "recjtrMVJli6zGkAJ" }, { "id": "philosophers-germany-interviews", @@ -9805,20 +8595,20 @@ "airtableId": "recjyfQbdrvHL2LlZ" }, { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism", - "airtableId": "recjzIICMITYS55Xc" + "id": "ballet", + "name": "Ballet", + "airtableId": "recjzqDmJtACM0wT1" + }, + { + "id": "documentary-radio-programs", + "name": "Documentary radio programs", + "airtableId": "reck11BxmcjceX5tN" }, { "id": "diplomats-great-britain-history-20th-century", "name": "Diplomats--Great Britain--History--20th century", "airtableId": "reck2k14ReHHwFMby" }, - { - "id": "neighbors-relations-with-drama", - "name": "Neighbors--Relations with--Drama", - "airtableId": "reck3dWMmU9km1vUu" - }, { "id": "piano-instruction-and-study", "name": "Piano--Instruction and study", @@ -9834,16 +8624,16 @@ "name": "Lakes", "airtableId": "reck9UQxdZfE9toVN" }, - { - "id": "composers-united-states-biography", - "name": "Composers--United States--Biography", - "airtableId": "reckAFhEQquLN80uc" - }, { "id": "lion", "name": "Lion", "airtableId": "reckDVTJwFJMZQ3Ix" }, + { + "id": "jews", + "name": "Jews", + "airtableId": "reckDyL1yL0Lf45uv" + }, { "id": "satire-english", "name": "Satire, English", @@ -9879,11 +8669,6 @@ "name": "Sauna--Finland", "airtableId": "reckNhouLBRSOCzXn" }, - { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama", - "airtableId": "reckO92FPvJqIZ8CX" - }, { "id": "photography", "name": "Photography", @@ -9900,8 +8685,8 @@ "airtableId": "reckRU3zJN9qVtdNh" }, { - "id": "authors-great-britain-biography", - "name": "Authors--Great Britain--Biography", + "id": "british-literature", + "name": "British literature", "airtableId": "reckSb5WSKLoJIYVe" }, { @@ -9919,30 +8704,20 @@ "name": "Submarines (Ships)", "airtableId": "reckTstC09U6ocHuH" }, - { - "id": "african-american-physicians", - "name": "African American physicians", - "airtableId": "reckU2BqVOcjEPO30" - }, { "id": "due-process-of-law-united-states", "name": "Due process of law--United States", "airtableId": "reckUNr6dfY7RuxPn" }, - { - "id": "latin-america-history", - "name": "Latin America--History", - "airtableId": "reckWdTbXDMokBdh7" - }, { "id": "soldiers-united-states-biography", "name": "Soldiers--United States--Biography", "airtableId": "reckdQXCn4UAWv504" }, { - "id": "popular-music-great-britain", - "name": "Popular music--Great Britain", - "airtableId": "recke1JOXyQdtWPCa" + "id": "monarchy", + "name": "Monarchy", + "airtableId": "reckelcGWAuAfq85M" }, { "id": "missions-medical", @@ -9964,11 +8739,6 @@ "name": "United States. National Aeronautics and Space Administration", "airtableId": "reckiOT9RdBNZ0JG5" }, - { - "id": "china", - "name": "China", - "airtableId": "reckiq3fQV8FcEpIx" - }, { "id": "yurok-indians", "name": "Yurok Indians", @@ -10020,8 +8790,8 @@ "airtableId": "reckzWO7sc15hQT6D" }, { - "id": "motion-pictures-switzerland-history", - "name": "Motion pictures--Switzerland--History", + "id": "switzerland", + "name": "Switzerland", "airtableId": "reckzX64ZJoMA9vNh" }, { @@ -10034,11 +8804,6 @@ "name": "Letters to the editor--Soviet Union", "airtableId": "recl53HyCuat4RZzr" }, - { - "id": "revolutions", - "name": "Revolutions", - "airtableId": "recl6tXpyXXk2a2MJ" - }, { "id": "blues-music-history-and-criticism", "name": "Blues (Music)--History and criticism", @@ -10074,6 +8839,11 @@ "name": "Higher education", "airtableId": "reclChZZ6iF2ebPrD" }, + { + "id": "health-and-hygiene", + "name": "Health and hygiene", + "airtableId": "reclDPNNsCmwb3XoC" + }, { "id": "public-housing-united-states", "name": "Public housing--United States", @@ -10094,6 +8864,11 @@ "name": "Bible. Old Testament", "airtableId": "reclFoLFb7nRvYDSq" }, + { + "id": "broadcasting-engineers", + "name": "Broadcasting engineers", + "airtableId": "reclGTjaC2u9zjuBL" + }, { "id": "dickinson-emily-1830-1886-criticism-and-interpretation", "name": "Dickinson, Emily, 1830-1886--Criticism and interpretation", @@ -10109,21 +8884,11 @@ "name": "Water resources development", "airtableId": "reclKekZVBOFgeks3" }, - { - "id": "public-broadcasting-finance", - "name": "Public broadcasting--Finance", - "airtableId": "reclL5hBzhJXT6IP7" - }, { "id": "theologians-spain", "name": "Theologians--Spain", "airtableId": "reclQw2S962GmctfQ" }, - { - "id": "theater-germany", - "name": "Theater--Germany", - "airtableId": "reclRXmfHsSoARJOW" - }, { "id": "political-parties-germany", "name": "Political parties--Germany", @@ -10134,11 +8899,21 @@ "name": "Criminals", "airtableId": "reclSbn3d85RthYYQ" }, + { + "id": "middle-east", + "name": "Middle East", + "airtableId": "reclT09I81x4040B1" + }, { "id": "artists", "name": "Artists", "airtableId": "reclV91CWJtNa98AA" }, + { + "id": "transatlantic-cables", + "name": "Transatlantic cables", + "airtableId": "reclVmfbCnMErqvyi" + }, { "id": "internal-security-united-states", "name": "Internal security--United States", @@ -10154,6 +8929,11 @@ "name": "World politics", "airtableId": "reclYz9q4MAzTFpbl" }, + { + "id": "pennsylvania", + "name": "Pennsylvania", + "airtableId": "recla3TyDg6Ask4IP" + }, { "id": "speech", "name": "Speech", @@ -10165,14 +8945,9 @@ "airtableId": "reclfjJ7MSqB7a418" }, { - "id": "southern-states-history", - "name": "Southern States--History", - "airtableId": "reclhOYB3lY86z65A" - }, - { - "id": "astronomy", - "name": "Astronomy", - "airtableId": "recliE45GUUetZdaz" + "id": "lee-robert-e-robert-edward-1807-1870", + "name": "Lee, Robert E. (Robert Edward), 1807-1870", + "airtableId": "reclfym4yqXiYaU1Q" }, { "id": "taxation-united-states", @@ -10195,9 +8970,14 @@ "airtableId": "reclnR0NAkMQh9h9O" }, { - "id": "communism-india-history-20th-century", - "name": "Communism--India--History--20th century", - "airtableId": "reclqTIkPRwil6I05" + "id": "steel-alloy-industry", + "name": "Steel alloy industry", + "airtableId": "recloB3aKo5aogBr2" + }, + { + "id": "southeast-asia", + "name": "Southeast Asia", + "airtableId": "reclpDyF8uZ5kp8XV" }, { "id": "davis-benjamin-o-jr-1912-2002", @@ -10220,9 +9000,9 @@ "airtableId": "reclxUPFTl62dOhCa" }, { - "id": "schumann-robert-1810-1856", - "name": "Schumann, Robert, 1810-1856", - "airtableId": "reclyQ6fdwZivjlrD" + "id": "illinois-chicago", + "name": "Illinois--Chicago", + "airtableId": "reclydjttL4L3ISBh" }, { "id": "science", @@ -10234,6 +9014,11 @@ "name": "Concerts", "airtableId": "recm0Lqsg7lqqB61H" }, + { + "id": "galilei-galileo-1564-1642", + "name": "Galilei, Galileo, 1564-1642", + "airtableId": "recm0WHrv14gihGfe" + }, { "id": "persecution-soviet-union", "name": "Persecution--Soviet Union", @@ -10245,8 +9030,8 @@ "airtableId": "recm54PwPYQczlwYF" }, { - "id": "slavery-united-states-history", - "name": "Slavery--United States--History", + "id": "slavery-united-states", + "name": "Slavery--United States", "airtableId": "recm7gIyBydvDOec8" }, { @@ -10255,19 +9040,14 @@ "airtableId": "recm7loFcyVPU8Jc4" }, { - "id": "poverty", - "name": "Poverty", - "airtableId": "recmAmbT7jbkRlp2a" - }, - { - "id": "nuclear-energy-industrial-applications-united-states-history", - "name": "Nuclear energy--Industrial applications--United States--History", - "airtableId": "recmB7hZOSYoYSIW9" + "id": "cuauhtemoc-emperor-of-mexico-1495-1525", + "name": "Cuauhtemoc, Emperor of Mexico, 1495?-1525", + "airtableId": "recm95804sTFvtcxq" }, { - "id": "cuauhtemoc-emperor-of-mexico-1495-1525-drama", - "name": "Cuauhtemoc, Emperor of Mexico, 1495?-1525--Drama", - "airtableId": "recmB9602KJVhQoRU" + "id": "latin-america-foreign-relations", + "name": "Latin America--Foreign relations", + "airtableId": "recmBGeBZw4fGJok5" }, { "id": "world-politics-1945-1955-public-opinion", @@ -10279,11 +9059,6 @@ "name": "Mass media criticism", "airtableId": "recmDUIszEweLVX20" }, - { - "id": "organ-music", - "name": "Organ music", - "airtableId": "recmGuoaH0RVsncyC" - }, { "id": "human-beings-philosophy", "name": "Human beings--Philosophy", @@ -10294,11 +9069,6 @@ "name": "Dakota Indians", "airtableId": "recmIiz01wTqDkqOQ" }, - { - "id": "urban-youth", - "name": "Urban youth", - "airtableId": "recmK7azm3azdsXzD" - }, { "id": "musicians-austria-interviews", "name": "Musicians--Austria--Interviews", @@ -10309,11 +9079,6 @@ "name": "Slavery", "airtableId": "recmMZVHCN4lg6Gk3" }, - { - "id": "china-history-20th-century", - "name": "China--History--20th century", - "airtableId": "recmMyT0NoDp2Q89U" - }, { "id": "pepys-samuel-1633-1703-diaries", "name": "Pepys, Samuel, 1633-1703--Diaries", @@ -10329,16 +9094,16 @@ "name": "Cigarettes--Health aspects", "airtableId": "recmTH8dadgzpOrrY" }, + { + "id": "children", + "name": "Children", + "airtableId": "recmUhCwgZOksa0mo" + }, { "id": "japan-history-14th-century", "name": "Japan--History--14th century", "airtableId": "recmWDDulZQBc8qQ3" }, - { - "id": "fiction-20th-century-stories-plots-etc", - "name": "Fiction--20th century--Stories, plots, etc", - "airtableId": "recmYALM9WzvAjXS2" - }, { "id": "mikoyan-mfi-jet-fighter-plane", "name": "Mikoyan MFI (Jet fighter plane)", @@ -10359,11 +9124,6 @@ "name": "Wolpe, Stefan", "airtableId": "recmbkS98u6AXKHJB" }, - { - "id": "indians-of-north-america-legal-status-laws-etc", - "name": "Indians of North America--Legal status, laws, etc", - "airtableId": "recmg9Jtz0ykRUNHI" - }, { "id": "disarmament", "name": "Disarmament", @@ -10380,8 +9140,8 @@ "airtableId": "recmjvxE0QaagsgP4" }, { - "id": "christianity-and-culture-latin-america", - "name": "Christianity and culture--Latin America", + "id": "christianity-and-culture", + "name": "Christianity and culture", "airtableId": "recmkoSxLDVITRIPB" }, { @@ -10389,6 +9149,11 @@ "name": "Theology", "airtableId": "recmmBzKMsqB6Ocpt" }, + { + "id": "morocco", + "name": "Morocco", + "airtableId": "recmmhwhk6yxynuEY" + }, { "id": "oratorio", "name": "Oratorio", @@ -10434,16 +9199,16 @@ "name": "Henson, Matthew Alexander, 1866-1955", "airtableId": "recmzzPVt0YBkmnm1" }, + { + "id": "mayors-united-states", + "name": "Mayors--United States", + "airtableId": "recn0BDaX2CUBDSYG" + }, { "id": "pericles-approximately-495-bc-429-bc", "name": "Pericles, approximately 495 B.C.-429 B.C", "airtableId": "recn0ivYzWCY8kVte" }, - { - "id": "great-lakes-north-america-commerce", - "name": "Great Lakes (North America)--Commerce", - "airtableId": "recn1XQeVWjWhLavi" - }, { "id": "gluck-christoph-willibald-ritter-von-1714-1787-orfeo-ed-euridice", "name": "Gluck, Christoph Willibald, Ritter von, 1714-1787. Orfeo ed Euridice", @@ -10474,19 +9239,24 @@ "name": "Remilitarization--Germany--History--20th century", "airtableId": "recn4wdBUyeGCgNcK" }, + { + "id": "germany-societies-etc", + "name": "Germany--Societies, etc", + "airtableId": "recn6ufvleP4Uj9F2" + }, { "id": "sweden-history-20th-century", "name": "Sweden--History--20th century", "airtableId": "recn7ukJuiTPOu3MF" }, { - "id": "work-songs-united-states", - "name": "Work songs--United States", - "airtableId": "recn8mDwWBVpgds2l" + "id": "federal-radio-commission", + "name": "Federal Radio Commission", + "airtableId": "recn9XN6KF5WBg9Ev" }, { - "id": "united-states-history-civil-war-1861-1865-drama", - "name": "United States--History--Civil War, 1861-1865--Drama", + "id": "united-states-civil-war-1861-1865", + "name": "United States--Civil War, 1861-1865", "airtableId": "recnElSfzhGTCjPNb" }, { @@ -10509,11 +9279,6 @@ "name": "Bali (Indonesia : Province)--Description and travel", "airtableId": "recnHHTutvDOcxwMs" }, - { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes", - "airtableId": "recnMP8ysP1VLU3Uw" - }, { "id": "iran-history", "name": "Iran--History", @@ -10524,11 +9289,6 @@ "name": "Presidents--United States", "airtableId": "recnOkHa0p82ngjLN" }, - { - "id": "india-relations-china", - "name": "India--Relations--China", - "airtableId": "recnOuxYuhFAShYG7" - }, { "id": "national-tape-repository", "name": "National Tape Repository", @@ -10554,26 +9314,11 @@ "name": "Newspapers", "airtableId": "recnW0zD928OiErfg" }, - { - "id": "authors-20th-century", - "name": "Authors--20th century", - "airtableId": "recnWRv7AMaencydY" - }, { "id": "violin-methods", "name": "Violin--Methods", "airtableId": "recnYACEbTgoh0xVB" }, - { - "id": "diplomats-france", - "name": "Diplomats--France", - "airtableId": "recnZ7Uo9rnKSsL17" - }, - { - "id": "womens-rights-great-britain", - "name": "Women's rights--Great Britain", - "airtableId": "recngIzj5eZRF1tim" - }, { "id": "language-acquisition", "name": "Language acquisition", @@ -10590,19 +9335,9 @@ "airtableId": "recnhgwmtug5SR8TX" }, { - "id": "african-americans-education", - "name": "African Americans--Education", - "airtableId": "recniR8mA5arRDmC2" - }, - { - "id": "china-history-19th-century", - "name": "China--History--19th century", - "airtableId": "recnjFkAzpSGyIH4U" - }, - { - "id": "public-schools-great-britain", - "name": "Public schools--Great Britain", - "airtableId": "recnodoMpxorlhF1a" + "id": "north-carolina", + "name": "North Carolina", + "airtableId": "recnnH9YLMH5oDSnL" }, { "id": "sectionalism-united-states", @@ -10624,11 +9359,6 @@ "name": "Political parties--Great Britain--History--20th century", "airtableId": "recnxerSleHzRu5Ri" }, - { - "id": "causation", - "name": "Causation", - "airtableId": "recnzKpmwroNlBuEY" - }, { "id": "sexuality-culture", "name": "Sexuality & culture", @@ -10660,20 +9390,10 @@ "airtableId": "reco5a938CsoO1AZx" }, { - "id": "rural-urban-migration-drama", - "name": "Rural-urban migration--Drama", - "airtableId": "reco7IBLwo4ECShPm" - }, - { - "id": "transnationalism-history-20th-century", - "name": "Transnationalism--History--20th century", + "id": "transnationalism", + "name": "Transnationalism", "airtableId": "reco7WDaWicHTWr87" }, - { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism", - "airtableId": "recoAY64kYslbwv7x" - }, { "id": "solar-system-history", "name": "Solar system--History", @@ -10684,35 +9404,20 @@ "name": "Metropolitan areas", "airtableId": "recoCLexwAd1dmvpH" }, - { - "id": "civil-service", - "name": "Civil service", - "airtableId": "recoDujX4hYpQNkKe" - }, { "id": "commonwealth-countries-economic-conditions", "name": "Commonwealth countries--Economic conditions", "airtableId": "recoEKApsC3iXPgJA" }, - { - "id": "freedom", - "name": "Freedom", - "airtableId": "recoEfjtbwIgc3DVT" - }, - { - "id": "soviet-literature-censorship", - "name": "Soviet literature--Censorship", - "airtableId": "recoFdYCQho8ZEBsE" - }, { "id": "god", "name": "God", "airtableId": "recoGV1elNDXS9R4t" }, { - "id": "broadcasting-social-aspects", - "name": "Broadcasting--Social aspects", - "airtableId": "recoGk6IqSuGIjJFS" + "id": "united-states-federal-bureau-of-investigation", + "name": "United States. Federal Bureau of Investigation", + "airtableId": "recoGtU4KlcUXibSr" }, { "id": "exceptional-children-united-states", @@ -10725,8 +9430,8 @@ "airtableId": "recoHYPuqtUeEqhXp" }, { - "id": "freedom-of-speech-united-states-history", - "name": "Freedom of speech--United States--History", + "id": "freedom-of-speech", + "name": "Freedom of speech", "airtableId": "recoJe1A0afNEL47m" }, { @@ -10784,11 +9489,6 @@ "name": "Europe, Western", "airtableId": "recoT8RhMIDxrlSE0" }, - { - "id": "nationalism-developing-countries", - "name": "Nationalism--Developing countries", - "airtableId": "recoU8i8mlNtdCVXw" - }, { "id": "campo-santo-di-pisa", "name": "Campo santo di Pisa", @@ -10805,20 +9505,15 @@ "airtableId": "recoVJAOCC5YuXcVc" }, { - "id": "founding-fathers-of-the-united-states", - "name": "Founding Fathers of the United States", - "airtableId": "recoYe6fVaUFm9HiA" + "id": "2870", + "name": "2870", + "airtableId": "recoVaE24A7R3iT1u" }, { "id": "political-ethics", "name": "Political ethics", "airtableId": "recoZYWk5Od57m1Df" }, - { - "id": "wit-and-humor-fiction", - "name": "Wit and humor--Fiction", - "airtableId": "recoaz2zHVqX5tlFW" - }, { "id": "italy-history-19th-century", "name": "Italy--History--19th century", @@ -10869,11 +9564,6 @@ "name": "Europe--Social life and customs--1945-", "airtableId": "reconHZLirCoEBDxX" }, - { - "id": "work-and-family-great-britain", - "name": "Work and family--Great Britain", - "airtableId": "recoqvmDcDQX1vvU3" - }, { "id": "theater-critics-united-states-interviews", "name": "Theater critics--United States--Interviews", @@ -10894,16 +9584,16 @@ "name": "Orestes, King of Argos (Mythological character)", "airtableId": "recoyicKrsHawRWxD" }, - { - "id": "monarchy-great-britain", - "name": "Monarchy--Great Britain", - "airtableId": "recozTgHWcqUuCfFP" - }, { "id": "banneker-benjamin-1731-1806", "name": "Banneker, Benjamin, 1731-1806", "airtableId": "recozwr3ZNDfDTxse" }, + { + "id": "aviation", + "name": "Aviation", + "airtableId": "recp1aHNStiongsWN" + }, { "id": "education-graduate", "name": "Education (Graduate)", @@ -10929,11 +9619,6 @@ "name": "Stalin, Joseph, 1878-1953", "airtableId": "recp88lJHENUM16dy" }, - { - "id": "music-17th-century-history-and-criticism", - "name": "Music--17th century--History and criticism", - "airtableId": "recp9PDFO0ZgpLeh2" - }, { "id": "yurok-indians-social-life-and-customs", "name": "Yurok Indians--Social life and customs", @@ -10959,11 +9644,6 @@ "name": "Politics and culture", "airtableId": "recpHmB898uTfwHfX" }, - { - "id": "galilei-galileo-1564-1642-drama", - "name": "Galilei, Galileo, 1564-1642--Drama", - "airtableId": "recpHtLxIsn34vRVu" - }, { "id": "transportation-united-states-20th-century", "name": "Transportation--United States--20th century", @@ -10989,11 +9669,21 @@ "name": "Hungarian language", "airtableId": "recpTShyFzUhY9i8M" }, + { + "id": "2574", + "name": "2574", + "airtableId": "recpV9uOsl2IW0tCa" + }, { "id": "le-carre_-john-1931", "name": "Le Carre_, John, 1931-", "airtableId": "recpW62keWFsglds0" }, + { + "id": "perception", + "name": "Perception", + "airtableId": "recpYrQYYo8sPLb2U" + }, { "id": "air-pollution", "name": "Air pollution", @@ -11029,6 +9719,11 @@ "name": "Atatu_rk, Kemal, 1881-1938--Leadership", "airtableId": "recpq1ooLmR9xcBhx" }, + { + "id": "law-and-legislation", + "name": "Law and legislation", + "airtableId": "recpqnNmMzLbbL5nk" + }, { "id": "politics-and-culture-united-states", "name": "Politics and culture--United States", @@ -11039,21 +9734,6 @@ "name": "Prisoners of war--England--Biography", "airtableId": "recpu7CUxmMFhunse" }, - { - "id": "authors", - "name": "Authors", - "airtableId": "recpum6GK5xn2VpI7" - }, - { - "id": "civil-rights", - "name": "Civil rights", - "airtableId": "recpvxnWkIuXB8vEb" - }, - { - "id": "poetry-history-and-criticism", - "name": "Poetry--History and criticism", - "airtableId": "recpwWEgLoAlvIoVr" - }, { "id": "educational-broadcasting-facilities-program", "name": "Educational Broadcasting Facilities Program", @@ -11115,43 +9795,23 @@ "airtableId": "recq5iBJqWz06VdcP" }, { - "id": "international-relations", - "name": "International relations", - "airtableId": "recq5vWxf1fOSSSDV" - }, - { - "id": "slave-ships", - "name": "Slave ships", - "airtableId": "recq8w3UiPU5LfLCU" - }, - { - "id": "cells", - "name": "Cells", - "airtableId": "recq9V2fFDPhaCdet" - }, - { - "id": "agriculture-united-states-history-20th-century", - "name": "Agriculture--United States--History--20th century", - "airtableId": "recqApiPjPJ5B2qyK" - }, - { - "id": "transatlantic-cables-drama", - "name": "Transatlantic cables--Drama", - "airtableId": "recqCxIzlnufcsOfz" + "id": "french-literature", + "name": "French literature", + "airtableId": "recq7mcjyXEArOyW1" }, { - "id": "soviet-union", - "name": "Soviet Union", - "airtableId": "recqFJgcEpOHjUmX4" + "id": "slave-ships", + "name": "Slave ships", + "airtableId": "recq8w3UiPU5LfLCU" }, { - "id": "writers", - "name": "Writers", - "airtableId": "recqHcm30D73TxOpD" + "id": "cells", + "name": "Cells", + "airtableId": "recq9V2fFDPhaCdet" }, { - "id": "research", - "name": "Research", + "id": "broadcasting-research", + "name": "Broadcasting research", "airtableId": "recqIULFZtpvTyE1a" }, { @@ -11169,16 +9829,16 @@ "name": "Germany--History--20th century", "airtableId": "recqL8VJVDE2VSwiK" }, - { - "id": "united-states-foreign-relations-1974-1977", - "name": "United States--Foreign relations--1974-1977", - "airtableId": "recqLCXb5p5UZrA0A" - }, { "id": "sexually-transmitted-diseases-prevention", "name": "Sexually transmitted diseases--Prevention", "airtableId": "recqMENQoaYDJWNy1" }, + { + "id": "aims-and-objectives-united-states", + "name": "Aims and objectives--United States", + "airtableId": "recqOZIFdFpnvBdgT" + }, { "id": "berlin-germany-east", "name": "Berlin (Germany : East)", @@ -11189,11 +9849,6 @@ "name": "Postage stamps", "airtableId": "recqPVdqYbXcPg664" }, - { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century", - "airtableId": "recqQG7JNxif68Y1x" - }, { "id": "journalists-england-biography", "name": "Journalists--England--Biography", @@ -11214,11 +9869,6 @@ "name": "Europe, Eastern", "airtableId": "recqaZy1CB13y184m" }, - { - "id": "socialism-history-19th-century", - "name": "Socialism--History--19th century", - "airtableId": "recqbxFHrSD0trwwN" - }, { "id": "communication-international", "name": "Communication--International", @@ -11235,14 +9885,9 @@ "airtableId": "recqisBSj6Wejbjqj" }, { - "id": "youth-germany-20th-century", - "name": "Youth--Germany--20th century", - "airtableId": "recqjEYhKzyu2RMtp" - }, - { - "id": "women-europe-periodicals", - "name": "Women--Europe--Periodicals", - "airtableId": "recqlnJPww0dRhXWS" + "id": "depressions-1929", + "name": "Depressions--1929", + "airtableId": "recqkrkzqQdUqcQY9" }, { "id": "meteorites", @@ -11274,51 +9919,21 @@ "name": "Promotion", "airtableId": "recquqDAH5LtNmK2k" }, - { - "id": "canada-foreign-relations", - "name": "Canada--Foreign relations", - "airtableId": "recqz0wBsRalaCQU1" - }, - { - "id": "children-drama", - "name": "Children--Drama", - "airtableId": "recqzfOCFY68ScodY" - }, { "id": "painting", "name": "Painting", "airtableId": "recr0WhIrnie8nA2G" }, - { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses", - "airtableId": "recr1mgmWmdLC1DAY" - }, - { - "id": "composers-united-states-20th-century", - "name": "Composers--United States--20th century", - "airtableId": "recr1mmsoTCf4ABUv" - }, { "id": "renewable-energy-sources", "name": "Renewable energy sources", "airtableId": "recr2VGGIlx5YEz5B" }, - { - "id": "composers", - "name": "Composers", - "airtableId": "recr3vKXAu5zhmYH0" - }, { "id": "wentworth-peter-approximately-1530-1596", "name": "Wentworth, Peter, approximately 1530-1596", "airtableId": "recr6C6sBtoNaKCNG" }, - { - "id": "communism-united-states", - "name": "Communism--United States", - "airtableId": "recr6sprxEE4QB3LN" - }, { "id": "christianity-germany-20th-century", "name": "Christianity--Germany--20th century", @@ -11339,11 +9954,6 @@ "name": "Nobility", "airtableId": "recr9TKqQhUsYr8rU" }, - { - "id": "teachers", - "name": "Teachers", - "airtableId": "recr9UkkdeLMkXkNS" - }, { "id": "sacco-vanzetti-trial-dedham-mass-1921", "name": "Sacco-Vanzetti Trial, Dedham, Mass., 1921", @@ -11374,11 +9984,6 @@ "name": "Boy Scouts of America", "airtableId": "recrEax9Zhngj0KTd" }, - { - "id": "united-states", - "name": "United States", - "airtableId": "recrFEwNo9N9GNIpF" - }, { "id": "france-history-18th-century", "name": "France--History--18th century", @@ -11395,9 +10000,9 @@ "airtableId": "recrLOCpx5sk4yVpB" }, { - "id": "motion-pictures-great-britain-history-20th-century", - "name": "Motion pictures--Great Britain--History--20th century", - "airtableId": "recrM8fcofOklpMZz" + "id": "local-government-united-states", + "name": "Local government--United States", + "airtableId": "recrLfuYECkrwsyRd" }, { "id": "catholic-church", @@ -11429,16 +10034,6 @@ "name": "Aeschylus. Seven against Thebes. English", "airtableId": "recrXDP2ntMlmP9R6" }, - { - "id": "poetry-themes-motives", - "name": "Poetry--Themes, motives", - "airtableId": "recrXW9gdPa8bDUiV" - }, - { - "id": "ballads-denmark", - "name": "Ballads, Denmark", - "airtableId": "recrXY7UDbg4lZVVo" - }, { "id": "united-states-relations-great-britain", "name": "United States--Relations--Great Britain", @@ -11514,16 +10109,6 @@ "name": "College students--Political activity--United States", "airtableId": "recrt8W4i1K1CQ2sc" }, - { - "id": "prostitutes-france-paris", - "name": "Prostitutes--France--Paris", - "airtableId": "recruOQsCcYtoOBo9" - }, - { - "id": "tennessee-drama", - "name": "Tennessee--Drama", - "airtableId": "recruUXHoz1dr2g8X" - }, { "id": "brahms-johannes-1833-1897", "name": "Brahms, Johannes, 1833-1897", @@ -11545,8 +10130,8 @@ "airtableId": "recs1GKYByifqrZa8" }, { - "id": "directories", - "name": "Directories", + "id": "naeb-directories", + "name": "NAEB directories", "airtableId": "recs1Z1qf15NhLnKi" }, { @@ -11554,11 +10139,6 @@ "name": "Birmingham Educational Television", "airtableId": "recs42eEMd6Ubbgwy" }, - { - "id": "composers-france-biography", - "name": "Composers--France--Biography", - "airtableId": "recs5J2eUWc8BQJ1s" - }, { "id": "wireless-communication-systems-history", "name": "Wireless communication systems--History", @@ -11589,6 +10169,11 @@ "name": "Chamber music", "airtableId": "recsAiJJr7ocH5FgU" }, + { + "id": "europe-20th-century-biography", + "name": "Europe--20th century--Biography", + "airtableId": "recsB0WlNPDaYyJjj" + }, { "id": "teachers-norway-history-20th-century", "name": "Teachers--Norway--History--20th century", @@ -11660,8 +10245,8 @@ "airtableId": "recsU7bOShoZKHfFf" }, { - "id": "questioning", - "name": "Questioning", + "id": "interrogation", + "name": "Interrogation", "airtableId": "recsX4zoP7KfG7gHJ" }, { @@ -11699,20 +10284,15 @@ "name": "Music theory", "airtableId": "recsdVsZMjfASM5NV" }, - { - "id": "poltava-battle-of-poltava-ukraine-1709-drama", - "name": "Poltava, Battle of, Poltava, Ukraine, 1709--Drama", - "airtableId": "recsdzexWzgbPTwip" - }, { "id": "railroads-songs-and-music", "name": "Railroads--Songs and music", "airtableId": "recsePOACzvGbQuRL" }, { - "id": "united-states-foreign-relations-20th-century", - "name": "United States--Foreign relations--20th century", - "airtableId": "recsgXMLz541paJv0" + "id": "rizal-jose_-1861-1896", + "name": "Rizal, Jose_, 1861-1896", + "airtableId": "recserSW5zOFx6yVE" }, { "id": "waller-fats-1904-1943-works-selections", @@ -11739,15 +10319,20 @@ "name": "United States--Politics and government--19th century", "airtableId": "recsmLzPsUHHEBuyU" }, + { + "id": "grant-making-organizations", + "name": "Grant-making organizations", + "airtableId": "recsnJy4snIWKhHeu" + }, { "id": "labor-sweden", "name": "Labor--Sweden", "airtableId": "recsnVrglmtxqhgZm" }, { - "id": "china-congresses", - "name": "China--Congresses", - "airtableId": "recsr8QFnmgOoN9ox" + "id": "american-poetry", + "name": "American poetry", + "airtableId": "recsr8p9BDCq2PDKQ" }, { "id": "architecture-designs-and-plans", @@ -11765,14 +10350,19 @@ "airtableId": "recsxCF4iFJKFv3Il" }, { - "id": "ballads", - "name": "Ballads", - "airtableId": "recsxw4Yg8rAe2G3R" + "id": "black-market", + "name": "Black market", + "airtableId": "rect02yhEyBlZ6d2j" }, { - "id": "automobiles-law-and-legislation-great-britain", - "name": "Automobiles--Law and legislation--Great Britain", - "airtableId": "rect2Y5FU3QGONWCH" + "id": "housewives", + "name": "Housewives", + "airtableId": "rect2DCxJ1WV1ah8d" + }, + { + "id": "great-britain-history-20th-century", + "name": "Great Britain--History--20th century", + "airtableId": "rect2HJZMhnDU8DpM" }, { "id": "purcell-henry-1659-1695", @@ -11784,6 +10374,11 @@ "name": "Gilgamesh (Legendary character)--Legends", "airtableId": "rect4yCBVMp0jeL8n" }, + { + "id": "electoral-college", + "name": "Electoral college", + "airtableId": "rect6FqsselIVwcrR" + }, { "id": "diseases", "name": "Diseases", @@ -11794,31 +10389,16 @@ "name": "Brougham, John, 1810-1880", "airtableId": "rect7nlo8s4jM9rHp" }, - { - "id": "eccentrics-and-eccentricities-drama", - "name": "Eccentrics and eccentricities--Drama", - "airtableId": "rectA79O9ZVHxkyRi" - }, { "id": "florence-agreement", "name": "Florence Agreement", "airtableId": "rectB76hocA00xHqA" }, { - "id": "nationalism-germany-20th-century", - "name": "Nationalism--Germany--20th century", + "id": "nationalism", + "name": "Nationalism", "airtableId": "rectCAUvj8GkMLt1e" }, - { - "id": "iphigenia-greek-mythology-drama", - "name": "Iphigenia (Greek mythology)--Drama", - "airtableId": "rectEY9kIfB0vgwhr" - }, - { - "id": "coriolanus-cnaeus-marcius-drama", - "name": "Coriolanus, Cnaeus Marcius--Drama", - "airtableId": "rectEpZ2xj292kRUg" - }, { "id": "rental-housing", "name": "Rental housing", @@ -11844,11 +10424,6 @@ "name": "Adams, Abigail, 1744-1818--Correspondence", "airtableId": "rectML9Ji4FZIdXgK" }, - { - "id": "clergy-czechoslovakia", - "name": "Clergy--Czechoslovakia", - "airtableId": "rectNN9L2mXr43xkF" - }, { "id": "ozark-mountains", "name": "Ozark Mountains", @@ -11864,6 +10439,11 @@ "name": "International relations", "airtableId": "rectOFczJmygulJHo" }, + { + "id": "greece", + "name": "Greece", + "airtableId": "rectOZIvAwz0GUKnM" + }, { "id": "lee-robert-e-robert-edward-1807-1870-fiction", "name": "Lee, Robert E. (Robert Edward), 1807-1870--Fiction", @@ -11874,6 +10454,11 @@ "name": "Whitlock, Percy, 1903-1946. Organ music. Selections", "airtableId": "rectPFR3XAsPUpZ5s" }, + { + "id": "cartoonists", + "name": "Cartoonists", + "airtableId": "rectPH3iILx3VPBHZ" + }, { "id": "dutch-language-influence-on-english", "name": "Dutch language--Influence on English", @@ -11894,16 +10479,6 @@ "name": "Yurok mythology", "airtableId": "rectUMrA1pxRHnRjp" }, - { - "id": "african-americans-vocational-education", - "name": "African Americans--Vocational education", - "airtableId": "rectUT4CcNlxF5kW8" - }, - { - "id": "motion-pictures-great-britain-plots-themes-etc", - "name": "Motion pictures--Great Britain--Plots, themes, etc", - "airtableId": "rectUVAwyYp7RiNtM" - }, { "id": "painting-forgeries", "name": "Painting--Forgeries", @@ -11940,28 +10515,18 @@ "airtableId": "rectbgu6MM2p9LOIV" }, { - "id": "race-relations-united-states-history-20th-century", - "name": "Race relations--United States--History--20th century", - "airtableId": "rectdTxbxabXNQ6Aw" - }, - { - "id": "prisons-germany-saxony", - "name": "Prisons--Germany--Saxony", + "id": "prisons", + "name": "Prisons", "airtableId": "rectdmSLcOVPVwNST" }, - { - "id": "education-higher-great-britain", - "name": "Education, Higher--Great Britain", - "airtableId": "recthuF6ks1teq1au" - }, { "id": "climatic-changes-europe-history", "name": "Climatic changes--Europe--History", "airtableId": "rectjErDKNW98al1T" }, { - "id": "united-states-latin-american-relations", - "name": "United States-Latin American relations", + "id": "united-states-foreign-relations", + "name": "United States--Foreign relations", "airtableId": "rectjK1sG6xokUkoa" }, { @@ -11970,20 +10535,15 @@ "airtableId": "rectkYp88AfNkfj1g" }, { - "id": "socialism", - "name": "Socialism", - "airtableId": "rectm1gVnDGMZtMFx" + "id": "welfare", + "name": "Welfare", + "airtableId": "rectkfuAWLMjrEd0K" }, { "id": "universities-and-colleges", "name": "Universities and colleges", "airtableId": "rectmDlMY1bOB0zhK" }, - { - "id": "dialectology", - "name": "Dialectology", - "airtableId": "rectn3ZP7sKbXkcdL" - }, { "id": "anthropology-united-states", "name": "Anthropology--United States", @@ -12029,21 +10589,11 @@ "name": "Physicians", "airtableId": "recu0nvVeHW2cuQFz" }, - { - "id": "dramatists-austrian-20th-century", - "name": "Dramatists, Austrian--20th century", - "airtableId": "recu199AMIAhklnUI" - }, { "id": "greene-graham-1904-1991", "name": "Greene, Graham, 1904-1991", "airtableId": "recu1HQYyMeiO1nY1" }, - { - "id": "literary-readings-radio-programs", - "name": "Literary readings (Radio programs)", - "airtableId": "recu1RPnjr7NC4Ixy" - }, { "id": "concerts-illinois-chicago", "name": "Concerts--Illinois--Chicago", @@ -12064,11 +10614,6 @@ "name": "Jazz musicians--Illinois--Biography", "airtableId": "recu7U4prAdMBi3ms" }, - { - "id": "clergy-netherlands", - "name": "Clergy--Netherlands", - "airtableId": "recu7hYIWO4ubwitn" - }, { "id": "new-lafayette-theatre", "name": "New Lafayette Theatre", @@ -12089,11 +10634,6 @@ "name": "MiG (Fighter planes)", "airtableId": "recuA0xvfh8I69X6K" }, - { - "id": "great-britain", - "name": "Great Britain", - "airtableId": "recuAmE9vpekSLUcl" - }, { "id": "adler-mortimer-jerome-1902-2001-works-selections", "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections", @@ -12110,9 +10650,9 @@ "airtableId": "recuDdXjMnCN8kfM5" }, { - "id": "music-italy-17th-century-history-and-criticism", - "name": "Music--Italy--17th century--History and criticism", - "airtableId": "recuEsmbRvmXyUL0F" + "id": "ritchie-anna-cora-ogden-mowatt-1819-1870", + "name": "Ritchie, Anna Cora Ogden Mowatt, 1819-1870", + "airtableId": "recuHKI7Hq0o5EdSs" }, { "id": "naeb-seminars", @@ -12124,11 +10664,6 @@ "name": "Great Britain--Civilization--20th century", "airtableId": "recuJRnlIXnSOHptA" }, - { - "id": "music-africa-history-and-criticism", - "name": "Music--Africa--History and criticism", - "airtableId": "recuJchKat5wWOSF2" - }, { "id": "contraception", "name": "Contraception", @@ -12180,8 +10715,8 @@ "airtableId": "recuWa7wOtZHsI8mI" }, { - "id": "diplomats-united-states-history-19th-century", - "name": "Diplomats--United States--History--19th century", + "id": "united-states-history-19th-century", + "name": "United States--History--19th century", "airtableId": "recuWhym6ODYaiEJW" }, { @@ -12200,8 +10735,8 @@ "airtableId": "recuYnJFKZx0SStQN" }, { - "id": "publications", - "name": "Publications", + "id": "naeb-publications", + "name": "NAEB publications", "airtableId": "recuZKQPv32AY48uE" }, { @@ -12214,6 +10749,11 @@ "name": "Violin--Bowing", "airtableId": "recua9z0nzTGgqTAJ" }, + { + "id": "crime-and-criminals", + "name": "Crime and criminals", + "airtableId": "recuarJWCknOtKsYC" + }, { "id": "culture-conflict", "name": "Culture conflict", @@ -12234,11 +10774,6 @@ "name": "War", "airtableId": "recuh2P9RbPe5Z60U" }, - { - "id": "great-britain-emigration-and-immigration", - "name": "Great Britain--Emigration and immigration", - "airtableId": "recuiPhEWbH50wuxP" - }, { "id": "saarland-germany-history-20th-century", "name": "Saarland (Germany)--History--20th century", @@ -12254,16 +10789,6 @@ "name": "Ro_ntgen, Wilhelm Conrad, 1845-1923", "airtableId": "recukVAapVsF3dWAv" }, - { - "id": "jazz", - "name": "Jazz", - "airtableId": "reculixwiJaN1Z1HC" - }, - { - "id": "france-history-military", - "name": "France--History, Military", - "airtableId": "recuo0GV2DXGhkWqf" - }, { "id": "civil-defense-warning-systems-united-states", "name": "Civil defense warning systems--United States", @@ -12275,8 +10800,8 @@ "airtableId": "recuppPWD1tTOE1Ny" }, { - "id": "ethics-united-states-history-20th-century", - "name": "Ethics--United States--History--20th century", + "id": "united-states-history-20th-century", + "name": "United States--History--20th century", "airtableId": "recuqsuEU4b56mq9X" }, { @@ -12284,11 +10809,6 @@ "name": "Palmer, Joseph, 1791-1875", "airtableId": "recurb3V6wisLQsUh" }, - { - "id": "african-american-businesspeople", - "name": "African American businesspeople", - "airtableId": "recuruiJH24lUvtmv" - }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival", @@ -12329,6 +10849,11 @@ "name": "The New World of Atomic Energy", "airtableId": "recuyCobJZTxLWo2a" }, + { + "id": "coriolanus-cnaeus-marcius", + "name": "Coriolanus, Cnaeus Marcius", + "airtableId": "recuzSJyAzmhThvI0" + }, { "id": "couchiching-conference", "name": "Couchiching Conference", @@ -12359,11 +10884,6 @@ "name": "Lungs--Diseases", "airtableId": "recv6mDKliYSaKgRQ" }, - { - "id": "women-in-science", - "name": "Women in science", - "airtableId": "recv7VgzWRLK8XkKd" - }, { "id": "united-nations-officials-and-employees", "name": "United Nations--Officials and employees", @@ -12399,11 +10919,6 @@ "name": "Project in Understanding New Media", "airtableId": "recvEYnoSaLUL022z" }, - { - "id": "2574", - "name": "2574", - "airtableId": "recvFwTjPocHilcCD" - }, { "id": "carver-george-washington-1864-1943", "name": "Carver, George Washington, 1864?-1943", @@ -12419,6 +10934,11 @@ "name": "Sea songs--History and criticism", "airtableId": "recvM36r6iIEdT16m" }, + { + "id": "ballads", + "name": "Ballads", + "airtableId": "recvMs1CjnVsKlgAF" + }, { "id": "radio-panel-discussions", "name": "Radio panel discussions", @@ -12459,6 +10979,11 @@ "name": "Mexico--Foreign economic relations--United States", "airtableId": "recvRn0yzavSXa4Jz" }, + { + "id": "slaves-united-states", + "name": "Slaves--United States", + "airtableId": "recvRtxQ7P5zSUAu9" + }, { "id": "student-aspirations", "name": "Student aspirations", @@ -12509,6 +11034,11 @@ "name": "Kroeger, Karl", "airtableId": "recvhFnwfBl67aEbK" }, + { + "id": "analysis-appreciation", + "name": "Analysis, appreciation", + "airtableId": "recvj0lVS92r7QAJ9" + }, { "id": "city-planning-united-states", "name": "City planning--United States", @@ -12525,8 +11055,8 @@ "airtableId": "recvqabpzMBZYCvzc" }, { - "id": "propulsion-systems-united-states-history-20th-century", - "name": "Propulsion systems--United States--History--20th century", + "id": "propulsion-systems", + "name": "Propulsion systems", "airtableId": "recvsSn8fxGu7FsdJ" }, { @@ -12539,6 +11069,11 @@ "name": "Long, Norton E", "airtableId": "recvv7XiobpPVCynm" }, + { + "id": "irish-united-states", + "name": "Irish--United States", + "airtableId": "recvwRthv4Xr0oHJA" + }, { "id": "motion-picture-authorship", "name": "Motion picture authorship", @@ -12554,21 +11089,6 @@ "name": "Truth", "airtableId": "recvz5UmP6oIKBnZk" }, - { - "id": "families", - "name": "Families", - "airtableId": "recvzc11IxJxnyEg0" - }, - { - "id": "crime-and-criminals-great-britain", - "name": "Crime and criminals--Great Britain", - "airtableId": "recvzcWZQ4VQZrZOx" - }, - { - "id": "communism-soviet-union", - "name": "Communism--Soviet Union", - "airtableId": "recvzhBX2cW8OTtJq" - }, { "id": "wesley-samuel-1766-1837-organ-music-selections", "name": "Wesley, Samuel, 1766-1837. Organ music. Selections", @@ -12585,8 +11105,8 @@ "airtableId": "recw814YCMR0uQ7Ws" }, { - "id": "soviet-union-foreign-relations-yugoslavia", - "name": "Soviet Union--Foreign relations--Yugoslavia", + "id": "soviet-union-foreign-relations", + "name": "Soviet Union--Foreign relations", "airtableId": "recw8mEbyQJqc88mD" }, { @@ -12605,8 +11125,8 @@ "airtableId": "recwC7LNbcMk7xvIj" }, { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History", + "id": "broadcasting", + "name": "Broadcasting", "airtableId": "recwCHadNi8Q8kc4O" }, { @@ -12624,46 +11144,41 @@ "name": "National Association of Educational Broadcasters. National Educational Radio", "airtableId": "recwIxmJreLPqWdCT" }, - { - "id": "students-europe", - "name": "Students--Europe", - "airtableId": "recwM5nS2HsB7dghY" - }, { "id": "femininity-humor", "name": "Femininity--Humor", "airtableId": "recwNYW1unDBPyvzp" }, { - "id": "books", - "name": "Books", - "airtableId": "recwQ8QWqGQOCmHwg" - }, - { - "id": "stevenson-robert-louis-1850-1894", - "name": "Stevenson, Robert Louis, 1850-1894", - "airtableId": "recwRl7YclW4Fz6rW" - }, - { - "id": "poets-19th-century-biography", - "name": "Poets--19th century--Biography", + "id": "united-states-poetry", + "name": "United States--Poetry", "airtableId": "recwRuj25YqKtxWBC" }, { - "id": "real-property", - "name": "Real property", - "airtableId": "recwY8RSUlQNMoewj" + "id": "eccentrics-and-eccentricities", + "name": "Eccentrics and eccentricities", + "airtableId": "recwRv7vkhHYzBmqY" }, { "id": "social-evolution", "name": "Social evolution", "airtableId": "recwZl3HPoJDwImlA" }, + { + "id": "russia-federation", + "name": "Russia (Federation)", + "airtableId": "recwaS2oQErWf0yxu" + }, { "id": "graduate-students-united-states", "name": "Graduate students--United States", "airtableId": "recwbDVauZaZOArGG" }, + { + "id": "united-states-forecasting", + "name": "United States--Forecasting", + "airtableId": "recwd0woOIMLBmWG4" + }, { "id": "conrad-joseph-1857-1924", "name": "Conrad, Joseph, 1857-1924", @@ -12675,9 +11190,9 @@ "airtableId": "recwetrs54swBLxnu" }, { - "id": "public-affairs-radio-programs", - "name": "Public affairs radio programs", - "airtableId": "recwn0UdND5kIpggv" + "id": "jazz-1931-1940-history-and-criticism", + "name": "Jazz--1931-1940--History and criticism", + "airtableId": "recwg0vrxoiujZ8np" }, { "id": "dickinson-emily-1830-1886-appreciation-united-states", @@ -12699,36 +11214,31 @@ "name": "Pacifica Foundation", "airtableId": "recwpWw1q17TNWp6m" }, + { + "id": "mergers", + "name": "Mergers", + "airtableId": "recwqaLsJcqgH7WyM" + }, { "id": "businesspeople-switzerland", "name": "Businesspeople--Switzerland", "airtableId": "recwrEYwkJrlaBEjl" }, - { - "id": "law", - "name": "Law,", - "airtableId": "recwrGtFEk0nPSVbM" - }, { "id": "fossil-fuels", "name": "Fossil fuels", "airtableId": "recwsBBTh3yMcJ06q" }, { - "id": "marriage", - "name": "Marriage", - "airtableId": "recwvGpRgPSsbRuUQ" + "id": "nuclear-weapons", + "name": "Nuclear weapons", + "airtableId": "recwtu2JQQfiCzWkp" }, { "id": "solar-system-origin", "name": "Solar system--Origin", "airtableId": "recwvgcBzvsnt0upl" }, - { - "id": "ballet-great-britain-history", - "name": "Ballet--Great Britain--History", - "airtableId": "recwxe5sI5wn0vzJf" - }, { "id": "stevens-wallace-1879-1955-poems-selections", "name": "Stevens, Wallace, 1879-1955. Poems. Selections", @@ -12774,31 +11284,16 @@ "name": "Twain, Mark, 1835-1910", "airtableId": "recxCLjPRNZNpIJfS" }, - { - "id": "jazz-analysis-appreciation", - "name": "Jazz--Analysis, appreciation", - "airtableId": "recxCnTxSajwQAOiC" - }, { "id": "gums-diseases", "name": "Gums--Diseases", "airtableId": "recxDt5yyn5znSw9Y" }, - { - "id": "women-europe-social-conditions", - "name": "Women--Europe--Social conditions", - "airtableId": "recxHopf3o04xisvX" - }, { "id": "de-lamarter-eric-1880-1953", "name": "De Lamarter, Eric, 1880-1953", "airtableId": "recxJ42TFyjiFnG11" }, - { - "id": "books", - "name": "Books", - "airtableId": "recxJYHzQoCymh3l0" - }, { "id": "strasberg-lee", "name": "Strasberg, Lee", @@ -12819,6 +11314,21 @@ "name": "Drug addiction--Prevention", "airtableId": "recxQy2tnUQ5Q789l" }, + { + "id": "united-states-finance", + "name": "United States--Finance", + "airtableId": "recxRjKvbHWYFO1uy" + }, + { + "id": "state-governments-united-states", + "name": "State governments--United States", + "airtableId": "recxSpuEwI5cUQfTY" + }, + { + "id": "security-measures-united-states", + "name": "Security measures--United States", + "airtableId": "recxToh7h2NKnUTZq" + }, { "id": "outer-space-exploration", "name": "Outer space--Exploration", @@ -12829,16 +11339,16 @@ "name": "Ifugao (Philippine people)--Social life and customs", "airtableId": "recxVDx5U05dU42IQ" }, - { - "id": "communism", - "name": "Communism", - "airtableId": "recxVTSC4Mjd8FFGn" - }, { "id": "great-lakes-north-america-discovery-and-exploration", "name": "Great Lakes (North America)--Discovery and exploration", "airtableId": "recxW8JRSewhwTQNy" }, + { + "id": "united-states-planning", + "name": "United States--Planning", + "airtableId": "recxWQmsaeg4qMVdl" + }, { "id": "asia-social-life-and-customs", "name": "Asia--Social life and customs", @@ -12849,11 +11359,6 @@ "name": "Russo-Finnish War, 1939-1940", "airtableId": "recxYGBS42WWnVnZm" }, - { - "id": "books-and-reading", - "name": "Books and reading", - "airtableId": "recxbLjhLm2ghtNDS" - }, { "id": "murray-hubert", "name": "Murray, Hubert", @@ -12874,6 +11379,11 @@ "name": "Brubeck, Dave--Criticism and interpretation", "airtableId": "recxf1ZdfnqI9C2tr" }, + { + "id": "folklore", + "name": "Folklore", + "airtableId": "recxfgAZJwANSDlj6" + }, { "id": "educational-broadcasting", "name": "Educational broadcasting", @@ -12894,21 +11404,11 @@ "name": "Faulkner, William, 1897-1962", "airtableId": "recxiTyLXXyP0qgPf" }, - { - "id": "united-states-foreign-relations-latin-america", - "name": "United States--Foreign relations--Latin America", - "airtableId": "recxjazMMd4eUiGjP" - }, { "id": "food-security", "name": "Food security", "airtableId": "recxkYItTOBQeGYFI" }, - { - "id": "farmers-denmark", - "name": "Farmers--Denmark", - "airtableId": "recxmlra5SUpvcLNn" - }, { "id": "jackson-andrew-1767-1845", "name": "Jackson, Andrew, 1767-1845", @@ -12950,8 +11450,13 @@ "airtableId": "recy0CAzcRCbTmGus" }, { - "id": "explorers-and-exploration", - "name": "Explorers and exploration", + "id": "adult-education", + "name": "Adult education", + "airtableId": "recy1KnisE4vm31QF" + }, + { + "id": "explorers-united-states", + "name": "Explorers--United States", "airtableId": "recy1dJKLiiyy7Cp9" }, { @@ -12959,21 +11464,26 @@ "name": "Finland--History--20th century", "airtableId": "recy1mShYMYX2xMUo" }, + { + "id": "hostels", + "name": "Hostels", + "airtableId": "recy2DjD6jwfMsXSX" + }, { "id": "politicians-italy-interviews", "name": "Politicians--Italy--Interviews", "airtableId": "recy4N22qTQ7XzaMO" }, - { - "id": "children", - "name": "Children", - "airtableId": "recy6D9hS6MdjsMYu" - }, { "id": "employment", "name": "Employment", "airtableId": "recy7AdJ601Z561mw" }, + { + "id": "charles-xii-king-of-sweden-1682-1718", + "name": "Charles XII, King of Sweden, 1682-1718", + "airtableId": "recy80z8BmGkc600M" + }, { "id": "elections-united-states-1964", "name": "Elections--United States--1964", @@ -12984,31 +11494,6 @@ "name": "Congresses and conventions", "airtableId": "recyAUpyox86ESi1n" }, - { - "id": "jazz-new-york-state-new-york", - "name": "Jazz--New York (State)--New York", - "airtableId": "recyCmnJu5eKUzWl5" - }, - { - "id": "family-planning", - "name": "Family planning", - "airtableId": "recyDP1e3sxK7XrUV" - }, - { - "id": "wit-and-humor-pictorial-history-20th-century", - "name": "Wit and humor, Pictorial--History--20th century", - "airtableId": "recyEuOGd2RMIYzNW" - }, - { - "id": "voting-great-britain", - "name": "Voting--Great Britain", - "airtableId": "recyGgJCmbogICczx" - }, - { - "id": "education-united-states-history-20th-century", - "name": "Education--United States--History--20th century", - "airtableId": "recyHlHVXmx62MfWR" - }, { "id": "ellington-duke-1899-1974-appreciation", "name": "Ellington, Duke, 1899-1974--Appreciation", @@ -13019,6 +11504,11 @@ "name": "Beethoven, Ludwig van, 1770-1827", "airtableId": "recyKpWBVOAMvWwvK" }, + { + "id": "alienation", + "name": "Alienation", + "airtableId": "recyMLij7vNz5ULDF" + }, { "id": "mendelssohn-bartholdy-felix-1809-1847", "name": "Mendelssohn-Bartholdy, Felix, 1809-1847", @@ -13039,11 +11529,6 @@ "name": "Anthropology", "airtableId": "recySzVZ7GQPjZoDk" }, - { - "id": "iowa-drama", - "name": "Iowa--Drama", - "airtableId": "recyTDWxx5JfFznGX" - }, { "id": "great-britain-social-life-and-customs-20th-century", "name": "Great Britain--Social life and customs--20th century", @@ -13054,6 +11539,11 @@ "name": "Russia--History--1801-1917", "airtableId": "recyWK9kBhHQGl13o" }, + { + "id": "united-states-administration", + "name": "United States--Administration", + "airtableId": "recyWYfE33EDv1ZKh" + }, { "id": "euripides-iphigenia-in-tauris-english", "name": "Euripides. Iphigenia in Tauris. English", @@ -13070,8 +11560,8 @@ "airtableId": "recydKT1nK08EB95s" }, { - "id": "united-kingdom-foreign-relations-20th-century", - "name": "United Kingdom--Foreign relations--20th century", + "id": "great-britain-foreign-relations", + "name": "Great Britain--Foreign relations", "airtableId": "recyeP3VPFvZ749uo" }, { @@ -13079,16 +11569,16 @@ "name": "Austria--Description and travel", "airtableId": "recyeTkqWnsf3PB8j" }, - { - "id": "authors", - "name": "Authors", - "airtableId": "recyfdUx45mSnpmnf" - }, { "id": "pluralism", "name": "Pluralism", "airtableId": "recygjMa3S0sisZkH" }, + { + "id": "archeology", + "name": "Archeology", + "airtableId": "recykBNHC14Aj4B31" + }, { "id": "crusades-13th-15th-centuries-history", "name": "Crusades--13th-15th centuries--History", @@ -13109,11 +11599,6 @@ "name": "Russia--History", "airtableId": "recyrHPbcjUYOA8Is" }, - { - "id": "prejudices-drama", - "name": "Prejudices--Drama", - "airtableId": "recyrtDwEe25zzacx" - }, { "id": "jews-germany", "name": "Jews--Germany", @@ -13124,6 +11609,11 @@ "name": "Forests and forestry--Southern States", "airtableId": "recytZMvdUtVtqCvw" }, + { + "id": "lincoln-abraham-1809-1865-assassination", + "name": "Lincoln, Abraham, 1809-1865--Assassination", + "airtableId": "recyvIl3EPx8H0jbu" + }, { "id": "sexually-transmitted-diseases", "name": "Sexually transmitted diseases", @@ -13160,8 +11650,8 @@ "airtableId": "recz1ArwG4yxxeQEC" }, { - "id": "research-committee", - "name": "Research Committee", + "id": "naeb-research-committee", + "name": "NAEB Research Committee", "airtableId": "recz3kJFps67TApE3" }, { @@ -13199,6 +11689,11 @@ "name": "Bullard, Reader, Sir, 1885-1976", "airtableId": "reczAJf3FNrylTPJk" }, + { + "id": "20th-century", + "name": "20th century", + "airtableId": "reczC9zdRldbVDFtj" + }, { "id": "mobs", "name": "Mobs", @@ -13214,16 +11709,6 @@ "name": "Tribes--Africa", "airtableId": "reczE4AflaYbHlolK" }, - { - "id": "education-united-states", - "name": "Education--United States", - "airtableId": "reczEJmt7WRC9eDjK" - }, - { - "id": "independence", - "name": "Independence", - "airtableId": "reczENHH00kn1kAEM" - }, { "id": "boswell-james-1740-1795", "name": "Boswell, James, 1740-1795", @@ -13269,11 +11754,6 @@ "name": "American Samoa Project", "airtableId": "reczUAizW6vsByKTn" }, - { - "id": "austrians-united-states", - "name": "Austrians--United States", - "airtableId": "reczUqW4BXfGAJQtC" - }, { "id": "terence", "name": "Terence", @@ -13289,16 +11769,16 @@ "name": "Balinese (Indonesian people)--Social life and customs", "airtableId": "reczYuHE7t6pv0VYz" }, - { - "id": "unemployment-drama", - "name": "Unemployment--Drama", - "airtableId": "reczZ4x8J7gxEyjCd" - }, { "id": "servetus-michael-1511-1553-influence", "name": "Servetus, Michael, 1511?-1553--Influence", "airtableId": "reczaU8r8h87NRMHd" }, + { + "id": "jazz-1941-1950-history-and-criticism", + "name": "Jazz--1941-1950--History and criticism", + "airtableId": "reczevLghtwk4fDeX" + }, { "id": "magnuson-bill", "name": "Magnuson Bill", @@ -13310,20 +11790,15 @@ "airtableId": "recziBLIasMCJZw0r" }, { - "id": "jazz-african-influences", - "name": "Jazz--African influences", - "airtableId": "reczj3JMujVjZ6EjE" + "id": "audio-visual-education", + "name": "Audio-visual education", + "airtableId": "reczkrsSz7lOX8hhq" }, { "id": "apples-folklore", "name": "Apples--Folklore", "airtableId": "reczl4L9QSIx8bDhX" }, - { - "id": "city-planning", - "name": "City planning", - "airtableId": "reczn9e0M5XBQCOq6" - }, { "id": "lancaster-county-pa", "name": "Lancaster County (Pa.)", diff --git a/static/data/themes.json b/static/data/themes.json index ee81a9d4ded..a63da911861 100644 --- a/static/data/themes.json +++ b/static/data/themes.json @@ -4,21 +4,109 @@ "group": "Social Sciences", "subjects": [ { - "id": "african-americans-united-states", - "name": "African Americans--United States" + "id": "adultery", + "name": "Adultery" + }, + { + "id": "african-americans-california-los-angeles-attitudes", + "name": "African Americans--California--Los Angeles--Attitudes" + }, + { + "id": "african-americans-california-los-angeles-social-conditions", + "name": "African Americans--California--Los Angeles--Social conditions" + }, + { + "id": "alcohol", + "name": "Alcohol" }, { "id": "americans-employment", "name": "Americans--Employment" }, { - "id": "authority-social-aspects", - "name": "Authority--Social aspects" + "id": "anthropology", + "name": "Anthropology" + }, + { + "id": "apartment-dwellers", + "name": "Apartment dwellers" + }, + { + "id": "aranda-australian-people-rites-and-ceremonies", + "name": "Aranda (Australian people)--Rites and ceremonies" + }, + { + "id": "asia-social-life-and-customs", + "name": "Asia--Social life and customs" + }, + { + "id": "assimilation-sociology", + "name": "Assimilation (Sociology)" + }, + { + "id": "audience-research", + "name": "Audience research" + }, + { + "id": "authority", + "name": "Authority" + }, + { + "id": "automation-social-aspects", + "name": "Automation--Social aspects" + }, + { + "id": "balinese-indonesian-people-rites-and-ceremonies", + "name": "Balinese (Indonesian people)--Rites and ceremonies" + }, + { + "id": "belonging-social-psychology", + "name": "Belonging (Social psychology)" + }, + { + "id": "centennial-celebrations-etc", + "name": "Centennial celebrations, etc" + }, + { + "id": "centennials", + "name": "Centennials" + }, + { + "id": "cheyenne-indians-social-conditions", + "name": "Cheyenne Indians--Social conditions" + }, + { + "id": "cheyenne-indians-social-life-and-customs", + "name": "Cheyenne Indians--Social life and customs" + }, + { + "id": "chinese-americans", + "name": "Chinese Americans" }, { "id": "cities-and-towns", "name": "Cities and towns" }, + { + "id": "city-dwellers", + "name": "City dwellers" + }, + { + "id": "city-planning", + "name": "City planning" + }, + { + "id": "collective-behavior", + "name": "Collective behavior" + }, + { + "id": "communities", + "name": "Communities" + }, + { + "id": "conformity", + "name": "Conformity" + }, { "id": "crime", "name": "Crime" @@ -27,10 +115,70 @@ "id": "cuba-social-life-and-customs-1959", "name": "Cuba--Social life and customs--1959-" }, + { + "id": "cultural-awareness", + "name": "Cultural awareness" + }, { "id": "culture", "name": "Culture" }, + { + "id": "dakota-indians-rites-and-ceremonies", + "name": "Dakota Indians--Rites and ceremonies" + }, + { + "id": "dakota-indians-social-life-and-customs", + "name": "Dakota Indians--Social life and customs" + }, + { + "id": "discrimination-in-housing-united-states", + "name": "Discrimination in housing--United States" + }, + { + "id": "drugs", + "name": "Drugs" + }, + { + "id": "europe-social-life-and-customs-1945", + "name": "Europe--Social life and customs--1945-" + }, + { + "id": "expertise", + "name": "Expertise" + }, + { + "id": "fiji-social-conditions", + "name": "Fiji--Social conditions" + }, + { + "id": "flags-united-states", + "name": "Flags--United States" + }, + { + "id": "food-habits", + "name": "Food habits" + }, + { + "id": "food-security", + "name": "Food security" + }, + { + "id": "forums-discussion-and-debate", + "name": "Forums (Discussion and debate)" + }, + { + "id": "fraternities-sororities-germany-marburg", + "name": "Fraternities & sororities--Germany--Marburg" + }, + { + "id": "future-the", + "name": "Future, The" + }, + { + "id": "great-britain-social-life-and-customs-20th-century", + "name": "Great Britain--Social life and customs--20th century" + }, { "id": "great-lakes-north-america-commerce", "name": "Great Lakes (North America)--Commerce" @@ -39,10 +187,38 @@ "id": "great-lakes-north-america-description-and-travel", "name": "Great Lakes (North America)--Description and travel" }, + { + "id": "greece-social-life-and-customs", + "name": "Greece--Social life and customs" + }, { "id": "helping-behavior", "name": "Helping behavior" }, + { + "id": "heroes", + "name": "Heroes" + }, + { + "id": "highway-planning", + "name": "HIghway planning" + }, + { + "id": "history", + "name": "History" + }, + { + "id": "home-economics", + "name": "Home economics" + }, + { + "id": "hopi-indians-social-life-and-customs", + "name": "Hopi Indians--Social life and customs" + }, + { + "id": "housing", + "name": "Housing" + }, { "id": "human-behavior", "name": "Human behavior" @@ -52,13 +228,73 @@ "name": "Human beings" }, { - "id": "justice", - "name": "Justice" + "id": "human-skin-color-social-aspects-united-states", + "name": "Human skin color--Social aspects--United States" + }, + { + "id": "idoma-african-people-funeral-customs-and-rites", + "name": "Idoma (African people)--Funeral customs and rites" + }, + { + "id": "ifugao-philippine-people-social-conditions", + "name": "Ifugao (Philippine people)--Social conditions" + }, + { + "id": "ifugao-philippine-people-social-life-and-customs", + "name": "Ifugao (Philippine people)--Social life and customs" + }, + { + "id": "immigrants-great-britain", + "name": "Immigrants--Great Britain" + }, + { + "id": "influence-literary-artistic-etc", + "name": "Influence (Literary, artistic, etc.)" + }, + { + "id": "inner-cities", + "name": "Inner cities" + }, + { + "id": "italy-social-conditions-1945-1976", + "name": "Italy--Social conditions--1945-1976" + }, + { + "id": "italy-social-conditions-20th-century", + "name": "Italy--Social conditions--20th century" + }, + { + "id": "japan-social-life-and-customs-1868-1912", + "name": "Japan--Social life and customs--1868-1912" + }, + { + "id": "japan-social-life-and-customs-20th-century", + "name": "Japan--Social life and customs--20th century" + }, + { + "id": "juvenile-corrections", + "name": "Juvenile corrections" + }, + { + "id": "juvenile-delinquency", + "name": "Juvenile delinquency" + }, + { + "id": "juvenile-delinquents", + "name": "Juvenile delinquents" }, { "id": "kindness", "name": "Kindness" }, + { + "id": "laos-rural-conditions", + "name": "Laos--Rural conditions" + }, + { + "id": "low-income-housing", + "name": "Low-income housing" + }, { "id": "martineau-harriet-1802-1876-travel-united-states", "name": "Martineau, Harriet, 1802-1876--Travel--United States" @@ -79,6 +315,10 @@ "id": "minorities", "name": "Minorities" }, + { + "id": "moving-household", + "name": "Moving, Household" + }, { "id": "national-characteristics-american", "name": "National characteristics, American" @@ -87,6 +327,14 @@ "id": "neighbors", "name": "Neighbors" }, + { + "id": "nobility", + "name": "Nobility" + }, + { + "id": "older-people", + "name": "Older people" + }, { "id": "overpopulation", "name": "Overpopulation" @@ -96,20 +344,68 @@ "name": "Patriotism--United States" }, { - "id": "poverty", - "name": "Poverty" + "id": "poor-employment-united-states", + "name": "Poor--Employment--United States" + }, + { + "id": "poor-great-britain-history-19th-century", + "name": "Poor--Great Britain--History--19th century" + }, + { + "id": "popular-culture-history", + "name": "Popular culture--History" + }, + { + "id": "population", + "name": "Population" + }, + { + "id": "poverty-asia", + "name": "Poverty--Asia" + }, + { + "id": "poverty-united-states", + "name": "Poverty--United States" }, { "id": "prejudices-united-states", "name": "Prejudices--United States" }, + { + "id": "premarital-sex", + "name": "Premarital sex" + }, { "id": "prisoners", "name": "Prisoners" }, { - "id": "progressivism", - "name": "Progressivism" + "id": "prisons-germany-saxony", + "name": "Prisons--Germany--Saxony" + }, + { + "id": "privacy", + "name": "Privacy" + }, + { + "id": "progress", + "name": "Progress" + }, + { + "id": "public-housing-united-states", + "name": "Public housing--United States" + }, + { + "id": "public-institutions", + "name": "Public institutions" + }, + { + "id": "public-opinion-united-states", + "name": "Public opinion--United States" + }, + { + "id": "public-shelters", + "name": "Public shelters" }, { "id": "race", @@ -120,13 +416,65 @@ "name": "Racism--United States" }, { - "id": "sexuality-culture", - "name": "Sexuality & culture" + "id": "regions-and-regionalism", + "name": "Regions and regionalism" + }, + { + "id": "rental-housing", + "name": "Rental housing" + }, + { + "id": "rescues", + "name": "Rescues" + }, + { + "id": "rhodesia-social-life-and-customs", + "name": "Rhodesia--Social life and customs" + }, + { + "id": "riots", + "name": "Riots" + }, + { + "id": "sailors-denmark", + "name": "Sailors--Denmark" + }, + { + "id": "sailors-united-states", + "name": "Sailors--United States" + }, + { + "id": "sauna-finland", + "name": "Sauna--Finland" + }, + { + "id": "scotland-social-life-and-customs-20th-century", + "name": "Scotland--Social life and customs--20th century" + }, + { + "id": "sex", + "name": "Sex" + }, + { + "id": "slavery", + "name": "Slavery" + }, + { + "id": "smoking", + "name": "Smoking" + }, + { + "id": "social-classes-united-states", + "name": "Social classes--United States" }, { "id": "social-evolution", "name": "Social evolution" }, + { + "id": "social-groups", + "name": "Social groups" + }, { "id": "social-problems", "name": "Social problems" @@ -135,10 +483,62 @@ "id": "social-sciences", "name": "Social sciences" }, + { + "id": "social-systems", + "name": "Social systems" + }, + { + "id": "social-values-united-states", + "name": "Social values--United States" + }, + { + "id": "societies", + "name": "Societies" + }, { "id": "sociology-united-states", "name": "Sociology--United States" }, + { + "id": "southeast-asia-social-conditions", + "name": "Southeast Asia-Social conditions" + }, + { + "id": "southern-states-social-life-and-customs", + "name": "Southern States--Social life and customs" + }, + { + "id": "soviets-people", + "name": "Soviets (People)" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "surveys-methodology", + "name": "Surveys--Methodology" + }, + { + "id": "swindlers-and-swindling", + "name": "Swindlers and swindling" + }, + { + "id": "toleration", + "name": "Toleration" + }, + { + "id": "tramps", + "name": "Tramps" + }, + { + "id": "transportation-united-states-20th-century", + "name": "Transportation--United States--20th century" + }, + { + "id": "trentino-alto-adige-italy-ethnic-relations", + "name": "Trentino-Alto Adige (Italy)--Ethnic relations" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" @@ -147,9 +547,37 @@ "id": "united-states-study-and-teaching", "name": "United States--Study and teaching" }, + { + "id": "urban-cores", + "name": "Urban cores" + }, + { + "id": "urbanization-japan", + "name": "Urbanization--Japan" + }, { "id": "vietnam-war-1961-1975-protest-movements-united-states", "name": "Vietnam War, 1961-1975--Protest movements--United States" + }, + { + "id": "violence", + "name": "Violence" + }, + { + "id": "volunteers", + "name": "Volunteers" + }, + { + "id": "wit-and-humor-united-states", + "name": "Wit and humor--United States" + }, + { + "id": "work-camps", + "name": "Work camps" + }, + { + "id": "yurok-indians-social-life-and-customs", + "name": "Yurok Indians--Social life and customs" } ] }, @@ -158,25 +586,17 @@ "group": "Global History & Culture", "subjects": [ { - "id": "argentina-history-war-of-independence-1810-1817", - "name": "Argentina--History--War of Independence, 1810-1817" + "id": "argentina-history", + "name": "Argentina--History" }, { "id": "broadcasting-mexico", "name": "Broadcasting--Mexico" }, - { - "id": "communism-cuba", - "name": "Communism--Cuba" - }, { "id": "costa-rica-politics-and-government-20th-century", "name": "Costa Rica---Politics and government--20th century" }, - { - "id": "cuauhtemoc-emperor-of-mexico-1495-1525-drama", - "name": "Cuauhtemoc, Emperor of Mexico, 1495?-1525--Drama" - }, { "id": "cuba-history-revolution-1959", "name": "Cuba--History--Revolution, 1959" @@ -198,8 +618,20 @@ "name": "Haiti--Relations--United States" }, { - "id": "latin-america", - "name": "Latin America" + "id": "labor-policy-mexico", + "name": "Labor policy--Mexico" + }, + { + "id": "latin-america-civilization-20th-century", + "name": "Latin America--Civilization--20th century" + }, + { + "id": "latin-america-economic-conditions-20th-century", + "name": "Latin America--Economic conditions--20th century" + }, + { + "id": "latin-america-history-20th-century", + "name": "Latin America--History--20th century" }, { "id": "latin-jazz-history-and-criticism", @@ -210,20 +642,24 @@ "name": "Mexico" }, { - "id": "paraguay-politics-and-government-1954-1989", - "name": "Paraguay--Politics and government--1954-1989" + "id": "missions-spanish", + "name": "Missions, Spanish" }, { - "id": "san-marti_n-jose_-de-1778-1850-drama", - "name": "San Marti_n, Jose_ de, 1778-1850--Drama" + "id": "paraguay-politics-and-government-1954-1989", + "name": "Paraguay--Politics and government--1954-1989" }, { "id": "san-martin-jose_-de-1778-1850-military-leadership", "name": "San Martin, Jose_ de, 1778-1850--Military leadership" }, { - "id": "united-states-latin-american-relations", - "name": "United States-Latin American relations" + "id": "tehuacn-river-valley-mexico", + "name": "Tehuacán River Valley (Mexico)" + }, + { + "id": "tourism-mexico-history", + "name": "Tourism--Mexico--History" } ] }, @@ -232,16 +668,40 @@ "group": "Global History & Culture", "subjects": [ { - "id": "canada-relations-united-states", - "name": "Canada--Relations--United States" + "id": "banting-frederick-grant-sir-1891-1941", + "name": "Banting, Frederick Grant, Sir, 1891-1941" }, { - "id": "couchiching-lake-ont", - "name": "Couchiching, Lake (Ont.)" + "id": "canada", + "name": "Canada" }, { - "id": "expo-international-exhibitions-bureau-1967-montre_al-que_bec", - "name": "Expo (International Exhibitions Bureau) (1967 : Montre_al, Que_bec)" + "id": "couchiching-conference", + "name": "Couchiching Conference" + }, + { + "id": "couchiching-lake-ont", + "name": "Couchiching, Lake (Ont.)" + }, + { + "id": "hodkinson-sydney", + "name": "Hodkinson, Sydney" + }, + { + "id": "inuit-canada-legal-status-laws-etc", + "name": "Inuit--Canada--Legal status, laws, etc" + }, + { + "id": "inuit-folklore", + "name": "Inuit--Folklore" + }, + { + "id": "mackay-alexander-1808-1852", + "name": "Mackay, Alexander, 1808-1852" + }, + { + "id": "montral-qubec", + "name": "Montréal (Québec)" }, { "id": "united-states-relations-canada", @@ -254,20 +714,80 @@ "group": "Arts, Humanities, & Media", "subjects": [ { - "id": "african-american-business-enterprises", - "name": "African American business enterprises" + "id": "african-american-soldiers-history-20th-century", + "name": "African American soldiers--History--20th century" }, { - "id": "african-american-businesspeople", - "name": "African American businesspeople" + "id": "african-americans-civil-rights-united-states", + "name": "African Americans--Civil rights--United States" }, { - "id": "african-americans", - "name": "African Americans" + "id": "african-americans-history-drama", + "name": "African Americans--History--Drama" }, { - "id": "civil-rights", - "name": "Civil rights" + "id": "attucks-crispus-1770", + "name": "Attucks, Crispus, -1770" + }, + { + "id": "banneker-benjamin-1731-1806", + "name": "Banneker, Benjamin, 1731-1806" + }, + { + "id": "basie-count-1904-1984", + "name": "Basie, Count, 1904-1984" + }, + { + "id": "beckwourth-james-pierson-1798-1866", + "name": "Beckwourth, James Pierson, 1798-1866" + }, + { + "id": "bethune-mary-mcleod-1875-1955", + "name": "Bethune, Mary McLeod, 1875-1955" + }, + { + "id": "black-nationalism", + "name": "Black nationalism" + }, + { + "id": "black-power-united-states", + "name": "Black power--United States" + }, + { + "id": "carver-george-washington-1864-1943", + "name": "Carver, George Washington, 1864?-1943" + }, + { + "id": "davis-benjamin-o-jr-1912-2002", + "name": "Davis, Benjamin O., Jr., 1912-2002" + }, + { + "id": "douglass-frederick-1818-1895", + "name": "Douglass, Frederick, 1818-1895" + }, + { + "id": "du-bois-w-e-b-william-edward-burghardt-1868-1963", + "name": "Du Bois, W. E. B. (William Edward Burghardt), 1868-1963" + }, + { + "id": "ellington-duke-1899-1974-appreciation", + "name": "Ellington, Duke, 1899-1974--Appreciation" + }, + { + "id": "ellington-duke-1899-1974-criticism-and-interpretation", + "name": "Ellington, Duke, 1899-1974--Criticism and interpretation" + }, + { + "id": "families-black", + "name": "Families, Black" + }, + { + "id": "fugitive-slaves", + "name": "Fugitive slaves" + }, + { + "id": "hughes-langston-1902-1967", + "name": "Hughes, Langston, 1902-1967" }, { "id": "king-martin-luther-jr-1929-1968-speeches-selections", @@ -285,6 +805,10 @@ "id": "new-lafayette-theatre", "name": "New Lafayette Theatre" }, + { + "id": "pointe-de-sable-jean-baptiste-1745-1818", + "name": "Pointe de Sable, Jean Baptiste, 1745?-1818" + }, { "id": "race-discrimination", "name": "Race discrimination" @@ -293,6 +817,10 @@ "id": "racism-united-states", "name": "Racism--United States" }, + { + "id": "randolph-a-philip-asa-philip-1889-1979", + "name": "Randolph, A. Philip (Asa Philip), 1889-1979" + }, { "id": "segregation", "name": "Segregation" @@ -309,13 +837,25 @@ "id": "slaves-emancipation-united-states", "name": "Slaves--Emancipation--United States" }, + { + "id": "smalls-robert-1839-1915", + "name": "Smalls, Robert, 1839-1915" + }, { "id": "spirituals-songs-united-states", "name": "Spirituals (Songs)--United States" }, + { + "id": "tubman-harriet-1820-1913", + "name": "Tubman, Harriet, 1820?-1913" + }, { "id": "united-states-race-relations", "name": "United States--Race relations" + }, + { + "id": "wheatley-phillis-1753-1784", + "name": "Wheatley, Phillis, 1753-1784" } ] }, @@ -324,12 +864,12 @@ "group": "Social Sciences", "subjects": [ { - "id": "african-american-business-enterprises", - "name": "African American business enterprises" + "id": "advertising", + "name": "Advertising" }, { - "id": "african-american-businesspeople", - "name": "African American businesspeople" + "id": "agriculture", + "name": "Agriculture" }, { "id": "appalachian-region-economic-conditions-20th-century", @@ -340,1973 +880,6300 @@ "name": "Automation" }, { - "id": "business-united-states", - "name": "Business--United States" + "id": "automobile-industry-and-trade-united-states", + "name": "Automobile industry and trade--United States" }, { - "id": "consumers", - "name": "Consumers" + "id": "automobiles", + "name": "Automobiles" }, { - "id": "economic-development", - "name": "Economic development" + "id": "black-market-in-foreign-exchange", + "name": "Black market in foreign exchange" }, { - "id": "economics", - "name": "Economics" + "id": "black-market-europe", + "name": "Black market--Europe" }, { - "id": "galbraith-john-kenneth-1908-2006-congresses", - "name": "Galbraith, John Kenneth, 1908-2006--Congresses" + "id": "broadcast-advertising", + "name": "Broadcast advertising" }, { - "id": "industrialization-united-states", - "name": "Industrialization--United States" + "id": "business", + "name": "Business" }, { - "id": "poverty-united-states", - "name": "Poverty--United States" + "id": "career-development", + "name": "Career development" }, { - "id": "southern-states-commerce", - "name": "Southern States--Commerce" + "id": "chemical-industry-united-states", + "name": "Chemical industry--United States" }, { - "id": "switzerland-commerce", - "name": "Switzerland--Commerce" + "id": "cities-and-towns-growth", + "name": "Cities and towns--Growth" }, { - "id": "united-states-economic-conditions-1961-1971", - "name": "United States--Economic conditions--1961-1971" + "id": "citrus-fruit-industry", + "name": "Citrus fruit industry" }, { - "id": "united-states-economic-conditions-1971-1981", - "name": "United States--Economic conditions--1971-1981" - } - ] - }, - { - "name": "NAEB Regions III & IV: The Upper Midwest", - "group": "U.S. History & Culture", - "subjects": [ + "id": "citrus-fruits-harvesting", + "name": "Citrus fruits--Harvesting" + }, { - "id": "cities-and-towns-ohio", - "name": "Cities and towns--Ohio" + "id": "coal-united-states", + "name": "Coal--United States" }, { - "id": "durand-mich-history", - "name": "Durand (Mich.)--History" + "id": "commonwealth-countries-economic-conditions", + "name": "Commonwealth countries--Economic conditions" }, { - "id": "great-lakes-north-america-discovery-and-exploration", - "name": "Great Lakes (North America)--Discovery and exploration" + "id": "construction-industry-southern-states", + "name": "Construction industry--Southern States" }, { - "id": "great-lakes-north-america-history", - "name": "Great Lakes (North America)--History" + "id": "consumer-cooperatives-great-britain-history", + "name": "Consumer cooperatives--Great Britain--History" }, { - "id": "great-lakes-north-america-poetry", - "name": "Great Lakes (North America)--Poetry" + "id": "consumers", + "name": "Consumers" }, { - "id": "great-lakes-north-america-songs-and-music", - "name": "Great Lakes (North America)--Songs and music" + "id": "corn-products-industry-united-states", + "name": "Corn products industry--United States" }, { - "id": "naeb-region-iii", - "name": "NAEB Region III" + "id": "cotton-picking", + "name": "Cotton picking" }, { - "id": "naeb-region-iv", - "name": "NAEB Region IV" + "id": "credit", + "name": "Credit" }, { - "id": "napoleon-ohio-history", - "name": "Napoleon (Ohio)--History" + "id": "developing-countries-economic-conditions", + "name": "Developing countries--Economic conditions" }, { - "id": "white-william-allen-1868-1944", - "name": "White, William Allen, 1868-1944" - } - ] - }, - { - "name": "U.S. Government", - "group": "Civics, Law, & Government", - "subjects": [ + "id": "disney", + "name": "Disney" + }, { - "id": "communism-united-states", - "name": "Communism--United States" + "id": "economic-assistance", + "name": "Economic assistance" }, { - "id": "constitutions-united-states", - "name": "Constitutions--United States" + "id": "economic-conditions", + "name": "Economic conditions" }, { - "id": "federal-government-united-states", - "name": "Federal government--United States" + "id": "economic-development", + "name": "Economic development" }, { - "id": "government-aid-to-higher-education-united-states", - "name": "Government aid to higher education--United States" + "id": "economic-policy", + "name": "Economic policy" }, { - "id": "government-policy", - "name": "Government policy" + "id": "economics", + "name": "Economics" }, { - "id": "legislation-united-states", - "name": "Legislation--United States" + "id": "economists-austria-interviews", + "name": "Economists--Austria--Interviews" }, { - "id": "national-security", - "name": "National security" + "id": "economists-great-britain", + "name": "Economists--Great Britain" }, { - "id": "politics-and-government", - "name": "Politics and government" + "id": "electric-power-distribution-united-states", + "name": "Electric power distribution--United States" }, { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "electric-utilities", + "name": "Electric utilities" }, { - "id": "public-welfare", - "name": "Public welfare" + "id": "employment", + "name": "Employment" }, { - "id": "socialism", - "name": "Socialism" + "id": "europe-eastern-foreign-economic-relations", + "name": "Europe--Eastern--Foreign economic relations" }, { - "id": "united-states-congress-history-19th-century", - "name": "United States. Congress--History--19th century" + "id": "europe-economic-conditions-1945", + "name": "Europe--Economic conditions--1945-" }, { - "id": "united-states-congress-house-television-broadcasting-of-proceedings", - "name": "United States. Congress. House--Television broadcasting of proceedings" + "id": "european-economic-community", + "name": "European Economic Community" }, { - "id": "united-states-president", - "name": "United States. President" - } - ] - }, - { - "name": "Music Node Link", - "subjects": [ + "id": "fifteenth-century", + "name": "Fifteenth century" + }, { - "id": "music", - "name": "Music" - } - ] - }, - { - "name": "Europe", - "group": "Global History & Culture", - "subjects": [ + "id": "florence-agreement", + "name": "Florence Agreement" + }, { - "id": "adenauer-konrad-1876-1967", - "name": "Adenauer, Konrad, 1876-1967" + "id": "food-and-agriculture-organization-of-the-united-nations", + "name": "Food and Agriculture Organization of the United Nations" }, { - "id": "austria-civilization-20th-century", - "name": "Austria--Civilization--20th century" + "id": "food-production-and-natural-resources", + "name": "Food production and natural resources" }, { - "id": "austria-description-and-travel", - "name": "Austria--Description and travel" + "id": "ford-foundation", + "name": "Ford Foundation" }, { - "id": "austria-history", - "name": "Austria--History" + "id": "frozen-fruit-juices", + "name": "Frozen fruit juices" }, { - "id": "bedfordshire-england-history", - "name": "Bedfordshire (England)--History" + "id": "galbraith-john-kenneth-1908-2006-congresses", + "name": "Galbraith, John Kenneth, 1908-2006--Congresses" }, { - "id": "berlin-germany-east", - "name": "Berlin (Germany : East)" + "id": "gold-mines-and-mining", + "name": "Gold mines and mining" }, { - "id": "christians-germany", - "name": "Christians--Germany" + "id": "great-britain-economic-conditions-20th-century", + "name": "Great Britain--Economic conditions--20th century" }, { - "id": "clergy-germany", - "name": "Clergy--Germany" + "id": "great-lakes-north-america-commerce", + "name": "Great Lakes (North America)--Commerce" }, { - "id": "composers-france", - "name": "Composers--France" + "id": "grocery-shopping", + "name": "Grocery shopping" }, { - "id": "diplomats-great-britain-history-20th-century", - "name": "Diplomats--Great Britain--History--20th century" + "id": "hidden-treasures", + "name": "Hidden treasures" }, { - "id": "edward-iii-king-of-england-1312-1377", - "name": "Edward III, King of England, 1312-1377" + "id": "hill-foundation", + "name": "Hill Foundation" }, { - "id": "europe", - "name": "Europe" + "id": "history-ancient", + "name": "History, Ancient" }, { - "id": "fascism-italy", - "name": "Fascism--Italy" + "id": "home-economics", + "name": "Home economics" }, { - "id": "france-history-20th-century", - "name": "France--History--20th century" + "id": "house-interstate-and-foreign-commerce-committee", + "name": "House Interstate and Foreign Commerce Committee" }, { - "id": "germany", - "name": "Germany" + "id": "industrial-relations", + "name": "Industrial relations" }, { - "id": "great-britain", - "name": "Great Britain" + "id": "industrialization-united-states", + "name": "Industrialization--United States" }, { - "id": "italy", - "name": "Italy" + "id": "info-orient", + "name": "Info.-Orient" }, { - "id": "labor-unions-great-britain-history", - "name": "Labor unions--Great Britain--History" + "id": "international-trade", + "name": "International trade" }, { - "id": "labour-party-great-britain-history-20th-century", - "name": "Labour Party (Great Britain)--History--20th century" + "id": "italy-commerce", + "name": "Italy--Commerce" }, { - "id": "military-doctrine-great-britain-history-20th-century", - "name": "Military doctrine--Great Britain--History--20th century" + "id": "italy-economic-conditions-1945-1976", + "name": "Italy--Economic conditions--1945-1976" }, { - "id": "movimento-sociale-italiano", - "name": "Movimento sociale italiano" + "id": "italy-economic-conditions-20th-century", + "name": "Italy--Economic conditions--20th century" }, { - "id": "nazis", - "name": "Nazis" + "id": "kellogg-foundation", + "name": "Kellogg Foundation" }, { - "id": "pacifists", - "name": "Pacifists" + "id": "labor", + "name": "Labor" }, { - "id": "pepys-samuel-1633-1703-diaries", - "name": "Pepys, Samuel, 1633-1703--Diaries" + "id": "laos-economic-conditions-20th-century", + "name": "Laos--Economic conditions--20th century" }, { - "id": "pepys-samuel-1633-1703-drama", - "name": "Pepys, Samuel, 1633-1703--Drama" + "id": "livestock", + "name": "Livestock" }, { - "id": "politicians-great-britain-interviews", - "name": "Politicians--Great Britain--Interviews" + "id": "loggers", + "name": "Loggers" }, { - "id": "priests-italy", - "name": "Priests--Italy" + "id": "low-income-housing", + "name": "Low-income housing" }, { - "id": "saarland-germany", - "name": "Saarland (Germany)" + "id": "lumbermen", + "name": "Lumbermen" }, { - "id": "scotland-history-20th-century", - "name": "Scotland--History--20th century" + "id": "miners", + "name": "Miners" }, { - "id": "soviet-union-description-and-travel", - "name": "Soviet Union--Description and travel" + "id": "monetary-policy-united-states", + "name": "Monetary policy--United States" }, { - "id": "spain-history-military", - "name": "Spain--History, Military" + "id": "money-europe", + "name": "Money--Europe" }, { - "id": "switzerland-commerce", - "name": "Switzerland--Commerce" + "id": "money-germany", + "name": "Money--Germany" }, { - "id": "womens-rights-great-britain", - "name": "Women's rights--Great Britain" + "id": "money-united-states", + "name": "Money--United States" }, { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland" - } - ] - }, - { - "name": "Gender & Women's History", - "group": "Arts, Humanities, & Media", - "subjects": [ + "id": "motion-picture-industry", + "name": "Motion picture industry" + }, { - "id": "bremer-fredrika-1801-1865-travel", - "name": "Bremer, Fredrika, 1801-1865--Travel" + "id": "oil-reservoir-engineering", + "name": "Oil reservoir engineering" }, { - "id": "bremer-fredrika-1801-1865-hemmen-i-den-nya-verlden-english", - "name": "Bremer, Fredrika, 1801-1865. Hemmen i den Nya verlden. English" + "id": "old-dominion-foundation", + "name": "Old Dominion Foundation" }, { - "id": "feminism", - "name": "Feminism" + "id": "operating-costs", + "name": "Operating costs" }, { - "id": "sexism", - "name": "Sexism" + "id": "overpopulation-economic-aspects", + "name": "Overpopulation--Economic aspects" }, { - "id": "women", - "name": "Women" - } - ] - }, - { - "name": "Philosophy & Ethics", - "group": "Arts, Humanities, & Media", - "subjects": [ + "id": "pacifica-foundation", + "name": "Pacifica Foundation" + }, { - "id": "adler-mortimer-jerome-1902-2001-works-selections", - "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" + "id": "packing-houses", + "name": "Packing-houses" }, { - "id": "ethics", - "name": "Ethics" + "id": "paperbacks", + "name": "Paperbacks" }, { - "id": "gustafson-james-m", - "name": "Gustafson, James M" + "id": "petroleum-refineries-louisiana", + "name": "Petroleum refineries--Louisiana" }, { - "id": "human-beings-philosophy", + "id": "petroleum-prospecting-louisiana-history", + "name": "Petroleum--Prospecting--Louisiana--History" + }, + { + "id": "physical-distribution-of-goods", + "name": "Physical distribution of goods" + }, + { + "id": "pipelines-united-states", + "name": "Pipelines--United States" + }, + { + "id": "ports-united-states", + "name": "Ports--United States" + }, + { + "id": "poverty-united-states", + "name": "Poverty--United States" + }, + { + "id": "producer-cooperatives", + "name": "Producer cooperatives" + }, + { + "id": "professional-associations", + "name": "Professional associations" + }, + { + "id": "professions", + "name": "Professions" + }, + { + "id": "promotion", + "name": "Promotion" + }, + { + "id": "prostitution-france-paris", + "name": "Prostitution--France--Paris" + }, + { + "id": "publicist", + "name": "Publicist" + }, + { + "id": "purchasing", + "name": "Purchasing" + }, + { + "id": "recessions", + "name": "Recessions" + }, + { + "id": "richardson-foundation", + "name": "Richardson Foundation" + }, + { + "id": "rockefeller-foundation", + "name": "Rockefeller Foundation" + }, + { + "id": "rutile-mines-and-mining", + "name": "Rutile mines and mining" + }, + { + "id": "saarland-germany-industries", + "name": "Saarland (Germany)--Industries" + }, + { + "id": "salt-mines-and-mining", + "name": "Salt mines and mining" + }, + { + "id": "scotland-economic-conditions", + "name": "Scotland--Economic conditions" + }, + { + "id": "southeast-asia-economic-conditions", + "name": "Southeast Asia--Economic conditions" + }, + { + "id": "southern-states-commerce", + "name": "Southern States--Commerce" + }, + { + "id": "southern-states-economic-conditions", + "name": "Southern States--Economic conditions" + }, + { + "id": "sports", + "name": "Sports" + }, + { + "id": "standard-oil-of-new-jersey-foundation", + "name": "Standard Oil of New Jersey Foundation" + }, + { + "id": "steel-industry-and-trade-great-lakes-north-america-history", + "name": "Steel industry and trade--Great Lakes (North America)--History" + }, + { + "id": "steel-industry-and-trade-southern-states", + "name": "Steel industry and trade--Southern States" + }, + { + "id": "stores-retail", + "name": "Stores, Retail" + }, + { + "id": "sulfur-industry-united-states", + "name": "Sulfur industry--United States" + }, + { + "id": "sweden-economic-conditions-20th-century", + "name": "Sweden--Economic conditions--20th century" + }, + { + "id": "switzerland-commerce", + "name": "Switzerland--Commerce" + }, + { + "id": "textile-fabrics-united-states", + "name": "Textile fabrics--United States" + }, + { + "id": "textile-industry-southern-states", + "name": "Textile industry--Southern States" + }, + { + "id": "transatlantic-cables-history", + "name": "Transatlantic cables--History" + }, + { + "id": "underemployment", + "name": "Underemployment" + }, + { + "id": "united-states-economic-conditions-1961-1971", + "name": "United States--Economic conditions--1961-1971" + }, + { + "id": "united-states-economic-conditions-1971-1981", + "name": "United States--Economic conditions--1971-1981" + }, + { + "id": "urban-renewal", + "name": "Urban renewal" + }, + { + "id": "wages-united-states", + "name": "Wages--United States" + } + ] + }, + { + "name": "NAEB Regions III & IV: The Upper Midwest", + "group": "U.S. History & Culture", + "subjects": [ + { + "id": "cities-and-towns-michigan", + "name": "Cities and towns--Michigan" + }, + { + "id": "cities-and-towns-ohio", + "name": "Cities and towns--Ohio" + }, + { + "id": "durand-mich-history", + "name": "Durand (Mich.)--History" + }, + { + "id": "great-lakes-north-america-discovery-and-exploration", + "name": "Great Lakes (North America)--Discovery and exploration" + }, + { + "id": "great-lakes-north-america-history", + "name": "Great Lakes (North America)--History" + }, + { + "id": "great-lakes-north-america-poetry", + "name": "Great Lakes (North America)--Poetry" + }, + { + "id": "great-lakes-north-america-songs-and-music", + "name": "Great Lakes (North America)--Songs and music" + }, + { + "id": "illinois", + "name": "Illinois" + }, + { + "id": "indiana", + "name": "Indiana" + }, + { + "id": "keweenaw-county-mich-history", + "name": "Keweenaw County (Mich.)--History" + }, + { + "id": "michigan", + "name": "Michigan" + }, + { + "id": "milwaukee-wis", + "name": "Milwaukee (Wis.)" + }, + { + "id": "minnesota", + "name": "Minnesota" + }, + { + "id": "naeb-region-iii", + "name": "NAEB Region III" + }, + { + "id": "naeb-region-iv", + "name": "NAEB Region IV" + }, + { + "id": "napoleon-ohio-history", + "name": "Napoleon (Ohio)--History" + }, + { + "id": "ohio", + "name": "Ohio" + }, + { + "id": "white-william-allen-1868-1944", + "name": "White, William Allen, 1868-1944" + }, + { + "id": "wisconsin", + "name": "Wisconsin" + } + ] + }, + { + "name": "U.S. Government", + "group": "Civics, Law, & Government", + "subjects": [ + { + "id": "american-samoa", + "name": "American Samoa" + }, + { + "id": "budget-united-states", + "name": "Budget--United States" + }, + { + "id": "clear-channel-hearings", + "name": "Clear Channel Hearings" + }, + { + "id": "clear-channel-resolution", + "name": "Clear Channel Resolution" + }, + { + "id": "community-based-social-services", + "name": "Community-based social services" + }, + { + "id": "constitutions-united-states", + "name": "Constitutions--United States" + }, + { + "id": "federal-government-united-states", + "name": "Federal government--United States" + }, + { + "id": "frankfurter-felix-1882-1965", + "name": "Frankfurter, Felix, 1882-1965" + }, + { + "id": "free-press-and-fair-trial-united-states", + "name": "Free press and fair trial--United States" + }, + { + "id": "freedom-of-expression-united-states", + "name": "Freedom of expression--United States" + }, + { + "id": "government-aid-to-higher-education-united-states", + "name": "Government aid to higher education--United States" + }, + { + "id": "government-policy", + "name": "Government policy" + }, + { + "id": "house-interstate-and-foreign-commerce-committee", + "name": "House Interstate and Foreign Commerce Committee" + }, + { + "id": "humphrey-hubert-h-hubert-horatio-1911-1978", + "name": "Humphrey, Hubert H. (Hubert Horatio), 1911-1978" + }, + { + "id": "jackson-andrew-1767-1845", + "name": "Jackson, Andrew, 1767-1845" + }, + { + "id": "legislation-united-states", + "name": "Legislation--United States" + }, + { + "id": "mayflower-doctrine-hearings", + "name": "Mayflower Doctrine Hearings" + }, + { + "id": "national-security", + "name": "National security" + }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "public-housing-united-states", + "name": "Public housing--United States" + }, + { + "id": "public-welfare", + "name": "Public welfare" + }, + { + "id": "social-services-united-states", + "name": "Social services--United States" + }, + { + "id": "taxation", + "name": "Taxation" + }, + { + "id": "united-states-politics-and-government", + "name": "United States--Politics and government" + }, + { + "id": "united-states-congress", + "name": "United States. Congress" + }, + { + "id": "united-states-federal-communications-commission", + "name": "United States. Federal Communications Commission" + }, + { + "id": "united-states-foreign-service", + "name": "United States. Foreign Service" + }, + { + "id": "united-states-president", + "name": "United States. President" + }, + { + "id": "voice-of-america-organization", + "name": "Voice of America (Organization)" + } + ] + }, + { + "name": "Europe", + "group": "Global History & Culture", + "subjects": [ + { + "id": "achilles-greek-mythology-drama", + "name": "Achilles (Greek mythology)--Drama" + }, + { + "id": "adenauer-konrad-1876-1967", + "name": "Adenauer, Konrad, 1876-1967" + }, + { + "id": "antisemitism-germany-20th-century", + "name": "Antisemitism--Germany--20th century" + }, + { + "id": "austria-civilization-20th-century", + "name": "Austria--Civilization--20th century" + }, + { + "id": "austria-description-and-travel", + "name": "Austria--Description and travel" + }, + { + "id": "austria-history", + "name": "Austria--History" + }, + { + "id": "authors-great-britain-biography", + "name": "Authors--Great Britain--Biography" + }, + { + "id": "bakunin-mikhail-aleksandrovich-1814-1876", + "name": "Bakunin, Mikhail Aleksandrovich, 1814-1876" + }, + { + "id": "ballads-german", + "name": "Ballads, German" + }, + { + "id": "ballads-hungarian", + "name": "Ballads, Hungarian" + }, + { + "id": "bayard-pierre-terrail-seigneur-de-approximately-1473-1524", + "name": "Bayard, Pierre Terrail, seigneur de, approximately 1473-1524" + }, + { + "id": "bedfordshire-england-history", + "name": "Bedfordshire (England)--History" + }, + { + "id": "belgium", + "name": "Belgium" + }, + { + "id": "berlin", + "name": "Berlin" + }, + { + "id": "bishops-germany-interviews", + "name": "Bishops--Germany--Interviews" + }, + { + "id": "bismarck-otto-fu_rst-von-1815-1898", + "name": "Bismarck, Otto, Fu_rst von, 1815-1898" + }, + { + "id": "black-market-europe", + "name": "Black market--Europe" + }, + { + "id": "boswell-james-1740-1795", + "name": "Boswell, James, 1740-1795" + }, + { + "id": "boucicault-dion-1820-1890", + "name": "Boucicault, Dion, 1820-1890" + }, + { + "id": "britain-yearly-meeting-society-of-friends", + "name": "Britain Yearly Meeting (Society of Friends)" + }, + { + "id": "british-broadcasting-corporation", + "name": "British Broadcasting Corporation" + }, + { + "id": "bullard-reader-sir-1885-1976", + "name": "Bullard, Reader, Sir, 1885-1976" + }, + { + "id": "burke-edmund-1729-1797", + "name": "Burke, Edmund, 1729-1797" + }, + { + "id": "campo-santo-di-pisa", + "name": "Campo santo di Pisa" + }, + { + "id": "cartoonists-great-britain-biography", + "name": "Cartoonists--Great Britain--Biography" + }, + { + "id": "castile-spain", + "name": "Castile (Spain)" + }, + { + "id": "censorship-soviet-union-history-20th-century", + "name": "Censorship--Soviet Union--History--20th century" + }, + { + "id": "chatterton-thomas-1752-1770", + "name": "Chatterton, Thomas, 1752-1770" + }, + { + "id": "chausson-ernest-1855-1899", + "name": "Chausson, Ernest, 1855-1899" + }, + { + "id": "christians-germany", + "name": "Christians--Germany" + }, + { + "id": "churchill-winston-1874-1965", + "name": "Churchill, Winston, 1874-1965" + }, + { + "id": "cid-approximately-1043-1099", + "name": "Cid, approximately 1043-1099" + }, + { + "id": "city-planning-finland", + "name": "City planning--Finland" + }, + { + "id": "commonwealth-countries-history-20th-century", + "name": "Commonwealth countries--History--20th century" + }, + { + "id": "communists-italy-interviews", + "name": "Communists--Italy--Interviews" + }, + { + "id": "concerts-germany", + "name": "Concerts--Germany" + }, + { + "id": "conrad-joseph-1857-1924", + "name": "Conrad, Joseph, 1857-1924" + }, + { + "id": "consumer-cooperatives-great-britain-history", + "name": "Consumer cooperatives--Great Britain--History" + }, + { + "id": "cook-james-1728-1779", + "name": "Cook, James, 1728-1779" + }, + { + "id": "cooperation-great-britain-history-20th-century", + "name": "Cooperation--Great Britain--History--20th century" + }, + { + "id": "cooperative-societies-england-manchester", + "name": "Cooperative societies--England--Manchester" + }, + { + "id": "crime-great-britain-history-20th-century", + "name": "Crime--Great Britain--History--20th century" + }, + { + "id": "czechoslovakia-history-20th-century", + "name": "Czechoslovakia--History--20th century" + }, + { + "id": "czechoslovakia-social-conditions-1945-1992", + "name": "Czechoslovakia--Social conditions--1945-1992" + }, + { + "id": "doyly-carte-opera-company", + "name": "D'Oyly Carte Opera Company" + }, + { + "id": "danish-literature", + "name": "Danish literature" + }, + { + "id": "darwin-charles-1809-1882", + "name": "Darwin, Charles, 1809-1882" + }, + { + "id": "debussy-claude-1862-1918-songs", + "name": "Debussy, Claude, 1862-1918. Songs" + }, + { + "id": "democracy-great-britain-history-20th-century", + "name": "Democracy--Great Britain--History--20th century" + }, + { + "id": "demosthenes-speeches", + "name": "Demosthenes. Speeches" + }, + { + "id": "diplomats-great-britain-history-20th-century", + "name": "Diplomats--Great Britain--History--20th century" + }, + { + "id": "diplomats-netherlands-biography", + "name": "Diplomats--Netherlands--Biography" + }, + { + "id": "diplomats-netherlands-interviews", + "name": "Diplomats--Netherlands--Interviews" + }, + { + "id": "diplomats-soviet-union-history-20th-century", + "name": "Diplomats--Soviet Union--History--20th century" + }, + { + "id": "dupre_-marcel-1886-1971-organ-music-selections", + "name": "Dupre_, Marcel, 1886-1971. Organ music. Selections" + }, + { + "id": "durufle_-maurice-1902-1986-organ-music-selections", + "name": "Durufle_, Maurice, 1902-1986. Organ music. Selections" + }, + { + "id": "economists-austria-interviews", + "name": "Economists--Austria--Interviews" + }, + { + "id": "educators-europe", + "name": "Educators--Europe" + }, + { + "id": "educators-great-britain-biography", + "name": "Educators--Great Britain--Biography" + }, + { + "id": "edward-iii-king-of-england-1312-1377", + "name": "Edward III, King of England, 1312-1377" + }, + { + "id": "engels-friedrich-1820-1895", + "name": "Engels, Friedrich, 1820-1895" + }, + { + "id": "england", + "name": "England" + }, + { + "id": "europe", + "name": "Europe" + }, + { + "id": "explorers-and-exploration", + "name": "Explorers and exploration" + }, + { + "id": "fabian-society-great-britain", + "name": "Fabian Society (Great Britain)" + }, + { + "id": "falla-manuel-de-1876-1946", + "name": "Falla, Manuel de, 1876-1946" + }, + { + "id": "family-life-greece", + "name": "Family life--Greece" + }, + { + "id": "fascism-great-britain-history-20th-century", + "name": "Fascism--Great Britain--History--20th century" + }, + { + "id": "fascism-italy", + "name": "Fascism--Italy" + }, + { + "id": "fermi-enrico-1901-1954", + "name": "Fermi, Enrico, 1901-1954" + }, + { + "id": "finland", + "name": "Finland" + }, + { + "id": "folklore-england", + "name": "Folklore--England" + }, + { + "id": "france", + "name": "France" + }, + { + "id": "fraternities-sororities-germany-marburg", + "name": "Fraternities & sororities--Germany--Marburg" + }, + { + "id": "french", + "name": "French" + }, + { + "id": "freud-sigmund-1856-1939", + "name": "Freud, Sigmund, 1856-1939" + }, + { + "id": "galilei-galileo-1564-1642-adversaries", + "name": "Galilei, Galileo, 1564-1642--Adversaries" + }, + { + "id": "galilei-galileo-1564-1642-influence", + "name": "Galilei, Galileo, 1564-1642--Influence" + }, + { + "id": "galilei-galileo-1564-1642-trials-litigation-etc", + "name": "Galilei, Galileo, 1564-1642--Trials, litigation, etc" + }, + { + "id": "garibaldi-giuseppe-1807-1882", + "name": "Garibaldi, Giuseppe, 1807-1882" + }, + { + "id": "gascoigne-alvary-frederick-sir-1893-1970", + "name": "Gascoigne, Alvary Frederick, Sir, 1893-1970" + }, + { + "id": "gauguin-paul-1848-1903", + "name": "Gauguin, Paul, 1848-1903" + }, + { + "id": "geologists-great-britain-biography", + "name": "Geologists--Great Britain--Biography" + }, + { + "id": "germany", + "name": "Germany" + }, + { + "id": "great-britain-civilization-20th-century", + "name": "Great Britain--Civilization--20th century" + }, + { + "id": "great-britain-colonies", + "name": "Great Britain--Colonies" + }, + { + "id": "great-britain-defenses-history-20th-century", + "name": "Great Britain--Defenses--History--20th century" + }, + { + "id": "great-britain-economic-conditions-20th-century", + "name": "Great Britain--Economic conditions--20th century" + }, + { + "id": "great-britain-politics-and-government-20th-century", + "name": "Great Britain--Politics and government--20th century" + }, + { + "id": "great-britain-air-force-department", + "name": "Great Britain. Air Force Department" + }, + { + "id": "great-britain-metropolitan-police-office-criminal-investigation-department-history-20th-century", + "name": "Great Britain. Metropolitan Police Office. Criminal Investigation Department--History--20th century" + }, + { + "id": "greece-social-life-and-customs", + "name": "Greece--Social life and customs" + }, + { + "id": "hall-basil-1788-1844", + "name": "Hall, Basil, 1788-1844" + }, + { + "id": "halvorsen-johan-1864-1935", + "name": "Halvorsen, Johan, 1864-1935" + }, + { + "id": "handel-george-frideric-1685-1759-choral-music", + "name": "Handel, George Frideric, 1685-1759. Choral music" + }, + { + "id": "handel-george-frideric-1685-1759-instrumental-music-selections-arranged", + "name": "Handel, George Frideric, 1685-1759. Instrumental music. Selections; arranged" + }, + { + "id": "haydn-joseph-1732-1809", + "name": "Haydn, Joseph, 1732-1809" + }, + { + "id": "high-schools-germany-administration", + "name": "High schools--Germany--Administration" + }, + { + "id": "high-schools-germany-history", + "name": "High schools--Germany--History" + }, + { + "id": "holocaust-jewish-1939-1945-france-le-chambon-sur-lignon", + "name": "Holocaust, Jewish (1939-1945)--France--Le Chambon-sur-Lignon" + }, + { + "id": "home-rule-ireland", + "name": "Home rule--Ireland" + }, + { + "id": "hungary", + "name": "Hungary" + }, + { + "id": "immigrants-great-britain", + "name": "Immigrants--Great Britain" + }, + { + "id": "imperialism-great-britain-history", + "name": "Imperialism--Great Britain--History" + }, + { + "id": "india-relations-soviet-union", + "name": "India--Relations--Soviet Union" + }, + { + "id": "ireland-history-20th-century", + "name": "Ireland--History--20th century" + }, + { + "id": "italia-prize", + "name": "Italia Prize" + }, + { + "id": "italy", + "name": "Italy" + }, + { + "id": "jewish-refugees-france", + "name": "Jewish refugees--France" + }, + { + "id": "jewish-refugees-history-20th-century", + "name": "Jewish refugees--History--20th century" + }, + { + "id": "jews-germany", + "name": "Jews--Germany" + }, + { + "id": "john-king-of-england-1167-1216", + "name": "John, King of England, 1167-1216" + }, + { + "id": "keyserling-hermann-graf-von-1880-1946", + "name": "Keyserling, Hermann, Graf von, 1880-1946" + }, + { + "id": "khrushchev-nikita-sergeevich-1894-1971", + "name": "Khrushchev, Nikita Sergeevich, 1894-1971" + }, + { + "id": "labor-and-laboring-classes-germany", + "name": "Labor and laboring classes--Germany" + }, + { + "id": "labor-unions-great-britain-history", + "name": "Labor unions--Great Britain--History" + }, + { + "id": "labor-sweden", + "name": "Labor--Sweden" + }, + { + "id": "labour-party-great-britain-history-20th-century", + "name": "Labour Party (Great Britain)--History--20th century" + }, + { + "id": "langlais-jean-1907-1991-organ-music-selections", + "name": "Langlais, Jean, 1907-1991. Organ music. Selections" + }, + { + "id": "letters-to-the-editor-soviet-union", + "name": "Letters to the editor--Soviet Union" + }, + { + "id": "lister-joseph-baron-1827-1912", + "name": "Lister, Joseph, Baron, 1827-1912" + }, + { + "id": "london-england", + "name": "London (England)" + }, + { + "id": "malenkov-georgi-maksimilianovich-1901-1988", + "name": "Malenkov, Georgiĭ Maksimilianovich, 1901-1988" + }, + { + "id": "marcello-benedetto-1686-1739", + "name": "Marcello, Benedetto, 1686-1739" + }, + { + "id": "marryat-frederick-1792-1848-diaries", + "name": "Marryat, Frederick, 1792-1848--Diaries" + }, + { + "id": "marryat-frederick-1792-1848-travel-america", + "name": "Marryat, Frederick, 1792-1848--Travel--America" + }, + { + "id": "mayors-france", + "name": "Mayors--France" + }, + { + "id": "meegeren-han-van-1889-1947", + "name": "Meegeren, Han van, 1889-1947" + }, + { + "id": "mendelssohn-bartholdy-felix-1809-1847", + "name": "Mendelssohn-Bartholdy, Felix, 1809-1847" + }, + { + "id": "military-doctrine-great-britain-history-20th-century", + "name": "Military doctrine--Great Britain--History--20th century" + }, + { + "id": "monteverdi-claudio-1567-1643", + "name": "Monteverdi, Claudio, 1567-1643" + }, + { + "id": "more-thomas-saint-1478-1535-utopia", + "name": "More, Thomas, Saint, 1478-1535. Utopia" + }, + { + "id": "mosley-oswald-1896-1980", + "name": "Mosley, Oswald, 1896-1980" + }, + { + "id": "motion-pictures-switzerland-history", + "name": "Motion pictures--Switzerland--History" + }, + { + "id": "movimento-sociale-italiano", + "name": "Movimento sociale italiano" + }, + { + "id": "mozart-wolfgang-amadeus-1756-1791", + "name": "Mozart, Wolfgang Amadeus, 1756-1791" + }, + { + "id": "mu_nchhausen-karl-friedrich-hieronymus-von-baron-1720-1797", + "name": "Mu_nchhausen, Karl Friedrich Hieronymus von, Baron, 1720-1797" + }, + { + "id": "munich-germany", + "name": "Munich (Germany)" + }, + { + "id": "musicians-austria-interviews", + "name": "Musicians--Austria--Interviews" + }, + { + "id": "mussorgsky-modest-petrovich-1839-1881", + "name": "Mussorgsky, Modest Petrovich, 1839-1881" + }, + { + "id": "napoleon-i-emperor-of-the-french-1769-1821", + "name": "Napoleon I, Emperor of the French, 1769-1821" + }, + { + "id": "national-committee-for-a-free-europe", + "name": "National Committee for a Free Europe" + }, + { + "id": "nazis", + "name": "Nazis" + }, + { + "id": "neo-nazism-germany", + "name": "Neo-Nazism--Germany" + }, + { + "id": "netherlands", + "name": "Netherlands" + }, + { + "id": "oconnell-daniel-1775-1847", + "name": "O'Connell, Daniel, 1775-1847" + }, + { + "id": "opera-italy-17th-century", + "name": "Opera--Italy--17th century" + }, + { + "id": "pacifists", + "name": "Pacifists" + }, + { + "id": "paderewski-ignace-jan-1860-1941", + "name": "Paderewski, Ignace Jan, 1860-1941" + }, + { + "id": "paris-france", + "name": "Paris (France)" + }, + { + "id": "pasteur-louis-1822-1895", + "name": "Pasteur, Louis, 1822-1895" + }, + { + "id": "peeters-flor-1903-1986-organ-music-selections", + "name": "Peeters, Flor, 1903-1986. Organ music. Selections" + }, + { + "id": "pepys-samuel-1633-1703-diaries", + "name": "Pepys, Samuel, 1633-1703--Diaries" + }, + { + "id": "pericles-approximately-495-bc-429-bc", + "name": "Pericles, approximately 495 B.C.-429 B.C" + }, + { + "id": "physicists-germany-interviews", + "name": "Physicists--Germany--Interviews" + }, + { + "id": "physics-germany-history", + "name": "Physics--Germany--History" + }, + { + "id": "pitt-william-earl-of-chatham-1708-1778", + "name": "Pitt, William, Earl of Chatham, 1708-1778" + }, + { + "id": "political-parties-germany", + "name": "Political parties--Germany" + }, + { + "id": "political-parties-great-britain-history-20th-century", + "name": "Political parties--Great Britain--History--20th century" + }, + { + "id": "political-prisoners-germany-20th-century", + "name": "Political prisoners--Germany--20th century" + }, + { + "id": "politicians-germany", + "name": "Politicians--Germany" + }, + { + "id": "politicians-great-britain-interviews", + "name": "Politicians--Great Britain--Interviews" + }, + { + "id": "politicians-italy", + "name": "Politicians--Italy" + }, + { + "id": "politicians-netherlands-biography", + "name": "Politicians--Netherlands--Biography" + }, + { + "id": "poor-great-britain-history-19th-century", + "name": "Poor--Great Britain--History--19th century" + }, + { + "id": "pope-alexander-1688-1744-friends-and-associates", + "name": "Pope, Alexander, 1688-1744--Friends and associates" + }, + { + "id": "priests-italy", + "name": "Priests--Italy" + }, + { + "id": "prisoners-of-war-england-biography", + "name": "Prisoners of war--England--Biography" + }, + { + "id": "prisoners-of-war-germany-history-20th-century", + "name": "Prisoners of war--Germany--History--20th century" + }, + { + "id": "prisoners-of-war-soviet-union-history", + "name": "Prisoners of war--Soviet Union--History" + }, + { + "id": "prix-italia", + "name": "Prix Italia" + }, + { + "id": "prokofiev-sergey-1891-1953", + "name": "Prokofiev, Sergey, 1891-1953" + }, + { + "id": "public-opinion-germany", + "name": "Public opinion--Germany" + }, + { + "id": "public-opinion-soviet-union-history-20th-century", + "name": "Public opinion--Soviet Union--History--20th century" + }, + { + "id": "puccini-giacomo-1858-1924", + "name": "Puccini, Giacomo, 1858-1924" + }, + { + "id": "purcell-henry-1659-1695", + "name": "Purcell, Henry, 1659-1695" + }, + { + "id": "radio-free-europe", + "name": "Radio Free Europe" + }, + { + "id": "remilitarization-germany-history-20th-century", + "name": "Remilitarization--Germany--History--20th century" + }, + { + "id": "report-from-europe", + "name": "Report from Europe" + }, + { + "id": "report-in-europe", + "name": "Report in Europe" + }, + { + "id": "rimsky-korsakov-nikolay-1844-1908", + "name": "Rimsky-Korsakov, Nikolay, 1844-1908" + }, + { + "id": "rive-gauche-paris-france-intellectual-life-20th-century", + "name": "Rive gauche (Paris, France)--Intellectual life--20th century" + }, + { + "id": "ro_ntgen-wilhelm-conrad-1845-1923", + "name": "Ro_ntgen, Wilhelm Conrad, 1845-1923" + }, + { + "id": "rocketry-germany-history-20th-century", + "name": "Rocketry--Germany--History--20th century" + }, + { + "id": "rome-history", + "name": "Rome--History" + }, + { + "id": "rome-in-literature", + "name": "Rome--In literature" + }, + { + "id": "russia-history", + "name": "Russia--History" + }, + { + "id": "russo-finnish-war-1939-1940", + "name": "Russo-Finnish War, 1939-1940" + }, + { + "id": "saarland-germany", + "name": "Saarland (Germany)" + }, + { + "id": "satie-erik-1866-1925", + "name": "Satie, Erik, 1866-1925" + }, + { + "id": "sauna-finland", + "name": "Sauna--Finland" + }, + { + "id": "schloss-colditz-colditz-germany-history-20th-century", + "name": "Schloss Colditz (Colditz, Germany)--History--20th century" + }, + { + "id": "school-principals-germany", + "name": "School principals--Germany" + }, + { + "id": "school-principals-sweden", + "name": "School principals--Sweden" + }, + { + "id": "scotland-economic-conditions", + "name": "Scotland--Economic conditions" + }, + { + "id": "scotland-history-20th-century", + "name": "Scotland--History--20th century" + }, + { + "id": "scotland-politics-and-government-20th-century", + "name": "Scotland--Politics and government--20th century" + }, + { + "id": "scotland-social-life-and-customs-20th-century", + "name": "Scotland--Social life and customs--20th century" + }, + { + "id": "servetus-michael-1511-1553-influence", + "name": "Servetus, Michael, 1511?-1553--Influence" + }, + { + "id": "shakespeare-plays", + "name": "Shakespeare plays" + }, + { + "id": "shakespeare-william-1564-1616-coriolanus", + "name": "Shakespeare, William, 1564-1616. Coriolanus" + }, + { + "id": "shaw-bernard-1856-1950", + "name": "Shaw, Bernard, 1856-1950" + }, + { + "id": "shearing-george-interviews", + "name": "Shearing, George--Interviews" + }, + { + "id": "shipping-denmark", + "name": "Shipping--Denmark" + }, + { + "id": "shostakovich-dmitrii_-dmitrievich-1906-1975", + "name": "Shostakovich, Dmitrii_ Dmitrievich, 1906-1975" + }, + { + "id": "silesia", + "name": "Silesia" + }, + { + "id": "sinn-fein", + "name": "Sinn Fein" + }, + { + "id": "socialists-austria", + "name": "Socialists--Austria" + }, + { + "id": "socialists-great-britain-biography", + "name": "Socialists--Great Britain--Biography" + }, + { + "id": "sociologists-sweden", + "name": "Sociologists--Sweden" + }, + { + "id": "soviet-literature-20th-century-history-and-criticism", + "name": "Soviet literature--20th century--History and criticism" + }, + { + "id": "soviet-literature-political-aspects", + "name": "Soviet literature--Political aspects" + }, + { + "id": "soviet-union", + "name": "Soviet Union" + }, + { + "id": "soviets-people", + "name": "Soviets (People)" + }, + { + "id": "spain-history-military", + "name": "Spain--History, Military" + }, + { + "id": "spaniards", + "name": "Spaniards" + }, + { + "id": "stalin-joseph-1878-1953", + "name": "Stalin, Joseph, 1878-1953" + }, + { + "id": "stevenson-robert-louis-1850-1894", + "name": "Stevenson, Robert Louis, 1850-1894" + }, + { + "id": "sweden", + "name": "Sweden" + }, + { + "id": "sweelinck-jan-pieterszoon-1562-1621-organ-music", + "name": "Sweelinck, Jan Pieterszoon, 1562-1621. Organ music" + }, + { + "id": "swift-jonathan-1667-1745", + "name": "Swift, Jonathan, 1667-1745" + }, + { + "id": "switzerland-commerce", + "name": "Switzerland--Commerce" + }, + { + "id": "takcs-jen-1902-2005", + "name": "Takács, Jenő, 1902-2005" + }, + { + "id": "tchaikovsky-peter-ilich-1840-1893", + "name": "Tchaikovsky, Peter Ilich, 1840-1893" + }, + { + "id": "teachers-germany", + "name": "Teachers--Germany" + }, + { + "id": "teachers-norway-history-20th-century", + "name": "Teachers--Norway--History--20th century" + }, + { + "id": "television-in-great-britain", + "name": "Television in Great Britain" + }, + { + "id": "tito-josip-broz-1892-1980", + "name": "Tito, Josip Broz, 1892-1980" + }, + { + "id": "trentino-alto-adige-italy-ethnic-relations", + "name": "Trentino-Alto Adige (Italy)--Ethnic relations" + }, + { + "id": "trentino-alto-adige-italy-history-20th-century", + "name": "Trentino-Alto Adige (Italy)--History--20th century" + }, + { + "id": "united-kingdom-foreign-relations-20th-century", + "name": "United Kingdom--Foreign relations--20th century" + }, + { + "id": "united-states-history-war-of-1812-campaigns", + "name": "United States--History--War of 1812--Campaigns" + }, + { + "id": "united-states-relations-great-britain", + "name": "United States--Relations--Great Britain" + }, + { + "id": "values-greece", + "name": "Values--Greece" + }, + { + "id": "wagner-richard-1813-1883", + "name": "Wagner, Richard, 1813-1883" + }, + { + "id": "weizsa_cker-carl-friedrich-freiherr-von-1912-2007-interviews", + "name": "Weizsa_cker, Carl Friedrich, Freiherr von, 1912-2007--Interviews" + }, + { + "id": "weizsa_cker-carl-friedrich-freiherr-von-1912-2007-political-and-social-views", + "name": "Weizsa_cker, Carl Friedrich, Freiherr von, 1912-2007--Political and social views" + }, + { + "id": "wentworth-peter-approximately-1530-1596", + "name": "Wentworth, Peter, approximately 1530-1596" + }, + { + "id": "yugoslavia", + "name": "Yugoslavia" + } + ] + }, + { + "name": "Gender & Women's History", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "adams-abigail-1744-1818-correspondence", + "name": "Adams, Abigail, 1744-1818--Correspondence" + }, + { + "id": "bethune-mary-mcleod-1875-1955", + "name": "Bethune, Mary McLeod, 1875-1955" + }, + { + "id": "bremer-fredrika-1801-1865-travel", + "name": "Bremer, Fredrika, 1801-1865--Travel" + }, + { + "id": "bremer-fredrika-1801-1865-hemmen-i-den-nya-verlden-english", + "name": "Bremer, Fredrika, 1801-1865. Hemmen i den Nya verlden. English" + }, + { + "id": "contraception", + "name": "Contraception" + }, + { + "id": "dickinson-emily-1830-1886", + "name": "Dickinson, Emily, 1830-1886" + }, + { + "id": "dix-dorothea-lynde-1802-1887", + "name": "Dix, Dorothea Lynde, 1802-1887" + }, + { + "id": "fairlie-kennedy-margaret-1925", + "name": "Fairlie-Kennedy, Margaret, 1925-" + }, + { + "id": "femininity-in-literature", + "name": "Femininity in literature" + }, + { + "id": "femininity-humor", + "name": "Femininity--Humor" + }, + { + "id": "feminism", + "name": "Feminism" + }, + { + "id": "generative-organs-female", + "name": "Generative organs--Female" + }, + { + "id": "hutchinson-anne-1591-1643", + "name": "Hutchinson, Anne, 1591-1643" + }, + { + "id": "man-woman-relationships", + "name": "Man-woman relationships" + }, + { + "id": "mansfield-katherine-1888-1923", + "name": "Mansfield, Katherine, 1888-1923" + }, + { + "id": "martineau-harriet-1802-1876-travel-united-states", + "name": "Martineau, Harriet, 1802-1876--Travel--United States" + }, + { + "id": "martineau-harriet-1802-1876-society-in-america", + "name": "Martineau, Harriet, 1802-1876. Society in America" + }, + { + "id": "nightingale-florence-1820-1910", + "name": "Nightingale, Florence, 1820-1910" + }, + { + "id": "sackville-west-v-victoria-1892-1962", + "name": "Sackville-West, V. (Victoria), 1892-1962" + }, + { + "id": "sexism", + "name": "Sexism" + }, + { + "id": "stanton-elizabeth-cady-1815-1902", + "name": "Stanton, Elizabeth Cady, 1815-1902" + }, + { + "id": "trollope-frances-milton-1780-1863-travel-united-states", + "name": "Trollope, Frances Milton, 1780-1863--Travel--United States" + }, + { + "id": "trollope-frances-milton-1780-1863-domestic-manners-of-the-americans", + "name": "Trollope, Frances Milton, 1780-1863. Domestic manners of the Americans" + }, + { + "id": "tubman-harriet-1820-1913", + "name": "Tubman, Harriet, 1820?-1913" + }, + { + "id": "wheatley-phillis-1753-1784", + "name": "Wheatley, Phillis, 1753-1784" + }, + { + "id": "women", + "name": "Women" + } + ] + }, + { + "name": "Philosophy & Ethics", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "adler-mortimer-jerome-1902-2001-works-selections", + "name": "Adler, Mortimer Jerome, 1902-2001. Works. Selections" + }, + { + "id": "civilization-philosophy", + "name": "Civilization--Philosophy" + }, + { + "id": "dialectical-materialism", + "name": "Dialectical materialism" + }, + { + "id": "engels-friedrich-1820-1895", + "name": "Engels, Friedrich, 1820-1895" + }, + { + "id": "ethics", + "name": "Ethics" + }, + { + "id": "existentialism-history-20th-century", + "name": "Existentialism--History--20th century" + }, + { + "id": "gustafson-james-m", + "name": "Gustafson, James M" + }, + { + "id": "human-beings-philosophy", "name": "Human beings--Philosophy" }, { - "id": "political-ethics", - "name": "Political ethics" + "id": "human-rights", + "name": "Human rights" + }, + { + "id": "humanitarianism", + "name": "Humanitarianism" + }, + { + "id": "ideology", + "name": "Ideology" + }, + { + "id": "intellectual-freedom", + "name": "Intellectual freedom" + }, + { + "id": "intellectual-life-history", + "name": "Intellectual life--History" + }, + { + "id": "jury-ethics-united-states", + "name": "Jury ethics--United States" + }, + { + "id": "keyserling-hermann-graf-von-1880-1946", + "name": "Keyserling, Hermann, Graf von, 1880-1946" + }, + { + "id": "marx-karl-1818-1883", + "name": "Marx, Karl, 1818-1883" + }, + { + "id": "meaning-philosophy", + "name": "Meaning (Philosophy)" + }, + { + "id": "pacifism", + "name": "Pacifism" + }, + { + "id": "pacifists-great-britain-biography", + "name": "Pacifists--Great Britain--Biography" + }, + { + "id": "peace", + "name": "Peace" + }, + { + "id": "philosophers-germany-interviews", + "name": "Philosophers--Germany--Interviews" + }, + { + "id": "philosophy", + "name": "Philosophy" + }, + { + "id": "pluralism", + "name": "Pluralism" + }, + { + "id": "political-ethics", + "name": "Political ethics" + }, + { + "id": "reality", + "name": "Reality" + }, + { + "id": "rive-gauche-paris-france-intellectual-life-20th-century", + "name": "Rive gauche (Paris, France)--Intellectual life--20th century" + }, + { + "id": "social-values-united-states", + "name": "Social values--United States" + }, + { + "id": "truth", + "name": "Truth" + }, + { + "id": "values", + "name": "Values" + }, + { + "id": "williams-henry-horace-1858-1940", + "name": "Williams, Henry Horace, 1858-1940" + } + ] + }, + { + "name": "Foreign Literature", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "armah-ayi-kwei-1939", + "name": "Armah, Ayi Kwei, 1939-" + }, + { + "id": "arts-literature", + "name": "Arts, Literature" + }, + { + "id": "authors-great-britain-biography", + "name": "Authors--Great Britain--Biography" + }, + { + "id": "authors-soviet-union", + "name": "Authors--Soviet Union" + }, + { + "id": "authors-english-20th-century", + "name": "Authors, English--20th century" + }, + { + "id": "authors-french-20th-century", + "name": "Authors, French--20th century" + }, + { + "id": "bible-as-literature", + "name": "Bible as literature" + }, + { + "id": "bible-old-testament", + "name": "Bible. Old Testament" + }, + { + "id": "boswell-james-1740-1795", + "name": "Boswell, James, 1740-1795" + }, + { + "id": "bremer-fredrika-1801-1865-hemmen-i-den-nya-verlden-english", + "name": "Bremer, Fredrika, 1801-1865. Hemmen i den Nya verlden. English" + }, + { + "id": "cartoonists-great-britain-biography", + "name": "Cartoonists--Great Britain--Biography" + }, + { + "id": "chatterton-thomas-1752-1770", + "name": "Chatterton, Thomas, 1752-1770" + }, + { + "id": "chevalier-michel-1806-1879-lettres-sur-lame_rique-du-nord-english", + "name": "Chevalier, Michel, 1806-1879. Lettres sur l'Ame_rique du Nord. English" + }, + { + "id": "conrad-joseph-1857-1924", + "name": "Conrad, Joseph, 1857-1924" + }, + { + "id": "danish-literature", + "name": "Danish literature" + }, + { + "id": "dickens-charles-1812-1870-american-notes", + "name": "Dickens, Charles, 1812-1870. American notes" + }, + { + "id": "folklore-england", + "name": "Folklore--England" + }, + { + "id": "gay-john-1685-1732-beggars-opera", + "name": "Gay, John, 1685-1732. Beggar's opera" + }, + { + "id": "gilgamesh-legendary-character-legends", + "name": "Gilgamesh (Legendary character)--Legends" + }, + { + "id": "greene-graham-1904-1991", + "name": "Greene, Graham, 1904-1991" + }, + { + "id": "hall-basil-1788-1844", + "name": "Hall, Basil, 1788-1844" + }, + { + "id": "ifugao-philippine-people-folklore", + "name": "Ifugao (Philippine people)--Folklore" + }, + { + "id": "journalists-england-biography", + "name": "Journalists--England--Biography" + }, + { + "id": "le-carre_-john-1931", + "name": "Le Carre_, John, 1931-" + }, + { + "id": "literature", + "name": "Literature" + }, + { + "id": "madame-butterfly-fictitious-character", + "name": "Madame Butterfly (Fictitious character)" + }, + { + "id": "mansfield-katherine-1888-1923", + "name": "Mansfield, Katherine, 1888-1923" + }, + { + "id": "marryat-frederick-1792-1848-diaries", + "name": "Marryat, Frederick, 1792-1848--Diaries" + }, + { + "id": "martineau-harriet-1802-1876-travel-united-states", + "name": "Martineau, Harriet, 1802-1876--Travel--United States" + }, + { + "id": "martineau-harriet-1802-1876-society-in-america", + "name": "Martineau, Harriet, 1802-1876. Society in America" + }, + { + "id": "marx-karl-1818-1883", + "name": "Marx, Karl, 1818-1883" + }, + { + "id": "maugham-robin-1916-1981", + "name": "Maugham, Robin, 1916-1981" + }, + { + "id": "more-thomas-saint-1478-1535-utopia", + "name": "More, Thomas, Saint, 1478-1535. Utopia" + }, + { + "id": "mu_nchhausen-karl-friedrich-hieronymus-von-baron-1720-1797", + "name": "Mu_nchhausen, Karl Friedrich Hieronymus von, Baron, 1720-1797" + }, + { + "id": "novelists-english-20th-century-biography", + "name": "Novelists, English--20th century--Biography" + }, + { + "id": "poetry", + "name": "Poetry" + }, + { + "id": "poets", + "name": "Poets" + }, + { + "id": "political-fiction-english-history-and-criticism", + "name": "Political fiction, English--History and criticism" + }, + { + "id": "pope-alexander-1688-1744-friends-and-associates", + "name": "Pope, Alexander, 1688-1744--Friends and associates" + }, + { + "id": "sackville-west-v-victoria-1892-1962", + "name": "Sackville-West, V. (Victoria), 1892-1962" + }, + { + "id": "satire", + "name": "Satire" + }, + { + "id": "satirists", + "name": "Satirists" + }, + { + "id": "scheherazade-legendary-character", + "name": "Scheherazade (Legendary character)" + }, + { + "id": "shakespeare-plays", + "name": "Shakespeare plays" + }, + { + "id": "shakespeare-william-1564-1616-coriolanus", + "name": "Shakespeare, William, 1564-1616. Coriolanus" + }, + { + "id": "shaw-bernard-1856-1950", + "name": "Shaw, Bernard, 1856-1950" + }, + { + "id": "short-stories", + "name": "Short stories" + }, + { + "id": "soviet-literature-20th-century-history-and-criticism", + "name": "Soviet literature--20th century--History and criticism" + }, + { + "id": "soviet-literature-political-aspects", + "name": "Soviet literature--Political aspects" + }, + { + "id": "soviet-union-poetry", + "name": "Soviet Union--Poetry" + }, + { + "id": "stevenson-robert-louis-1850-1894", + "name": "Stevenson, Robert Louis, 1850-1894" + }, + { + "id": "swift-jonathan-1667-1745", + "name": "Swift, Jonathan, 1667-1745" + }, + { + "id": "tennyson-alfred-tennyson-baron-1809-1892-family", + "name": "Tennyson, Alfred Tennyson, Baron, 1809-1892--Family" + }, + { + "id": "thackeray-william-makepeace-1811-1863-travel-united-states", + "name": "Thackeray, William Makepeace, 1811-1863--Travel--United States" + }, + { + "id": "travers-p-l-pamela-lyndon-1899-1996-characters-mary-poppins", + "name": "Travers, P. L. (Pamela Lyndon), 1899-1996--Characters--Mary Poppins" + }, + { + "id": "trollope-frances-milton-1780-1863-travel-united-states", + "name": "Trollope, Frances Milton, 1780-1863--Travel--United States" + } + ] + }, + { + "name": "War & Civil Defense", + "group": "Civics, Law, & Government", + "subjects": [ + { + "id": "arms-control", + "name": "Arms control" + }, + { + "id": "battle-casualties", + "name": "Battle casualties" + }, + { + "id": "bayard-pierre-terrail-seigneur-de-approximately-1473-1524", + "name": "Bayard, Pierre Terrail, seigneur de, approximately 1473-1524" + }, + { + "id": "bligh-william-1754-1817", + "name": "Bligh, William, 1754-1817" + }, + { + "id": "cid-approximately-1043-1099", + "name": "Cid, approximately 1043-1099" + }, + { + "id": "civil-defense", + "name": "Civil defense" + }, + { + "id": "cook-james-1728-1779", + "name": "Cook, James, 1728-1779" + }, + { + "id": "davis-benjamin-o-jr-1912-2002", + "name": "Davis, Benjamin O., Jr., 1912-2002" + }, + { + "id": "disarmament", + "name": "Disarmament" + }, + { + "id": "egypt-history-military", + "name": "Egypt--History, Military" + }, + { + "id": "evacuation-of-civilians", + "name": "Evacuation of civilians" + }, + { + "id": "fallout-shelters", + "name": "Fallout shelters" + }, + { + "id": "garibaldi-giuseppe-1807-1882", + "name": "Garibaldi, Giuseppe, 1807-1882" + }, + { + "id": "great-britain-air-force-department", + "name": "Great Britain. Air Force Department" + }, + { + "id": "hall-basil-1788-1844", + "name": "Hall, Basil, 1788-1844" + }, + { + "id": "holocaust-jewish-1939-1945-france-le-chambon-sur-lignon", + "name": "Holocaust, Jewish (1939-1945)--France--Le Chambon-sur-Lignon" + }, + { + "id": "hydrogen-bomb", + "name": "Hydrogen bomb" + }, + { + "id": "internal-security-united-states", + "name": "Internal security--United States" + }, + { + "id": "italy-history-military-19th-century", + "name": "Italy--History, Military--19th century" + }, + { + "id": "japan-history-allied-occupation-1945-1952", + "name": "Japan--History--Allied occupation, 1945-1952" + }, + { + "id": "japan-history-military", + "name": "Japan--History, Military" + }, + { + "id": "japan-military-policy", + "name": "Japan--Military policy" + }, + { + "id": "jewish-refugees-france", + "name": "Jewish refugees--France" + }, + { + "id": "jewish-refugees-history-20th-century", + "name": "Jewish refugees--History--20th century" + }, + { + "id": "kusunoki-masashige-1294-1336", + "name": "Kusunoki, Masashige, 1294-1336" + }, + { + "id": "mig-fighter-planes", + "name": "MiG (Fighter planes)" + }, + { + "id": "mikoyan-mfi-jet-fighter-plane", + "name": "Mikoyan MFI (Jet fighter plane)" + }, + { + "id": "military-courts", + "name": "Military courts" + }, + { + "id": "military-doctrine", + "name": "Military doctrine" + }, + { + "id": "military-offenses-united-states", + "name": "Military offenses--United States" + }, + { + "id": "military-policy", + "name": "Military policy" + }, + { + "id": "my-lai-massacre-vietnam-1968", + "name": "My Lai Massacre, Vietnam, 1968" + }, + { + "id": "national-security-united-states-1950-1960", + "name": "National security--United States--1950-1960" + }, + { + "id": "netherlands-history-eighty-years-war-1568-1648", + "name": "Netherlands--History--Eighty Years' War, 1568-1648" + }, + { + "id": "nuclear-warfare", + "name": "Nuclear warfare" + }, + { + "id": "paulding-james-kirke-1778-1860", + "name": "Paulding, James Kirke, 1778-1860" + }, + { + "id": "pericles-approximately-495-bc-429-bc", + "name": "Pericles, approximately 495 B.C.-429 B.C" + }, + { + "id": "pratt-richard-henry-1840-1924", + "name": "Pratt, Richard Henry, 1840-1924" + }, + { + "id": "prisoner-of-war-camps", + "name": "Prisoner-of-war camps" + }, + { + "id": "prisoners-of-war-england-biography", + "name": "Prisoners of war--England--Biography" + }, + { + "id": "prisoners-of-war-germany-history-20th-century", + "name": "Prisoners of war--Germany--History--20th century" + }, + { + "id": "prisoners-of-war-soviet-union-history", + "name": "Prisoners of war--Soviet Union--History" + }, + { + "id": "remilitarization-germany-history-20th-century", + "name": "Remilitarization--Germany--History--20th century" + }, + { + "id": "retired-military-personnel", + "name": "Retired military personnel" + }, + { + "id": "revolutionaries-africa", + "name": "Revolutionaries--Africa" + }, + { + "id": "revolutions", + "name": "Revolutions" + }, + { + "id": "russo-finnish-war-1939-1940", + "name": "Russo-Finnish War, 1939-1940" + }, + { + "id": "san-martin-jose_-de-1778-1850-military-leadership", + "name": "San Martin, Jose_ de, 1778-1850--Military leadership" + }, + { + "id": "soldiers", + "name": "Soldiers" + }, + { + "id": "soviet-union-history-revolution-1917-1921", + "name": "Soviet Union--History--Revolution, 1917-1921" + }, + { + "id": "soviet-union-military-policy", + "name": "Soviet Union--Military policy" + }, + { + "id": "soviet-union-military-relations-united-states", + "name": "Soviet Union--Military relations--United States" + }, + { + "id": "spain-history-military", + "name": "Spain--History, Military" + }, + { + "id": "submarines-ships", + "name": "Submarines (Ships)" + }, + { + "id": "syria-history-military", + "name": "Syria--History, Military" + }, + { + "id": "tet-offensive-1968", + "name": "Tet Offensive, 1968" + }, + { + "id": "united-states-armed-forces", + "name": "United States--Armed Forces" + }, + { + "id": "united-states-history-civil-war-1861-1865-drama", + "name": "United States--History--Civil War, 1861-1865--Drama" + }, + { + "id": "united-states-history-war-of-1812-campaigns", + "name": "United States--History--War of 1812--Campaigns" + }, + { + "id": "united-states-history-war-of-1812-military-personnel-american", + "name": "United States--History--War of 1812--Military personnel--American" + }, + { + "id": "united-states-military-relations", + "name": "United States--Military relations" + }, + { + "id": "vietnam-war-1961-1975", + "name": "Vietnam War, 1961-1975" + }, + { + "id": "war", + "name": "War" + }, + { + "id": "weapons", + "name": "Weapons" + }, + { + "id": "work-camps", + "name": "Work camps" + }, + { + "id": "world-war-1914-1918", + "name": "World War, 1914-1918" + }, + { + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" + } + ] + }, + { + "name": "Native American History & Culture", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "cheyenne-indians-social-conditions", + "name": "Cheyenne Indians--Social conditions" + }, + { + "id": "cheyenne-indians-social-life-and-customs", + "name": "Cheyenne Indians--Social life and customs" + }, + { + "id": "dakota-art", + "name": "Dakota art" + }, + { + "id": "dakota-dance", + "name": "Dakota dance" + }, + { + "id": "dakota-indians", + "name": "Dakota Indians" + }, + { + "id": "hopi-indians-folklore", + "name": "Hopi Indians--Folklore" + }, + { + "id": "hopi-indians-social-life-and-customs", + "name": "Hopi Indians--Social life and customs" + }, + { + "id": "indian-ethics", + "name": "Indian ethics" + }, + { + "id": "indians-of-north-america", + "name": "Indians of North America" + }, + { + "id": "iroquois-mythology", + "name": "Iroquois mythology" + }, + { + "id": "navajo-indians", + "name": "Navajo Indians" + }, + { + "id": "sioux-nation", + "name": "Sioux Nation" + }, + { + "id": "united-states-indian-school-carlisle-pa", + "name": "United States Indian School (Carlisle, Pa.)" + }, + { + "id": "yurok-indians", + "name": "Yurok Indians" + }, + { + "id": "yurok-mythology", + "name": "Yurok mythology" + } + ] + }, + { + "name": "Science & Technology", + "group": "Science", + "subjects": [ + { + "id": "aeronautics-united-states-safety-measures", + "name": "Aeronautics--United States--Safety measures" + }, + { + "id": "aeronautics-commercial-united-states", + "name": "Aeronautics, Commercial--United States" + }, + { + "id": "airglow", + "name": "Airglow" + }, + { + "id": "airplanes", + "name": "Airplanes" + }, + { + "id": "animal-behavior", + "name": "Animal behavior" + }, + { + "id": "artificial-satellites-in-communication", + "name": "Artificial satellites in communication" + }, + { + "id": "asteroids-history", + "name": "Asteroids--History" + }, + { + "id": "asteroids-observations", + "name": "Asteroids--Observations" + }, + { + "id": "asteroids-research", + "name": "Asteroids--Research" + }, + { + "id": "astronautics-and-civilization", + "name": "Astronautics and civilization" + }, + { + "id": "astronomers", + "name": "Astronomers" + }, + { + "id": "astronomy", + "name": "Astronomy" + }, + { + "id": "astrophysics", + "name": "Astrophysics" + }, + { + "id": "atoms", + "name": "Atoms" + }, + { + "id": "bioengineering", + "name": "Bioengineering" + }, + { + "id": "biolinguistics", + "name": "Biolinguistics" + }, + { + "id": "biophysics", + "name": "Biophysics" + }, + { + "id": "cells", + "name": "Cells" + }, + { + "id": "chemistry", + "name": "Chemistry" + }, + { + "id": "climate", + "name": "Climate" + }, + { + "id": "color-vision", + "name": "Color vision" + }, + { + "id": "comets", + "name": "Comets" + }, + { + "id": "commission-on-instructional-technology", + "name": "Commission on Instructional Technology" + }, + { + "id": "committee-on-scientific-aids-to-learning", + "name": "Committee on Scientific Aids to Learning" + }, + { + "id": "computer-science", + "name": "Computer science" + }, + { + "id": "computers-history", + "name": "Computers--History" + }, + { + "id": "cosmology", + "name": "Cosmology" + }, + { + "id": "cycles", + "name": "Cycles" + }, + { + "id": "darwin-charles-1809-1882", + "name": "Darwin, Charles, 1809-1882" + }, + { + "id": "discoveries-in-science", + "name": "Discoveries in science" + }, + { + "id": "educational-technology", + "name": "Educational technology" + }, + { + "id": "electromagnetic-waves", + "name": "Electromagnetic waves" + }, + { + "id": "emergency-communication-systems", + "name": "Emergency communication systems" + }, + { + "id": "exobiology", + "name": "Exobiology" + }, + { + "id": "expositions", + "name": "Expositions" + }, + { + "id": "fermi-enrico-1901-1954", + "name": "Fermi, Enrico, 1901-1954" + }, + { + "id": "field-cyrus-w-cyrus-west-1819-1892", + "name": "Field, Cyrus W. (Cyrus West), 1819-1892" + }, + { + "id": "fm-radio", + "name": "FM Radio" + }, + { + "id": "galilei-galileo-1564-1642-adversaries", + "name": "Galilei, Galileo, 1564-1642--Adversaries" + }, + { + "id": "galilei-galileo-1564-1642-influence", + "name": "Galilei, Galileo, 1564-1642--Influence" + }, + { + "id": "galilei-galileo-1564-1642-trials-litigation-etc", + "name": "Galilei, Galileo, 1564-1642--Trials, litigation, etc" + }, + { + "id": "genetics", + "name": "Genetics" + }, + { + "id": "geologists-great-britain-biography", + "name": "Geologists--Great Britain--Biography" + }, + { + "id": "geophysics", + "name": "Geophysics" + }, + { + "id": "human-physiology", + "name": "Human physiology" + }, + { + "id": "human-potential-movement", + "name": "Human potential movement" + }, + { + "id": "light", + "name": "Light" + }, + { + "id": "metals", + "name": "Metals" + }, + { + "id": "meteorites", + "name": "Meteorites" + }, + { + "id": "meteorology", + "name": "Meteorology" + }, + { + "id": "moon", + "name": "Moon" + }, + { + "id": "mycology", + "name": "Mycology" + }, + { + "id": "naeb-engineering-committee", + "name": "NAEB Engineering Committee" + }, + { + "id": "neurosciences", + "name": "Neurosciences" + }, + { + "id": "nuclear-energy", + "name": "Nuclear energy" + }, + { + "id": "oak-ridge-national-laboratory", + "name": "Oak Ridge National Laboratory" + }, + { + "id": "outer-space-exploration", + "name": "Outer space--Exploration" + }, + { + "id": "paleontology", + "name": "Paleontology" + }, + { + "id": "particles", + "name": "Particles" + }, + { + "id": "pasteur-louis-1822-1895", + "name": "Pasteur, Louis, 1822-1895" + }, + { + "id": "petroleum-chemicals", + "name": "Petroleum chemicals" + }, + { + "id": "physical-sci", + "name": "Physical Sci" + }, + { + "id": "physical-sciences", + "name": "Physical sciences" + }, + { + "id": "physicists-germany-interviews", + "name": "Physicists--Germany--Interviews" + }, + { + "id": "physics", + "name": "Physics" + }, + { + "id": "planets", + "name": "Planets" + }, + { + "id": "project-in-understanding-new-media", + "name": "Project in Understanding New Media" + }, + { + "id": "propulsion-systems-united-states-history-20th-century", + "name": "Propulsion systems--United States--History--20th century" + }, + { + "id": "quasars", + "name": "Quasars" + }, + { + "id": "radar-air-traffic-control-systems", + "name": "Radar air traffic control systems" + }, + { + "id": "radiocarbon-dating", + "name": "Radiocarbon dating" + }, + { + "id": "radioisotopes", + "name": "Radioisotopes" + }, + { + "id": "ro_ntgen-wilhelm-conrad-1845-1923", + "name": "Ro_ntgen, Wilhelm Conrad, 1845-1923" + }, + { + "id": "rocketry-germany-history-20th-century", + "name": "Rocketry--Germany--History--20th century" + }, + { + "id": "rocketry-history", + "name": "Rocketry--History" + }, + { + "id": "school-buildings-radio-equipment", + "name": "School buildings--Radio equipment" + }, + { + "id": "science", + "name": "Science" + }, + { + "id": "scientists", + "name": "Scientists" + }, + { + "id": "seaweed", + "name": "Seaweed" + }, + { + "id": "seismology", + "name": "Seismology" + }, + { + "id": "soil-mechanics", + "name": "Soil mechanics" + }, + { + "id": "solar-flares", + "name": "Solar flares" + }, + { + "id": "solar-system-history", + "name": "Solar system--History" + }, + { + "id": "solar-system-origin", + "name": "Solar system--Origin" + }, + { + "id": "sound-recordings", + "name": "Sound recordings" + }, + { + "id": "sound-recording-and-reproducing-equipment-and-supplies", + "name": "Sound--Recording and reproducing--Equipment and supplies" + }, + { + "id": "sounds", + "name": "Sounds" + }, + { + "id": "space-sciences-united-states", + "name": "Space sciences--United States" + }, + { + "id": "special-relativity-physics", + "name": "Special relativity (Physics)" + }, + { + "id": "stars", + "name": "Stars" + }, + { + "id": "sun-prominences", + "name": "Sun--Prominences" + }, + { + "id": "sunspots", + "name": "Sunspots" + }, + { + "id": "technology", + "name": "Technology" + }, + { + "id": "telescopes-history", + "name": "Telescopes--History" + }, + { + "id": "telescopes-technological-innovations", + "name": "Telescopes--Technological innovations" + }, + { + "id": "television-equipment-and-supplies", + "name": "Television--Equipment and supplies" + }, + { + "id": "united-states-national-aeronautics-and-space-administration", + "name": "United States. National Aeronautics and Space Administration" + }, + { + "id": "virology", + "name": "Virology" + }, + { + "id": "vision", + "name": "Vision" + }, + { + "id": "von-braun-wernher-1912-1977-anecdotes", + "name": "Von Braun, Wernher, 1912-1977--Anecdotes" + }, + { + "id": "von-braun-wernher-1912-1977-influence", + "name": "Von Braun, Wernher, 1912-1977--Influence" + }, + { + "id": "wald-george-1906-1997", + "name": "Wald, George, 1906-1997" + }, + { + "id": "weizsa_cker-carl-friedrich-freiherr-von-1912-2007-interviews", + "name": "Weizsa_cker, Carl Friedrich, Freiherr von, 1912-2007--Interviews" + }, + { + "id": "weizsa_cker-carl-friedrich-freiherr-von-1912-2007-political-and-social-views", + "name": "Weizsa_cker, Carl Friedrich, Freiherr von, 1912-2007--Political and social views" + }, + { + "id": "wireless-communication-systems-history", + "name": "Wireless communication systems--History" + }, + { + "id": "zodiac", + "name": "Zodiac" + }, + { + "id": "zoology", + "name": "Zoology" + } + ] + }, + { + "name": "NAEB Region VI: The West", + "group": "U.S. History & Culture", + "subjects": [ + { + "id": "california", + "name": "California" + }, + { + "id": "cowboys-united-states", + "name": "Cowboys--United States" + }, + { + "id": "naeb-region-vi", + "name": "NAEB Region VI" + }, + { + "id": "sunnyvale-calif", + "name": "Sunnyvale (Calif.)" + }, + { + "id": "west-us", + "name": "West (U.S.)" + } + ] + }, + { + "name": "Speech & Language", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "biolinguistics", + "name": "Biolinguistics" + }, + { + "id": "class-in-diction-and-pronunciation", + "name": "Class in Diction and Pronunciation" + }, + { + "id": "dialectology", + "name": "Dialectology" + }, + { + "id": "dutch-language-influence-on-english", + "name": "Dutch language--Influence on English" + }, + { + "id": "english-language", + "name": "English language" + }, + { + "id": "eskimo-language", + "name": "Eskimo language" + }, + { + "id": "finnish-language", + "name": "Finnish language" + }, + { + "id": "french", + "name": "French" + }, + { + "id": "german-language", + "name": "German language" + }, + { + "id": "historical-linguistics", + "name": "Historical linguistics" + }, + { + "id": "hungarian-language", + "name": "Hungarian language" + }, + { + "id": "language-acquisition", + "name": "Language acquisition" + }, + { + "id": "language-and-culture-united-states", + "name": "Language and culture--United States" + }, + { + "id": "language-and-languages", + "name": "Language and languages" + }, + { + "id": "languages-artificial", + "name": "Languages, Artificial" + }, + { + "id": "languages-modern-inflection", + "name": "Languages, Modern--Inflection" + }, + { + "id": "lexicology", + "name": "Lexicology" + }, + { + "id": "linguistic-geography", + "name": "Linguistic geography" + }, + { + "id": "linguistics", + "name": "Linguistics" + }, + { + "id": "psycholinguistics", + "name": "Psycholinguistics" + }, + { + "id": "semantics", + "name": "Semantics" + }, + { + "id": "spanish-language", + "name": "Spanish language" + }, + { + "id": "speech", + "name": "Speech" + }, + { + "id": "urban-dialects", + "name": "Urban dialects" + } + ] + }, + { + "name": "U.S. Politics", + "group": "Civics, Law, & Government", + "subjects": [ + { + "id": "aiken-george-l-1830-1876", + "name": "Aiken, George L., 1830-1876" + }, + { + "id": "algren-nelson-1909-1981", + "name": "Algren, Nelson, 1909-1981" + }, + { + "id": "allegiance", + "name": "Allegiance" + }, + { + "id": "boorstin-daniel-j-daniel-joseph-1914-2004", + "name": "Boorstin, Daniel J. (Daniel Joseph), 1914-2004" + }, + { + "id": "burritt-elihu-1810-1879", + "name": "Burritt, Elihu, 1810-1879" + }, + { + "id": "civil-rights", + "name": "Civil Rights" + }, + { + "id": "college-students-political-activity-united-states", + "name": "College students--Political activity--United States" + }, + { + "id": "communication-policy", + "name": "Communication policy" + }, + { + "id": "congresses-and-conventions-california", + "name": "Congresses and conventions--California" + }, + { + "id": "congresses-and-conventions-new-york-state-new-york", + "name": "Congresses and conventions--New York (State)--New York" + }, + { + "id": "conservative-party-of-new-york-state", + "name": "Conservative Party of New York State" + }, + { + "id": "democracy-japan-history", + "name": "Democracy--Japan--History" + }, + { + "id": "democratic-party-us", + "name": "Democratic Party (U.S.)" + }, + { + "id": "ethics-united-states-public-opinion", + "name": "Ethics--United States--Public opinion" + }, + { + "id": "federal-government-united-states", + "name": "Federal government--United States" + }, + { + "id": "freedom-of-speech-united-states-history", + "name": "Freedom of speech--United States--History" + }, + { + "id": "freedom-of-the-press-united-states", + "name": "Freedom of the press--United States" + }, + { + "id": "heard-alexander-1917-2009", + "name": "Heard, Alexander, 1917-2009" + }, + { + "id": "humphrey-hubert-h-hubert-horatio-1911-1978", + "name": "Humphrey, Hubert H. (Hubert Horatio), 1911-1978" + }, + { + "id": "jackson-andrew-1767-1845", + "name": "Jackson, Andrew, 1767-1845" + }, + { + "id": "legislators-united-states", + "name": "Legislators--United States" + }, + { + "id": "liberalism-mexico", + "name": "Liberalism--Mexico" + }, + { + "id": "long-norton-e", + "name": "Long, Norton E" + }, + { + "id": "loyalty-oaths-united-states", + "name": "Loyalty oaths--United States" + }, + { + "id": "monetary-policy-united-states", + "name": "Monetary policy--United States" + }, + { + "id": "murphey-archibald-d-archibald-de-bow-1777-1832", + "name": "Murphey, Archibald D. (Archibald De Bow), 1777-1832" + }, + { + "id": "organizations-united-states", + "name": "Organizations--United States" + }, + { + "id": "patriotism-united-states", + "name": "Patriotism--United States" + }, + { + "id": "political-campaigns", + "name": "Political campaigns" + }, + { + "id": "political-conventions-united-states-history", + "name": "Political conventions--United States--History" + }, + { + "id": "political-parties-united-states", + "name": "Political parties--United States" + }, + { + "id": "political-planning-united-states", + "name": "Political planning--United States" + }, + { + "id": "politicians-north-carolina-biography", + "name": "Politicians--North Carolina--Biography" + }, + { + "id": "politics-and-culture-united-states", + "name": "Politics and culture--United States" + }, + { + "id": "presidents-united-states", + "name": "Presidents--United States" + }, + { + "id": "progressivism", + "name": "Progressivism" + }, + { + "id": "public-interest-united-states", + "name": "Public interest--United States" + }, + { + "id": "public-opinion-united-states", + "name": "Public opinion--United States" + }, + { + "id": "randolph-a-philip-asa-philip-1889-1979", + "name": "Randolph, A. Philip (Asa Philip), 1889-1979" + }, + { + "id": "republican-party-us-1854", + "name": "Republican Party (U.S. : 1854- )" + }, + { + "id": "sectionalism-united-states", + "name": "Sectionalism (United States)" + }, + { + "id": "smalls-robert-1839-1915", + "name": "Smalls, Robert, 1839-1915" + }, + { + "id": "symbolism-in-politics-united-states", + "name": "Symbolism in politics--United States" + }, + { + "id": "the-american-jewish-committee", + "name": "The American Jewish Committee" + }, + { + "id": "the-washington-compact", + "name": "The Washington Compact" + }, + { + "id": "united-states-politics-and-government", + "name": "United States--Politics and government" + }, + { + "id": "united-states-latin-american-relations", + "name": "United States-Latin American relations" + }, + { + "id": "united-states-congress", + "name": "United States. Congress" + }, + { + "id": "viereck-peter-1916-2006", + "name": "Viereck, Peter, 1916-2006" + }, + { + "id": "webster-daniel-1782-1852", + "name": "Webster, Daniel, 1782-1852" + } + ] + }, + { + "name": "Asia-Pacific", + "group": "Global History & Culture", + "subjects": [ + { + "id": "aboriginal-australians", + "name": "Aboriginal Australians" + }, + { + "id": "american-samoa", + "name": "American Samoa" + }, + { + "id": "aranda-australian-people-religion", + "name": "Aranda (Australian people)--Religion" + }, + { + "id": "aranda-australian-people-rites-and-ceremonies", + "name": "Aranda (Australian people)--Rites and ceremonies" + }, + { + "id": "asia", + "name": "Asia" + }, + { + "id": "bali-indonesia-province-description-and-travel", + "name": "Bali (Indonesia : Province)--Description and travel" + }, + { + "id": "balinese-indonesian-people-rites-and-ceremonies", + "name": "Balinese (Indonesian people)--Rites and ceremonies" + }, + { + "id": "balinese-indonesian-people-social-life-and-customs", + "name": "Balinese (Indonesian people)--Social life and customs" + }, + { + "id": "balinese-indonesian-people-songs-and-music", + "name": "Balinese (Indonesian people)--Songs and music" + }, + { + "id": "ballads-india", + "name": "Ballads, India" + }, + { + "id": "ballads-japanese", + "name": "Ballads, Japanese" + }, + { + "id": "ceylon", + "name": "Ceylon" + }, + { + "id": "china-civilization", + "name": "China civilization" + }, + { + "id": "china-history-20th-century", + "name": "China--History--20th century" + }, + { + "id": "china-history-civil-war-1945-1949", + "name": "China--History--Civil War, 1945-1949" + }, + { + "id": "china-history-cultural-revolution-1966-1976", + "name": "China--History--Cultural Revolution, 1966-1976" + }, + { + "id": "china-history-may-fourth-movement-1919", + "name": "China--History--May Fourth movement, 1919" + }, + { + "id": "china-history-spring-and-autumn-period-722-481-bc", + "name": "China--History--Spring and Autumn period, 722-481 B.C" + }, + { + "id": "china-military-policy", + "name": "China--Military policy" + }, + { + "id": "china-politics-and-government", + "name": "China--Politics and government" + }, + { + "id": "cockfighting-indonesia-bali-province", + "name": "Cockfighting--Indonesia--Bali (Province)" + }, + { + "id": "consumers-japan", + "name": "Consumers--Japan" + }, + { + "id": "democracy-japan-history", + "name": "Democracy--Japan--History" + }, + { + "id": "east-asia-civilization-western-influence", + "name": "East Asia--Civilization, Western influence" + }, + { + "id": "family-life-indonesia", + "name": "Family life--Indonesia" + }, + { + "id": "fiji-ethnic-relations", + "name": "Fiji--Ethnic relations" + }, + { + "id": "fiji-history", + "name": "Fiji--History" + }, + { + "id": "fiji-race-relations", + "name": "Fiji--Race relations" + }, + { + "id": "fiji-social-conditions", + "name": "Fiji--Social conditions" + }, + { + "id": "goujian-465-bc", + "name": "Goujian, -465 B.C" + }, + { + "id": "ifugao-philippine-people-folklore", + "name": "Ifugao (Philippine people)--Folklore" + }, + { + "id": "ifugao-philippine-people-social-conditions", + "name": "Ifugao (Philippine people)--Social conditions" + }, + { + "id": "ifugao-philippine-people-social-life-and-customs", + "name": "Ifugao (Philippine people)--Social life and customs" + }, + { + "id": "india", + "name": "India" + }, + { + "id": "indonesia-colonization", + "name": "Indonesia--Colonization" + }, + { + "id": "indonesia-history-20th-century", + "name": "Indonesia--History--20th century" + }, + { + "id": "indonesia-history-revolution-1945-1949", + "name": "Indonesia--History--Revolution, 1945-1949" + }, + { + "id": "japan", + "name": "Japan" + }, + { + "id": "kusunoki-masashige-1294-1336", + "name": "Kusunoki, Masashige, 1294-1336" + }, + { + "id": "laos-economic-conditions-20th-century", + "name": "Laos--Economic conditions--20th century" + }, + { + "id": "laos-history-20th-century", + "name": "Laos--History--20th century" + }, + { + "id": "laos-rural-conditions", + "name": "Laos--Rural conditions" + }, + { + "id": "mao-zedong-1893-1976", + "name": "Mao, Zedong, 1893-1976" + }, + { + "id": "murray-hubert", + "name": "Murray, Hubert" + }, + { + "id": "my-lai-massacre-vietnam-1968", + "name": "My Lai Massacre, Vietnam, 1968" + }, + { + "id": "netherlands-colonies-indonesia-history", + "name": "Netherlands--Colonies--Indonesia--History" + }, + { + "id": "new-zealand-history", + "name": "New Zealand--History" + }, + { + "id": "pacific-area-civilization", + "name": "Pacific Area--Civilization" + }, + { + "id": "pacific-area-discovery-and-exploration", + "name": "Pacific Area--Discovery and exploration" + }, + { + "id": "pacific-area-fiction", + "name": "Pacific Area--Fiction" + }, + { + "id": "philippines-history-19th-century", + "name": "Philippines--History--19th century" + }, + { + "id": "poverty-asia", + "name": "Poverty--Asia" + }, + { + "id": "qian-gu-1508-approximately-1578", + "name": "Qian, Gu, 1508-approximately 1578" + }, + { + "id": "reconstruction-1939-1951-japan", + "name": "Reconstruction (1939-1951)--Japan" + }, + { + "id": "report-from-japan", + "name": "Report from Japan" + }, + { + "id": "rizal-jose_-1861-1896-influence", + "name": "Rizal, Jose_, 1861-1896--Influence" + }, + { + "id": "science-japan-history-20th-century", + "name": "Science--Japan--History--20th century" + }, + { + "id": "solomon-islands-history", + "name": "Solomon Islands--History" + }, + { + "id": "south-asia-civilization-western-influences", + "name": "South Asia--Civilization--Western influences" + }, + { + "id": "southeast-asia-description-and-travel", + "name": "Southeast Asia--Description and travel" + }, + { + "id": "southeast-asia-economic-conditions", + "name": "Southeast Asia--Economic conditions" + }, + { + "id": "southeast-asia-foreign-relations-20th-century", + "name": "Southeast Asia--Foreign relations--20th century" + }, + { + "id": "southeast-asia-social-conditions", + "name": "Southeast Asia-Social conditions" + }, + { + "id": "tet-offensive-1968", + "name": "Tet Offensive, 1968" + }, + { + "id": "the-asia-foundation", + "name": "The Asia Foundation" + }, + { + "id": "united-states-relations-japan", + "name": "United States--Relations--Japan" + }, + { + "id": "urbanization-japan", + "name": "Urbanization--Japan" + }, + { + "id": "vietnam-war-1961-1975-cambodia", + "name": "Vietnam War, 1961-1975--Cambodia" + }, + { + "id": "western-influences", + "name": "Western influences" + } + ] + }, + { + "name": "Travel & Leisure", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "airplanes", + "name": "Airplanes" + }, + { + "id": "athletics", + "name": "Athletics" + }, + { + "id": "austria-description-and-travel", + "name": "Austria--Description and travel" + }, + { + "id": "automobiles", + "name": "Automobiles" + }, + { + "id": "bali-indonesia-province-description-and-travel", + "name": "Bali (Indonesia : Province)--Description and travel" + }, + { + "id": "balloons", + "name": "Balloons" + }, + { + "id": "bars-drinking-establishments", + "name": "Bars (Drinking establishments)" + }, + { + "id": "baseball", + "name": "Baseball" + }, + { + "id": "bremer-fredrika-1801-1865-travel", + "name": "Bremer, Fredrika, 1801-1865--Travel" + }, + { + "id": "christmas", + "name": "Christmas" + }, + { + "id": "council-on-student-travel-us", + "name": "Council on Student Travel (U.S.)" + }, + { + "id": "dickens-charles-1812-1870-travel-united-states", + "name": "Dickens, Charles, 1812-1870--Travel--United States" + }, + { + "id": "gettysburg-national-military-park-pa-tours", + "name": "Gettysburg National Military Park (Pa.)--Tours" + }, + { + "id": "great-lakes-north-america-description-and-travel", + "name": "Great Lakes (North America)--Description and travel" + }, + { + "id": "great-lakes-north-america-recreational-use", + "name": "Great Lakes (North America)--Recreational use" + }, + { + "id": "hall-basil-1788-1844-travels-in-north-america", + "name": "Hall, Basil, 1788-1844. Travels in North America" + }, + { + "id": "hitchhiking-europe", + "name": "Hitchhiking--Europe" + }, + { + "id": "hotelkeepers-italy", + "name": "Hotelkeepers--Italy" + }, + { + "id": "hotels-italy", + "name": "Hotels--Italy" + }, + { + "id": "leisure-great-britain", + "name": "Leisure--Great Britain" + }, + { + "id": "lyell-charles-sir-1797-1875-travel-united-states", + "name": "Lyell, Charles, Sir, 1797-1875--Travel--United States" + }, + { + "id": "marijuana", + "name": "Marijuana" + }, + { + "id": "marryat-frederick-1792-1848-travel-america", + "name": "Marryat, Frederick, 1792-1848--Travel--America" + }, + { + "id": "martineau-harriet-1802-1876-travel-united-states", + "name": "Martineau, Harriet, 1802-1876--Travel--United States" + }, + { + "id": "martineau-harriet-1802-1876-society-in-america", + "name": "Martineau, Harriet, 1802-1876. Society in America" + }, + { + "id": "museums", + "name": "Museums" + }, + { + "id": "nightclubs", + "name": "Nightclubs" + }, + { + "id": "river-boats", + "name": "River boats" + }, + { + "id": "salzburg-festival", + "name": "Salzburg Festival" + }, + { + "id": "siberia-russia-description-and-travel", + "name": "Siberia (Russia)--Description and travel" + }, + { + "id": "southeast-asia-description-and-travel", + "name": "Southeast Asia--Description and travel" + }, + { + "id": "soviet-union-description-and-travel", + "name": "Soviet Union--Description and travel" + }, + { + "id": "sweden-description-and-travel", + "name": "Sweden--Description and travel" + }, + { + "id": "thackeray-william-makepeace-1811-1863-travel-united-states", + "name": "Thackeray, William Makepeace, 1811-1863--Travel--United States" + }, + { + "id": "tobacco-use", + "name": "Tobacco use" + }, + { + "id": "tops", + "name": "Tops" + }, + { + "id": "travel-writing", + "name": "Travel writing" + }, + { + "id": "trollope-frances-milton-1780-1863-travel-united-states", + "name": "Trollope, Frances Milton, 1780-1863--Travel--United States" + }, + { + "id": "twain-mark-1835-1910-travel", + "name": "Twain, Mark, 1835-1910--Travel" + }, + { + "id": "united-states-description-and-travel", + "name": "United States--Description and travel" + } + ] + }, + { + "name": "Theater & Drama", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "acting", + "name": "Acting" + }, + { + "id": "actors", + "name": "Actors" + }, + { + "id": "aeschylus-seven-against-thebes-english", + "name": "Aeschylus. Seven against Thebes. English" + }, + { + "id": "anouilh-jean-1910-1987-valse-des-tore_adors-english", + "name": "Anouilh, Jean, 1910-1987. Valse des tore_adors. English" + }, + { + "id": "aristophanes-adaptations", + "name": "Aristophanes--Adaptations" + }, + { + "id": "aristophanes-birds-english-arrowsmith", + "name": "Aristophanes. Birds. English (Arrowsmith)" + }, + { + "id": "boucicault-dion-1820-1890", + "name": "Boucicault, Dion, 1820-1890" + }, + { + "id": "brougham-john-1810-1880", + "name": "Brougham, John, 1810-1880" + }, + { + "id": "classical-drama-tragedy", + "name": "Classical drama (Tragedy)" + }, + { + "id": "comedy", + "name": "Comedy" + }, + { + "id": "comic-drama", + "name": "Comic drama" + }, + { + "id": "drama-soviet-union-history-and-criticism", + "name": "Drama--Soviet Union--History and criticism" + }, + { + "id": "dramatic-criticism-history-20th-century", + "name": "Dramatic criticism--History--20th century" + }, + { + "id": "dramatists", + "name": "Dramatists" + }, + { + "id": "dunlap-william-1766-1839-plays-selections", + "name": "Dunlap, William, 1766-1839. Plays. Selections" + }, + { + "id": "euripides-iphigenia-in-tauris-english", + "name": "Euripides. Iphigenia in Tauris. English" + }, + { + "id": "euripides-orestes-english", + "name": "Euripides. Orestes. English" + }, + { + "id": "gilbert-w-s-william-schwenck-1836-1911", + "name": "Gilbert, W. S. (William Schwenck), 1836-1911" + }, + { + "id": "herne-james-a-1839-1901", + "name": "Herne, James A., 1839-1901" + }, + { + "id": "howard-bronson-1842-1908", + "name": "Howard, Bronson, 1842-1908" + }, + { + "id": "humorous-plays", + "name": "Humorous plays" + }, + { + "id": "ibsen-henrik-1828-1906-criticism-and-interpretation", + "name": "Ibsen, Henrik, 1828-1906--Criticism and interpretation" + }, + { + "id": "ibsen-henrik-1828-1906-bygmester-solness-english", + "name": "Ibsen, Henrik, 1828-1906. Bygmester Solness. English" + }, + { + "id": "lewis-sinclair-1885-1951", + "name": "Lewis, Sinclair, 1885-1951" + }, + { + "id": "melodrama", + "name": "Melodrama" + }, + { + "id": "miller-arthur-1915-2005", + "name": "Miller, Arthur, 1915-2005" + }, + { + "id": "mimes", + "name": "Mimes" + }, + { + "id": "minstrel-shows", + "name": "Minstrel shows" + }, + { + "id": "mythology-greek-adaptations", + "name": "Mythology, Greek--Adaptations" + }, + { + "id": "new-lafayette-theatre", + "name": "New Lafayette Theatre" + }, + { + "id": "orestes-king-of-argos-mythological-character", + "name": "Orestes, King of Argos (Mythological character)" + }, + { + "id": "patriotic-plays", + "name": "Patriotic plays" + }, + { + "id": "philoctetes-mythological-character", + "name": "Philoctetes (Mythological character)" + }, + { + "id": "public-opinion-germany", + "name": "Public opinion--Germany" + }, + { + "id": "public-opinion-soviet-union-history-20th-century", + "name": "Public opinion--Soviet Union--History--20th century" + }, + { + "id": "radio-adaptations", + "name": "Radio adaptations" + }, + { + "id": "radio-plays", + "name": "Radio plays" + }, + { + "id": "seven-against-thebes-greek-mythology", + "name": "Seven against Thebes (Greek mythology)" + }, + { + "id": "shakespeare-plays", + "name": "Shakespeare plays" + }, + { + "id": "shakespeare-william-1564-1616-coriolanus", + "name": "Shakespeare, William, 1564-1616. Coriolanus" + }, + { + "id": "shaw-bernard-1856-1950", + "name": "Shaw, Bernard, 1856-1950" + }, + { + "id": "sophocles-philoctetes", + "name": "Sophocles. Philoctetes" + }, + { + "id": "stand-up-comedy", + "name": "Stand-up comedy" + }, + { + "id": "terence", + "name": "Terence" + }, + { + "id": "theater", + "name": "Theater" + }, + { + "id": "tragedy", + "name": "Tragedy" + }, + { + "id": "tyler-royall-1757-1826-plays-selections", + "name": "Tyler, Royall, 1757-1826. Plays. Selections" + }, + { + "id": "writers-on-writing-playwrights", + "name": "Writers on writing. Playwrights" + } + ] + }, + { + "name": "Education", + "group": "Social Sciences", + "subjects": [ + { + "id": "adult-education-project", + "name": "Adult Education Project" + }, + { + "id": "adult-education-austria", + "name": "Adult education--Austria" + }, + { + "id": "american-council-on-education", + "name": "American Council on Education" + }, + { + "id": "association-for-education-by-radio-television", + "name": "Association for Education by Radio-Television" + }, + { + "id": "college-facilities", + "name": "College facilities" + }, + { + "id": "college-students", + "name": "College students" + }, + { + "id": "college-teachers", + "name": "College teachers" + }, + { + "id": "college-teaching", + "name": "College teaching" + }, + { + "id": "committee-on-scientific-aids-to-learning", + "name": "Committee on Scientific Aids to Learning" + }, + { + "id": "conference-on-radio-and-education", + "name": "Conference on Radio and Education" + }, + { + "id": "davi", + "name": "DAVI" + }, + { + "id": "education", + "name": "Education" + }, + { + "id": "educators-europe", + "name": "Educators--Europe" + }, + { + "id": "educators-great-britain-biography", + "name": "Educators--Great Britain--Biography" + }, + { + "id": "english-language-study-and-teaching-foreign-speakers", + "name": "English language--Study and teaching--Foreign speakers" + }, + { + "id": "exceptional-children-identification", + "name": "Exceptional children--Identification" + }, + { + "id": "exceptional-children-rating-of", + "name": "Exceptional children--Rating of" + }, + { + "id": "exhibition-of-educational-radio-programs", + "name": "Exhibition of Educational Radio Programs" + }, + { + "id": "experiment-in-international-living", + "name": "Experiment in International Living" + }, + { + "id": "federal-aid-to-higher-education", + "name": "Federal aid to higher education" + }, + { + "id": "forcecasting-study-and-teaching", + "name": "Forcecasting--Study and teaching" + }, + { + "id": "government-aid-to-higher-education-united-states", + "name": "Government aid to higher education--United States" + }, + { + "id": "graduate-students-scholarships-fellowships-etc-united-states", + "name": "Graduate students--Scholarships, fellowships, etc.--United States" + }, + { + "id": "graduate-students-united-states", + "name": "Graduate students--United States" + }, + { + "id": "heard-alexander-1917-2009", + "name": "Heard, Alexander, 1917-2009" + }, + { + "id": "high-school-students", + "name": "High school students" + }, + { + "id": "high-schools-germany-administration", + "name": "High schools--Germany--Administration" + }, + { + "id": "high-schools-germany-history", + "name": "High schools--Germany--History" + }, + { + "id": "higher-education", + "name": "Higher education" + }, + { + "id": "humanities", + "name": "Humanities" + }, + { + "id": "in-school-writers-seminar", + "name": "In-School Writers' Seminar" + }, + { + "id": "institute-for-education-by-radio", + "name": "Institute for Education by Radio" + }, + { + "id": "joint-council-on-educational-broadcasting-jceb", + "name": "Joint Council on Educational Broadcasting (JCEB)" + }, + { + "id": "joint-council-on-educational-television-jcet", + "name": "Joint Council on Educational Television (JCET)" + }, + { + "id": "journalism-study-and-teaching", + "name": "Journalism--Study and teaching" + }, + { + "id": "lancaster-joseph-1778-1838", + "name": "Lancaster, Joseph, 1778-1838" + }, + { + "id": "learning", + "name": "Learning" + }, + { + "id": "lectures-and-lecturing", + "name": "Lectures and lecturing" + }, + { + "id": "mcluhan-project", + "name": "McLuhan Project" + }, + { + "id": "museums", + "name": "Museums" + }, + { + "id": "national-association-of-educational-broadcasters-annual-conference", + "name": "National Association of Educational Broadcasters Annual Conference" + }, + { + "id": "national-association-of-educational-broadcasters-national-educational-radio", + "name": "National Association of Educational Broadcasters. National Educational Radio" + }, + { + "id": "national-educational-radio", + "name": "National Educational Radio" + }, + { + "id": "national-educational-television-and-radio-center-netrc", + "name": "National Educational Television and Radio Center (NETRC)" + }, + { + "id": "national-educational-television-network", + "name": "National Educational Television Network" + }, + { + "id": "piano-instruction-and-study", + "name": "Piano--Instruction and study" + }, + { + "id": "radio-education-conference", + "name": "Radio Education Conference" + }, + { + "id": "radio-network-school-committee", + "name": "Radio Network School Committee" + }, + { + "id": "research-grants", + "name": "Research grants" + }, + { + "id": "scholars-interviews", + "name": "Scholars--Interviews" + }, + { + "id": "school-broadcast-conference", + "name": "School Broadcast Conference" + }, + { + "id": "school-broadcasting-seminar", + "name": "School Broadcasting Seminar" + }, + { + "id": "school-children-transportation-united-states", + "name": "School children--Transportation--United States" + }, + { + "id": "school-principals-germany", + "name": "School principals--Germany" + }, + { + "id": "school-principals-sweden", + "name": "School principals--Sweden" + }, + { + "id": "schools", + "name": "Schools" + }, + { + "id": "segregation-in-education", + "name": "Segregation in education" + }, + { + "id": "student-aspirations", + "name": "Student aspirations" + }, + { + "id": "student-exchange-programs", + "name": "Student exchange programs" + }, + { + "id": "student-housing", + "name": "Student housing" + }, + { + "id": "student-movements", + "name": "Student movements" + }, + { + "id": "student-strikes", + "name": "Student strikes" + }, + { + "id": "students", + "name": "Students" + }, + { + "id": "summerhill-school", + "name": "Summerhill School" + }, + { + "id": "teachers", + "name": "Teachers" + }, + { + "id": "teaching", + "name": "Teaching" + }, + { + "id": "television-in-education", + "name": "Television in education" + }, + { + "id": "the-fund-for-adult-education", + "name": "The Fund for Adult Education" + }, + { + "id": "undergraduates", + "name": "Undergraduates" + }, + { + "id": "united-states-study-and-teaching", + "name": "United States--Study and teaching" + }, + { + "id": "universities-and-colleges", + "name": "Universities and colleges" + }, + { + "id": "university-broadcasting-council", + "name": "University Broadcasting Council" + }, + { + "id": "university-of-california-los-angeles", + "name": "University of California, Los Angeles" + }, + { + "id": "university-of-minnesota-faculty", + "name": "University of Minnesota--Faculty" + }, + { + "id": "urban-high-schools", + "name": "Urban high schools" + }, + { + "id": "urban-schools", + "name": "Urban schools" + }, + { + "id": "vocational-education", + "name": "Vocational education" + }, + { + "id": "williams-henry-horace-1858-1940", + "name": "Williams, Henry Horace, 1858-1940" + } + ] + }, + { + "name": "Ecology & the Environment", + "group": "Science", + "subjects": [ + { + "id": "agriculture", + "name": "Agriculture" + }, + { + "id": "air", + "name": "Air" + }, + { + "id": "animal-behavior", + "name": "Animal behavior" + }, + { + "id": "atmospheric-deposition", + "name": "Atmospheric deposition" + }, + { + "id": "climate", + "name": "Climate" + }, + { + "id": "climatic-change", + "name": "Climatic change" + }, + { + "id": "continental-drift", + "name": "Continental drift" + }, + { + "id": "disasters", + "name": "Disasters" + }, + { + "id": "earthquakes", + "name": "Earthquakes" + }, + { + "id": "emergency-management", + "name": "Emergency management" + }, + { + "id": "environmental-education", + "name": "Environmental education" + }, + { + "id": "environmental-health", + "name": "Environmental health" + }, + { + "id": "forests-and-forestry-southern-states", + "name": "Forests and forestry--Southern States" + }, + { + "id": "fossil-fuels", + "name": "Fossil fuels" + }, + { + "id": "fruit", + "name": "Fruit" + }, + { + "id": "geology", + "name": "Geology" + }, + { + "id": "gold-mines-and-mining", + "name": "Gold mines and mining" + }, + { + "id": "great-lakes-north-america", + "name": "Great Lakes (North America)" + }, + { + "id": "human-ecology", + "name": "Human ecology" + }, + { + "id": "lakes", + "name": "Lakes" + }, + { + "id": "land-use", + "name": "Land use" + }, + { + "id": "lion", + "name": "Lion" + }, + { + "id": "marine-pollution", + "name": "Marine pollution" + }, + { + "id": "minerals-superior-lake-region", + "name": "Minerals--Superior, Lake, Region" + }, + { + "id": "minerals-united-states", + "name": "Minerals--United States" + }, + { + "id": "mississippi-river", + "name": "Mississippi River" + }, + { + "id": "natural-resources", + "name": "Natural resources" + }, + { + "id": "nature", + "name": "Nature" + }, + { + "id": "nuclear-energy", + "name": "Nuclear energy" + }, + { + "id": "nursery-growers", + "name": "Nursery growers" + }, + { + "id": "ohio-river", + "name": "Ohio River" + }, + { + "id": "ozark-mountains", + "name": "Ozark Mountains" + }, + { + "id": "pests", + "name": "Pests" + }, + { + "id": "pollution-united-states", + "name": "Pollution--United States" + }, + { + "id": "rats", + "name": "Rats" + }, + { + "id": "renewable-energy-sources", + "name": "Renewable energy sources" + }, + { + "id": "reservoirs", + "name": "Reservoirs" + }, + { + "id": "rivers", + "name": "Rivers" + }, + { + "id": "rutile", + "name": "Rutile" + }, + { + "id": "salt-mines-and-mining", + "name": "Salt mines and mining" + }, + { + "id": "sand-dunes", + "name": "Sand dunes" + }, + { + "id": "seaweed", + "name": "Seaweed" + }, + { + "id": "seeds", + "name": "Seeds" + }, + { + "id": "soil-mechanics", + "name": "Soil mechanics" + }, + { + "id": "solar-wind", + "name": "Solar wind" + }, + { + "id": "tennessee-river-valley-history", + "name": "Tennessee River Valley--History" + }, + { + "id": "tornado-damage", + "name": "Tornado damage" + }, + { + "id": "water-resources-development", + "name": "Water resources development" + }, + { + "id": "weather", + "name": "Weather" + }, + { + "id": "winds", + "name": "Winds" + } + ] + }, + { + "name": "NAEB Region I: The Northeast", + "group": "U.S. History & Culture", + "subjects": [ + { + "id": "broadway-new-york-ny", + "name": "Broadway (New York, N.Y.)" + }, + { + "id": "cities-and-towns-pennsylvania", + "name": "Cities and towns--Pennsylvania" + }, + { + "id": "congresses-and-conventions-new-york-state-new-york", + "name": "Congresses and conventions--New York (State)--New York" + }, + { + "id": "connecticut", + "name": "Connecticut" + }, + { + "id": "conservative-party-of-new-york-state", + "name": "Conservative Party of New York State" + }, + { + "id": "delaware", + "name": "Delaware" + }, + { + "id": "irving-washington-1783-1859-history-of-new-york", + "name": "Irving, Washington, 1783-1859. History of New York" + }, + { + "id": "lancaster-county-pa", + "name": "Lancaster County (Pa.)" + }, + { + "id": "maryland", + "name": "Maryland" + }, + { + "id": "metropolitan-opera-new-york-ny", + "name": "Metropolitan Opera (New York, N.Y.)" + }, + { + "id": "naeb-region-i", + "name": "NAEB Region I" + }, + { + "id": "new-england-history-1775-1865", + "name": "New England--History--1775-1865" + }, + { + "id": "new-england-poetry", + "name": "New England--Poetry" + }, + { + "id": "new-york-ny", + "name": "New York (N.Y.)" + }, + { + "id": "new-york-state", + "name": "New York (State)" + }, + { + "id": "philadelphia-pa", + "name": "Philadelphia (P.a.)" + } + ] + }, + { + "name": "Early U.S. History (to 1900)", + "group": "U.S. History & Culture", + "subjects": [ + { + "id": "adams-abigail-1744-1818-correspondence", + "name": "Adams, Abigail, 1744-1818--Correspondence" + }, + { + "id": "adams-john-1735-1826-correspondence", + "name": "Adams, John, 1735-1826--Correspondence" + }, + { + "id": "adventure-and-adventurers-united-states-biography", + "name": "Adventure and adventurers--United States--Biography" + }, + { + "id": "boston-massacre-1770", + "name": "Boston Massacre, 1770" + }, + { + "id": "burritt-elihu-1810-1879", + "name": "Burritt, Elihu, 1810-1879" + }, + { + "id": "carver-george-washington-1864-1943", + "name": "Carver, George Washington, 1864?-1943" + }, + { + "id": "chicago-ill-history", + "name": "Chicago (Ill.)--History" + }, + { + "id": "chinese-americans-history", + "name": "Chinese Americans--History" + }, + { + "id": "constitutions", + "name": "Constitutions" + }, + { + "id": "cooper-james-fenimore-1789-1851-knowledge-united-states", + "name": "Cooper, James Fenimore, 1789-1851--Knowledge--United States" + }, + { + "id": "cowboys-united-states", + "name": "Cowboys--United States" + }, + { + "id": "crockett-davy-1786-1836-fiction", + "name": "Crockett, Davy, 1786-1836--Fiction" + }, + { + "id": "diplomats-united-states-history-19th-century", + "name": "Diplomats--United States--History--19th century" + }, + { + "id": "douglass-frederick-1818-1895", + "name": "Douglass, Frederick, 1818-1895" + }, + { + "id": "explorers-and-exploration", + "name": "Explorers and exploration" + }, + { + "id": "explorers-united-states-biography", + "name": "Explorers--United States--Biography" + }, + { + "id": "fink-mike-1770-1823", + "name": "Fink, Mike, 1770-1823?" + }, + { + "id": "fords-theatre-washington-dc-history-19th-century", + "name": "Ford's Theatre (Washington, D.C.)--History--19th century" + }, + { + "id": "founding-fathers-of-the-united-states", + "name": "Founding Fathers of the United States" + }, + { + "id": "fugitive-slaves", + "name": "Fugitive slaves" + }, + { + "id": "grattan-thomas-colley-1792-1864-civilized-america", + "name": "Grattan, Thomas Colley, 1792-1864. Civilized America" + }, + { + "id": "great-britain-colonies", + "name": "Great Britain--Colonies" + }, + { + "id": "great-lakes-north-america-discovery-and-exploration", + "name": "Great Lakes (North America)--Discovery and exploration" + }, + { + "id": "henry-o-1862-1910", + "name": "Henry, O., 1862-1910" + }, + { + "id": "henson-matthew-alexander-1866-1955", + "name": "Henson, Matthew Alexander, 1866-1955" + }, + { + "id": "herne-james-a-1839-1901", + "name": "Herne, James A., 1839-1901" + }, + { + "id": "holmes-oliver-wendell-1809-1894", + "name": "Holmes, Oliver Wendell, 1809-1894" + }, + { + "id": "howard-bronson-1842-1908", + "name": "Howard, Bronson, 1842-1908" + }, + { + "id": "irving-washington-1783-1859", + "name": "Irving, Washington, 1783-1859" + }, + { + "id": "jackson-andrew-1767-1845", + "name": "Jackson, Andrew, 1767-1845" + }, + { + "id": "jamestown-settlement", + "name": "Jamestown Settlement" + }, + { + "id": "jefferson-joseph-1829-1905", + "name": "Jefferson, Joseph, 1829-1905" + }, + { + "id": "jefferson-thomas-1743-1826", + "name": "Jefferson, Thomas, 1743-1826" + }, + { + "id": "lenfant-pierre-charles-1754-1825", + "name": "L'Enfant, Pierre Charles, 1754-1825" + }, + { + "id": "lancaster-joseph-1778-1838", + "name": "Lancaster, Joseph, 1778-1838" + }, + { + "id": "lee-ezra-1749-1821", + "name": "Lee, Ezra, 1749-1821" + }, + { + "id": "lee-robert-e-robert-edward-1807-1870-fiction", + "name": "Lee, Robert E. (Robert Edward), 1807-1870--Fiction" + }, + { + "id": "lincoln-abraham-1809-1865", + "name": "Lincoln, Abraham, 1809-1865" + }, + { + "id": "little-known-facts-in-american-history", + "name": "Little Known Facts in American History" + }, + { + "id": "melville-herman-1819-1891", + "name": "Melville, Herman, 1819-1891" + }, + { + "id": "morton-w-t-g-william-thomas-green-1819-1868", + "name": "Morton, W. T. G. (William Thomas Green), 1819-1868" + }, + { + "id": "murphey-archibald-d-archibald-de-bow-1777-1832", + "name": "Murphey, Archibald D. (Archibald De Bow), 1777-1832" + }, + { + "id": "national-defense-education-act-of-1958", + "name": "National Defense Education Act of 1958" + }, + { + "id": "new-england-history-1775-1865", + "name": "New England--History--1775-1865" + }, + { + "id": "north-carolina-history-19th-century-fiction", + "name": "North Carolina--History--19th century--Fiction" + }, + { + "id": "palmer-joseph-1791-1875", + "name": "Palmer, Joseph, 1791-1875" + }, + { + "id": "paulding-james-kirke-1778-1860", + "name": "Paulding, James Kirke, 1778-1860" + }, + { + "id": "pioneers-alabama", + "name": "Pioneers--Alabama" + }, + { + "id": "poe-edgar-allan-1809-1849", + "name": "Poe, Edgar Allan, 1809-1849" + }, + { + "id": "pointe-de-sable-jean-baptiste-1745-1818", + "name": "Pointe de Sable, Jean Baptiste, 1745?-1818" + }, + { + "id": "pratt-richard-henry-1840-1924", + "name": "Pratt, Richard Henry, 1840-1924" + }, + { + "id": "puritans", + "name": "Puritans" + }, + { + "id": "randolph-thomas-jefferson-1792-1875", + "name": "Randolph, Thomas Jefferson, 1792-1875" + }, + { + "id": "reconstruction-us-history-1865-1877", + "name": "Reconstruction (U.S. history, 1865-1877)" + }, + { + "id": "reed-walter-1851-1902", + "name": "Reed, Walter, 1851-1902" + }, + { + "id": "revivals-southern-states", + "name": "Revivals--Southern States" + }, + { + "id": "sewall-samuel-1652-1730", + "name": "Sewall, Samuel, 1652-1730" + }, + { + "id": "slave-ships", + "name": "Slave ships" + }, + { + "id": "slaveholders", + "name": "Slaveholders" + }, + { + "id": "slavery-united-states-history", + "name": "Slavery--United States--History" + }, + { + "id": "slaves-education-united-states", + "name": "Slaves--Education--United States" + }, + { + "id": "slaves-emancipation-united-states", + "name": "Slaves--Emancipation--United States" + }, + { + "id": "smalls-robert-1839-1915", + "name": "Smalls, Robert, 1839-1915" + }, + { + "id": "stanton-elizabeth-cady-1815-1902", + "name": "Stanton, Elizabeth Cady, 1815-1902" + }, + { + "id": "steel-industry-and-trade-great-lakes-north-america-history", + "name": "Steel industry and trade--Great Lakes (North America)--History" + }, + { + "id": "steel-industry-and-trade-southern-states", + "name": "Steel industry and trade--Southern States" + }, + { + "id": "texas-history-to-1846", + "name": "Texas--History--To 1846" + }, + { + "id": "the-jeffersonian-heritage", + "name": "The Jeffersonian Heritage" + }, + { + "id": "transcendentalism-new-england-history", + "name": "Transcendentalism (New England)--History" + }, + { + "id": "transcendentalists-new-england", + "name": "Transcendentalists (New England)" + }, + { + "id": "twain-mark-1835-1910", + "name": "Twain, Mark, 1835-1910" + }, + { + "id": "tyler-royall-1757-1826-plays-selections", + "name": "Tyler, Royall, 1757-1826. Plays. Selections" + }, + { + "id": "united-states-indian-school-carlisle-pa", + "name": "United States Indian School (Carlisle, Pa.)" + }, + { + "id": "united-states-history-civil-war-1861-1865-drama", + "name": "United States--History--Civil War, 1861-1865--Drama" + }, + { + "id": "united-states-history-revolution-1775-1783", + "name": "United States--History--Revolution, 1775-1783" + }, + { + "id": "united-states-history-war-of-1812-campaigns", + "name": "United States--History--War of 1812--Campaigns" + }, + { + "id": "united-states-politics-and-government-1783-1809", + "name": "United States--Politics and government--1783-1809" + }, + { + "id": "united-states-politics-and-government-19th-century", + "name": "United States--Politics and government--19th century" }, { - "id": "values", - "name": "Values" + "id": "united-states-congress-history-19th-century", + "name": "United States. Congress--History--19th century" + }, + { + "id": "virginia-history-colonial-period-ca-1600-1775", + "name": "Virginia--History--Colonial period, ca. 1600-1775" + }, + { + "id": "washington-booker-t-1856-1915", + "name": "Washington, Booker T., 1856-1915" + }, + { + "id": "washington-george-1732-1799", + "name": "Washington, George, 1732-1799" + }, + { + "id": "webster-daniel-1782-1852", + "name": "Webster, Daniel, 1782-1852" + }, + { + "id": "weems-m-l-mason-locke-1759-1825", + "name": "Weems, M. L. (Mason Locke), 1759-1825" + }, + { + "id": "white-william-allen-1868-1944", + "name": "White, William Allen, 1868-1944" + }, + { + "id": "zenger-john-peter-1697-1746", + "name": "Zenger, John Peter, 1697-1746" } ] }, { - "name": "Foreign Literature", - "group": "Arts, Humanities, & Media", + "name": "World Politics", + "group": "Civics, Law, & Government", "subjects": [ { - "id": "bremer-fredrika-1801-1865-hemmen-i-den-nya-verlden-english", - "name": "Bremer, Fredrika, 1801-1865. Hemmen i den Nya verlden. English" + "id": "adenauer-konrad-1876-1967", + "name": "Adenauer, Konrad, 1876-1967" }, { - "id": "english-literature-19th-century", - "name": "English literature--19th century" + "id": "allegiance", + "name": "Allegiance" }, { - "id": "poets-new-zealand", - "name": "Poets, New Zealand" + "id": "asia", + "name": "Asia" }, { - "id": "shakespeare-plays", - "name": "Shakespeare plays" + "id": "autonomy-and-independence-movements", + "name": "Autonomy and independence movements" }, { - "id": "shakespeare-william-1564-1616-coriolanus", - "name": "Shakespeare, William, 1564-1616. Coriolanus" + "id": "bakunin-mikhail-aleksandrovich-1814-1876", + "name": "Bakunin, Mikhail Aleksandrovich, 1814-1876" }, { - "id": "soviet-literature-20th-century-history-and-criticism", - "name": "Soviet literature--20th century--History and criticism" + "id": "bismarck-otto-fu_rst-von-1815-1898", + "name": "Bismarck, Otto, Fu_rst von, 1815-1898" }, { - "id": "soviet-literature-censorship", - "name": "Soviet literature--Censorship" + "id": "bullard-reader-sir-1885-1976", + "name": "Bullard, Reader, Sir, 1885-1976" }, { - "id": "soviet-literature-political-aspects", - "name": "Soviet literature--Political aspects" + "id": "burke-edmund-1729-1797", + "name": "Burke, Edmund, 1729-1797" }, { - "id": "soviet-union-poetry", - "name": "Soviet Union--Poetry" + "id": "canada-foreign-relations-1945", + "name": "Canada--Foreign relations--1945-" }, { - "id": "stevenson-robert-louis-1850-1894", - "name": "Stevenson, Robert Louis, 1850-1894" + "id": "canada-relations-united-states", + "name": "Canada--Relations--United States" }, { - "id": "travers-p-l-pamela-lyndon-1899-1996-characters-mary-poppins", - "name": "Travers, P. L. (Pamela Lyndon), 1899-1996--Characters--Mary Poppins" + "id": "censorship-soviet-union-history-20th-century", + "name": "Censorship--Soviet Union--History--20th century" }, { - "id": "trollope-frances-milton-1780-1863-travel-united-states", - "name": "Trollope, Frances Milton, 1780-1863--Travel--United States" - } - ] - }, - { - "name": "War & Civil Defense", - "group": "Civics, Law, & Government", - "subjects": [ + "id": "china-politics-and-government", + "name": "China--Politics and government" + }, { - "id": "arms-control", - "name": "Arms control" + "id": "churchill-winston-1874-1965", + "name": "Churchill, Winston, 1874-1965" }, { - "id": "civil-defense", - "name": "Civil defense" + "id": "cold-war-political-aspects", + "name": "Cold War--Political aspects" }, { - "id": "military-policy", - "name": "Military policy" + "id": "commonwealth-countries-politics-and-government-20th-century", + "name": "Commonwealth countries--Politics and government--20th century" }, { - "id": "security-measures-united-states", - "name": "Security Measures--United States" + "id": "communication-international", + "name": "Communication--International" }, { - "id": "united-states-armed-forces", - "name": "United States--Armed Forces" + "id": "communism", + "name": "Communism" }, { - "id": "vietnam-war-1961-1975-cambodia", - "name": "Vietnam War, 1961-1975--Cambodia" + "id": "communist-countries-social-conditions", + "name": "Communist countries--Social conditions" }, { - "id": "vietnam-war-1961-1975-protest-movements-united-states", - "name": "Vietnam War, 1961-1975--Protest movements--United States" + "id": "communist-self-criticism", + "name": "Communist self-criticism" }, { - "id": "world-war-1914-1918-japan", - "name": "World War--1914-1918--Japan" + "id": "communists-italy-interviews", + "name": "Communists--Italy--Interviews" }, { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland" - } - ] - }, - { - "name": "Native American History & Culture", - "group": "Arts, Humanities, & Media", - "subjects": [ + "id": "congresses-and-conventions", + "name": "Congresses and conventions" + }, { - "id": "dakota-indians-economic-conditions", - "name": "Dakota Indians--Economic conditions" + "id": "conservatism", + "name": "Conservatism" }, { - "id": "dakota-indians-education", - "name": "Dakota Indians--Education" + "id": "costa-rica-politics-and-government-20th-century", + "name": "Costa Rica---Politics and government--20th century" }, { - "id": "dakota-indians-history", - "name": "Dakota Indians--History" + "id": "cuba-history-revolution-1959", + "name": "Cuba--History--Revolution, 1959" }, { - "id": "indians-of-north-america", - "name": "Indians of North America" + "id": "cultural-relations", + "name": "Cultural relations" }, { - "id": "iroquois-mythology", - "name": "Iroquois mythology" + "id": "democracy", + "name": "Democracy" }, { - "id": "navajo-indians", - "name": "Navajo Indians" + "id": "detente", + "name": "Detente" }, { - "id": "sioux-nation", - "name": "Sioux Nation" + "id": "developing-countries", + "name": "Developing countries" }, { - "id": "united-states-indian-school-carlisle-pa", - "name": "United States Indian School (Carlisle, Pa.)" + "id": "diplomacy", + "name": "Diplomacy" }, { - "id": "yurok-indians", - "name": "Yurok Indians" - } - ] - }, - { - "name": "Science & Technology", - "group": "Science", - "subjects": [ + "id": "diplomats-great-britain-history-20th-century", + "name": "Diplomats--Great Britain--History--20th century" + }, { - "id": "airplanes", - "name": "Airplanes" + "id": "diplomats-netherlands-biography", + "name": "Diplomats--Netherlands--Biography" }, { - "id": "astronautics-and-civilization", - "name": "Astronautics and civilization" + "id": "diplomats-netherlands-interviews", + "name": "Diplomats--Netherlands--Interviews" }, { - "id": "astronomy", - "name": "Astronomy" + "id": "diplomats-soviet-union-history-20th-century", + "name": "Diplomats--Soviet Union--History--20th century" }, { - "id": "atoms", - "name": "Atoms" + "id": "east-and-west", + "name": "East and West" }, { - "id": "bioengineering", - "name": "Bioengineering" + "id": "east-asia-civilization-western-influence", + "name": "East Asia--Civilization, Western influence" }, { - "id": "biophysics", - "name": "Biophysics" + "id": "edward-iii-king-of-england-1312-1377", + "name": "Edward III, King of England, 1312-1377" }, { - "id": "chemistry", - "name": "Chemistry" + "id": "elections-great-britain-history-20th-century", + "name": "Elections--Great Britain--History--20th century" }, { - "id": "climate", - "name": "Climate" + "id": "emigration-and-immigration-law-united-states", + "name": "Emigration and immigration law--United States" }, { - "id": "color-vision", - "name": "Color vision" + "id": "emperors", + "name": "Emperors" }, { - "id": "comets", - "name": "Comets" + "id": "europe-politics-and-government-20th-century", + "name": "Europe--Politics and government--20th century" }, { - "id": "computer-science", - "name": "Computer science" + "id": "exiles", + "name": "Exiles" }, { - "id": "computers-history", - "name": "Computers--History" + "id": "expatriation", + "name": "Expatriation" }, { - "id": "cosmology", - "name": "Cosmology" + "id": "fabian-society-great-britain", + "name": "Fabian Society (Great Britain)" }, { - "id": "educational-technology", - "name": "Educational technology" + "id": "fascism-great-britain-history-20th-century", + "name": "Fascism--Great Britain--History--20th century" }, { - "id": "field-cyrus-w-cyrus-west-1819-1892", - "name": "Field, Cyrus W. (Cyrus West), 1819-1892" + "id": "fascism-italy-20th-century", + "name": "Fascism--Italy--20th century" }, { - "id": "genetics", - "name": "Genetics" + "id": "fascism-italy-history-20th-century", + "name": "Fascism--Italy--History--20th century" }, { - "id": "light", - "name": "Light" + "id": "finland-relations-sweden", + "name": "Finland--Relations--Sweden" }, { - "id": "metals", - "name": "Metals" + "id": "florence-agreement", + "name": "Florence Agreement" }, { - "id": "meteorites", - "name": "Meteorites" + "id": "food-and-agriculture-organization-of-the-united-nations", + "name": "Food and Agriculture Organization of the United Nations" }, { - "id": "moon", - "name": "Moon" + "id": "france-history-german-occupation-1940-1945-anecdotes", + "name": "France--History--German occupation, 1940-1945--Anecdotes" }, { - "id": "mycology", - "name": "Mycology" + "id": "france-history-german-occupation-1940-1945-periodicals", + "name": "France--History--German occupation, 1940-1945--Periodicals" }, { - "id": "nuclear-energy-industrial-applications-united-states-history", - "name": "Nuclear energy--Industrial applications--United States--History" + "id": "garvey-marcus-1887-1940", + "name": "Garvey, Marcus, 1887-1940" }, { - "id": "outer-space-exploration", - "name": "Outer space--Exploration" + "id": "gascoigne-alvary-frederick-sir-1893-1970", + "name": "Gascoigne, Alvary Frederick, Sir, 1893-1970" }, { - "id": "paleontology", - "name": "Paleontology" + "id": "great-britain-politics-and-government-20th-century", + "name": "Great Britain--Politics and government--20th century" }, { - "id": "physical-sci", - "name": "Physical Sci" + "id": "haiti-relations-united-states", + "name": "Haiti--Relations--United States" }, { - "id": "physical-sciences", - "name": "Physical sciences" + "id": "home-rule-ireland", + "name": "Home rule--Ireland" }, { - "id": "planets-atmospheres", - "name": "Planets--Atmospheres" + "id": "human-rights", + "name": "Human rights" }, { - "id": "radioisotopes", - "name": "Radioisotopes" + "id": "human-rights-day", + "name": "Human Rights Day" }, { - "id": "rocketry-united-states-history", - "name": "Rocketry--United States--History" + "id": "immigration-issues", + "name": "Immigration issues" }, { - "id": "science", - "name": "Science" + "id": "imperialism", + "name": "Imperialism" }, { - "id": "seaweed", - "name": "Seaweed" + "id": "india-relations-soviet-union", + "name": "India--Relations--Soviet Union" }, { - "id": "seismology", - "name": "Seismology" + "id": "indonesia-history-revolution-1945-1949", + "name": "Indonesia--History--Revolution, 1945-1949" }, { - "id": "soil-mechanics", - "name": "Soil mechanics" + "id": "international-broadcasting", + "name": "International broadcasting" }, { - "id": "special-relativity-physics", - "name": "Special relativity (Physics)" + "id": "international-law", + "name": "International law" }, { - "id": "stars", - "name": "Stars" + "id": "international-relations", + "name": "International relations" }, { - "id": "technology", - "name": "Technology" + "id": "internationalism", + "name": "Internationalism" }, { - "id": "united-states-national-aeronautics-and-space-administration", - "name": "United States. National Aeronautics and Space Administration" + "id": "jamaica", + "name": "Jamaica" }, { - "id": "vision", - "name": "Vision" + "id": "japan-politics-and-government-1868", + "name": "Japan--Politics and government--1868-" }, { - "id": "wald-george-1906-1997", - "name": "Wald, George, 1906-1997" + "id": "japan-relations-china", + "name": "Japan--Relations--China" }, { - "id": "winds", - "name": "Winds" + "id": "japan-relations-soviet-union", + "name": "Japan--Relations--Soviet Union" }, { - "id": "zoology", - "name": "Zoology" - } - ] - }, - { - "name": "NAEB Region VI: The West", - "group": "U.S. History & Culture", - "subjects": [ + "id": "khrushchev-nikita-sergeevich-1894-1971", + "name": "Khrushchev, Nikita Sergeevich, 1894-1971" + }, { - "id": "california", - "name": "California" + "id": "labour-party-great-britain-history-20th-century", + "name": "Labour Party (Great Britain)--History--20th century" }, { - "id": "cowboys-united-states", - "name": "Cowboys--United States" + "id": "malenkov-georgi-maksimilianovich-1901-1988", + "name": "Malenkov, Georgiĭ Maksimilianovich, 1901-1988" }, { - "id": "naeb-region-vi", - "name": "NAEB Region VI" + "id": "mao-zedong-1893-1976", + "name": "Mao, Zedong, 1893-1976" }, { - "id": "west-us", - "name": "West (U.S.)" - } - ] - }, - { - "name": "Speech & Language", - "group": "Arts, Humanities, & Media", - "subjects": [ + "id": "mexico-foreign-economic-relations-united-states", + "name": "Mexico--Foreign economic relations--United States" + }, { - "id": "dutch-language-influence-on-english", - "name": "Dutch language--Influence on English" + "id": "mexico-politics-and-government-20th-century", + "name": "Mexico--Politics and government--20th century" }, { - "id": "english-language", - "name": "English language" + "id": "middle-east-congresses", + "name": "Middle East--Congresses" }, { - "id": "language-and-culture-united-states", - "name": "Language and culture--United States" + "id": "mosley-oswald-1896-1980", + "name": "Mosley, Oswald, 1896-1980" }, { - "id": "language-and-languages", - "name": "Language and languages" + "id": "movimento-sociale-italiano", + "name": "Movimento sociale italiano" }, { - "id": "speech", - "name": "Speech" - } - ] - }, - { - "name": "U.S. Politics", - "group": "Civics, Law, & Government", - "subjects": [ + "id": "multiculturalism", + "name": "Multiculturalism" + }, + { + "id": "murray-hubert", + "name": "Murray, Hubert" + }, { - "id": "boorstin-daniel-j-daniel-joseph-1914-2004", - "name": "Boorstin, Daniel J. (Daniel Joseph), 1914-2004" + "id": "nationalism-germany-20th-century", + "name": "Nationalism--Germany--20th century" }, { - "id": "communication-policy", - "name": "Communication policy" + "id": "nationalists", + "name": "Nationalists" }, { - "id": "communism", - "name": "Communism" + "id": "netherlands-colonies-indonesia-history", + "name": "Netherlands--Colonies--Indonesia--History" }, { - "id": "conservative-party-of-new-york-state", - "name": "Conservative Party of New York State" + "id": "north-atlantic-treaty-organization", + "name": "North Atlantic Treaty Organization" }, { - "id": "federal-government-united-states", - "name": "Federal government--United States" + "id": "oconnell-daniel-1775-1847", + "name": "O'Connell, Daniel, 1775-1847" }, { - "id": "legislators-united-states", - "name": "Legislators--United States" + "id": "olympics", + "name": "Olympics" }, { - "id": "liberalism-mexico", - "name": "Liberalism--Mexico" + "id": "organization-of-american-states", + "name": "Organization of American States" }, { - "id": "long-norton-e", - "name": "Long, Norton E" + "id": "paraguay-politics-and-government-1954-1989", + "name": "Paraguay--Politics and government--1954-1989" }, { - "id": "nationalism", - "name": "Nationalism" + "id": "peace-congresses", + "name": "Peace--Congresses" }, { - "id": "nationalists", - "name": "Nationalists" + "id": "persecution-soviet-union", + "name": "Persecution--Soviet Union" }, { - "id": "political-campaigns", - "name": "Political campaigns" + "id": "pitt-william-earl-of-chatham-1708-1778", + "name": "Pitt, William, Earl of Chatham, 1708-1778" }, { "id": "political-ethics", "name": "Political ethics" }, { - "id": "political-science-20th-century", - "name": "Political science--20th century" + "id": "political-fiction-english-history-and-criticism", + "name": "Political fiction, English--History and criticism" }, { - "id": "politicians", - "name": "Politicians" + "id": "political-parties-germany", + "name": "Political parties--Germany" }, { - "id": "politics-and-government", - "name": "Politics and government" + "id": "political-parties-great-britain-history-20th-century", + "name": "Political parties--Great Britain--History--20th century" }, { - "id": "presidents", - "name": "Presidents" + "id": "political-planning", + "name": "Political planning" }, { - "id": "progressivism", - "name": "Progressivism" + "id": "political-prisoners-germany-20th-century", + "name": "Political prisoners--Germany--20th century" }, { - "id": "public-broadcasting-law-and-legislation-united-states", - "name": "Public broadcasting--Law and legislation--United States" + "id": "political-science", + "name": "Political science" }, { - "id": "socialism", - "name": "Socialism" + "id": "political-thinkers", + "name": "Political thinkers" }, { - "id": "united-states-politics-and-government-1783-1809", - "name": "United States--Politics and government--1783-1809" + "id": "politicians", + "name": "Politicians" }, { - "id": "united-states-politics-and-government-20th-century", - "name": "United States--Politics and government--20th century" + "id": "politics", + "name": "Politics" }, { - "id": "united-states-congress", - "name": "United States. Congress" + "id": "postcolonialism", + "name": "Postcolonialism" }, { - "id": "viereck-peter-1916-2006", - "name": "Viereck, Peter, 1916-2006" - } - ] - }, - { - "name": "Asia-Pacific", - "group": "Global History & Culture", - "subjects": [ - { - "id": "asia-foreign-relations-1945", - "name": "Asia--Foreign relations--1945-" + "id": "presidents-election", + "name": "Presidents--Election" }, { - "id": "asia-social-life-and-customs", - "name": "Asia--Social life and customs" + "id": "propaganda", + "name": "Propaganda" }, { - "id": "bali-indonesia-province-description-and-travel", - "name": "Bali (Indonesia : Province)--Description and travel" + "id": "public-opinion-germany", + "name": "Public opinion--Germany" }, { - "id": "balinese-indonesian-people-rites-and-ceremonies", - "name": "Balinese (Indonesian people)--Rites and ceremonies" + "id": "public-opinion-soviet-union-history-20th-century", + "name": "Public opinion--Soviet Union--History--20th century" }, { - "id": "balinese-indonesian-people-social-life-and-customs", - "name": "Balinese (Indonesian people)--Social life and customs" + "id": "rizal-jose_-1861-1896-influence", + "name": "Rizal, Jose_, 1861-1896--Influence" }, { - "id": "balinese-indonesian-people-songs-and-music", - "name": "Balinese (Indonesian people)--Songs and music" + "id": "royalists", + "name": "Royalists" }, { - "id": "ballads-japanese", - "name": "Ballads, Japanese" + "id": "scotland-politics-and-government-20th-century", + "name": "Scotland--Politics and government--20th century" }, { - "id": "china-congresses", - "name": "China--Congresses" + "id": "self-determination-national", + "name": "Self-determination, National" }, { - "id": "china-history", - "name": "China--History" + "id": "sinn-fein", + "name": "Sinn Fein" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "socialism", + "name": "Socialism" }, { - "id": "cockfighting-indonesia-bali-province", - "name": "Cockfighting--Indonesia--Bali (Province)" + "id": "south-asia-civilization-western-influences", + "name": "South Asia--Civilization--Western influences" }, { - "id": "communism-asia", - "name": "Communism--Asia" + "id": "southeast-asia-foreign-relations-20th-century", + "name": "Southeast Asia--Foreign relations--20th century" }, { - "id": "communism-china", - "name": "Communism--China" + "id": "sovereignty", + "name": "Sovereignty" }, { - "id": "consumers-japan", - "name": "Consumers--Japan" + "id": "soviet-union", + "name": "Soviet Union" }, { - "id": "india", - "name": "India" + "id": "stalin-joseph-1878-1953", + "name": "Stalin, Joseph, 1878-1953" }, { - "id": "japan", - "name": "Japan" + "id": "suffrage", + "name": "Suffrage" }, { - "id": "pacific-area-civilization", - "name": "Pacific Area--Civilization" + "id": "tito-josip-broz-1892-1980", + "name": "Tito, Josip Broz, 1892-1980" }, { - "id": "pacific-area-discovery-and-exploration", - "name": "Pacific Area--Discovery and exploration" + "id": "transnationalism-history-20th-century", + "name": "Transnationalism--History--20th century" }, { - "id": "pacific-area-fiction", - "name": "Pacific Area--Fiction" + "id": "trinidad-and-tobago", + "name": "Trinidad and Tobago" }, { - "id": "science-japan-history-20th-century", - "name": "Science--Japan--History--20th century" + "id": "united-kingdom-foreign-relations-20th-century", + "name": "United Kingdom--Foreign relations--20th century" }, { - "id": "social-change-china", - "name": "Social change--China" + "id": "united-nations", + "name": "United Nations" }, { - "id": "united-states-relations-japan", - "name": "United States--Relations--Japan" + "id": "united-states-foreign-relations-africa", + "name": "United States--Foreign relations--Africa" }, { - "id": "vietnam-war-1961-1975-cambodia", - "name": "Vietnam War, 1961-1975--Cambodia" + "id": "united-states-relations-canada", + "name": "United States--Relations--Canada" }, { - "id": "world-war-1914-1918-japan", - "name": "World War--1914-1918--Japan" - } - ] - }, - { - "name": "Travel & Leisure", - "group": "Arts, Humanities, & Media", - "subjects": [ + "id": "united-states-relations-great-britain", + "name": "United States--Relations--Great Britain" + }, { - "id": "airplanes", - "name": "Airplanes" + "id": "united-states-relations-japan", + "name": "United States--Relations--Japan" }, { - "id": "austria-description-and-travel", - "name": "Austria--Description and travel" + "id": "united-states-latin-american-relations", + "name": "United States-Latin American relations" }, { - "id": "baseball", - "name": "Baseball" + "id": "vietnam-war-1961-1975-congresses", + "name": "Vietnam War, 1961-1975--Congresses" }, { - "id": "bremer-fredrika-1801-1865-travel", - "name": "Bremer, Fredrika, 1801-1865--Travel" + "id": "voice-of-america-organization", + "name": "Voice of America (Organization)" }, { - "id": "dickens-charles-1812-1870-travel-united-states", - "name": "Dickens, Charles, 1812-1870--Travel--United States" + "id": "war", + "name": "War" }, { - "id": "marryat-frederick-1792-1848-travel-america", - "name": "Marryat, Frederick, 1792-1848--Travel--America" + "id": "weizsa_cker-carl-friedrich-freiherr-von-1912-2007-political-and-social-views", + "name": "Weizsa_cker, Carl Friedrich, Freiherr von, 1912-2007--Political and social views" }, { - "id": "martineau-harriet-1802-1876-travel-united-states", - "name": "Martineau, Harriet, 1802-1876--Travel--United States" + "id": "welfare-state", + "name": "Welfare state" }, { - "id": "martineau-harriet-1802-1876-society-in-america", - "name": "Martineau, Harriet, 1802-1876. Society in America" + "id": "world-politics", + "name": "World politics" }, { - "id": "soviet-union-description-and-travel", - "name": "Soviet Union--Description and travel" + "id": "world-war-1914-1918", + "name": "World War, 1914-1918" }, { - "id": "sports", - "name": "Sports" + "id": "world-war-1939-1945", + "name": "World War, 1939-1945" } ] }, { - "name": "Theater & Drama", + "name": "U.S. Literature", "group": "Arts, Humanities, & Media", "subjects": [ { - "id": "aeschylus-seven-against-thebes-english", - "name": "Aeschylus. Seven against Thebes. English" - }, - { - "id": "aristophanes-adaptations", - "name": "Aristophanes--Adaptations" - }, - { - "id": "aristophanes-birds-english-arrowsmith", - "name": "Aristophanes. Birds. English (Arrowsmith)" - }, - { - "id": "classical-drama-tragedy", - "name": "Classical drama (Tragedy)" + "id": "algren-nelson-1909-1981", + "name": "Algren, Nelson, 1909-1981" }, { - "id": "comedy", - "name": "Comedy" + "id": "american-literature", + "name": "American literature" }, { - "id": "comic-drama", - "name": "Comic drama" + "id": "american-poetry-20th-century", + "name": "American poetry--20th century" }, { - "id": "coriolanus-cnaeus-marcius-drama", - "name": "Coriolanus, Cnaeus Marcius--Drama" + "id": "amherst-mass-poetry", + "name": "Amherst (Mass.)--Poetry" }, { - "id": "disasters-drama", - "name": "Disasters--Drama" + "id": "apples-folklore", + "name": "Apples--Folklore" }, { - "id": "drama", - "name": "Drama" + "id": "appreciation", + "name": "Appreciation" }, { - "id": "egoism-drama", - "name": "Egoism--Drama" + "id": "arts-literature", + "name": "Arts, Literature" }, { - "id": "euripides-iphigenia-in-tauris-english", - "name": "Euripides. Iphigenia in Tauris. English" + "id": "authors-united-states-20th-century-biography", + "name": "Authors--United States--20th century--Biography" }, { - "id": "euripides-orestes-english", - "name": "Euripides. Orestes. English" + "id": "barth-john-1930", + "name": "Barth, John, 1930-" }, { - "id": "gilbert-w-s-william-schwenck-1836-1911", - "name": "Gilbert, W. S. (William Schwenck), 1836-1911" + "id": "biographers-united-states-biography", + "name": "Biographers--United States--Biography" }, { - "id": "ibsen-henrik-1828-1906-criticism-and-interpretation", - "name": "Ibsen, Henrik, 1828-1906--Criticism and interpretation" + "id": "bird-robert-montgomery-1806-1854", + "name": "Bird, Robert Montgomery, 1806-1854" }, { - "id": "iphigenia-greek-mythology-drama", - "name": "Iphigenia (Greek mythology)--Drama" + "id": "boker-george-h-george-henry-1823-1890", + "name": "Boker, George H. (George Henry), 1823-1890" }, { - "id": "melodrama", - "name": "Melodrama" + "id": "books-and-reading-united-states", + "name": "Books and reading--United States" }, { - "id": "mythology-greek-adaptations", - "name": "Mythology, Greek--Adaptations" + "id": "ciardi-john-1916-1986-poems-selections", + "name": "Ciardi, John, 1916-1986. Poems. Selections" }, { - "id": "new-lafayette-theatre", - "name": "New Lafayette Theatre" + "id": "cooper-james-fenimore-1789-1851-novels-selections", + "name": "Cooper, James Fenimore, 1789-1851. Novels. Selections" }, { - "id": "orestes-king-of-argos-mythological-character", - "name": "Orestes, King of Argos (Mythological character)" + "id": "crane-hart-1899-1932-poems", + "name": "Crane, Hart, 1899-1932. Poems" }, { - "id": "patriotic-plays", - "name": "Patriotic plays" + "id": "diaries-letters-and-memoirs", + "name": "Diaries, letters, and memoirs" }, { - "id": "philoctetes-greek-mythology-drama", - "name": "Philoctetes (Greek mythology)--Drama" + "id": "dickens-charles-1812-1870-travel-united-states", + "name": "Dickens, Charles, 1812-1870--Travel--United States" }, { - "id": "philoctetes-mythological-character", - "name": "Philoctetes (Mythological character)" + "id": "dickens-charles-1812-1870-american-notes", + "name": "Dickens, Charles, 1812-1870. American notes" }, { - "id": "radio-adaptations", - "name": "Radio adaptations" + "id": "dickinson-emily-1830-1886", + "name": "Dickinson, Emily, 1830-1886" }, { - "id": "radio-plays", - "name": "Radio plays" + "id": "dobie-j-frank-james-frank-1888-1964", + "name": "Dobie, J. Frank (James Frank), 1888-1964" }, { - "id": "seven-against-thebes-greek-mythology", - "name": "Seven against Thebes (Greek mythology)" + "id": "dos-passos-john-1896-1970", + "name": "Dos Passos, John, 1896-1970" }, { - "id": "shakespeare-plays", - "name": "Shakespeare plays" + "id": "dunlap-william-1766-1839-plays-selections", + "name": "Dunlap, William, 1766-1839. Plays. Selections" }, { - "id": "sophocles-philoctetes", - "name": "Sophocles. Philoctetes" + "id": "eberhart-richard-1904-2005-interviews", + "name": "Eberhart, Richard, 1904-2005--Interviews" }, { - "id": "stand-up-comedy", - "name": "Stand-up comedy" + "id": "eberhart-richard-1904-2005-poems-selections", + "name": "Eberhart, Richard, 1904-2005. Poems. Selections" }, { - "id": "storytelling", - "name": "Storytelling" + "id": "eliot-t-s-thomas-stearns-1888-1965", + "name": "Eliot, T. S. (Thomas Stearns), 1888-1965" }, { - "id": "terence", - "name": "Terence" + "id": "faulkner-william-1897-1962", + "name": "Faulkner, William, 1897-1962" }, { - "id": "theater-20th-century-history-and-criticism", - "name": "Theater--20th century--History and criticism" + "id": "folklore-united-states", + "name": "Folklore--United States" }, { - "id": "theater-new-york-state-new-york-20th-century", - "name": "Theater--New York (State)--New York--20th century" + "id": "francis-robert-1901-1987-interviews", + "name": "Francis, Robert, 1901-1987--Interviews" }, { - "id": "theater-new-york-state-new-york-anecdotes", - "name": "Theater--New York (State)--New York--Anecdotes" + "id": "frost-robert-1874-1963-poems-selections", + "name": "Frost, Robert, 1874-1963. Poems. Selections" }, { - "id": "tragedy", - "name": "Tragedy" + "id": "great-lakes-north-america-poetry", + "name": "Great Lakes (North America)--Poetry" }, { - "id": "transatlantic-cables-drama", - "name": "Transatlantic cables--Drama" + "id": "grund-francis-j-francis-joseph-1804-1863", + "name": "Grund, Francis J. (Francis Joseph), 1804-1863" }, { - "id": "washington-dc-drama", - "name": "Washington (D.C.)--Drama" - } - ] - }, - { - "name": "Education", - "group": "Social Sciences", - "subjects": [ - { - "id": "african-americans-professional-education", - "name": "African Americans--Professional education" + "id": "hemingway-ernest-1899-1961", + "name": "Hemingway, Ernest, 1899-1961" }, { - "id": "african-americans-vocational-education", - "name": "African Americans--Vocational education" + "id": "henry-o-1862-1910", + "name": "Henry, O., 1862-1910" }, { - "id": "american-council-on-education", - "name": "American Council on Education" + "id": "hillyer-robert-1895-1961-poems-selections", + "name": "Hillyer, Robert, 1895-1961. Poems. Selections" }, { - "id": "college-facilities", - "name": "College facilities" + "id": "holmes-john-1904-1962-poems-selections", + "name": "Holmes, John, 1904-1962. Poems. Selections" }, { - "id": "education", - "name": "Education" + "id": "holmes-oliver-wendell-1809-1894", + "name": "Holmes, Oliver Wendell, 1809-1894" }, { - "id": "exceptional-children-identification", - "name": "Exceptional children--Identification" + "id": "howard-bronson-1842-1908", + "name": "Howard, Bronson, 1842-1908" }, { - "id": "exceptional-children-rating-of", - "name": "Exceptional children--Rating of" + "id": "hughes-langston-1902-1967", + "name": "Hughes, Langston, 1902-1967" }, { - "id": "government-aid-to-higher-education-united-states", - "name": "Government aid to higher education--United States" + "id": "huxley-aldous-1894-1963", + "name": "Huxley, Aldous, 1894-1963" }, { - "id": "higher-education", - "name": "Higher education" + "id": "irving-washington-1783-1859", + "name": "Irving, Washington, 1783-1859" }, { - "id": "learning", - "name": "Learning" + "id": "james-henry-1843-1916", + "name": "James, Henry, 1843-1916" }, { - "id": "schools", - "name": "Schools" + "id": "jarrell-randall-1914-1965-friends-and-associates", + "name": "Jarrell, Randall, 1914-1965--Friends and associates" }, { - "id": "special-education-united-states-history-20th-century", - "name": "Special education--United States--History--20th century" + "id": "jazz-books", + "name": "Jazz books" }, { - "id": "students", - "name": "Students" + "id": "jefferson-joseph-1829-1905", + "name": "Jefferson, Joseph, 1829-1905" }, { - "id": "teaching", - "name": "Teaching" + "id": "lewis-sinclair-1885-1951", + "name": "Lewis, Sinclair, 1885-1951" }, { - "id": "universities-and-colleges", - "name": "Universities and colleges" - } - ] - }, - { - "name": "Ecology & the Environment", - "group": "Science", - "subjects": [ + "id": "literature", + "name": "Literature" + }, { - "id": "agriculture", - "name": "Agriculture" + "id": "london-jack-1876-1916", + "name": "London, Jack, 1876-1916" }, { - "id": "air-pollution", - "name": "Air pollution" + "id": "macleish-archibald-1892-1982-interviews", + "name": "MacLeish, Archibald, 1892-1982--Interviews" }, { - "id": "atmospheric-deposition", - "name": "Atmospheric deposition" + "id": "macleish-archibald-1892-1982-poems-selections", + "name": "MacLeish, Archibald, 1892-1982. Poems. Selections" }, { - "id": "carver-george-washington-1864-1943-drama", - "name": "Carver, George Washington, 1864?-1943--Drama" + "id": "macleish-archibald-1892-1982-poetry-and-opinion", + "name": "MacLeish, Archibald, 1892-1982. Poetry and opinion" }, { - "id": "climate", - "name": "Climate" + "id": "melville-herman-1819-1891", + "name": "Melville, Herman, 1819-1891" }, { - "id": "climatic-change", - "name": "Climatic change" + "id": "narration-rhetoric", + "name": "Narration (Rhetoric)" }, { - "id": "continental-drift", - "name": "Continental drift" + "id": "new-england-poetry", + "name": "New England--Poetry" }, { - "id": "disasters", - "name": "Disasters" + "id": "pastoral-fiction", + "name": "Pastoral fiction" }, { - "id": "earthquakes", - "name": "Earthquakes" + "id": "paulding-james-kirke-1778-1860", + "name": "Paulding, James Kirke, 1778-1860" }, { - "id": "emergency-management", - "name": "Emergency management" + "id": "poe-edgar-allan-1809-1849", + "name": "Poe, Edgar Allan, 1809-1849" }, { - "id": "environmental-education", - "name": "Environmental education" + "id": "poetics", + "name": "Poetics" }, { - "id": "fossil-fuels", - "name": "Fossil fuels" + "id": "poetry", + "name": "Poetry" }, { - "id": "geology", - "name": "Geology" + "id": "poets-19th-century-biography", + "name": "Poets--19th century--Biography" }, { - "id": "gold-mines-and-mining", - "name": "Gold mines and mining" + "id": "poets-russian-20th-century", + "name": "Poets, Russian--20th century" }, { - "id": "great-lakes-north-america", - "name": "Great Lakes (North America)" + "id": "portis-charles", + "name": "Portis, Charles" }, { - "id": "lakes", - "name": "Lakes" + "id": "prufrock-j-alfred-fictitious-character", + "name": "Prufrock, J. Alfred (Fictitious character)" }, { - "id": "land-use", - "name": "Land use" + "id": "rockefeller-poetry-project", + "name": "Rockefeller Poetry Project" }, { - "id": "marine-pollution", - "name": "Marine pollution" + "id": "sinclair-upton-1878-1968-jungle", + "name": "Sinclair, Upton, 1878-1968. Jungle" }, { - "id": "mississippi-river", - "name": "Mississippi River" + "id": "steinbeck-john-1902-1968", + "name": "Steinbeck, John, 1902-1968" }, { - "id": "nuclear-energy", - "name": "Nuclear energy" + "id": "stevens-wallace-1879-1955", + "name": "Stevens, Wallace, 1879-1955" }, { - "id": "pollution-united-states", - "name": "Pollution--United States" + "id": "the-beacon-press", + "name": "The Beacon Press" }, { - "id": "renewable-energy-sources", - "name": "Renewable energy sources" + "id": "twain-mark-1835-1910", + "name": "Twain, Mark, 1835-1910" }, { - "id": "rivers", - "name": "Rivers" + "id": "tyler-royall-1757-1826-plays-selections", + "name": "Tyler, Royall, 1757-1826. Plays. Selections" }, { - "id": "sand-dunes", - "name": "Sand dunes" + "id": "viereck-peter-1916-2006", + "name": "Viereck, Peter, 1916-2006" }, { - "id": "seaweed", - "name": "Seaweed" + "id": "war-stories-american", + "name": "War stories, American" }, { - "id": "soil-mechanics", - "name": "Soil mechanics" + "id": "weems-m-l-mason-locke-1759-1825", + "name": "Weems, M. L. (Mason Locke), 1759-1825" }, { - "id": "solar-wind", - "name": "Solar wind" + "id": "wheatley-phillis-1753-1784", + "name": "Wheatley, Phillis, 1753-1784" }, { - "id": "southern-states-agriculture", - "name": "Southern States--Agriculture" + "id": "wilbur-richard-1921-poems-selections", + "name": "Wilbur, Richard, 1921- Poems. Selections" }, { - "id": "tornado-damage", - "name": "Tornado damage" + "id": "wilbur-richard-1921-interviews", + "name": "Wilbur, Richard, 1921---Interviews" }, { - "id": "weather", - "name": "Weather" + "id": "williams-tennessee-1911-1983", + "name": "Williams, Tennessee, 1911-1983" + }, + { + "id": "wolfe-thomas-1900-1938", + "name": "Wolfe, Thomas, 1900-1938" } ] }, { - "name": "NAEB Region I: The Northeast", - "group": "U.S. History & Culture", + "name": "Middle East", + "group": "Global History & Culture", "subjects": [ { - "id": "broadway-new-york-ny", - "name": "Broadway (New York, N.Y.)" + "id": "atatu_rk-kemal-1881-1938-leadership", + "name": "Atatu_rk, Kemal, 1881-1938--Leadership" }, { - "id": "cities-and-towns-pennsylvania", - "name": "Cities and towns--Pennsylvania" + "id": "bible-old-testament", + "name": "Bible. Old Testament" }, { - "id": "congresses-and-conventions-new-york-state-new-york", - "name": "Congresses and conventions--New York (State)--New York" + "id": "crusades-13th-15th-centuries-history", + "name": "Crusades--13th-15th centuries--History" }, { - "id": "conservative-party-of-new-york-state", - "name": "Conservative Party of New York State" + "id": "darius-i-king-of-persia-548-bc-485-bc", + "name": "Darius I, King of Persia, 548 B.C.-485 B.C" }, { - "id": "irving-washington-1783-1859-history-of-new-york", - "name": "Irving, Washington, 1783-1859. History of New York" + "id": "dead-sea-scrolls", + "name": "Dead Sea scrolls" }, { - "id": "jazz-new-york-state-new-york", - "name": "Jazz--New York (State)--New York" + "id": "egypt-history-military", + "name": "Egypt--History, Military" }, { - "id": "metropolitan-opera-new-york-ny", - "name": "Metropolitan Opera (New York, N.Y.)" + "id": "iran", + "name": "Iran" }, { - "id": "naeb-region-i", - "name": "NAEB Region I" + "id": "israel", + "name": "Israel" }, { - "id": "new-england-history-1775-1865", - "name": "New England--History--1775-1865" + "id": "jesus-christ-biography-early-life", + "name": "Jesus Christ--Biography--Early life" }, { - "id": "new-england-poetry", - "name": "New England--Poetry" + "id": "lawrence-t-e-thomas-edward-1888-1935", + "name": "Lawrence, T. E. (Thomas Edward), 1888-1935" }, { - "id": "new-york-ny", - "name": "New York (N.Y.)" + "id": "mesopotamia", + "name": "Mesopotamia" }, { - "id": "new-york-state", - "name": "New York (State)" + "id": "middle-east-congresses", + "name": "Middle East--Congresses" + }, + { + "id": "saladin-sultan-of-egypt-and-syria-1137-1193", + "name": "Saladin, Sultan of Egypt and Syria, 1137-1193" }, { - "id": "washington-dc-drama", - "name": "Washington (D.C.)--Drama" + "id": "scheherazade-legendary-character", + "name": "Scheherazade (Legendary character)" + }, + { + "id": "syria-history-military", + "name": "Syria--History, Military" + }, + { + "id": "turkey-history-20th-century", + "name": "Turkey--History--20th century" } ] }, { - "name": "Early U.S. History (to 1900)", - "group": "U.S. History & Culture", + "name": "Children & Families", + "group": "Social Sciences", "subjects": [ { - "id": "adams-abigail-1744-1818-correspondence", - "name": "Adams, Abigail, 1744-1818--Correspondence" - }, - { - "id": "adams-john-1735-1826-correspondence", - "name": "Adams, John, 1735-1826--Correspondence" - }, - { - "id": "african-americans-history-1863-1877", - "name": "African Americans--History--1863-1877" + "id": "adolescence", + "name": "Adolescence" }, { - "id": "african-americans-history-1877-1964", - "name": "African Americans--History--1877-1964" + "id": "boy-scouts-of-america", + "name": "Boy Scouts of America" }, { - "id": "african-americans-history-to-1863", - "name": "African Americans--History--To 1863" + "id": "child-care", + "name": "Child care" }, { - "id": "agriculture-united-states-history", - "name": "Agriculture--United States--History" + "id": "child-development", + "name": "Child development" }, { - "id": "constitutions", - "name": "Constitutions" + "id": "child-mental-health", + "name": "Child mental health" }, { - "id": "cooper-james-fenimore-1789-1851-knowledge-united-states", - "name": "Cooper, James Fenimore, 1789-1851--Knowledge--United States" + "id": "children-1960-1970", + "name": "Children--1960-1970" }, { - "id": "founding-fathers-of-the-united-states", - "name": "Founding Fathers of the United States" + "id": "children-health-and-hygiene-united-states", + "name": "Children--Health and hygiene--United States" }, { - "id": "indians-of-north-america-education-history-19th-century", - "name": "Indians of North America--Education--History--19th century" + "id": "children-united-states", + "name": "Children--United States" }, { - "id": "jackson-andrew-1767-1845", - "name": "Jackson, Andrew, 1767-1845" + "id": "childrens-songs-united-states", + "name": "Children's songs--United States" }, { - "id": "jefferson-thomas-1743-1826", - "name": "Jefferson, Thomas, 1743-1826" + "id": "conflict-of-generations", + "name": "Conflict of generations" }, { - "id": "lenfant-pierre-charles-1754-1825", - "name": "L'Enfant, Pierre Charles, 1754-1825" + "id": "discipline-of-children-united-states", + "name": "Discipline of children--United States" }, { - "id": "lee-ezra-1749-1821", - "name": "Lee, Ezra, 1749-1821" + "id": "exceptional-children", + "name": "Exceptional children" }, { - "id": "literature-and-history-united-states-history-19th-century", - "name": "Literature and history--United States--History--19th century" + "id": "families", + "name": "Families" }, { - "id": "new-england-history-1775-1865", - "name": "New England--History--1775-1865" + "id": "family-life", + "name": "Family life" }, { - "id": "palmer-joseph-1791-1875", - "name": "Palmer, Joseph, 1791-1875" + "id": "family-planning", + "name": "Family planning" }, { - "id": "presidents-united-states", - "name": "Presidents--United States" + "id": "hearing-impaired-children", + "name": "Hearing impaired children" }, { - "id": "reconstruction-us-history-1865-1877", - "name": "Reconstruction (U.S. history, 1865-1877)" + "id": "marriage", + "name": "Marriage" }, { - "id": "slavery", - "name": "Slavery" + "id": "matriarchy", + "name": "Matriarchy" }, { - "id": "slaves-education-united-states", - "name": "Slaves--Education--United States" + "id": "parenting", + "name": "Parenting" }, { - "id": "slaves-emancipation-united-states", - "name": "Slaves--Emancipation--United States" + "id": "teenagers", + "name": "Teenagers" }, { - "id": "united-states-indian-school-carlisle-pa", - "name": "United States Indian School (Carlisle, Pa.)" - }, + "id": "youth", + "name": "Youth" + } + ] + }, + { + "name": "Broadcasting", + "group": "Arts, Humanities, & Media", + "subjects": [ { - "id": "united-states-economic-conditions-1971-1981", - "name": "United States--Economic conditions--1971-1981" + "id": "allerton-seminar-on-radio-programming", + "name": "Allerton Seminar on Radio Programming" }, { - "id": "united-states-history", - "name": "United States--History" + "id": "american-exhibition-of-recordings-of-educational-radio-programs", + "name": "American Exhibition of Recordings of Educational Radio Programs" }, { - "id": "united-states-politics-and-government-1783-1809", - "name": "United States--Politics and government--1783-1809" + "id": "american-samoa-project", + "name": "American Samoa Project" }, { - "id": "united-states-congress-history-19th-century", - "name": "United States. Congress--History--19th century" + "id": "american-society-of-recording-artists", + "name": "American Society of Recording Artists" }, { - "id": "united-states-congress-history-20th-century", - "name": "United States. Congress--History--20th century" - } - ] - }, - { - "name": "World Politics", - "group": "Civics, Law, & Government", - "subjects": [ - { - "id": "adenauer-konrad-1876-1967", - "name": "Adenauer, Konrad, 1876-1967" + "id": "asian-broadcasting-union", + "name": "Asian Broadcasting Union" }, { - "id": "censorship-soviet-union-history-20th-century", - "name": "Censorship--Soviet Union--History--20th century" + "id": "association-for-education-by-radio-television", + "name": "Association for Education by Radio-Television" }, { - "id": "china-politics-and-government-20th-century", - "name": "China--Politics and government--20th century" + "id": "audience-research", + "name": "Audience research" }, { - "id": "cold-war-political-aspects", - "name": "Cold War--Political aspects" + "id": "birmingham-educational-television", + "name": "Birmingham Educational Television" }, { - "id": "communism", - "name": "Communism" + "id": "british-broadcasting-corporation", + "name": "British Broadcasting Corporation" }, { - "id": "costa-rica-politics-and-government-20th-century", - "name": "Costa Rica---Politics and government--20th century" + "id": "broadcast-advertising", + "name": "Broadcast advertising" }, { - "id": "cuba-history-revolution-1959", - "name": "Cuba--History--Revolution, 1959" + "id": "broadcasting-policy", + "name": "Broadcasting policy" }, { - "id": "cultural-relations", - "name": "Cultural relations" + "id": "broadcasting-mexico", + "name": "Broadcasting--Mexico" }, { - "id": "democracy", - "name": "Democracy" + "id": "broadcasting-united-states-history", + "name": "Broadcasting--United States--History" }, { - "id": "developing-countries", - "name": "Developing countries" + "id": "clear-channel-hearings", + "name": "Clear Channel Hearings" }, { - "id": "edward-iii-king-of-england-1312-1377", - "name": "Edward III, King of England, 1312-1377" + "id": "committee-on-programming-practices", + "name": "Committee on Programming Practices" }, { - "id": "emigration-and-immigration-law-united-states", - "name": "Emigration and immigration law--United States" + "id": "conference-on-radio-and-education", + "name": "Conference on Radio and Education" }, { - "id": "exiles", - "name": "Exiles" + "id": "constitution-of-the-national-association-of-educational-broadcasters", + "name": "Constitution of the National Association of Educational Broadcasters" }, { - "id": "haiti-relations-united-states", - "name": "Haiti--Relations--United States" + "id": "corporation-for-public-broadcasting", + "name": "Corporation for Public Broadcasting" }, { - "id": "immigration-issues", - "name": "Immigration issues" + "id": "directories", + "name": "Directories" }, { - "id": "india-relations-china", - "name": "India--Relations--China" + "id": "educational-broadcasting", + "name": "Educational broadcasting" }, { - "id": "international-relations", - "name": "International relations" + "id": "educational-broadcasting-facilities-program", + "name": "Educational Broadcasting Facilities Program" }, { - "id": "labour-party-great-britain-history-20th-century", - "name": "Labour Party (Great Britain)--History--20th century" + "id": "educational-broadcasting-project", + "name": "Educational Broadcasting Project" }, { - "id": "latin-america-politics-and-government-20th-century", - "name": "Latin America--Politics and government--20th century" + "id": "educational-radio-programs", + "name": "Educational radio programs" }, { - "id": "mexico-politics-and-government-20th-century", - "name": "Mexico--Politics and government--20th century" + "id": "educational-radio-station-survey", + "name": "Educational Radio Station Survey" }, { - "id": "middle-east-congresses", - "name": "Middle East--Congresses" + "id": "educational-radio-stations", + "name": "Educational radio stations" }, { - "id": "movimento-sociale-italiano", - "name": "Movimento sociale italiano" + "id": "educational-television", + "name": "Educational television" }, { - "id": "nationalism", - "name": "Nationalism" + "id": "european-broadcasting-union", + "name": "European Broadcasting Union" }, { - "id": "paraguay-politics-and-government-1954-1989", - "name": "Paraguay--Politics and government--1954-1989" + "id": "exhibition-of-educational-radio-programs", + "name": "Exhibition of Educational Radio Programs" }, { - "id": "persecution-soviet-union", - "name": "Persecution--Soviet Union" + "id": "fm-radio", + "name": "FM Radio" }, { - "id": "propaganda-soviet-union", - "name": "Propaganda--Soviet Union" + "id": "grants-in-aid", + "name": "Grants-in-aid" }, { - "id": "socialism", - "name": "Socialism" + "id": "institute-for-education-by-radio", + "name": "Institute for Education by Radio" }, { - "id": "soviet-union", - "name": "Soviet Union" + "id": "international-broadcasting", + "name": "International broadcasting" }, { - "id": "united-nations", - "name": "United Nations" + "id": "joint-council-on-educational-broadcasting-jceb", + "name": "Joint Council on Educational Broadcasting (JCEB)" }, { - "id": "united-states-foreign-relations-1974-1977", - "name": "United States--Foreign relations--1974-1977" + "id": "joint-council-on-educational-television-jcet", + "name": "Joint Council on Educational Television (JCET)" }, { - "id": "united-states-foreign-relations-china", - "name": "United States--Foreign relations--China" + "id": "kentucky-council-on-education-by-radio", + "name": "Kentucky Council on Education by Radio" }, { - "id": "united-states-relations-japan", - "name": "United States--Relations--Japan" + "id": "lincoln-lodge-seminar", + "name": "Lincoln Lodge Seminar" }, { - "id": "vietnam-war-1961-1975-congresses", - "name": "Vietnam War, 1961-1975--Congresses" + "id": "listeners-conference", + "name": "Listener's Conference" }, { - "id": "war", - "name": "War" + "id": "mass-media", + "name": "Mass media" }, { - "id": "world-politics", - "name": "World politics" + "id": "mayflower-doctrine-hearings", + "name": "Mayflower Doctrine Hearings" }, { - "id": "world-war-1939-1945-finland", - "name": "World War, 1939-1945--Finland" - } - ] - }, - { - "name": "U.S. Literature", - "group": "Arts, Humanities, & Media", - "subjects": [ - { - "id": "american-literature", - "name": "American literature" + "id": "mcluhan-project", + "name": "McLuhan Project" }, { - "id": "american-poetry-20th-century", - "name": "American poetry--20th century" + "id": "membership", + "name": "Membership" }, { - "id": "arts-literature", - "name": "Arts, Literature" + "id": "naeb-board-of-directors", + "name": "NAEB Board of Directors" }, { - "id": "authors", - "name": "Authors" + "id": "naeb-committees", + "name": "NAEB committees" }, { - "id": "barth-john-1930", - "name": "Barth, John, 1930-" + "id": "naeb-educational-television-station-management-seminar", + "name": "NAEB Educational Television Station Management Seminar" }, { - "id": "books", - "name": "Books" + "id": "naeb-engineering-committee", + "name": "NAEB Engineering Committee" }, { - "id": "cooper-james-fenimore-1789-1851-novels-selections", - "name": "Cooper, James Fenimore, 1789-1851. Novels. Selections" + "id": "naeb-executive-committee", + "name": "NAEB Executive Committee" }, { - "id": "criticism-book-reviews", - "name": "Criticism--Book reviews" + "id": "naeb-executive-director", + "name": "NAEB Executive Director" }, { - "id": "dickens-charles-1812-1870-travel-united-states", - "name": "Dickens, Charles, 1812-1870--Travel--United States" + "id": "naeb-fact-sheets", + "name": "NAEB Fact Sheets" }, { - "id": "dickens-charles-1812-1870-american-notes", - "name": "Dickens, Charles, 1812-1870. American notes" + "id": "naeb-journal", + "name": "NAEB Journal" }, { - "id": "dos-passos-john-1896-1970", - "name": "Dos Passos, John, 1896-1970" + "id": "naeb-leadership", + "name": "NAEB Leadership" }, { - "id": "faulkner-william-1897-1962", - "name": "Faulkner, William, 1897-1962" + "id": "naeb-president", + "name": "NAEB President" }, { - "id": "fiction-19th-century", - "name": "Fiction--19th century" + "id": "naeb-research-seminar", + "name": "NAEB Research Seminar" }, { - "id": "hemingway-ernest-1899-1961", - "name": "Hemingway, Ernest, 1899-1961" + "id": "naeb-resolutions", + "name": "NAEB resolutions" }, { - "id": "hughes-langston-1902-1967-appreciation", - "name": "Hughes, Langston, 1902-1967--Appreciation" + "id": "naeb-seminars", + "name": "NAEB seminars" }, { - "id": "huxley-aldous-1894-1963", - "name": "Huxley, Aldous, 1894-1963" + "id": "naeb-staff", + "name": "NAEB staff" }, { - "id": "james-henry-1843-1916", - "name": "James, Henry, 1843-1916" + "id": "naeb-tape-network", + "name": "NAEB Tape Network" }, { - "id": "jarrell-randall-1914-1965-friends-and-associates", - "name": "Jarrell, Randall, 1914-1965--Friends and associates" + "id": "naeb-vice-president", + "name": "NAEB Vice President" }, { - "id": "literature", - "name": "Literature" + "id": "nartb-convention", + "name": "NARTB Convention" }, { - "id": "narration-rhetoric", - "name": "Narration (Rhetoric)" + "id": "narte-equipment-exhibit", + "name": "Narte Equipment Exhibit" }, { - "id": "new-england-poetry", - "name": "New England--Poetry" + "id": "national-association-of-educational-broadcasters-annual-conference", + "name": "National Association of Educational Broadcasters Annual Conference" }, { - "id": "paperbacks", - "name": "Paperbacks" + "id": "national-association-of-educational-broadcasters-national-educational-radio", + "name": "National Association of Educational Broadcasters. National Educational Radio" }, { - "id": "poe-edgar-allan-1809-1849", - "name": "Poe, Edgar Allan, 1809-1849" + "id": "national-educational-radio", + "name": "National Educational Radio" }, { - "id": "poetics", - "name": "Poetics" + "id": "national-educational-television-and-radio-center-netrc", + "name": "National Educational Television and Radio Center (NETRC)" }, { - "id": "poetry", - "name": "Poetry" + "id": "national-educational-television-network", + "name": "National Educational Television Network" }, { - "id": "poets", - "name": "Poets" + "id": "national-tape-repository", + "name": "National Tape Repository" }, { - "id": "steinbeck-john-1902-1968", - "name": "Steinbeck, John, 1902-1968" + "id": "network-acceptance-committee", + "name": "Network Acceptance Committee" }, { - "id": "twain-mark-1835-1910", - "name": "Twain, Mark, 1835-1910" + "id": "nielsen-coverage-study", + "name": "Nielsen Coverage Study" }, { - "id": "united-states-poetry", - "name": "United States--Poetry" + "id": "ohio-state-radio-awards", + "name": "Ohio State Radio Awards" }, { - "id": "viereck-peter-1916-2006", - "name": "Viereck, Peter, 1916-2006" + "id": "poetry-readings-sound-recordings", + "name": "Poetry readings (Sound recordings)" }, { - "id": "war-stories-american", - "name": "War stories, American" + "id": "prix-italia", + "name": "Prix Italia" }, { - "id": "wit-and-humor", - "name": "Wit and humor" + "id": "program-acceptance-committee", + "name": "Program Acceptance Committee" }, { - "id": "wolfe-thomas-1900-1938-childhood-and-youth", - "name": "Wolfe, Thomas, 1900-1938--Childhood and youth" + "id": "program-planning-committee", + "name": "Program Planning Committee" }, { - "id": "wolfe-thomas-1900-1938-homes-and-haunts", - "name": "Wolfe, Thomas, 1900-1938--Homes and haunts" + "id": "programming", + "name": "Programming" }, { - "id": "women-books-and-reading", - "name": "Women--Books and reading" + "id": "programs-for-the-disadvantaged", + "name": "Programs for the Disadvantaged" }, { - "id": "writers", - "name": "Writers" + "id": "project-in-understanding-new-media", + "name": "Project in Understanding New Media" }, { - "id": "writing", - "name": "Writing." - } - ] - }, - { - "name": "Middle East", - "group": "Global History & Culture", - "subjects": [ - { - "id": "israel-arab-war-1967", - "name": "Israel-Arab War, 1967" + "id": "public-broadcasting-act", + "name": "Public Broadcasting Act" }, { - "id": "mesopotamia", - "name": "Mesopotamia" + "id": "public-broadcasting-law-and-legislation", + "name": "Public broadcasting--Law and legislation" }, { - "id": "middle-east-congresses", - "name": "Middle East--Congresses" - } - ] - }, - { - "name": "Children & Families", - "group": "Social Sciences", - "subjects": [ - { - "id": "adolescence", - "name": "Adolescence" + "id": "public-radio", + "name": "Public radio" }, { - "id": "boy-scouts-of-america", - "name": "Boy Scouts of America" + "id": "public-relations-committee", + "name": "Public Relations Committee" }, { - "id": "carver-george-washington-1864-1943-childhood-and-youth", - "name": "Carver, George Washington, 1864?-1943--Childhood and youth" + "id": "public-service-radio-institute", + "name": "Public Service Radio Institute" }, { - "id": "child-mental-health", - "name": "Child mental health" + "id": "public-television-united-states", + "name": "Public television--United States" }, { - "id": "children", - "name": "Children" + "id": "publications", + "name": "Publications" }, { - "id": "conflict-of-generations", - "name": "Conflict of generations" + "id": "publicity", + "name": "Publicity" }, { - "id": "exceptional-children", - "name": "Exceptional children" + "id": "radio-broadcasting", + "name": "Radio broadcasting" }, { - "id": "families", - "name": "Families" + "id": "radio-corporation-of-america", + "name": "Radio Corporation of America" }, { - "id": "family-life", - "name": "Family life" + "id": "radio-education-conference", + "name": "Radio Education Conference" }, { - "id": "family-planning", - "name": "Family planning" + "id": "radio-free-europe", + "name": "Radio Free Europe" }, { - "id": "marriage", - "name": "Marriage" + "id": "radio-network-program-committee", + "name": "Radio Network Program Committee" }, { - "id": "parenting-drama", - "name": "Parenting--Drama" + "id": "radio-network-school-committee", + "name": "Radio Network School Committee" }, { - "id": "teenagers", - "name": "Teenagers" + "id": "radio-panel-discussions", + "name": "Radio panel discussions" }, { - "id": "youth", - "name": "Youth" - } - ] - }, - { - "name": "Broadcasting", - "group": "Arts, Humanities, & Media", - "subjects": [ + "id": "radio-plays", + "name": "Radio plays" + }, { - "id": "broadcast-advertising", - "name": "Broadcast advertising" + "id": "radio-stations", + "name": "Radio stations" }, { - "id": "broadcasting-policy", - "name": "Broadcasting policy" + "id": "report-from-europe", + "name": "Report from Europe" }, { - "id": "broadcasting-history", - "name": "Broadcasting--History" + "id": "research", + "name": "Research" }, { - "id": "broadcasting-mexico", - "name": "Broadcasting--Mexico" + "id": "resolutions-committee", + "name": "Resolutions Committee" }, { - "id": "broadcasting-social-aspects", - "name": "Broadcasting--Social aspects" + "id": "school-broadcast-conference", + "name": "School Broadcast Conference" }, { - "id": "broadcasting-united-states-history", - "name": "Broadcasting--United States--History" + "id": "school-broadcasting-seminar", + "name": "School Broadcasting Seminar" }, { - "id": "educational-broadcasting", - "name": "Educational broadcasting" + "id": "school-buildings-radio-equipment", + "name": "School buildings--Radio equipment" }, { - "id": "educational-radio-stations", - "name": "Educational radio stations" + "id": "school-stations-committee", + "name": "School Stations Committee" }, { - "id": "educational-television", - "name": "Educational television" + "id": "sound-recording-and-reproducing-equipment-and-supplies", + "name": "Sound--Recording and reproducing--Equipment and supplies" }, { - "id": "international-broadcasting", - "name": "International broadcasting" + "id": "standard-am-broadcasting", + "name": "Standard AM Broadcasting" }, { - "id": "mass-media", - "name": "Mass media" + "id": "stevens-college-radio-conference", + "name": "Stevens College Radio Conference" }, { - "id": "national-association-of-educational-broadcasters-annual-conference", - "name": "National Association of Educational Broadcasters Annual Conference" + "id": "tape-network-planning-committee", + "name": "Tape Network Planning Committee" }, { - "id": "national-association-of-educational-broadcasters-national-educational-radio", - "name": "National Association of Educational Broadcasters. National Educational Radio" + "id": "television", + "name": "Television" }, { - "id": "public-affairs-radio-programs", - "name": "Public affairs radio programs" + "id": "the-jeffersonian-heritage", + "name": "The Jeffersonian Heritage" }, { - "id": "public-broadcasting-congresses", - "name": "Public broadcasting--Congresses" + "id": "the-needs-of-educational-broadcasting", + "name": "The Needs of Educational Broadcasting" }, { - "id": "public-broadcasting-finance", - "name": "Public broadcasting--Finance" + "id": "the-new-world-of-atomic-energy", + "name": "The New World of Atomic Energy" }, { - "id": "public-broadcasting-law-and-legislation", - "name": "Public broadcasting--Law and legislation" + "id": "the-radio-workshop", + "name": "The Radio Workshop" }, { - "id": "public-broadcasting-united-states", - "name": "Public broadcasting--United States" + "id": "third-school-broadcast-conference", + "name": "Third School Broadcast Conference" }, { - "id": "public-radio", - "name": "Public radio" + "id": "tv-engineering-workshop-grants", + "name": "TV Engineering Workshop Grants" }, { - "id": "radio-broadcasting", - "name": "Radio broadcasting" + "id": "united-states-federal-communications-commission", + "name": "United States. Federal Communications Commission" }, { - "id": "radio-plays", - "name": "Radio plays" + "id": "university-broadcasting-council", + "name": "University Broadcasting Council" }, { - "id": "radio-programs", - "name": "Radio programs" + "id": "voice-of-america-organization", + "name": "Voice of America (Organization)" }, { - "id": "radio-stations", - "name": "Radio stations" + "id": "whyy-television-station-philadelphia-pa", + "name": "WHYY (Television station : Philadelphia, Pa.)" }, { - "id": "television", - "name": "Television" + "id": "wireless-communication-systems-history", + "name": "Wireless communication systems--History" }, { - "id": "united-states-federal-communications-commission", - "name": "United States. Federal Communications Commission" + "id": "wisconsin-radio-institute", + "name": "Wisconsin Radio Institute" } ] }, @@ -2315,45 +7182,109 @@ "group": "Arts, Humanities, & Media", "subjects": [ { - "id": "african-americans-music-20th-century-history-and-criticism", - "name": "African Americans--Music--20th century--History and criticism" + "id": "american-songs", + "name": "American songs" }, { - "id": "african-americans-music-history-and-criticism", - "name": "African Americans--Music--History and criticism" + "id": "amish-music", + "name": "Amish--Music" + }, + { + "id": "autoharp-music", + "name": "Autoharp music" + }, + { + "id": "autoharp-methods-country", + "name": "Autoharp--Methods (Country)" }, { "id": "bach-johann-sebastian-1685-1750-organ-music", "name": "Bach, Johann Sebastian, 1685-1750. Organ music" }, { - "id": "ballads", - "name": "Ballads" + "id": "bairstow-edward-c-edward-cuthbert-1874-1946-organ-music", + "name": "Bairstow, Edward C. (Edward Cuthbert), 1874-1946. Organ music" + }, + { + "id": "ballads-english", + "name": "Ballads, English" + }, + { + "id": "ballads-german", + "name": "Ballads, German" + }, + { + "id": "ballads-hungarian", + "name": "Ballads, Hungarian" + }, + { + "id": "ballads-india", + "name": "Ballads, India" + }, + { + "id": "ballads-japanese", + "name": "Ballads, Japanese" + }, + { + "id": "banjo", + "name": "Banjo" + }, + { + "id": "bartk-bla-1881-1945", + "name": "Bartók, Béla, 1881-1945" }, { "id": "basie-count-1904-1984", "name": "Basie, Count, 1904-1984" }, + { + "id": "beethoven-ludwig-van-1770-1827", + "name": "Beethoven, Ludwig van, 1770-1827" + }, { "id": "beiderbecke-bix-1903-1931", "name": "Beiderbecke, Bix, 1903-1931" }, { - "id": "big-band-music", - "name": "Big band music" + "id": "berlioz-hector-1803-1869", + "name": "Berlioz, Hector, 1803-1869" + }, + { + "id": "bezanson-philip-1916-1975", + "name": "Bezanson, Philip, 1916-1975" }, { "id": "big-bands-history", "name": "Big bands--History" }, + { + "id": "bingham-seth-1882-1972", + "name": "Bingham, Seth, 1882-1972" + }, + { + "id": "bloch-ernest-1880-1959", + "name": "Bloch, Ernest, 1880-1959" + }, { "id": "bluegrass-music", "name": "Bluegrass music" }, + { + "id": "blues-music-history-and-criticism", + "name": "Blues (Music)--History and criticism" + }, { "id": "blues-music-influence", "name": "Blues (Music)--Influence" }, + { + "id": "blues-music-louisiana-new-orleans", + "name": "Blues (Music)--Louisiana--New Orleans" + }, + { + "id": "blues-musicians-united-states", + "name": "Blues musicians--United States" + }, { "id": "boogie-woogie-music-history-and-criticism", "name": "Boogie woogie (Music)--History and criticism" @@ -2362,26 +7293,58 @@ "id": "bop-music", "name": "Bop (Music)" }, + { + "id": "bowed-stringed-instruments-bowing", + "name": "Bowed stringed instruments--Bowing" + }, { "id": "brahms-johannes-1833-1897", "name": "Brahms, Johannes, 1833-1897" }, + { + "id": "brass-instruments", + "name": "Brass instruments" + }, { "id": "brubeck-dave-criticism-and-interpretation", "name": "Brubeck, Dave--Criticism and interpretation" }, + { + "id": "bruckner-anton-1824-1896", + "name": "Bruckner, Anton, 1824-1896" + }, { "id": "buxtehude-dietrich-1637-1707-organ-music", "name": "Buxtehude, Dietrich, 1637-1707. Organ music" }, { - "id": "cello-music-20th-century", - "name": "Cello music--20th century" + "id": "cage-john", + "name": "Cage, John" + }, + { + "id": "carter-elliott-1908-2012", + "name": "Carter, Elliott, 1908-2012" + }, + { + "id": "cello-music", + "name": "Cello music" + }, + { + "id": "chain-gangs-songs-and-music", + "name": "Chain gangs--Songs and music" }, { "id": "chamber-music", "name": "Chamber music" }, + { + "id": "chausson-ernest-1855-1899", + "name": "Chausson, Ernest, 1855-1899" + }, + { + "id": "childrens-songs-united-states", + "name": "Children's songs--United States" + }, { "id": "chopin-frdric-1810-1849", "name": "Chopin, Frédéric, 1810-1849" @@ -2394,25 +7357,33 @@ "id": "choruses-with-orchestra-20th-century-analysis-appreciation", "name": "Choruses with orchestra--20th century--Analysis, appreciation" }, + { + "id": "cincinnati-symphony-orchestra", + "name": "Cincinnati Symphony Orchestra" + }, { "id": "classical-music", "name": "Classical music" }, { - "id": "composers", - "name": "Composers" + "id": "composers-18th-century", + "name": "Composers--18th century" }, { "id": "composition-music", "name": "Composition (Music)" }, + { + "id": "concerto", + "name": "Concerto" + }, { "id": "concerts", "name": "Concerts" }, { - "id": "conductors", - "name": "Conductors" + "id": "conductors-music", + "name": "Conductors (Music)" }, { "id": "cool-jazz-history-and-criticism", @@ -2426,6 +7397,30 @@ "id": "cowboys-songs-and-music", "name": "Cowboys--Songs and music" }, + { + "id": "cowell-henry-1897-1965-symphonies-no-11", + "name": "Cowell, Henry, 1897-1965. Symphonies, no. 11" + }, + { + "id": "cylinder-recordings", + "name": "Cylinder recordings" + }, + { + "id": "doyly-carte-opera-company", + "name": "D'Oyly Carte Opera Company" + }, + { + "id": "de-lamarter-eric-1880-1953", + "name": "De Lamarter, Eric, 1880-1953" + }, + { + "id": "debussy-claude-1862-1918-songs", + "name": "Debussy, Claude, 1862-1918. Songs" + }, + { + "id": "detroit-symphony-orchestra", + "name": "Detroit Symphony Orchestra" + }, { "id": "dixieland-music", "name": "Dixieland music" @@ -2434,6 +7429,14 @@ "id": "drum", "name": "Drum" }, + { + "id": "dupre_-marcel-1886-1971-organ-music-selections", + "name": "Dupre_, Marcel, 1886-1971. Organ music. Selections" + }, + { + "id": "durufle_-maurice-1902-1986-organ-music-selections", + "name": "Durufle_, Maurice, 1902-1986. Organ music. Selections" + }, { "id": "ellington-duke-1899-1974-appreciation", "name": "Ellington, Duke, 1899-1974--Appreciation" @@ -2442,6 +7445,10 @@ "id": "ellington-duke-1899-1974-criticism-and-interpretation", "name": "Ellington, Duke, 1899-1974--Criticism and interpretation" }, + { + "id": "falla-manuel-de-1876-1946", + "name": "Falla, Manuel de, 1876-1946" + }, { "id": "feuermann-emanuel-1902-1942", "name": "Feuermann, Emanuel, 1902-1942" @@ -2466,6 +7473,18 @@ "id": "franck-ce_sar-1822-1890-organ-music", "name": "Franck, Ce_sar, 1822-1890. Organ music" }, + { + "id": "franco-johan-1908-1988", + "name": "Franco, Johan, 1908-1988" + }, + { + "id": "fugue", + "name": "Fugue" + }, + { + "id": "gay-john-1685-1732-beggars-opera", + "name": "Gay, John, 1685-1732. Beggar's opera" + }, { "id": "gilbert-w-s-william-schwenck-1836-1911", "name": "Gilbert, W. S. (William Schwenck), 1836-1911" @@ -2474,10 +7493,18 @@ "id": "gillis-don-1912-1978", "name": "Gillis, Don, 1912-1978" }, + { + "id": "gluck-christoph-willibald-ritter-von-1714-1787-operas", + "name": "Gluck, Christoph Willibald, Ritter von, 1714-1787. Operas" + }, { "id": "gluck-christoph-willibald-ritter-von-1714-1787-orfeo-ed-euridice", "name": "Gluck, Christoph Willibald, Ritter von, 1714-1787. Orfeo ed Euridice" }, + { + "id": "guitar", + "name": "Guitar" + }, { "id": "guthrie-woody-1912-1967-criticism-and-interpretation", "name": "Guthrie, Woody, 1912-1967--Criticism and interpretation" @@ -2490,22 +7517,42 @@ "id": "guthrie-woody-1912-1967-songs-and-music", "name": "Guthrie, Woody, 1912-1967--Songs and music" }, + { + "id": "halvorsen-johan-1864-1935", + "name": "Halvorsen, Johan, 1864-1935" + }, + { + "id": "handel-george-frideric-1685-1759-choral-music", + "name": "Handel, George Frideric, 1685-1759. Choral music" + }, { "id": "handel-george-frideric-1685-1759-instrumental-music-selections-arranged", "name": "Handel, George Frideric, 1685-1759. Instrumental music. Selections; arranged" }, { - "id": "haydn-joseph-1732-1809-choral-music-selections", - "name": "Haydn, Joseph, 1732-1809. Choral music. Selections" + "id": "harmony", + "name": "Harmony" + }, + { + "id": "hawaii-songs-and-music", + "name": "Hawaii--Songs and music" }, { - "id": "haydn-joseph-1732-1809-sonatas-piano", - "name": "Haydn, Joseph, 1732-1809. Sonatas, piano" + "id": "haydn-joseph-1732-1809", + "name": "Haydn, Joseph, 1732-1809" + }, + { + "id": "hodkinson-sydney", + "name": "Hodkinson, Sydney" }, { "id": "improvisation-music", "name": "Improvisation (Music)" }, + { + "id": "instrumentation-and-orchestration-brass-band", + "name": "Instrumentation and orchestration (Brass band)" + }, { "id": "international-music", "name": "International music" @@ -2514,33 +7561,57 @@ "id": "jazz", "name": "Jazz" }, + { + "id": "join-the-choir", + "name": "Join the Choir" + }, { "id": "jongen-joseph-1873-1953-organ-music-selections", "name": "Jongen, Joseph, 1873-1953. Organ music. Selections" }, + { + "id": "kroeger-karl", + "name": "Kroeger, Karl" + }, + { + "id": "langlais-jean-1907-1991-organ-music-selections", + "name": "Langlais, Jean, 1907-1991. Organ music. Selections" + }, { "id": "latin-jazz-history-and-criticism", "name": "Latin jazz--History and criticism" }, + { + "id": "love-songs-history-and-criticism", + "name": "Love songs--History and criticism" + }, { "id": "mahler-gustav-1860-1911", "name": "Mahler, Gustav, 1860-1911" }, { - "id": "mendelssohn-bartholdy-felix-1809-1847-organ-music", - "name": "Mendelssohn-Bartholdy, Felix, 1809-1847. Organ music" + "id": "mandolin", + "name": "Mandolin" + }, + { + "id": "marcello-benedetto-1686-1739", + "name": "Marcello, Benedetto, 1686-1739" + }, + { + "id": "mendelssohn-bartholdy-felix-1809-1847", + "name": "Mendelssohn-Bartholdy, Felix, 1809-1847" }, { - "id": "monteverdi-claudio-1567-1643-anniversaries-etc", - "name": "Monteverdi, Claudio, 1567-1643--Anniversaries, etc" + "id": "metropolitan-opera-new-york-ny", + "name": "Metropolitan Opera (New York, N.Y.)" }, { - "id": "monteverdi-claudio-1567-1643-criticism-and-interpretation", - "name": "Monteverdi, Claudio, 1567-1643--Criticism and interpretation" + "id": "milhaud-darius-1892-1974", + "name": "Milhaud, Darius, 1892-1974" }, { - "id": "monteverdi-claudio-1567-1643-orfeo", - "name": "Monteverdi, Claudio, 1567-1643. Orfeo" + "id": "monteverdi-claudio-1567-1643", + "name": "Monteverdi, Claudio, 1567-1643" }, { "id": "morton-jelly-roll-1941", @@ -2551,8 +7622,44 @@ "name": "Mozart, Wolfgang Amadeus, 1756-1791" }, { - "id": "music", - "name": "Music" + "id": "music-in-churches", + "name": "Music in churches" + }, + { + "id": "music-makers", + "name": "Music Makers" + }, + { + "id": "music-theory", + "name": "Music theory" + }, + { + "id": "music-performance", + "name": "Music--Performance" + }, + { + "id": "musical-form", + "name": "Musical form" + }, + { + "id": "musical-intervals-and-scales", + "name": "Musical intervals and scales" + }, + { + "id": "musicians-austria-interviews", + "name": "Musicians--Austria--Interviews" + }, + { + "id": "musicians-interviews", + "name": "Musicians--Interviews" + }, + { + "id": "musicians-united-states", + "name": "Musicians--United States" + }, + { + "id": "mussorgsky-modest-petrovich-1839-1881", + "name": "Mussorgsky, Modest Petrovich, 1839-1881" }, { "id": "nhk-ko_kyo_-gakudan", @@ -2567,8 +7674,8 @@ "name": "Opera" }, { - "id": "oratorios", - "name": "Oratorios" + "id": "oratorio", + "name": "Oratorio" }, { "id": "orchestra", @@ -2579,21 +7686,25 @@ "name": "Organ (Musical instrument)" }, { - "id": "organ-music", - "name": "Organ music" - }, - { - "id": "organists-france", - "name": "Organists--France" + "id": "organ-music-18th-century", + "name": "Organ music--18th century" }, { "id": "pachelbel-johann-1653-1706-organ-music", "name": "Pachelbel, Johann, 1653-1706. Organ music" }, + { + "id": "paderewski-ignace-jan-1860-1941", + "name": "Paderewski, Ignace Jan, 1860-1941" + }, { "id": "pedaling-piano", "name": "Pedaling--piano" }, + { + "id": "peeters-flor-1903-1986-organ-music-selections", + "name": "Peeters, Flor, 1903-1986. Organ music. Selections" + }, { "id": "peninsula-music-festival", "name": "Peninsula Music Festival" @@ -2602,13 +7713,25 @@ "id": "percussion-instruments", "name": "Percussion instruments" }, + { + "id": "percussion-with-band", + "name": "Percussion with band" + }, + { + "id": "percussion-with-orchestra", + "name": "Percussion with orchestra" + }, + { + "id": "persichetti-vincent-1915-1987", + "name": "Persichetti, Vincent, 1915-1987" + }, { "id": "pianists", "name": "Pianists" }, { - "id": "piano-music", - "name": "Piano music" + "id": "piano-music-20th-century-analysis-appreciation", + "name": "Piano music--20th century--Analysis, appreciation" }, { "id": "piano-instruction-and-study", @@ -2623,8 +7746,16 @@ "name": "Polyphony (Choral ensemble)" }, { - "id": "popular-music-great-britain", - "name": "Popular music--Great Britain" + "id": "popular-music-nigeria", + "name": "Popular music--Nigeria" + }, + { + "id": "prokofiev-sergey-1891-1953", + "name": "Prokofiev, Sergey, 1891-1953" + }, + { + "id": "puccini-giacomo-1858-1924", + "name": "Puccini, Giacomo, 1858-1924" }, { "id": "purcell-henry-1659-1695", @@ -2634,10 +7765,22 @@ "id": "ragtime-music-history-and-criticism", "name": "Ragtime music--History and criticism" }, + { + "id": "railroads-songs-and-music", + "name": "Railroads--Songs and music" + }, { "id": "reger-max-1873-1916-organ-music", "name": "Reger, Max, 1873-1916. Organ music" }, + { + "id": "rimsky-korsakov-nikolay-1844-1908", + "name": "Rimsky-Korsakov, Nikolay, 1844-1908" + }, + { + "id": "rollini-adrian", + "name": "Rollini, Adrian" + }, { "id": "romanticism-in-music", "name": "Romanticism in music" @@ -2646,10 +7789,22 @@ "id": "rorem-ned-1923", "name": "Rorem, Ned, 1923-" }, + { + "id": "russell-pee-wee", + "name": "Russell, Pee Wee" + }, { "id": "sacred-music", "name": "Sacred music" }, + { + "id": "satie-erik-1866-1925", + "name": "Satie, Erik, 1866-1925" + }, + { + "id": "schiffman-harold-1928", + "name": "Schiffman, Harold, 1928-" + }, { "id": "schmidt-isserstedt-hans-1900-1973", "name": "Schmidt-Isserstedt, Hans, 1900-1973" @@ -2658,18 +7813,46 @@ "id": "schumann-robert-1810-1856", "name": "Schumann, Robert, 1810-1856" }, + { + "id": "sea-songs-history-and-criticism", + "name": "Sea songs--History and criticism" + }, + { + "id": "sea-songs-united-states", + "name": "Sea songs--United States" + }, + { + "id": "shearing-george-interviews", + "name": "Shearing, George--Interviews" + }, + { + "id": "shostakovich-dmitrii_-dmitrievich-1906-1975", + "name": "Shostakovich, Dmitrii_ Dmitrievich, 1906-1975" + }, { "id": "sibelius-jean-1865-1957", "name": "Sibelius, Jean, 1865-1957" }, + { + "id": "singers", + "name": "Singers" + }, { "id": "singing", "name": "Singing" }, + { + "id": "song-cycles", + "name": "Song cycles" + }, { "id": "songs", "name": "Songs" }, + { + "id": "southern-states-music", + "name": "Southern States--Music" + }, { "id": "sowerby-leo-1895-1968-organ-music-selections", "name": "Sowerby, Leo, 1895-1968. Organ music. Selections" @@ -2682,6 +7865,10 @@ "id": "stokowski-leopold-1882-1977", "name": "Stokowski, Leopold, 1882-1977" }, + { + "id": "strandberg-newton", + "name": "Strandberg, Newton" + }, { "id": "string-quartets-20th-century", "name": "String quartets--20th century" @@ -2690,18 +7877,50 @@ "id": "stringed-instruments", "name": "Stringed instruments" }, + { + "id": "suite-music", + "name": "Suite (Music)" + }, { "id": "sullivan-arthur-1842-1900", "name": "Sullivan, Arthur, 1842-1900" }, + { + "id": "sweelinck-jan-pieterszoon-1562-1621-organ-music", + "name": "Sweelinck, Jan Pieterszoon, 1562-1621. Organ music" + }, { "id": "swing-music-history-and-criticism", "name": "Swing (Music)--History and criticism" }, + { + "id": "symphonic-poems", + "name": "Symphonic poems" + }, { "id": "symphonies", "name": "Symphonies" }, + { + "id": "symphony", + "name": "Symphony" + }, + { + "id": "takcs-jen-1902-2005", + "name": "Takács, Jenő, 1902-2005" + }, + { + "id": "tchaikovsky-peter-ilich-1840-1893", + "name": "Tchaikovsky, Peter Ilich, 1840-1893" + }, + { + "id": "technique-musician", + "name": "Technique (Musician)" + }, + { + "id": "tonality-history", + "name": "Tonality--History" + }, { "id": "toscanini-arturo-1867-1957-friends-and-associates", "name": "Toscanini, Arturo, 1867-1957--Friends and associates" @@ -2731,74 +7950,286 @@ "name": "Vocal music--19th century" }, { - "id": "wagner-richard-1813-1883-operas", - "name": "Wagner, Richard, 1813-1883. Operas" + "id": "wagner-richard-1813-1883", + "name": "Wagner, Richard, 1813-1883" + }, + { + "id": "waller-fats-1904-1943-works-selections", + "name": "Waller, Fats, 1904-1943. Works. Selections" + }, + { + "id": "wesley-samuel-1766-1837-organ-music-selections", + "name": "Wesley, Samuel, 1766-1837. Organ music. Selections" + }, + { + "id": "whitlock-percy-1903-1946-organ-music-selections", + "name": "Whitlock, Percy, 1903-1946. Organ music. Selections" + }, + { + "id": "widor-charles-marie-1844-1937-organ-music", + "name": "Widor, Charles-Marie, 1844-1937. Organ music" + }, + { + "id": "wolpe-stefan", + "name": "Wolpe, Stefan" + }, + { + "id": "woodwind-instruments", + "name": "Woodwind instruments" + }, + { + "id": "woodwind-quintets", + "name": "Woodwind quintets" + }, + { + "id": "work-songs-united-states-history-and-criticism", + "name": "Work songs--United States--History and criticism" + }, + { + "id": "ysae-eugne-1858-1931", + "name": "Ysaÿe, Eugène, 1858-1931" + } + ] + }, + { + "name": "Religion", + "group": "Arts, Humanities, & Media", + "subjects": [ + { + "id": "achilles-greek-mythology-drama", + "name": "Achilles (Greek mythology)--Drama" + }, + { + "id": "aranda-australian-people-religion", + "name": "Aranda (Australian people)--Religion" + }, + { + "id": "bible-criticism-interpretation-etc", + "name": "Bible--Criticism, interpretation, etc" + }, + { + "id": "bible-ecclesiastes", + "name": "Bible. Ecclesiastes" + }, + { + "id": "bible-old-testament", + "name": "Bible. Old Testament" + }, + { + "id": "bishops-germany-interviews", + "name": "Bishops--Germany--Interviews" + }, + { + "id": "buddhists-germany", + "name": "Buddhists--Germany" + }, + { + "id": "cathedrals-europe", + "name": "Cathedrals--Europe" + }, + { + "id": "catholic-church", + "name": "Catholic Church" + }, + { + "id": "christian-churches-and-churches-of-christ", + "name": "Christian Churches and Churches of Christ" + }, + { + "id": "christianity-and-culture-latin-america", + "name": "Christianity and culture--Latin America" + }, + { + "id": "christianity-germany-20th-century", + "name": "Christianity--Germany--20th century" + }, + { + "id": "christians-germany", + "name": "Christians--Germany" + }, + { + "id": "christmas", + "name": "Christmas" + }, + { + "id": "church-and-state", + "name": "Church and state" + }, + { + "id": "clergy", + "name": "Clergy" + }, + { + "id": "crusades-13th-15th-centuries-history", + "name": "Crusades--13th-15th centuries--History" + }, + { + "id": "dakota-indians-religion", + "name": "Dakota Indians--Religion" + }, + { + "id": "damien-saint-father-1840-1889", + "name": "Damien, Saint, Father, 1840-1889" + }, + { + "id": "dead-sea-scrolls", + "name": "Dead Sea scrolls" + }, + { + "id": "death-religious-aspects-christianity", + "name": "Death--Religious aspects--Christianity" + }, + { + "id": "dogma", + "name": "Dogma" + }, + { + "id": "faith", + "name": "Faith" + }, + { + "id": "freedom-of-religion", + "name": "Freedom of religion" + }, + { + "id": "god", + "name": "God" + }, + { + "id": "great-britain-religion-20th-century", + "name": "Great Britain--Religion--20th century" + }, + { + "id": "hutchinson-anne-1591-1643", + "name": "Hutchinson, Anne, 1591-1643" + }, + { + "id": "jesus-christ-biography-early-life", + "name": "Jesus Christ--Biography--Early life" + }, + { + "id": "judaism-20th-century", + "name": "Judaism--20th century" + }, + { + "id": "judaism-germany", + "name": "Judaism--Germany" + }, + { + "id": "missionaries-solomon-islands", + "name": "Missionaries--Solomon Islands" + }, + { + "id": "missions", + "name": "Missions" + }, + { + "id": "music-in-churches", + "name": "Music in churches" + }, + { + "id": "old-testament-readings", + "name": "Old Testament readings" + }, + { + "id": "old-testament-scholars", + "name": "Old Testament scholars" + }, + { + "id": "pacifism-religious-aspects", + "name": "Pacifism--Religious aspects" + }, + { + "id": "philoctetes-mythological-character", + "name": "Philoctetes (Mythological character)" + }, + { + "id": "priests-italy", + "name": "Priests--Italy" + }, + { + "id": "prophets", + "name": "Prophets" + }, + { + "id": "puritans", + "name": "Puritans" + }, + { + "id": "rabbinical-literature", + "name": "Rabbinical literature" + }, + { + "id": "rabbis-germany", + "name": "Rabbis--Germany" + }, + { + "id": "religious-communities-united-states", + "name": "Religious communities--United States" + }, + { + "id": "sacred-music", + "name": "Sacred music" }, { - "id": "waller-fats-1904-1943-works-selections", - "name": "Waller, Fats, 1904-1943. Works. Selections" + "id": "sarah-biblical-matriarch", + "name": "Sarah (Biblical matriarch)" }, { - "id": "whitlock-percy-1903-1946-organ-music-selections", - "name": "Whitlock, Percy, 1903-1946. Organ music. Selections" + "id": "servetus-michael-1511-1553-influence", + "name": "Servetus, Michael, 1511?-1553--Influence" }, { - "id": "ysae-eugne-1858-1931", - "name": "Ysaÿe, Eugène, 1858-1931" - } - ] - }, - { - "name": "Religion", - "group": "Arts, Humanities, & Media", - "subjects": [ + "id": "sewall-samuel-1652-1730", + "name": "Sewall, Samuel, 1652-1730" + }, { - "id": "bible-old-testament", - "name": "Bible. Old Testament" + "id": "shamans", + "name": "Shamans" }, { - "id": "christianity-germany-20th-century", - "name": "Christianity--Germany--20th century" + "id": "solomon-islands-religion", + "name": "Solomon Islands--Religion" }, { - "id": "christians-germany", - "name": "Christians--Germany" + "id": "southern-christian-leadership-conference", + "name": "Southern Christian Leadership Conference" }, { - "id": "christmas", - "name": "Christmas" + "id": "spiritual-life", + "name": "Spiritual life" }, { - "id": "dead-sea-scrolls", - "name": "Dead Sea scrolls" + "id": "spirituality-christianity", + "name": "Spirituality--Christianity" }, { - "id": "latin-america-religion", - "name": "Latin America--Religion" + "id": "spirituals", + "name": "Spirituals" }, { - "id": "old-testament-readings", - "name": "Old Testament readings" + "id": "theologians-spain", + "name": "Theologians--Spain" }, { - "id": "old-testament-scholars", - "name": "Old Testament scholars" + "id": "theologians-switzerland-20th-century", + "name": "Theologians--Switzerland--20th century" }, { - "id": "priests-italy", - "name": "Priests--Italy" + "id": "theology", + "name": "Theology" }, { - "id": "religion", - "name": "Religion" + "id": "women-europe-religious-life", + "name": "Women--Europe--Religious life" }, { - "id": "religious-communities-united-states", - "name": "Religious communities--United States" + "id": "world-council-of-churches-history", + "name": "World Council of Churches--History" }, { - "id": "religon", - "name": "Religon" + "id": "yurok-indians-religion", + "name": "Yurok Indians--Religion" } ] }, @@ -2807,13 +8238,33 @@ "group": "Arts, Humanities, & Media", "subjects": [ { - "id": "freedom-of-the-press-united-states", - "name": "Freedom of the press--United States" + "id": "american-newspapers", + "name": "American newspapers" + }, + { + "id": "buckingham-james-silk-1786-1855", + "name": "Buckingham, James Silk, 1786-1855" + }, + { + "id": "free-press-and-fair-trial-united-states", + "name": "Free press and fair trial--United States" + }, + { + "id": "freedom-of-the-press", + "name": "Freedom of the press" + }, + { + "id": "german-newspapers", + "name": "German newspapers" }, { "id": "grund-francis-j-francis-joseph-1804-1863", "name": "Grund, Francis J. (Francis Joseph), 1804-1863" }, + { + "id": "journalism-study-and-teaching", + "name": "Journalism--Study and teaching" + }, { "id": "journalism-united-states", "name": "Journalism--United States" @@ -2822,6 +8273,14 @@ "id": "journalists", "name": "Journalists" }, + { + "id": "letters-to-the-editor-soviet-union", + "name": "Letters to the editor--Soviet Union" + }, + { + "id": "mackay-alexander-1808-1852", + "name": "Mackay, Alexander, 1808-1852" + }, { "id": "nevins-allan-1890-1971", "name": "Nevins, Allan, 1890-1971" @@ -2842,10 +8301,18 @@ "id": "public-relations", "name": "Public relations" }, + { + "id": "radio-journalists", + "name": "Radio journalists" + }, { "id": "sports-journalism", "name": "Sports journalism" }, + { + "id": "television-criticism", + "name": "Television criticism" + }, { "id": "television-journalists", "name": "Television journalists" @@ -2853,6 +8320,14 @@ { "id": "white-william-allen-1868-1944", "name": "White, William Allen, 1868-1944" + }, + { + "id": "women-journalists-great-britain", + "name": "Women journalists--Great Britain" + }, + { + "id": "zenger-john-peter-1697-1746", + "name": "Zenger, John Peter, 1697-1746" } ] }, @@ -2860,9 +8335,21 @@ "name": "NAEB Region VI: Lower Midwest/Central South", "group": "U.S. History & Culture", "subjects": [ + { + "id": "kansas-history", + "name": "Kansas--History" + }, { "id": "naeb-region-iv", "name": "NAEB Region IV" + }, + { + "id": "naeb-region-v", + "name": "NAEB Region V" + }, + { + "id": "texas", + "name": "Texas" } ] }, @@ -2874,17 +8361,69 @@ "id": "africa", "name": "Africa" }, + { + "id": "afrikaners", + "name": "Afrikaners" + }, + { + "id": "ashanti-african-people-ghana-social-life-and-customs", + "name": "Ashanti (African people)--Ghana--Social life and customs" + }, + { + "id": "ashanti-african-people-history", + "name": "Ashanti (African people)--History" + }, + { + "id": "ashanti-african-people-social-conditions", + "name": "Ashanti (African people)--Social conditions" + }, + { + "id": "black-nationalism", + "name": "Black nationalism" + }, + { + "id": "blacks-africa", + "name": "Blacks--Africa" + }, + { + "id": "colonies", + "name": "Colonies" + }, + { + "id": "garvey-marcus-1887-1940", + "name": "Garvey, Marcus, 1887-1940" + }, { "id": "idoma-african-people-funeral-customs-and-rites", "name": "Idoma (African people)--Funeral customs and rites" }, { - "id": "popular-music-nigeria", - "name": "Popular music--Nigeria" + "id": "nigeria", + "name": "Nigeria" + }, + { + "id": "revolutionaries-africa", + "name": "Revolutionaries--Africa" + }, + { + "id": "slave-trade-africa-history", + "name": "Slave trade--Africa--History" + }, + { + "id": "south-africa", + "name": "South Africa" + }, + { + "id": "tribes-africa", + "name": "Tribes--Africa" }, { "id": "tribes-zimbabwe", "name": "Tribes--Zimbabwe" + }, + { + "id": "united-states-foreign-relations-africa", + "name": "United States--Foreign relations--Africa" } ] }, @@ -2904,14 +8443,42 @@ "id": "art", "name": "Art" }, + { + "id": "building-materials-united-states", + "name": "Building materials--United States" + }, + { + "id": "creative-ability", + "name": "Creative ability" + }, + { + "id": "dakota-art", + "name": "Dakota art" + }, + { + "id": "death-in-art", + "name": "Death in art" + }, { "id": "designers-20th-century", "name": "Designers--20th century" }, + { + "id": "gauguin-paul-1848-1903", + "name": "Gauguin, Paul, 1848-1903" + }, + { + "id": "influence-literary-artistic-etc", + "name": "Influence (Literary, artistic, etc.)" + }, { "id": "kepes-gyorgy-1906-2001", "name": "Kepes, Gyorgy, 1906-2001" }, + { + "id": "meegeren-han-van-1889-1947", + "name": "Meegeren, Han van, 1889-1947" + }, { "id": "painters", "name": "Painters" @@ -2924,6 +8491,14 @@ "id": "photography", "name": "Photography" }, + { + "id": "printing", + "name": "Printing" + }, + { + "id": "qian-gu-1508-approximately-1578", + "name": "Qian, Gu, 1508-approximately 1578" + }, { "id": "steichen-edward-1879-1973", "name": "Steichen, Edward, 1879-1973" @@ -2931,6 +8506,10 @@ { "id": "textiles", "name": "Textiles" + }, + { + "id": "wright-frank-lloyd-1867-1959", + "name": "Wright, Frank Lloyd, 1867-1959" } ] }, @@ -2939,37 +8518,77 @@ "group": "Science", "subjects": [ { - "id": "african-americans-health-and-hygiene", - "name": "African Americans--Health and hygiene" + "id": "aging", + "name": "Aging" }, { - "id": "african-americans-medical-care", - "name": "African Americans--Medical care" + "id": "amputees", + "name": "Amputees" }, { - "id": "aging", - "name": "Aging" + "id": "banting-frederick-grant-sir-1891-1941", + "name": "Banting, Frederick Grant, Sir, 1891-1941" }, { "id": "birth-control", "name": "Birth control" }, { - "id": "cigarettes-1960-1970", - "name": "Cigarettes--1960-1970" + "id": "black-g-v-greene-vardiman-1836-1915", + "name": "Black, G. V. (Greene Vardiman), 1836-1915" + }, + { + "id": "blood-pressure", + "name": "Blood pressure" + }, + { + "id": "breast-cancer", + "name": "Breast--Cancer" + }, + { + "id": "cancer", + "name": "Cancer" + }, + { + "id": "catastrophic-illness", + "name": "Catastrophic illness" + }, + { + "id": "chronic-diseases", + "name": "Chronic diseases" + }, + { + "id": "cigarettes", + "name": "Cigarettes" }, { - "id": "cigarettes-1960-1980", - "name": "Cigarettes--1960-1980" + "id": "contraception", + "name": "Contraception" }, { - "id": "cigarettes-health-aspects", - "name": "Cigarettes--Health aspects" + "id": "coronary-heart-disease-risk-factors", + "name": "Coronary heart disease--Risk factors" + }, + { + "id": "deafness", + "name": "Deafness" + }, + { + "id": "dermatology", + "name": "Dermatology" }, { "id": "diabetes", "name": "Diabetes" }, + { + "id": "diseases", + "name": "Diseases" + }, + { + "id": "drug-abuse", + "name": "Drug abuse" + }, { "id": "drug-addiction", "name": "Drug addiction" @@ -2983,17 +8602,37 @@ "name": "Endocrinology" }, { - "id": "epilepsy-patients", - "name": "Epilepsy--Patients" + "id": "epilepsy", + "name": "Epilepsy" + }, + { + "id": "fertility", + "name": "Fertility" + }, + { + "id": "food-poisoning", + "name": "Food Poisoning" + }, + { + "id": "goldberger-joseph-1874-1929", + "name": "Goldberger, Joseph, 1874-1929" + }, + { + "id": "gonorrhea", + "name": "Gonorrhea" }, { - "id": "epilepsy-treatment", - "name": "Epilepsy--Treatment" + "id": "gums-diseases", + "name": "Gums--Diseases" }, { "id": "health", "name": "Health" }, + { + "id": "hearing-impaired-children", + "name": "Hearing impaired children" + }, { "id": "heart-surgery", "name": "Heart--Surgery" @@ -3015,12 +8654,36 @@ "name": "Kidneys" }, { - "id": "medicine-history", - "name": "Medicine--History" + "id": "leukemia", + "name": "Leukemia" + }, + { + "id": "lister-joseph-baron-1827-1912", + "name": "Lister, Joseph, Baron, 1827-1912" + }, + { + "id": "lungs-diseases", + "name": "Lungs--Diseases" + }, + { + "id": "marijuana", + "name": "Marijuana" }, { - "id": "medicine-research", - "name": "Medicine--Research" + "id": "medical-care", + "name": "Medical care" + }, + { + "id": "medicine", + "name": "Medicine" + }, + { + "id": "missions-medical", + "name": "Missions, Medical" + }, + { + "id": "morton-w-t-g-william-thomas-green-1819-1868", + "name": "Morton, W. T. G. (William Thomas Green), 1819-1868" }, { "id": "multiple-sclerosis-patients", @@ -3030,6 +8693,50 @@ "id": "multiple-sclerosis-treatment", "name": "Multiple sclerosis--Treatment" }, + { + "id": "muscular-dystrophy", + "name": "Muscular dystrophy" + }, + { + "id": "neurology", + "name": "Neurology" + }, + { + "id": "neuromuscular-diseases", + "name": "Neuromuscular diseases" + }, + { + "id": "nicotine-addiction", + "name": "Nicotine addiction" + }, + { + "id": "nightingale-florence-1820-1910", + "name": "Nightingale, Florence, 1820-1910" + }, + { + "id": "nutrition", + "name": "Nutrition" + }, + { + "id": "parkinsons-disease", + "name": "Parkinson's Disease" + }, + { + "id": "pasteur-louis-1822-1895", + "name": "Pasteur, Louis, 1822-1895" + }, + { + "id": "pedodontics", + "name": "Pedodontics" + }, + { + "id": "peptic-ulcers", + "name": "Peptic Ulcers" + }, + { + "id": "periodontics", + "name": "Periodontics" + }, { "id": "physicians", "name": "Physicians" @@ -3038,25 +8745,57 @@ "id": "psychopharmacology", "name": "Psychopharmacology" }, + { + "id": "reed-walter-1851-1902", + "name": "Reed, Walter, 1851-1902" + }, + { + "id": "servetus-michael-1511-1553-influence", + "name": "Servetus, Michael, 1511?-1553--Influence" + }, { "id": "sexual-health", "name": "Sexual health" }, + { + "id": "sexually-transmitted-disease-vaccines", + "name": "Sexually transmitted disease vaccines" + }, { "id": "sexually-transmitted-diseases", "name": "Sexually transmitted diseases" }, + { + "id": "skin-cancer", + "name": "Skin--Cancer" + }, + { + "id": "smoking-united-states-prevention", + "name": "Smoking--United States--Prevention" + }, + { + "id": "syphilis", + "name": "Syphilis" + }, { "id": "teenagers-alcohol-use", "name": "Teenagers--Alcohol use" }, + { + "id": "teeth-diseases", + "name": "Teeth--Diseases" + }, + { + "id": "tobacco-use-health-aspects", + "name": "Tobacco use--Health aspects" + }, { "id": "tuberculosis", "name": "Tuberculosis" }, { - "id": "virus-diseases-research-history", - "name": "Virus diseases--Research--History" + "id": "virus-diseases", + "name": "Virus diseases" }, { "id": "viruses", @@ -3065,6 +8804,10 @@ { "id": "well-being-age-factors", "name": "Well-being--Age factors" + }, + { + "id": "world-health-organization", + "name": "World Health Organization" } ] }, @@ -3077,8 +8820,12 @@ "name": "Cities and towns--Kentucky" }, { - "id": "civil-rights-demonstrations-alabama", - "name": "Civil rights demonstrations--Alabama" + "id": "florida", + "name": "Florida" + }, + { + "id": "kentucky", + "name": "Kentucky" }, { "id": "lenfant-pierre-charles-1754-1825", @@ -3092,6 +8839,10 @@ "id": "missions-spanish", "name": "Missions, Spanish" }, + { + "id": "monticello-va", + "name": "Monticello (Va)" + }, { "id": "naeb-region-ii", "name": "NAEB Region II" @@ -3101,20 +8852,12 @@ "name": "Secession--Southern States" }, { - "id": "southern-states-agriculture", - "name": "Southern States--Agriculture" - }, - { - "id": "southern-states-commerce", - "name": "Southern States--Commerce" - }, - { - "id": "southern-states-economic-conditions", - "name": "Southern States--Economic conditions" + "id": "southern-states", + "name": "Southern States" }, { - "id": "southern-states-social-conditions", - "name": "Southern States--Social conditions" + "id": "tennessee", + "name": "Tennessee" }, { "id": "texas-history-to-1846", @@ -3130,6 +8873,10 @@ "name": "Law", "group": "Civics, Law, & Government", "subjects": [ + { + "id": "admissible-evidence-united-states", + "name": "Admissible evidence--United States" + }, { "id": "arms-control", "name": "Arms control" @@ -3138,13 +8885,17 @@ "id": "broadcasting-policy", "name": "Broadcasting policy" }, + { + "id": "cheyenne-indians-legal-status-laws-etc", + "name": "Cheyenne Indians--Legal status, laws, etc" + }, { "id": "communication-policy", "name": "Communication policy" }, { - "id": "consent-law", - "name": "Consent (Law)" + "id": "consentlaw", + "name": "Consent(law)" }, { "id": "constitutional-amendments-united-states", @@ -3158,38 +8909,130 @@ "id": "correctional-institutions", "name": "Correctional institutions" }, + { + "id": "courts", + "name": "Courts" + }, { "id": "crime", "name": "Crime" }, + { + "id": "criminals", + "name": "Criminals" + }, + { + "id": "dakota-indians-legal-status-laws-etc", + "name": "Dakota Indians--Legal status, laws, etc" + }, { "id": "due-process-of-law", "name": "Due process of law" }, { - "id": "emigration-and-immigration-law-united-states", - "name": "Emigration and immigration law--United States" + "id": "emigration-and-immigration", + "name": "Emigration and immigration" + }, + { + "id": "energy-policy-united-states", + "name": "Energy policy--United States" + }, + { + "id": "fines-penalities-united-states", + "name": "Fines (Penalities)--United States" + }, + { + "id": "forgers", + "name": "Forgers" + }, + { + "id": "forgery", + "name": "Forgery" + }, + { + "id": "frankfurter-felix-1882-1965", + "name": "Frankfurter, Felix, 1882-1965" + }, + { + "id": "freedom-of-expression", + "name": "Freedom of expression" + }, + { + "id": "freedom-of-religion", + "name": "Freedom of religion" + }, + { + "id": "freedom-of-speech-united-states-history", + "name": "Freedom of speech--United States--History" + }, + { + "id": "freedom-of-the-press", + "name": "Freedom of the press" + }, + { + "id": "galilei-galileo-1564-1642-trials-litigation-etc", + "name": "Galilei, Galileo, 1564-1642--Trials, litigation, etc" + }, + { + "id": "great-britain-metropolitan-police-office-criminal-investigation-department-history-20th-century", + "name": "Great Britain. Metropolitan Police Office. Criminal Investigation Department--History--20th century" + }, + { + "id": "health-care-reform-united-states", + "name": "Health care reform--United States" + }, + { + "id": "hill-elliott-bill", + "name": "Hill-Elliott Bill" + }, + { + "id": "impartiality", + "name": "Impartiality" + }, + { + "id": "international-law", + "name": "International law" }, { - "id": "energy-policy-united-states", - "name": "Energy policy--United States" + "id": "intimidation-united-states", + "name": "Intimidation--United States" }, { - "id": "freedom-of-the-press-united-states", - "name": "Freedom of the press--United States" + "id": "inuit-canada-legal-status-laws-etc", + "name": "Inuit--Canada--Legal status, laws, etc" }, { - "id": "health-care-reform-united-states", - "name": "Health care reform--United States" + "id": "johnson-bill", + "name": "Johnson Bill" }, { "id": "judges-united-states-history", "name": "Judges--United States--History" }, + { + "id": "jury-duty-united-states-popular-works", + "name": "Jury duty--United States--Popular works" + }, + { + "id": "jury-ethics-united-states", + "name": "Jury ethics--United States" + }, { "id": "justice", "name": "Justice" }, + { + "id": "juvenile-corrections", + "name": "Juvenile corrections" + }, + { + "id": "juvenile-delinquency", + "name": "Juvenile delinquency" + }, + { + "id": "juvenile-delinquents", + "name": "Juvenile delinquents" + }, { "id": "labor-policy", "name": "Labor policy" @@ -3198,6 +9041,30 @@ "id": "law", "name": "Law" }, + { + "id": "legal-authorities", + "name": "Legal authorities" + }, + { + "id": "legislation-united-states", + "name": "Legislation--United States" + }, + { + "id": "libel-and-slander", + "name": "Libel and slander" + }, + { + "id": "magnuson-bill", + "name": "Magnuson Bill" + }, + { + "id": "mass-media-law-and-legislation-united-states", + "name": "Mass media--Law and legislation--United States" + }, + { + "id": "military-courts", + "name": "Military courts" + }, { "id": "military-policy", "name": "Military policy" @@ -3207,8 +9074,8 @@ "name": "Mobs" }, { - "id": "nonprofit-organizations", - "name": "Nonprofit organizations" + "id": "organized-crime", + "name": "Organized crime" }, { "id": "patents", @@ -3222,10 +9089,34 @@ "id": "prisoners", "name": "Prisoners" }, + { + "id": "prisons-germany-saxony", + "name": "Prisons--Germany--Saxony" + }, + { + "id": "privacy-right-of", + "name": "Privacy, Right of" + }, + { + "id": "public-broadcasting-act", + "name": "Public Broadcasting Act" + }, { "id": "public-opinion-20th-century", "name": "Public opinion--20th century" }, + { + "id": "questioning", + "name": "Questioning" + }, + { + "id": "racketeering-united-states", + "name": "Racketeering--United States" + }, + { + "id": "sacco-vanzetti-trial-dedham-mass-1921", + "name": "Sacco-Vanzetti Trial, Dedham, Mass., 1921" + }, { "id": "searches-and-seizures-united-states", "name": "Searches and seizures--United States" @@ -3234,17 +9125,41 @@ "id": "segregation", "name": "Segregation" }, + { + "id": "self-incrimination-united-states", + "name": "Self-incrimination--United States" + }, + { + "id": "sewall-samuel-1652-1730", + "name": "Sewall, Samuel, 1652-1730" + }, + { + "id": "sex-and-law", + "name": "Sex and law" + }, { "id": "statutes-and-codes", "name": "Statutes and codes" }, { - "id": "taxation-united-states", - "name": "Taxation--United States" + "id": "statutes-united-states", + "name": "Statutes--United States" + }, + { + "id": "taxation", + "name": "Taxation" }, { "id": "trials", "name": "Trials" + }, + { + "id": "wiretapping-united-states", + "name": "Wiretapping--United States" + }, + { + "id": "witnesses", + "name": "Witnesses" } ] }, @@ -3253,20 +9168,32 @@ "group": "Arts, Humanities, & Media", "subjects": [ { - "id": "actors", - "name": "Actors" + "id": "british-film-academy", + "name": "British Film Academy" }, { "id": "film-criticism-united-states", "name": "Film criticism--United States" }, + { + "id": "lincoln-center-for-the-performing-arts-film-society", + "name": "Lincoln Center for the Performing Arts. Film Society" + }, + { + "id": "motion-picture-acting", + "name": "Motion picture acting" + }, { "id": "motion-picture-authorship", "name": "Motion picture authorship" }, { - "id": "motion-pictures-history", - "name": "Motion pictures--History" + "id": "motion-picture-industry", + "name": "Motion picture industry" + }, + { + "id": "motion-pictures-american-germany", + "name": "Motion pictures, American--Germany" }, { "id": "schary-dore-interviews", @@ -3279,11 +9206,15 @@ ] }, { - "name": "Drama Node Link", + "name": "Drama Node", "subjects": [ { - "id": "drama", - "name": "Drama" + "id": "drama-soviet-union-history-and-criticism", + "name": "Drama--Soviet Union--History and criticism" + }, + { + "id": "dramatic-criticism-history-20th-century", + "name": "Dramatic criticism--History--20th century" } ] }, @@ -3292,36 +9223,48 @@ "group": "Arts, Humanities, & Media", "subjects": [ { - "id": "acting-methodology", - "name": "Acting--Methodology" - }, - { - "id": "acting-study-and-teaching", - "name": "Acting--Study and teaching" + "id": "acting", + "name": "Acting" }, { "id": "actors", "name": "Actors" }, - { - "id": "ballet-dancers-great-britain-biography", - "name": "Ballet dancers--Great Britain--Biography" - }, - { - "id": "ballet-great-britain-history", - "name": "Ballet--Great Britain--History" - }, { "id": "ballet-history-20th-century", "name": "Ballet--History--20th century" }, + { + "id": "ballets", + "name": "Ballets" + }, { "id": "choreography", "name": "Choreography" }, { - "id": "creative-ability", - "name": "Creative ability" + "id": "comedy", + "name": "Comedy" + }, + { + "id": "doyly-carte-opera-company", + "name": "D'Oyly Carte Opera Company" + }, + { + "id": "dakota-dance", + "name": "Dakota dance" + }, + { + "id": "dance", + "name": "Dance" + }, + { + "id": "gay-john-1685-1732-beggars-opera", + "name": "Gay, John, 1685-1732. Beggar's opera" + }, + { + "id": "gluck-christoph-willibald-ritter-von-1714-1787-operas", + "name": "Gluck, Christoph Willibald, Ritter von, 1714-1787. Operas" }, { "id": "lincoln-center-for-the-performing-arts-film-society", @@ -3336,16 +9279,28 @@ "name": "Motion picture acting" }, { - "id": "stand-up-comedy", - "name": "Stand-up comedy" + "id": "opera", + "name": "Opera" + }, + { + "id": "puccini-giacomo-1858-1924-operas", + "name": "Puccini, Giacomo, 1858-1924. Operas" }, { - "id": "storytelling", - "name": "Storytelling" + "id": "stand-up-comedy", + "name": "Stand-up comedy" }, { "id": "strasberg-lee", "name": "Strasberg, Lee" + }, + { + "id": "verdi-giuseppe-1813-1901-operas-philips-sound-recording-label", + "name": "Verdi, Giuseppe, 1813-1901. Operas (Philips (Sound recording label))" + }, + { + "id": "wagner-richard-1813-1883-operas", + "name": "Wagner, Richard, 1813-1883. Operas" } ] }, @@ -3354,41 +9309,253 @@ "group": "U.S. History & Culture", "subjects": [ { - "id": "african-americans-history", - "name": "African Americans--History" + "id": "1958-baltimore-public-service-conference", + "name": "1958 Baltimore Public Service Conference" + }, + { + "id": "african-americans-civil-rights-united-states", + "name": "African Americans--Civil rights--United States" + }, + { + "id": "automobile-industry-and-trade-united-states", + "name": "Automobile industry and trade--United States" + }, + { + "id": "blues-musicians-united-states", + "name": "Blues musicians--United States" + }, + { + "id": "broadcasting-policy-united-states", + "name": "Broadcasting policy--United States" + }, + { + "id": "carver-george-washington-1864-1943", + "name": "Carver, George Washington, 1864?-1943" }, { "id": "cold-war", "name": "Cold War" }, { - "id": "depressions-1929-drama", - "name": "Depressions--1929--Drama" + "id": "davis-benjamin-o-jr-1912-2002", + "name": "Davis, Benjamin O., Jr., 1912-2002" + }, + { + "id": "dillinger-john-1903-1934-fiction", + "name": "Dillinger, John, 1903-1934--Fiction" + }, + { + "id": "elections-united-states-1964", + "name": "Elections--United States--1964" + }, + { + "id": "ethics-united-states-history-20th-century", + "name": "Ethics--United States--History--20th century" + }, + { + "id": "ford-henry-1863-1947", + "name": "Ford, Henry, 1863-1947" + }, + { + "id": "frankfurter-felix-1882-1965", + "name": "Frankfurter, Felix, 1882-1965" + }, + { + "id": "hemingway-ernest-1899-1961", + "name": "Hemingway, Ernest, 1899-1961" + }, + { + "id": "henson-matthew-alexander-1866-1955", + "name": "Henson, Matthew Alexander, 1866-1955" + }, + { + "id": "holmes-john-1904-1962-poems-selections", + "name": "Holmes, John, 1904-1962. Poems. Selections" + }, + { + "id": "hoover-herbert-1874-1964", + "name": "Hoover, Herbert, 1874-1964" }, { - "id": "history-twentieth-century", - "name": "History--Twentieth century" + "id": "humphrey-hubert-h-hubert-horatio-1911-1978", + "name": "Humphrey, Hubert H. (Hubert Horatio), 1911-1978" }, { "id": "international-relations-1960-1970-congresses", "name": "International relations--1960-1970--Congresses" }, + { + "id": "king-martin-luther-jr-1929-1968", + "name": "King, Martin Luther, Jr., 1929-1968" + }, + { + "id": "lewis-sinclair-1885-1951", + "name": "Lewis, Sinclair, 1885-1951" + }, + { + "id": "little-known-facts-in-american-history", + "name": "Little Known Facts in American History" + }, + { + "id": "macleish-archibald-1892-1982-interviews", + "name": "MacLeish, Archibald, 1892-1982--Interviews" + }, + { + "id": "macleish-archibald-1892-1982-poems-selections", + "name": "MacLeish, Archibald, 1892-1982. Poems. Selections" + }, + { + "id": "macleish-archibald-1892-1982-poetry-and-opinion", + "name": "MacLeish, Archibald, 1892-1982. Poetry and opinion" + }, + { + "id": "mccarthy-eugene-j-1916-2005", + "name": "McCarthy, Eugene J., 1916-2005" + }, + { + "id": "new-deal-1933-1939", + "name": "New Deal, 1933-1939" + }, { "id": "nixon-richard-m-richard-milhous-1913-1994", "name": "Nixon, Richard M. (Richard Milhous), 1913-1994" }, { - "id": "race-relations-united-states-history-20th-century", - "name": "Race relations--United States--History--20th century" + "id": "nuclear-energy-history-20th-century", + "name": "Nuclear energy--History--20th century," + }, + { + "id": "nuclear-energy-research-united-states", + "name": "Nuclear energy--Research--United States" + }, + { + "id": "peace-corps-us-history", + "name": "Peace Corps (U.S.)--History" + }, + { + "id": "pearl-harbor-hawaii-attack-on-1941", + "name": "Pearl Harbor (Hawaii), Attack on, 1941" + }, + { + "id": "persichetti-vincent-1915-1987", + "name": "Persichetti, Vincent, 1915-1987" + }, + { + "id": "pledge-of-allegiance", + "name": "Pledge of Allegiance" + }, + { + "id": "police-brutality-united-states", + "name": "Police brutality--United States" + }, + { + "id": "postage-stamps", + "name": "Postage stamps" + }, + { + "id": "pratt-richard-henry-1840-1924", + "name": "Pratt, Richard Henry, 1840-1924" + }, + { + "id": "public-television-united-states", + "name": "Public television--United States" + }, + { + "id": "randolph-a-philip-asa-philip-1889-1979", + "name": "Randolph, A. Philip (Asa Philip), 1889-1979" + }, + { + "id": "rollini-adrian", + "name": "Rollini, Adrian" + }, + { + "id": "roosevelt-franklin-d-franklin-delano-1882-1945", + "name": "Roosevelt, Franklin D. (Franklin Delano), 1882-1945" + }, + { + "id": "russell-pee-wee", + "name": "Russell, Pee Wee" + }, + { + "id": "ruth-babe-1895-1948-fiction", + "name": "Ruth, Babe, 1895-1948--Fiction" + }, + { + "id": "sacco-vanzetti-trial-dedham-mass-1921", + "name": "Sacco-Vanzetti Trial, Dedham, Mass., 1921" + }, + { + "id": "schiffman-harold-1928", + "name": "Schiffman, Harold, 1928-" + }, + { + "id": "sinclair-upton-1878-1968-jungle", + "name": "Sinclair, Upton, 1878-1968. Jungle" + }, + { + "id": "steel-industry-and-trade-great-lakes-north-america-history", + "name": "Steel industry and trade--Great Lakes (North America)--History" + }, + { + "id": "steel-industry-and-trade-southern-states", + "name": "Steel industry and trade--Southern States" + }, + { + "id": "stevens-wallace-1879-1955", + "name": "Stevens, Wallace, 1879-1955" }, { - "id": "united-states-foreign-relations-1974-1977", - "name": "United States--Foreign relations--1974-1977" + "id": "strandberg-newton", + "name": "Strandberg, Newton" + }, + { + "id": "tennessee-valley-authority", + "name": "Tennessee Valley Authority" + }, + { + "id": "tet-offensive-1968", + "name": "Tet Offensive, 1968" + }, + { + "id": "the-new-world-of-atomic-energy", + "name": "The New World of Atomic Energy" + }, + { + "id": "transportation-united-states-20th-century", + "name": "Transportation--United States--20th century" + }, + { + "id": "united-states-economic-conditions-1961-1971", + "name": "United States--Economic conditions--1961-1971" + }, + { + "id": "united-states-economic-conditions-1971-1981", + "name": "United States--Economic conditions--1971-1981" + }, + { + "id": "united-states-economic-conditions-20th-century", + "name": "United States--Economic conditions--20th century" + }, + { + "id": "united-states-race-relations", + "name": "United States--Race relations" + }, + { + "id": "united-states-congress-history-20th-century", + "name": "United States. Congress--History--20th century" }, { "id": "vietnam-war-1961-1975", "name": "Vietnam War, 1961-1975" }, + { + "id": "wallace-george-c-george-corley-1919-1998", + "name": "Wallace, George C. (George Corley), 1919-1998" + }, + { + "id": "white-william-allen-1868-1944", + "name": "White, William Allen, 1868-1944" + }, { "id": "world-war-1914-1918", "name": "World War, 1914-1918" @@ -3403,14 +9570,18 @@ "name": "Psychology & Mental Health", "group": "Social Sciences", "subjects": [ - { - "id": "african-americans-mental-health", - "name": "African Americans--Mental health" - }, { "id": "alcoholism", "name": "Alcoholism" }, + { + "id": "anger", + "name": "Anger" + }, + { + "id": "authority-psychological-aspects", + "name": "Authority--Psychological aspects" + }, { "id": "child-mental-health", "name": "Child mental health" @@ -3419,6 +9590,10 @@ "id": "color-vision", "name": "Color vision" }, + { + "id": "competition-psychology", + "name": "Competition (Psychology)" + }, { "id": "drug-addiction", "name": "Drug addiction" @@ -3432,12 +9607,16 @@ "name": "Fear" }, { - "id": "freud-sigmund-1856-1939-influence", - "name": "Freud, Sigmund, 1856-1939--Influence" + "id": "freud-sigmund-1856-1939", + "name": "Freud, Sigmund, 1856-1939" }, { - "id": "freud-sigmund-1856-1939-psychology", - "name": "Freud, Sigmund, 1856-1939--Psychology" + "id": "grief", + "name": "Grief" + }, + { + "id": "habit", + "name": "Habit" }, { "id": "helping-behavior", @@ -3451,18 +9630,46 @@ "id": "human-beings", "name": "Human beings" }, + { + "id": "jealousy", + "name": "Jealousy" + }, { "id": "kindness", "name": "Kindness" }, + { + "id": "man-woman-relationships-psychological-aspects", + "name": "Man-woman relationships--Psychological aspects" + }, { "id": "mental-health", "name": "Mental health" }, + { + "id": "mental-illness-treatment", + "name": "Mental illness--Treatment" + }, + { + "id": "nostalgia", + "name": "Nostalgia" + }, + { + "id": "parenting-psychological-aspects", + "name": "Parenting--Psychological aspects" + }, + { + "id": "possessiveness", + "name": "Possessiveness" + }, { "id": "psychiatry", "name": "Psychiatry" }, + { + "id": "psychoanalysis", + "name": "Psychoanalysis" + }, { "id": "psychology", "name": "Psychology" @@ -3471,9 +9678,25 @@ "id": "psychopharmacology", "name": "Psychopharmacology" }, + { + "id": "psychosexual-development", + "name": "Psychosexual development" + }, + { + "id": "self-reliance", + "name": "Self-reliance" + }, { "id": "sex", "name": "Sex" + }, + { + "id": "wit-and-humor-psychological-aspects", + "name": "Wit and humor--Psychological aspects" + }, + { + "id": "writing-psychological-aspects", + "name": "Writing--Psychological aspects" } ] }