AudioFingerprintResponseData
canPlaybooleanrequired
Whether the audio can be played (true if not recognized or has rights, false if recognized but no rights)
clipIdinteger
The clip ID for the track, present only when the track is available to play (canPlay is true)
Possible values: >= 1
AudioFingerprintResponseData
{
"canPlay": true,
"clipId": 1
}