1. Receive user request to play music, search for a song, or control playback.
2. Determine if `spogo` is available and configured.
3. If `spogo` is available, use it to execute the command.
4. If `spogo` is not available, fall back to `spotify_player`.
5. Execute the command using `spotify_player`.
6. Provide feedback to the user on the action taken.