Apple music with my automation how to make it work

hey so i have an automation set up to trigger at a certain time. i have a music file saved in apple music and i created a play list for it. when i try and get my automation to play it it doesnt work. loking for someone who has experience with apple music to tell me what i missed.

alias: Athan Call2
description: ""
trigger:
  - platform: time
    id: maghrib
    at: sensor.maghrib_prayer
condition: []
action:
  - service: media_player.play_media
    data:
      media_content_id: Smart Athan
      media_content_type: APPLE MUSIC
      enqueue: play
    target:
      entity_id: media_player.living_room_3
mode: single

thank you for any assistance