Yeah worked!
In case anyone else needs similar, here is nodered automation that turns on youtube music playlist on specific google home device after input boolean set to on:
[{"id":"b996d556.efe6b8","type":"ha-api","z":"cbaf2713.743e38","name":"Playlist","server":"532aa922.484e68","debugenabled":false,"protocol":"http","method":"post","path":"states/input_select.ytube_music_player_playlist","data":"{\"state\":\"Tranquil Spa Day\"}","dataType":"json","location":"payload","locationType":"msg","responseType":"json","x":620,"y":860,"wires":[["53a92c65.c659c4"]]},{"id":"d8b2c8ea.d68e78","type":"api-call-service","z":"cbaf2713.743e38","name":"Play","server":"532aa922.484e68","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_play","entityId":"media_player.ytube_music_player_speakers","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1090,"y":940,"wires":[[]]},{"id":"53a92c65.c659c4","type":"ha-api","z":"cbaf2713.743e38","name":"Playmode - Random","server":"532aa922.484e68","debugenabled":false,"protocol":"http","method":"post","path":"states/input_select.ytube_music_player_playmode","data":"{\"state\":\"Random\"}","dataType":"json","location":"payload","locationType":"msg","responseType":"json","x":840,"y":860,"wires":[["f97860e4.ce0b8"]]},{"id":"f97860e4.ce0b8","type":"ha-api","z":"cbaf2713.743e38","name":"Source - Playlist","server":"532aa922.484e68","debugenabled":false,"protocol":"http","method":"post","path":"states/input_select.ytube_music_player_source","data":"{\"state\":\"Playlist\"}","dataType":"json","location":"payload","locationType":"msg","responseType":"json","x":640,"y":940,"wires":[["e943a087.3c2f"]]},{"id":"e943a087.3c2f","type":"ha-api","z":"cbaf2713.743e38","name":"Speaker - bedroom_speaker","server":"532aa922.484e68","debugenabled":false,"protocol":"http","method":"post","path":"states/input_select.ytube_music_player_speakers","data":"{\"state\":\"bedroom_speaker\"}","dataType":"json","location":"payload","locationType":"msg","responseType":"json","x":880,"y":940,"wires":[["d8b2c8ea.d68e78"]]},{"id":"e194d5e3.7ca668","type":"api-current-state","z":"cbaf2713.743e38","name":"Is paused","server":"532aa922.484e68","version":1,"outputs":2,"halt_if":"paused|idle","halt_if_type":"re","halt_if_compare":"is","override_topic":false,"entity_id":"media_player.bedroom_speaker","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":440,"y":800,"wires":[["427c0296.146b3c"],["b996d556.efe6b8"]]},{"id":"427c0296.146b3c","type":"api-call-service","z":"cbaf2713.743e38","name":"Resume speaker","server":"532aa922.484e68","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_play","entityId":"media_player.bedroom_speaker","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":650,"y":800,"wires":[[]]},{"id":"e929dd65.09047","type":"server-state-changed","z":"cbaf2713.743e38","name":"Bedroom Routine Started","server":"532aa922.484e68","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"input_boolean.bedtime_routine","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"x":110,"y":820,"wires":[["9ccf68f.c79ab98"]]},{"id":"9ccf68f.c79ab98","type":"switch","z":"cbaf2713.743e38","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"},{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":820,"wires":[["e194d5e3.7ca668"],["30e8ed0e.ab8482"]]},{"id":"30e8ed0e.ab8482","type":"api-call-service","z":"cbaf2713.743e38","name":"Pause speaker","server":"532aa922.484e68","version":1,"debugenabled":false,"service_domain":"media_player","service":"media_pause","entityId":"media_player.bedroom_speaker","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":440,"y":1000,"wires":[[]]},{"id":"532aa922.484e68","type":"server","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]