> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# play

> Stop the currently playing track and start the requested one.

# play

## Summary

Stop the currently playing track and start the requested one.

## Signature

```typescript theme={null}
play(music: string): void;
```

## Parameters

### music

**Type**:`string`

Key that identifies the track (as passed to load).

## Returns

**Type**:`void`

Stop the currently playing track and start the requested one.
