ItemDate

A date for a media item that may be just a year, or year-month, or full date.
{
  "year": 2020,
  "month": 1,
  "day": 1
}
  <!-- XML name is the name of the property on the parent object-->
  <originalReleaseDate year="2020" month="1" day="1"/>
Does not exist.
Field Type Req. OpenS. Details
year integer No Yes The year
month integer No Yes The month (1-12)
day integer No Yes The day (1-31)