of Montreal
of Montreal Live Performance of Heimdalsgate Like a Promethean Curse at The Sinclair
Venue: The Sinclair
Location: Cambridge, Massachusetts, United States
Date: October 8, 2022
SELECT Max(YEAR(dtRecorded)) as year, Count(PK_Music_Video) as cnt, max(Thumbnail_medium) as thumb FROM Music_Video V LEFT JOIN Music_Artist A ON V.FK_Music_Artist = A.PK_Music_Artist WHERE PK_Music_Artist = 1891 AND btLive=1 GROUP BY YEAR(dtRecorded) ORDER BY ( dtRecorded IS NULL ), dtRecorded ASC