[
  //pos. in US playlist on date before current
  {
    "rowKey": "dsp_isrc_date_playlist_day~apple~11110919XQSU~2022-05-15",
    "date": [
      2022,
      5,
      15
    ],
    "dsp": "apple",
    "playlistId": "apple_1",
    "isrc": "USQX91901111",
    "positionCountries": {
      "us": {
        "trackId": "dspTrackId1",
        "currentPosition": 1
      }
    },
    "positionTrackMapPerCountry": {
      "us": {
        "1": "dspTrackId1"
      }
    }
  },
  //pos. in US playlist on current date
  {
    "rowKey": "dsp_isrc_date_playlist_day~apple~11110919XQSU~2022-05-16",
    "date": [
      2022,
      5,
      16
    ],
    "dsp": "apple",
    "playlistId": "apple_1",
    "isrc": "USQX91901111",
    "positionCountries": {
      "us": {
        "trackId": "dspTrackId1",
        "currentPosition": 1
      }
    },
    "positionTrackMapPerCountry": {
      "us": {
        "1": "dspTrackId1"
      }
    }
  },
  //pos. in CA playlist on current date
  {
    "rowKey": "dsp_isrc_date_playlist_day~apple~11110919XQSU~2022-05-16",
    "date": [
      2022,
      5,
      16
    ],
    "dsp": "apple",
    "playlistId": "apple_1",
    "isrc": "USQX91901111",
    "positionCountries": {
      "ca": {
        "trackId": "dspTrackId1",
        "currentPosition": 2
      }
    },
    "positionTrackMapPerCountry": {
      "ca": {
        "2": "dspTrackId1"
      }
    }
  }
]