Update plex.client

What is your feature request?

Can we get an update for plex.client so we could use the machine ID instead of name? currently Apple TV doesn't have the device name just "Apple TV" the change would allow someone to use the Machine ID when using the follow type of code.

cars = plex.library.section('Movies').get('Cars')
client = plex.client("Michael's iPhone")
client.playMedia(cars)

Are there any workarounds?

No response

Code Snippets

No response

Additional Context

No response