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

# Get Current Track Artist

> Get the artist of the song that is currently playing in plain text.

### Plaintext Response

<Tabs>
  <Tab title="Success">
    ### Example Response

    ```typescript theme={null}
    Beyoncé
    ```
  </Tab>

  <Tab title="Error">
    ### Example Response

    ```typescript theme={null}
    Nobody
    ```
  </Tab>
</Tabs>
