Is there a way of randomising a youtube playlist when using the google cast integration?

Currently using this:

data:
  media_content_type: cast
  media_content_id: ' { "app_name": "youtube", "media_id": "bepREawI6o8&list=PLmIeCYgCCN9Yc4DuzujxL85vx_kNbpJzp" }'
target:
  entity_id:
    - media_player.first_bathroom_tv
    - media_player.dining_room_tv
    - media_player.hanu_bedroom_tv

I’ve been searching for exactly this! Have you found any solution yet?

A poor solution would be create custom HA lists with video ids and randomly pick one from there. The hassle however of creating custom HA youtube lists feels too cumbersome so that’s not a solution for me.