Waveform wants monthly engagement numbers.
plays
played_at is a date stored as a yyyy-MM-dd string; assume all data is from the same year.
Your task: return one row per month (as an integer 1–12) with a column num_plays counting the plays in that month.
Assign your answer DataFrame to result. Row order doesn't matter.