Find musicians who like Drama B like you

  • 3 albums
  • 0 upcoming event
  • 0 member like this artist
Like
Music genres
deep underground hip hop, traprun

Find musicians near you who like Drama B's music genre

See musicians who like Hip Hop
3 albums

Discography

2020  •  0 tracks  •  0 like
No Ventilation
Like
2018  •  0 tracks  •  0 like
Toxic
Like
2016  •  0 tracks  •  0 like
Vybez
Like
0 upcoming event where you could meet other musicians

Upcoming events

No result
20 similar artists that other musicians like you may like

Similar artists

Krale

Krale

Highdiwaan

Highdiwaan

M.I.M.E

M.I.M.E

Skan

Skan

Tenka

Tenka

Nimez

Nimez

LBLVNC

LBLVNC

NOIXES

NOIXES

Lucha

Lucha

E.P.O

E.P.O

BTWRKS

BTWRKS

DËKAY

DËKAY

RUNE

RUNE

CryJaxx

CryJaxx

Calli Boom

Calli Boom

Swisha T

Swisha T

Godmode

Godmode

Trias

Trias

Onur Ormen

Onur Ormen

Sneaky Ollie

Sneaky Ollie

SettingsRequest history453msRequest Duration3MBMemory Usage10.x
Laravel Version
10.48.29
PHP Version
8.2.28
Environment
production
Debug Mode
Enabled
URL
www.benoizzy.com
Timezone
Europe/Paris
Locale
en
GET {language}/artist/{slug}/{id}
status
200 OK
full_url
https://www.benoizzy.com/en/artist/drama-b/80654
action_name
artist
controller_action
App\Http\Controllers\ArtistsController@view
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://www.benoizzy.com/en/artist/drama-b/80654
    action_name
    artist
    controller_action
    App\Http\Controllers\ArtistsController@view
    uri
    GET {language}/artist/{slug}/{id}
    controller
    App\Http\Controllers\ArtistsController@view
    prefix
    /{language}
    file
    app/Http/Controllers/ArtistsController.php:82-101
    middleware
    web, locale
    duration
    466ms
    peak_memory
    4MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:18 [ "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" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "216.73.216.73" ] "host" => array:1 [ 0 => "www.benoizzy.com" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sun, 15 Jun 2025 10:37:20 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "RAD2Y8O8naju9S7Z1Vw6dmnaYLXe0eFRUnqzXZst" ]
    • Booting (163ms)time
    • Application (290ms)time
    • Routing (2.86ms)
    • Preparing Response (112ms)
    • View: app.artists.viewviews
    • View: partials.app.register-modalviews
    • View: layouts.mainviews
    • View: partials.app.footerviews
    • View: cookie-consent::indexviews
    • View: cookie-consent::dialogContentsviews
    • 1 x Application (63.97%)
      290ms
      1 x Booting (36.03%)
      163ms
      1 x Preparing Response (24.82%)
      112ms
      1 x Routing (0.63%)
      2.86ms
      6 x View (0%)
      0μs
      6 templates were rendered
      • app.artists.viewview.blade.php#?blade
      • partials.app.register-modalregister-modal.blade.php#?blade
      • layouts.mainmain.blade.php#?blade
      • partials.app.footerfooter.blade.php#?blade
      • cookie-consent::indexindex.blade.php#?blade
      • cookie-consent::dialogContentsdialogContents.blade.php#?blade
      22 statements were executed (5 duplicates)Show only duplicates15.03ms
      • ArtistsController.php#92noizzydb2.93msselect `artists`.*, (select count(*) from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `artists`.`id` = `likes`.`likeable_id` and `likeable_type` = 'App\\Models\\Artist' and `users`.`deleted_at` is null) as `likers_count`, (select count(*) from `events` where `artists`.`id` = `events`.`artist_id` and `start_date` >= '2025-06-15 12:37:20' and `events`.`deleted_at` is null) as `events_count`, (select count(*) from `albums` where `artists`.`id` = `albums`.`artist_id` and `albums`.`deleted_at` is null) as `albums_count` from `artists` where `slug` = 'drama-b' and `id` = '80654' and `slug` != '' and `slug` is not null limit 1
        Bindings
        • 0: App\Models\Artist
        • 1: 2025-06-15 12:37:20
        • 2: drama-b
        • 3: 80654
        • 4: 
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb950μsselect * from `albums` where `albums`.`artist_id` in (80654) and `albums`.`deleted_at` is null order by `release_date` desc
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb660μsselect * from `tracks` where `tracks`.`album_id` in (174260, 174261, 174262) order by `disc_number` asc, `track_number` asc
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb1.03msselect `users`.*, `likes`.`likeable_id` as `pivot_likeable_id`, `likes`.`user_id` as `pivot_user_id` from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `likeable_type` = 'App\\Models\\Album' and `likes`.`likeable_id` in (174260, 174261, 174262) and `users`.`deleted_at` is null
        Bindings
        • 0: App\Models\Album
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb560μsselect * from `events` where `start_date` >= '2025-06-15 12:37:20' and `events`.`artist_id` in (80654) and `events`.`deleted_at` is null order by `start_date` asc, `name` asc
        Bindings
        • 0: 2025-06-15 12:37:20
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb890μsselect `users`.*, `likes`.`likeable_id` as `pivot_likeable_id`, `likes`.`user_id` as `pivot_user_id` from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `likeable_type` = 'App\\Models\\Artist' and `likes`.`likeable_id` in (80654) and `users`.`deleted_at` is null
        Bindings
        • 0: App\Models\Artist
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb510μsselect `spotify_music_genres`.*, `artists_spotify_music_genres`.`artist_id` as `pivot_artist_id`, `artists_spotify_music_genres`.`spotify_music_genre_id` as `pivot_spotify_music_genre_id` from `spotify_music_genres` inner join `artists_spotify_music_genres` on `spotify_music_genres`.`id` = `artists_spotify_music_genres`.`spotify_music_genre_id` where `artists_spotify_music_genres`.`artist_id` in (80654)
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb460μsselect `music_genres`.*, `music_genres_spotify_music_genres`.`spotify_music_genre_id` as `pivot_spotify_music_genre_id`, `music_genres_spotify_music_genres`.`music_genre_id` as `pivot_music_genre_id` from `music_genres` inner join `music_genres_spotify_music_genres` on `music_genres`.`id` = `music_genres_spotify_music_genres`.`music_genre_id` where `music_genres_spotify_music_genres`.`spotify_music_genre_id` in (2657, 3055)
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb250μsselect * from `music_genre_translations` where `music_genre_translations`.`music_genre_id` in (12)
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#92noizzydb1.05msselect `artists`.*, `artists_related_artists`.`artist_id` as `pivot_artist_id`, `artists_related_artists`.`related_artist_id` as `pivot_related_artist_id` from `artists` inner join `artists_related_artists` on `artists`.`id` = `artists_related_artists`.`related_artist_id` where `artists_related_artists`.`artist_id` in (80654) and `slug` != '' and `slug` is not null
        Bindings
        • 0: 
        Backtrace
        • app/Http/Controllers/ArtistsController.php:92
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#98noizzydb470μsselect count(*) as aggregate from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `likes`.`likeable_id` = 174260 and `likeable_type` = 'App\\Models\\Album' and `users`.`deleted_at` is null
        Bindings
        • 0: 174260
        • 1: App\Models\Album
        Backtrace
        • app/Http/Controllers/ArtistsController.php:98
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#98noizzydb520μsselect count(*) as aggregate from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `likes`.`likeable_id` = 174261 and `likeable_type` = 'App\\Models\\Album' and `users`.`deleted_at` is null
        Bindings
        • 0: 174261
        • 1: App\Models\Album
        Backtrace
        • app/Http/Controllers/ArtistsController.php:98
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • ArtistsController.php#98noizzydb580μsselect count(*) as aggregate from `users` inner join `likes` on `users`.`id` = `likes`.`user_id` where `likes`.`likeable_id` = 174262 and `likeable_type` = 'App\\Models\\Album' and `users`.`deleted_at` is null
        Bindings
        • 0: 174262
        • 1: App\Models\Album
        Backtrace
        • app/Http/Controllers/ArtistsController.php:98
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • Translatable.php#173noizzydb400μsselect * from `artist_translations` where `artist_translations`.`artist_id` = 80654 and `artist_translations`.`artist_id` is not null
        Bindings
        • 0: 80654
        Backtrace
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:173
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:454
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:209
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:157
        • view::app.artists.view:85
      • view.blade.php#98noizzydb470μsselect count(*) as aggregate from `spotify_music_genres` inner join `artists_spotify_music_genres` on `spotify_music_genres`.`id` = `artists_spotify_music_genres`.`spotify_music_genre_id` where `artists_spotify_music_genres`.`artist_id` = 80654
        Bindings
        • 0: 80654
        Backtrace
        • view::app.artists.view:98
        • 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
      • Artist.php#67noizzydb350μsselect count(*) as aggregate from `spotify_music_genres` inner join `artists_spotify_music_genres` on `spotify_music_genres`.`id` = `artists_spotify_music_genres`.`spotify_music_genre_id` where `artists_spotify_music_genres`.`artist_id` = 80654
        Bindings
        • 0: 80654
        Backtrace
        • app/Models/Artist.php:67
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:173
        • view::app.artists.view:112
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Artist.php#67noizzydb280μsselect count(*) as aggregate from `spotify_music_genres` inner join `artists_spotify_music_genres` on `spotify_music_genres`.`id` = `artists_spotify_music_genres`.`spotify_music_genre_id` where `artists_spotify_music_genres`.`artist_id` = 80654
        Bindings
        • 0: 80654
        Backtrace
        • app/Models/Artist.php:67
        • vendor/astrotomic/laravel-translatable/src/Translatable/Translatable.php:173
        • view::app.artists.view:118
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • view.blade.php#158noizzydb420μsselect count(*) as aggregate from `tracks` where `tracks`.`album_id` = 174260 and `tracks`.`album_id` is not null
        Bindings
        • 0: 174260
        Backtrace
        • view::app.artists.view:158
        • 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
      • view.blade.php#158noizzydb530μsselect count(*) as aggregate from `tracks` where `tracks`.`album_id` = 174261 and `tracks`.`album_id` is not null
        Bindings
        • 0: 174261
        Backtrace
        • view::app.artists.view:158
        • 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
      • view.blade.php#158noizzydb570μsselect count(*) as aggregate from `tracks` where `tracks`.`album_id` = 174262 and `tracks`.`album_id` is not null
        Bindings
        • 0: 174262
        Backtrace
        • view::app.artists.view:158
        • 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
      • view.blade.php#453noizzydb760μsselect count(*) as aggregate from `artists` inner join `artists_related_artists` on `artists`.`id` = `artists_related_artists`.`related_artist_id` where `artists_related_artists`.`artist_id` = 80654 and `slug` != '' and `slug` is not null
        Bindings
        • 0: 80654
        • 1: 
        Backtrace
        • view::app.artists.view:453
        • 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
      • view.blade.php#453noizzydb390μsselect count(*) as aggregate from `artists` inner join `artists_related_artists` on `artists`.`id` = `artists_related_artists`.`related_artist_id` where `artists_related_artists`.`artist_id` = 80654 and `slug` != '' and `slug` is not null
        Bindings
        • 0: 80654
        • 1: 
        Backtrace
        • view::app.artists.view:453
        • 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
      App\Models\Artist
      21Artist.php#?
      App\Models\MusicGenreTranslation
      4MusicGenreTranslation.php#?
      App\Models\Album
      3Album.php#?
      App\Models\SpotifyMusicGenre
      2SpotifyMusicGenre.php#?
      App\Models\MusicGenre
      1MusicGenre.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-06-15 12:37:20GET/en/artist/drama-b/8065462231