playAudio
suspend fun playAudio(trackId: Int, from: String, albumId: Int, playlistId: String? = null, fromCache: Boolean = false, playId: String? = null, uid: Int? = null, timestamp: Instant? = null, trackLengthSeconds: Int = 0, totalPlayedSeconds: Int = 0, endPositionSeconds: Int = 0, clientNow: Instant? = null)(source)