Events . Bad Bloom / Club Drugs / Emptier

Sunday Feb 19th 2023

Show 8:00 PM

Bad Bloom / Club Drugs / Emptier

shoegaze and goth pop
Concert
The Government Center 519 E Ohio St Pittsburgh

All Ages $10



Bad Bloom / Club Drugs / Emptier
The Government Center

Date:02/19/2023
‍Bad Bloom‍

Spotify | Instagram | Press ‍

'... montages of sound that give us hope that the alt scene might just have one of its brightest prospects for 2022 right here'-mp3hugger


Described as Beach House with a pop punch, some The Cure mixed with DIIV and a dash of Interpol, Bad Bloom from Rochester, NY brings the intensity of shoegaze but with gentle introspection, an alt pop-driven angle on the genre. After a summer/fall of playing with akin bands Greet Death, Laveda, Pet Fox, + ElTenEleven, the band plans to continue playing and releasing a full-length in 2023.
https://badbloom.bandcamp.com/

Club Drugs
Spotify | Instagram
brand new goth-pop from Chicago, IL.

+locals Emptier

8pm $10


Related Entities: The Government Center
Tags: Goth Indiepop Shoegaze

Audio
SettingsRequest history8.1.27PHP Version3.42sRequest Duration5MBMemory UsageGET events/{event}
status
200 OK
full_url
https://dev.arcane.city/events/bad-bloom-club-drugs-emptier
action_name
events.show
controller_action
App\Http\Controllers\EventsController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://dev.arcane.city/events/bad-bloom-club-drugs-emptier
action_name
events.show
controller_action
App\Http\Controllers\EventsController@show
uri
GET events/{event}
middleware
web
controller
App\Http\Controllers\EventsController@show
namespace
App\Http\Controllers
file
app/Http/Controllers/EventsController.php:1411-1429
duration
3.43s
peak_memory
6MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "dev.arcane.city" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 09 Jul 2025 07:23:54 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "x5hp3vJXZz3TtobXd1Tmzgo1tEOOjf8OSZkClB2z" ]
    • Booting (33.55ms)time
    • Application (3.39s)time
    • Routing (1.49ms)
    • Preparing Response (188μs)
    • 1 x Application (99.02%)
      3.39s
      1 x Booting (0.98%)
      33.55ms
      1 x Routing (0.04%)
      1.49ms
      1 x Preparing Response (0.01%)
      188μs
      15 templates were rendered
      • 1x events.showshow.blade.php#?blade
      • 1x events.google-event-jsongoogle-event-json.blade.php#?blade
      • 1x events.crumbscrumbs.blade.php#?blade
      • 1x events.show.actionsactions.blade.php#?blade
      • 1x entities.single_labelsingle_label.blade.php#?blade
      • 3x tags.single_labelsingle_label.blade.php#?blade
      • 1x photos.singlesingle.blade.php#?blade
      • 1x photos.single-no-actionssingle-no-actions.blade.php#?blade
      • 1x embeds.playlistplaylist.blade.php#?blade
      • 1x appapp.blade.php#?blade
      • 1x partials.analyticsanalytics.blade.php#?blade
      • 1x partials.navnav.blade.php#?blade
      • 1x flashflash.blade.php#?blade
      uri
      GET events/{event}
      middleware
      web, Closure
      as
      events.show
      controller
      App\Http\Controllers\EventsController@show
      namespace
      App\Http\Controllers
      file
      app/Http/Controllers/EventsController.php:1411-1429
      25 statements were executed (7 duplicates)Show only duplicates21.17ms
      • Event.php#178dev_events_tracker6.95msselect * from `events` where `slug` = 'bad-bloom-club-drugs-emptier' or `id` = 'bad-bloom-club-drugs-emptier' limit 1
        Bindings
        • 0: bad-bloom-club-drugs-emptier
        • 1: bad-bloom-club-drugs-emptier
        Backtrace
        • app/Models/Event.php:178
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • middleware::bindings:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • Event.php#178dev_events_tracker670μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` in (3912)
        Backtrace
        • app/Models/Event.php:178
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • middleware::bindings:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • Event.php#178dev_events_tracker470μsselect `entities`.*, `entity_event`.`event_id` as `pivot_event_id`, `entity_event`.`entity_id` as `pivot_entity_id`, `entity_event`.`created_at` as `pivot_created_at`, `entity_event`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` in (3912)
        Backtrace
        • app/Models/Event.php:178
        • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
        • middleware::bindings:41
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • EmbedExtractor.php#172dev_events_tracker430μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 333
        Bindings
        • 0: 333
        Backtrace
        • app/Services/Embeds/EmbedExtractor.php:172
        • app/Http/Controllers/EventsController.php:1416
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • EventsController.php#1418dev_events_tracker870μsselect * from `threads` where `event_id` = 3912 limit 1
        Bindings
        • 0: 3912
        Backtrace
        • app/Http/Controllers/EventsController.php:1418
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • EventsController.php#1401dev_events_tracker590μsselect * from `entities` where `entities`.`id` = 333 and `entities`.`id` is not null limit 1
        Bindings
        • 0: 333
        Backtrace
        • app/Http/Controllers/EventsController.php:1401
        • app/Http/Controllers/EventsController.php:1421
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Event.php#780dev_events_tracker660μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 3912 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3912
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.google-event-json:12
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker780μsselect * from `locations` where `locations`.`entity_id` = 333 and `locations`.`entity_id` is not null
        Bindings
        • 0: 333
        Backtrace
        • app/Models/Entity.php:580
        • view::events.google-event-json:24
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#580dev_events_tracker290μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • app/Models/Entity.php:580
        • view::events.google-event-json:24
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • google-event-json.blade.php#27dev_events_tracker320μsselect * from `locations` where `locations`.`entity_id` = 333 and `locations`.`entity_id` is not null limit 1
        Bindings
        • 0: 333
        Backtrace
        • view::events.google-event-json:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • google-event-json.blade.php#27dev_events_tracker300μsselect * from `visibilities` where `visibilities`.`id` in (3)
        Bindings
        • 0: 3
        Backtrace
        • view::events.google-event-json:27
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#670dev_events_tracker660μsselect count(*) as aggregate from `entities` inner join `entity_event` on `entities`.`id` = `entity_event`.`entity_id` where `entity_event`.`event_id` = 3912 and exists (select * from `roles` inner join `entity_role` on `roles`.`id` = `entity_role`.`role_id` where `entities`.`id` = `entity_role`.`entity_id` and `slug` in ('dj', 'band', 'producer'))
        Bindings
        • 0: 3912
        • 1: dj
        • 2: band
        • 3: producer
        Backtrace
        • app/Models/Event.php:670
        • view::events.google-event-json:58
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#448dev_events_tracker590μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 333 and `is_primary` = 1 order by `created_at` asc limit 1
        Bindings
        • 0: 333
        • 1: 1
        Backtrace
        • app/Models/Entity.php:448
        • view::events.google-event-json:96
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Entity.php#448dev_events_tracker650μsselect `links`.*, `entity_link`.`entity_id` as `pivot_entity_id`, `entity_link`.`link_id` as `pivot_link_id` from `links` inner join `entity_link` on `links`.`id` = `entity_link`.`link_id` where `entity_link`.`entity_id` = 333 and `is_primary` = 1 order by `created_at` asc limit 1
        Bindings
        • 0: 333
        • 1: 1
        Backtrace
        • app/Models/Entity.php:448
        • view::events.google-event-json:97
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • Event.php#780dev_events_tracker530μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 3912 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3912
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.show:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • actions.blade.php#5dev_events_tracker560μsselect * from `users` where `users`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • view::events.show.actions:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • Event.php#780dev_events_tracker610μsselect `photos`.*, `event_photo`.`event_id` as `pivot_event_id`, `event_photo`.`photo_id` as `pivot_photo_id`, `event_photo`.`created_at` as `pivot_created_at`, `event_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `event_photo` on `photos`.`id` = `event_photo`.`photo_id` where `event_photo`.`event_id` = 3912 and `photos`.`is_primary` = '1' limit 1
        Bindings
        • 0: 3912
        • 1: 1
        Backtrace
        • app/Models/Event.php:780
        • view::events.show:31
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • show.blade.php#38dev_events_tracker380μsselect * from `visibilities` where `visibilities`.`id` = 3 and `visibilities`.`id` is not null limit 1
        Bindings
        • 0: 3
        Backtrace
        • view::events.show:38
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • show.blade.php#70dev_events_tracker290μsselect * from `event_types` where `event_types`.`id` = 2 and `event_types`.`id` is not null limit 1
        Bindings
        • 0: 2
        Backtrace
        • view::events.show:70
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • show.blade.php#213dev_events_tracker480μsselect `tags`.*, `event_tag`.`event_id` as `pivot_event_id`, `event_tag`.`tag_id` as `pivot_tag_id`, `event_tag`.`created_at` as `pivot_created_at`, `event_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `event_tag` on `tags`.`id` = `event_tag`.`tag_id` where `event_tag`.`event_id` = 3912
        Bindings
        • 0: 3912
        Backtrace
        • view::events.show:213
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • show.blade.php#235dev_events_tracker1.6msselect `photos`.*, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `photos` inner join `entity_photo` on `photos`.`id` = `entity_photo`.`photo_id` where `entity_photo`.`entity_id` = 333
        Bindings
        • 0: 333
        Backtrace
        • view::events.show:235
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • single-no-actions.blade.php#6dev_events_tracker930μsselect `entities`.*, `entity_photo`.`photo_id` as `pivot_photo_id`, `entity_photo`.`entity_id` as `pivot_entity_id`, `entity_photo`.`created_at` as `pivot_created_at`, `entity_photo`.`updated_at` as `pivot_updated_at` from `entities` inner join `entity_photo` on `entities`.`id` = `entity_photo`.`entity_id` where `entity_photo`.`photo_id` = 5491
        Bindings
        • 0: 5491
        Backtrace
        • view::photos.single-no-actions:6
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • ViewComposerServiceProvider.php#38dev_events_tracker460μsselect * from `roles` order by `name` asc
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:38
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#39dev_events_tracker390μsselect count(*) as aggregate from `forums`
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:39
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      • ViewComposerServiceProvider.php#40dev_events_tracker710μsselect * from `menus` where exists (select * from `visibilities` where `menus`.`visibility_id` = `visibilities`.`id` and `name` = 'Public') order by `name` asc
        Bindings
        • 0: Public
        Backtrace
        • app/Providers/ViewComposerServiceProvider.php:40
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
        • vendor/laravel/framework/src/Illuminate/View/View.php:188
        • vendor/laravel/framework/src/Illuminate/View/View.php:159
        • view::app:65
      App\Models\Role
      11Role.php#?
      App\Models\Photo
      5Photo.php#?
      App\Models\Entity
      3Entity.php#?
      App\Models\Link
      3Link.php#?
      App\Models\Visibility
      3Visibility.php#?
      App\Models\Tag
      3Tag.php#?
      App\Models\Location
      2Location.php#?
      App\Models\Menu
      2Menu.php#?
      App\Models\Event
      1Event.php#?
      App\Models\User
      1User.php#?
      App\Models\EventType
      1EventType.php#?
          _token
          x5hp3vJXZz3TtobXd1Tmzgo1tEOOjf8OSZkClB2z
          ClearShow all
          Date ↕MethodURLData
          #12025-07-09 02:23:54GET/events/bad-bloom-club-drugs-emptier152535