テスラは泣かない。「tour 2014 "Tell me how to CRY."」
2014/09/09 (火) ~ 2014/11/01 (土)
- ※画像はランダム表示されるイメージです。
アーティストや公演に関係するものではありません。
公演日 | 開演 | 詳細 |
2014/09/09 (火) | 19:00 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 GOLDEN PIGS BLACK STAGE (新潟県) 出演:Suck a Stew Dry, テスラは泣かない。, ドラマチックアラスカ |
0
0 | セットリスト |
2014/09/20 (土) | 18:30 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 PARK SQUARE (宮城県) 出演:テスラは泣かない。, 忘れらんねえよ |
0
0 | セットリスト |
2014/09/22 (月) | 18:30 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 札幌COLONY (北海道) 出演:テスラは泣かない。 |
0
0 | |
2014/09/27 (土) | 18:00 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 広島CAVE-BE (広島県) 出演:四星球, テスラは泣かない。, ドラマチックアラスカ |
0
0 | セットリスト |
2014/09/28 (日) | 18:00 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 梅田Shangri-La (大阪府) 出演:テスラは泣かない。 |
0
0 | |
2014/10/03 (金) | 19:30 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 APOLLO BASE (愛知県) 出演:asobius, Qaijff, テスラは泣かない。 |
0
1 | セットリスト |
2014/10/13 (月) | 18:00 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 天神Queblick (福岡県) 出演:テスラは泣かない。 |
0
0 | |
2014/10/14 (火) | 18:30 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 CRAZYMAMA 2nd Room (岡山県) 出演:SUPER BEAVER, SEBASTIAN X, テスラは泣かない。, tricot |
0
0 | セットリスト |
2014/10/17 (金) | 19:00 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 代官山UNIT (東京都) 出演:テスラは泣かない。, phatmans after school |
0
1 | セットリスト |
2014/11/01 (土) | 18:30 | テスラは泣かない。「tour 2014 "Tell me how to CRY."」 CAPARVO HALL (鹿児島県) 出演:テスラは泣かない。 |
0
2 | |
ライブレビュー(--件)
レビューはまだ投稿されていません。
最初のレビューを投稿してみませんか?
レビューを投稿する
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});