An object containing query parameters:
id
: The unique identifier of the track (conditional).track_name
: The name of the track (conditional).artist_name
: The artist's name (conditional).album_name
: The album's name (optional).duration
: The song duration in milliseconds (optional).A promise that resolves to an array of LyricLine[] objects
containing unsynchronized lyrics or null
if no lyrics are found.
Retrieves unsynchronized (plain) lyrics for a given track.
Example Usage: