[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["`MusicRecording` is a structured data type used to represent a specific music recording, inheriting properties from `CreativeWork`."],["It provides detailed information about the recording, including the artist, duration, album, playlist (if applicable), ISRC code, and the original musical composition it's based on."],["Developers can leverage `MusicRecording` structured data to enhance search engine understanding and visibility of music content online."]]],["The `MusicRecording` type, extending `CreativeWork`, defines properties for music recordings. Key details include `byArtist` (the performing artist), `duration` (in ISO 8601 format), and `inAlbum` or `inPlaylist` (album/playlist affiliation). The `isrcCode` provides the International Standard Recording Code. It also specifies `recordingOf`, the underlying music composition, which is recorded. The music recording is defined and characterized by those attributes.\n"]]