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

# nowplaying

> Show the currently playing track for yourself or any user.

Print the track a user is currently listening to. Omit the DID to query your
own account.

## Usage

```bash theme={null}
rocksky nowplaying [did]
```

## Parameters

| Name    | Required | Description                                                        |
| ------- | -------- | ------------------------------------------------------------------ |
| `[did]` | No       | DID of the user to inspect. Defaults to the authenticated session. |

## Example

```bash theme={null}
rocksky nowplaying did:plc:7vdlgi2bflelz7mmuxoqjfcr
```
