Converts to JSON.
Map<String, dynamic> toJson() => { 'id': id, 'type': type, 'expires_at': expiresAt, 'model': model, 'audio': audio.toJson(), };