Catalog #: APL1-0097 Label: RCA Victor Release: 1973
Photo is of actual item for sale, or one of similar condition.
Recently viewed
Harry Nilsson - A Little Touch Of Schmilsson In The Night
// remove sale badge on product page
.badge.price__badge-sale{
display:none!important;
}
// hide sale on cards
.badge.badge--bottom-left.color-scheme-4 {
display:none!important;
}