Is there a way to deep link to a Swift Playground?

I know you can write the following code in a playground:
Code Block
        PlaygroundPage.current.openPlayground(withContentIdentifier: contentIdentifier)

where contentIdentifier might be something like "com.apple.playgrounds.sensorarcade".

But is there a way to build a link for a webpage to a specific playground? I'm thinking specifically of the Learn to Code, Lights, Camera, Code, Spirals, and Shapes playground books.

Thanks!
I'd love to know this too so it will be easier to create asynchronous lessons for students.
Is there a way to deep link to a Swift Playground?
 
 
Q