Can I make a graph like this with Plotly?

Can I make a graph like this with Plotly?

And if yes, which ones do I need?

I tried with:

fill: "toself"
fillcolor: "rgba(161, 17, 19, 0.5)"
line: {color: "rgba(161, 17, 19, 0.5)"}
name: "P1"
type: "scatter"

But it doesn’t quite feel right:

image