Musical Video
Description
Description of a musical video identified by a unique video ISRC code, assigned by a National Agency
affiliated to IFPI, like PPL in England or SCPP in France.
ATTENTION : the video ISRC is not the audio ISRC, which identify an audio file related to releases or tracks. In the API, audio ISRC belongs to the Recording object.
Example :
Gets the video with the Music Story ID 32.
http://api.music-story.com/en/video/32
Fields
Nameglobal_Name | Descriptionglobal_Description | Facultativelyglobal_Facultatively | Typeglobal_Type | Restrictionglobal_Restriction |
---|---|---|---|---|
id | Iddevelopers_video_id_description | noglobal_Fixed | int | Unlimitedglobal_Unlimited |
title | Titledevelopers_video_title_description | noglobal_Fixed | string | Unlimitedglobal_Unlimited |
duration | Duration of the videodevelopers_video_length_description | noglobal_Fixed | time | Unlimitedglobal_Unlimited |
isrc | ISRC of the videodevelopers_video_recording_description | noglobal_Fixed | string | Unlimitedglobal_Unlimited |
in_ifpi | True if the isrc is in national ISRC agencies databases | no | boolean | Unlimited |
update_date | Last updatedevelopers_video_update_date_description | noglobal_Fixed | date | Unlimitedglobal_Unlimited |
creation_date | Date of creationdevelopers_video_creation_date_description | noglobal_Fixed | date | Unlimitedglobal_Unlimited |
Connectors
Name | Description | Returns |
---|---|---|
recordings | Gets the recordings associated with the video | A list of Recordings |
vevo | Gets the vevo link of the video | A list of Vevo |
recordings
Gets the audio recordings (recordings) associated with the musical video (video).
Recordings are identified by their own audio ISRC codes and allow to retrieve tracks and releases they are corresponding.
Example :
Gets the recordings associated to the video with Music Story ID 32.
http://api.music-story.com/en/video/32/recordings
vevo
Gets a Vevo link associated to a video
Example :
Gets the Vevo url of the video with Music Story ID 32.
http://api.music-story.com/en/video/32/vevo