v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
audio

Get details about audio tracks

This endpoint shows information about a track, including its genres, instruments, and other attributes.

get/v2/audio/{id}

Path parameters

idinteger required

Audio track ID

Query parameters

view'minimal' | 'full'

Amount of detail to render in the response

search_idstring

The ID of the search that is related to this request

Response

OK

added_datestring date

Date this track was added to the Shutterstock library

affiliate_urlstring

Affiliate referral link; appears only for registered affiliate partners

bpminteger

BPM (beats per minute) of this track

deleted_timestring date-time
descriptionstring

Description of this track

durationnumber

Duration of this track in seconds

genresstring[]

List of all genres for this track

idstring required

Shutterstock ID of this track

instrumentsstring[]

List of all instruments that appear in this track

is_adultboolean

Whether or not this track contains adult content

is_instrumentalboolean

Whether or not this track is purely instrumental (lacking lyrics)

isrcstring
keywordsstring[]

List of all keywords for this track

languagestring

Language of this track's lyrics

lyricsstring

Lyrics of this track

media_typestring required

Media type of this track; should always be "audio"

moodsstring[]

List of all moods of this track

published_timestring date-time

Time this track was published

recording_versionstring

Recording version of this track

releasesstring[]

List of all releases of this track

submitted_timestring date-time

Time this track was submitted

titlestring

Title of this track

updated_timestring date-time

Time this track was last updated

vocal_descriptionstring

Vocal description of this track

urlstring

Example response

{
  "added_date": "2016-08-16",
  "artists": [
    {
      "name": "Klimenko Music"
    }
  ],
  "assets": {
    "clean_audio": {
      "file_size": 35188408
    },
    "preview_mp3": {
      "file_size": 4400203,
      "url": "https://ak.picdn.net/shutterstock/audio/442583/preview/preview.mp3"
    },
    "preview_ogg": {
      "file_size": 4453197,
      "url": "https://ak.picdn.net/shutterstock/audio/442583/preview/preview.ogg"
    },
    "waveform": {
      "file_size": 18778,
      "url": "https://ak.picdn.net/shutterstock/audio/442583/waveform/waveform.png"
    }
  },
  "bpm": 110,
  "contributor": {
    "id": "2847971"
  },
  "description": "Pulsing and feel-good, featuring soaring synthesizer, groovy synth bass drums and synth drums that create a euphoric, upbeat mood.",
  "duration": 183,
  "genres": [
    "Dance/Electronic",
    "Electro Pop",
    "Pop/Rock"
  ],
  "id": "442583",
  "instruments": [
    "Piano",
    "Synth bass",
    "Synth drums",
    "Synthesizer"
  ],
  "is_adult": false,
  "is_instrumental": true,
  "isrc": "",
  "keywords": [
    "celebratory",
    "chic",
    "euphoric",
    "good times",
    "hip",
    "optimistic",
    "party",
    "soaring",
    "upbeat"
  ],
  "language": "en",
  "lyrics": "",
  "media_type": "audio",
  "moods": [
    "Bright",
    "Confident",
    "Fun",
    "Happy",
    "Inspiring",
    "Optimistic",
    "Playful",
    "Sophisticated",
    "Stylish",
    "Uplifting"
  ],
  "published_time": "2016-08-16T14:30:03-04:00",
  "recording_version": "",
  "releases": [],
  "similar_artists": [],
  "title": "Another Tomorrow",
  "updated_time": "2016-08-18T17:59:33-04:00",
  "vocal_description": "",
  "url": ""
}