Lookup the total number of times an asset (artist, album, or track) was played over the radio (aka total airplays) across all broadcast markets.
Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Radio-GetRadioBroadcastMarketData
cm radio markets [flags]
cm radio markets --type=artist --id=236 --since=2024-06-09
cm radio markets --type=track --id=50621806 --since=2024-06-09
--type string The content asset type for a specific asset id. Allowed values: 'artist', 'track', 'album'
--id string Chartmetric id for the specific asset (e.g. artist_id, track_id, album_id).
--since string Start date in ISO date format YYYY-MM-DD.
-h, --help help for markets
-d, --debug Display debug output in the console (default: false)
-r, --refresh_token string Chartmetric API Refresh Token to use (overrides config file token; does not save)
-V, --verbose Show additional details only when displaying debug info (default: false)