+ {performance.other_performances.slice(0, 5).map((perf: any) => (
+
+
+
+ {new Date(perf.show_date).toLocaleDateString()}
+
+
+ {perf.venue_name}
+
+
+ {perf.avg_rating > 0 && (
+
+ ★
+ {perf.avg_rating.toFixed(1)}
+
+ )}
+
+ ))}
+
+ View all {performance.other_performances.length + 1} versions →
+
+
+