Converts this instance to a JSON map.
Map<String, dynamic> toJson() { return { 'recordings': recordings.map((r) => r.toJson()).toList(), }; }