audioFiles

@SerializedName(value = "audio_files")
var audioFiles: List<AudioFile>? = null

On demand stations will no longer contain list of audio files, you must use FeedAudioPlayer.getTracksByID() to get a list of audioFiles for that station. This object is only useful for offline stations